summaryrefslogtreecommitdiffstats
path: root/usr/local/lib/php.ini
Commit message (Collapse)AuthorAgeFilesLines
* Now that php is back to normal, back out the extension lines so that they ↵Scott Ullrich2007-03-081-3/+0
| | | | are not loaded twice
* Bump php working max memory to 32 megabytesScott Ullrich2007-03-081-4/+9
|
* Only allocate 5M to APC cache - the contents of /etc/inc and /usr/local/wwwBill Marquette2006-10-171-2/+2
| | | | | | add up to about 4.2M, this should still allow us to cache all our PHP in shared memory. Reported-By: gbelanger on forums
* Unbreak radius authScott Ullrich2006-10-021-0/+1
|
* Set implicit_flush = true as well. Now downloading and slow tasks actually ↵Scott Ullrich2006-09-251-0/+1
| | | | update the progress bar, etc in real time.
* output_buffering needs to be set to 0Scott Ullrich2006-09-251-1/+1
|
* Output buffering needs to be off.Scott Ullrich2006-09-251-0/+1
|
* Woops, we are not ready for optimization.Scott Ullrich2006-08-291-1/+0
|
* Use default shm sizeScott Ullrich2006-08-291-1/+2
|
* Enable client cli caching as well.Scott Ullrich2006-08-291-0/+1
|
* add :/usr/local/pkg/ to the pathScott Ullrich2006-04-121-1/+1
| | | | Suggested-by: FernandoTCL
* Remove APD.Scott Ullrich2006-03-221-2/+0
|
* MFCScott Ullrich2006-03-211-0/+2
|
* Switch on APCScott Ullrich2006-01-061-1/+1
|
* Enable APCScott Ullrich2006-01-061-0/+3
| | | | http://pecl.php.net/package/APC
* Do not require upload progress bar pluginScott Ullrich2005-12-121-4/+0
|
* register_argc_argv = OnScott Ullrich2005-09-211-1/+1
|
* Support developers build updatesScott Ullrich2005-08-251-2/+2
|
* Update maximum post size to 90 megsScott Ullrich2005-04-261-2/+2
|
* Match max_execution_time and max_input_time to known good values that allow ↵Scott Ullrich2005-04-261-2/+2
| | | | for really long php execution script time.
* Raise maximum upload size to 50 megs.Scott Ullrich2005-04-161-2/+2
|
* Correct progress bar usagScott Ullrich2005-03-261-3/+3
|
* Set upload progress bar variables for phpScott Ullrich2005-03-261-1/+4
|
* Add upload progress bar tracking support to php (as a module)Scott Ullrich2005-03-261-0/+1
|
* Use /tmpScott Ullrich2005-03-061-1/+1
|
* Bump maximum upload size to 16 megsScott Ullrich2005-03-061-3/+3
|
* Initial revisionScott Ullrich2004-11-071-0/+10
OpenPOWER on IntegriCloud