summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
Commit message (Collapse)AuthorAgeFilesLines
...
* 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