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
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
Only allocate 5M to APC cache - the contents of /etc/inc and /usr/local/wwwadd up to about 4.2M, this should still allow us to cache all our PHP inshared memory.Reported-By: gbelanger on forums
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
Remove APD.
MFC
Switch on APC
Enable APC
http://pecl.php.net/package/APC
Do not require upload progress bar plugin
register_argc_argv = On
Support developers build updates
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)
Use /tmp
Bump maximum upload size to 16 megs
Initial revision