Add FreeBSD pkgng repo definition
Remove this file, it causes other issues
Add empty dhcp6c client control socket file
Nuke files. These are now handled by /etc/rc.php_ini_setup
Nuke apc.rfc1867 = on
Turn on apc.rfc1867 = on (upload progress bar support which is apparently)native to APC.
Turn off expose_php
OpenSSL is now in the base php
Adding php5-openssl
Adding mhash
We do not need the simplexml php exentsion
Remove bogus - blah text.
Load pcre
Do not load module twice
Add simplexml
Set php.ini max execution and input to 180 seconds as a default. Conserves resources. If more time is needed set an override directly in the PHP code. http://forum.pfsense.org/index.php/topic,8878.msg49975.html#msg49975
Tag where file came from
Add ldap.so
Updating php.ini to match HEAD for 7.X
Add ldap.so library.
Work sponsored-by: Centipede Networks
Turn register_argc_argv on
We no longer need memory limit, our port does not use it.
Now that php is back to normal, back out the extension lines so that they are not loaded twice
Bump php working max memory to 32 megabytes
Include curl
Load pcre.so module
Add xml.so
Hard code our php extensions directory to /usr/local/lib/php/extensions/no-debug-non-zts-20020429/
Unbreak radius auth
Set implicit_flush = true as well. Now downloading and slow tasks actually update the progress bar, etc in real time.
output_buffering needs to be set to 0
Output buffering needs to be off.
Woops, we are not ready for optimization.
Use default shm size
Enable client cli caching as well.
add :/usr/local/pkg/ to the path
Suggested-by: FernandoTCL
Do not require upload progress bar plugin
Update maximum post size to 90 megs
Match max_execution_time and max_input_time to known good values that allow for really long php execution script time.
Raise maximum upload size to 50 megs.
Correct progress bar usag
Set upload progress bar variables for php
Add upload progress bar tracking support to php (as a module)
Initial revision