summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
Commit message (Collapse)AuthorAgeFilesLines
* Remove unecessary capitalized WARNING from disabled APC messageRenato Botelho2013-09-091-2/+2
|
* Increased needed memory for APC to 512M + code cleanupIndividual IT Services2013-09-031-27/+33
| | | | | | - Increased the needed memory for APC to 512M as we often run into memory problems on our 256M box - fixed the RAM calculation to divide by 1024 and not 1000 - code cleanup (renaming variables and creating new to avoid magic numbers)
* Make a bit more sense and consistent with when apc is enabledErmal2013-01-051-6/+3
|
* Ticket #2063 Do not enable apc on less than 135MB ramErmal2013-01-031-9/+5
|
* Up post and upload max sizes for php.iniWarren Baker2012-11-201-2/+2
|
* Remove unused set_time_limit in php.iniPhil Davis2012-07-221-2/+1
|
* Actually reflect the right timeout values for redmine ticket #2552smos2012-07-181-1/+1
|
* Set the date.timezone from the XML directly when we setup PHP to prevent ↵smos2012-07-181-3/+7
| | | | | | | | | messages Adjust the timeouts to something more sane then 99999999. Do note that these might need to be adjusted later. Also note that most of these are not applicable when used from the CLI. The maximum time limit is now 1 hour, execution time is 15 minutes and input time for post is 30 minutes (firmware upgrade) Redmine ticket #2552
* CP Radius accounting wants bcmod() so we need to activate bcmath.jim-p2012-06-291-0/+2
|
* add autocomplete to load_balancer_pool_edit.php (PEV-394754)Darren Embry2012-05-101-1/+2
| | | | we also enable the json extension here.
* Respect ['upload_path'] for upload_tmp_dir for PHPWarren Baker2012-05-081-1/+1
|
* Update etc/rc.php_ini_setupIrving Popovetsky2012-04-051-1/+1
|
* dl(), which is used by PEAR, is deprecated in 5.3 and fails to thus load ↵Warren Baker2012-04-041-0/+2
| | | | this extension. No updates to PEAR either, so we can either always load like here or mod PEAR.inc. Should fix #2336
* Adjust the ordering so that our modules load properly.smos2012-03-131-4/+4
| | | | The order appears to be important in which we load the modules
* Turn off suhosin in hunt for #2214Scott Ullrich2012-02-261-1/+1
|
* Crank up debug logging to help gear up for #2214Scott Ullrich2012-02-261-2/+2
|
* Bump upload size to 128mb, the firmware updates (at least for now while ↵jim-p2012-01-201-2/+2
| | | | testing) are a bit too large for the old value.
* Change from mhash to hash module, mhash is depreciated.jim-p2012-01-191-1/+1
|
* Do not set EXTENSIONSDIR twiceScott Ullrich2012-01-181-1/+0
|
* Nuke extra C/RScott Ullrich2012-01-181-1/+0
|
* Test for newer 20090626 PHP_EXT_DIRScott Ullrich2012-01-181-0/+7
|
* - Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portalRoberto Nunnari2011-11-291-0/+1
| | | | - Corrected bug in javascript funtion enable_change(enable_change)
* force a set path for ioncube loaderlgcosta2011-08-241-4/+4
|
* fixed corrected name of ioncube modulelgcosta2011-08-091-2/+2
|
* fix correct namelgcosta2011-07-151-2/+2
|
* Correct ts filenameScott Ullrich2011-07-151-1/+1
|
* Revert "Only load modules once"Scott Ullrich2011-07-131-2/+0
| | | | This reverts commit 00b9730d6fe20272a40e707b709e677a847b7863.
* Only load modules onceScott Ullrich2011-07-131-0/+2
|
* Adding ioncube_loaderScott Ullrich2011-07-131-1/+1
|
* Remove extra "/"Warren Baker2011-07-131-1/+1
|
* Create dynamodules in the order they where touchedScott Ullrich2011-07-121-1/+1
|
* Oops use ;Scott Ullrich2011-07-041-2/+2
|
* Show errors.Scott Ullrich2011-07-041-2/+2
|
* Use error log and log errors to /tmp/PHP_errors.logScott Ullrich2011-07-021-0/+4
|
* Set extension name correctly.. Duh!Scott Ullrich2011-06-211-2/+2
|
* Fix copy and pastoScott Ullrich2011-06-211-1/+1
|
* Add extension directoryScott Ullrich2011-06-211-2/+2
|
* Use correct directoryScott Ullrich2011-06-211-2/+2
|
* mkdir zend modulesScott Ullrich2011-06-201-0/+6
|
* Add 'dynamodules' for zend_extension and zend_extension_ts. ↵Scott Ullrich2011-06-201-0/+31
| | | | /etc/php_dynamodules_zend and /etc/php_dynamodules_zend_ts directories
* Remove ioncubeScott Ullrich2011-06-201-2/+0
|
* Adding ioncubeScott Ullrich2011-06-071-0/+2
|
* Include ssh2 module if availableScott Ullrich2011-06-061-0/+2
|
* Turn back off zlib compressionScott Ullrich2011-01-101-1/+1
|
* Turn zlib compression back on. Tested by and reminded by Pierre Pomes. ↵Scott Ullrich2011-01-031-1/+1
| | | | Ticket #198 ... Apparently lighttpd was not compressing the php pages so this should be turned back on according to Pierre Pomes (and tested by him).
* Fix PHP warning related to recent update of apc extension.Erik Fonnesbeck2010-12-301-8/+8
|
* Increase suhosin maximum memory to avoid this error: ALERT - script tried to ↵Scott Ullrich2010-11-261-0/+1
| | | | increase memory_limit to 268435456 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '/etc/inc/config.inc', line 59)
* Use full path to command binaries.Ermal2010-11-231-22/+22
|
* RevertScott Ullrich2010-11-091-1/+0
|
* Set session.use_trans_sid to trueScott Ullrich2010-11-091-0/+1
|
OpenPOWER on IntegriCloud