| 154 | |
| 155 | === pecl-uploadprogress === |
| 156 | |
| 157 | This message in the Drupal admin interface indicated that PECL uploadprogress needed to be installed: |
| 158 | {{{ |
| 159 | Your server is capable of displaying file upload progress through APC, but it is not enabled. Add apc.rfc1867 = 1 to your php.ini configuration. Alternatively, it is recommended to use PECL uploadprogress, which supports more than one simultaneous upload. |
| 160 | }}} |
| 161 | |
| 162 | So: |
| 163 | {{{ |
| 164 | cd /usr/ports/devel/pecl-uploadprogress |
| 165 | make config |
| 166 | ===> No options to configure |
| 167 | **************************************************************************** |
| 168 | |
| 169 | The following line has been added to your /usr/local/etc/php/extensions.ini |
| 170 | configuration file to automatically load the installed extension: |
| 171 | |
| 172 | extension=uploadprogress.so |
| 173 | |
| 174 | **************************************************************************** |
| 175 | }}} |
| 176 | |