summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix editing large aliases. Suhosin patch has by default a limit of 64 variables.Ermal2010-03-181-0/+12
|
* Enable shmop module now that is needed.Ermal2010-03-181-1/+1
|
* Remove comment to avoid creating 2 entries in php.ini for no apparent reason ↵Ermal Luçi2010-02-121-1/+0
| | | | but have not time to investigate further.
* Ticket #255. Activate pfSense module to get the helper functions.Ermal Luçi2010-02-111-0/+2
|
* Set set_time_limitScott Ullrich2010-01-211-0/+1
|
* Simplify and fix available memory calculation to fix shell script errors on ↵Seth Mos2009-12-031-3/+3
| | | | | | boot. Fix spelling error in comment
* Turn off compression for time being. Ticket #198sullrich2009-11-301-1/+1
|
* Define full path to binariessullrich2009-11-291-2/+2
|
* Add back mbstring for firewall_rules_editScott Ullrich2009-11-221-1/+3
|
* Document known module purpouses:Scott Ullrich2009-11-221-1/+10
|
* Add back ctype and document what its forScott Ullrich2009-11-221-1/+2
|
* We need mhash for the user managerScott Ullrich2009-11-211-1/+2
|
* Ensure dynamodules directory existsScott Ullrich2009-11-211-0/+6
|
* Fix spelling mistakeScott Ullrich2009-11-211-1/+1
|
* Note modules no longer included by default. If a module is needed simply ↵Scott Ullrich2009-11-211-4/+20
| | | | touch /etc/php_dynamodules/$modulename
* Include captiveportal for captiveportal_radius_stop_all()Scott Ullrich2009-11-211-14/+9
|
* Use dmesg -a when /var/log/dmesg.boot is not availableScott Ullrich2009-11-211-2/+5
|
* Set default size for apc shm to 10 megs for < 128Scott Ullrich2009-11-211-1/+1
|
* Calculate PHP APC SHM size according to memory detectedScott Ullrich2009-11-211-1/+22
|
* Ensure nanobsd save tmp files under /rootRenato Botelho2009-08-121-3/+1
|
* Add xmlreader module to the list of modules used on pfSense.Ermal Luçi2009-08-121-0/+1
|
* Adding socketsScott Ullrich2009-07-091-0/+1
|
* Add suhosin moduleScott Ullrich2009-07-061-0/+1
|
OpenPOWER on IntegriCloud