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