summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Handle nanobsd platformScott Ullrich2009-06-271-0/+2
|
* Do not include shmop twiceScott Ullrich2009-05-221-1/+0
|
* Adding php libraries for CP lockingScott Ullrich2009-05-211-0/+1
|
* Add jsonScott Ullrich2009-03-141-0/+1
|
* Add openssl php extensionScott Ullrich2008-12-231-0/+1
|
* Make rc.php_ini_setup smarter by testing final list of php modules forScott Ullrich2008-12-231-0/+31
| | | | | loading errors. If a module did not load remove it from php.ini and add the load error to /var/run/php_modules_load_errors.txt
* Remove sqlite for now until undefined symbol error can be resolved.Scott Ullrich2008-12-231-1/+0
|
* Test modules correctlyScott Ullrich2008-12-231-2/+8
|
* Do not alert for unfound modulesScott Ullrich2008-12-231-3/+0
|
* Set upload directory to /root for embeddedScott Ullrich2008-12-231-1/+8
|
* Do not return empty rows when probing loaded php modulesScott Ullrich2008-12-231-2/+2
|
* * Add commentsScott Ullrich2008-12-221-1/+39
| | | | * Add (C)
* Do not remove old php.ini files, they will be replaced.Scott Ullrich2008-12-221-3/+0
|
* s/.so//Scott Ullrich2008-12-221-1/+1
|
* Add mysql.so and sqlite.soScott Ullrich2008-12-221-1/+3
|
* * Make PHP extensions directory a variableScott Ullrich2008-12-221-2/+8
| | | | * Check to ensure that each needed extension exists before adding to php.ini
* Remove platform check. Even CDROM platform has unionfs now on RELENG_1Scott Ullrich2008-12-221-9/+7
|
* * Correct commentScott Ullrich2008-12-221-1/+3
| | | | * Add additional comments
* Include apc.so extensionScott Ullrich2008-12-221-1/+2
|
* Include all the modules we need.Scott Ullrich2008-12-221-3/+25
|
* * Define all modules in a variableScott Ullrich2008-12-221-42/+23
| | | | | | * Move php.ini to /tmp and test for built in modules * Generate final php.ini by merging the two together and only load needed modules from php.ini that are not built in
* Move php.ini setup to its own fileScott Ullrich2008-11-301-0/+89
OpenPOWER on IntegriCloud