summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
Commit message (Collapse)AuthorAgeFilesLines
* Sync rc.php_init_setup with masterErmal2013-01-051-14/+7
|
* CP Radius accounting wants bcmod() so we need to activate bcmath.jim-p2012-06-291-0/+2
|
* Make sure we set the extension dir to wherever our xml.so lives.smos2012-02-261-1/+5
|
* 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 e4f3307c8bd1673bb6fbf74eed6aababb88c83e2.
* Only load modules onceScott Ullrich2011-07-131-0/+2
|
* Adding ioncube_loaderScott Ullrich2011-07-131-2/+2
|
* Create dynamodules in the order they where toucheScott 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
|
* Do not use the \ based list for modules because it treats even the comments ↵Ermal2010-09-151-71/+43
| | | | as modules. Simplify logic and make sure php.ini exists in both paths when needed.
* Ticket #777. Allow long length of variables content to make happy ↵Ermal2010-08-311-1/+7
| | | | suhosin(whoever he his)!
* Ensure php.ini is not found before setting up phpScott Ullrich2010-08-301-0/+7
|
* Do not use APC on cliScott Ullrich2010-08-231-1/+1
|
* Take into account capital letters in the module name such as S in pfSenseScott Ullrich2010-08-221-1/+5
|
* Fix a rather annoying bug where case would cause a module to not be detected ↵Scott Ullrich2010-08-221-1/+2
| | | | as being loaded such as SQLite
* Adjust ordering a bitScott Ullrich2010-08-221-1/+1
|
* Load splScott Ullrich2010-08-221-0/+1
|
* Include sqlite and pdo. See ↵Scott Ullrich2010-08-221-1/+3
| | | | http://www.pingle.org/2007/09/22/php-crashes-extensions-workaround which I have no desire to add intelligdent to php_ini_setup. Overhead is negligible
* Fix tab (whitespace)Scott Ullrich2010-08-201-1/+1
|
* Adding zmqScott Ullrich2010-08-161-1/+3
|
* Set 96 megabytes to 5 meg of cacheScott Ullrich2010-07-301-1/+1
|
* Use more conservative apc memory valuesScott Ullrich2010-07-301-9/+7
|
* Update to 2010Scott Ullrich2010-07-301-1/+1
|
* Do not load apc module when under low memory situationsScott Ullrich2010-07-301-1/+13
|
* Use 97 megabytes, apc is not a module so do not setScott Ullrich2010-07-301-5/+1
|
* Ensure apc is disabled by setting to 0. Also enable suhosin php support for ↵Scott Ullrich2010-07-301-0/+27
| | | | < 65 megabytes of ram, too
* Use hw.physmem when other methods failScott Ullrich2010-05-231-0/+5
|
* Improve the parsing of the memory value, use the reported amount of bytes, ↵smos2010-05-141-2/+2
| | | | divide to get megabytes and get the 1st result. Ticket #526
* Enable even xmlwriter module.Ermal2010-05-061-0/+1
|
OpenPOWER on IntegriCloud