Project

General

Profile

Download (4.69 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
8a44206b 12/23/2008 07:31 PM Scott Ullrich

Add openssl php extension

e1fda0c0 12/23/2008 07:25 PM Scott Ullrich

Make rc.php_ini_setup smarter by testing final list of php modules for
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

9060c764 12/23/2008 07:09 PM Scott Ullrich

Remove sqlite for now until undefined symbol error can be resolved.

69b27c16 12/23/2008 12:47 AM Scott Ullrich

Test modules correctly

c52f3ce3 12/23/2008 12:44 AM Scott Ullrich

Do not alert for unfound modules

31c96a14 12/23/2008 12:13 AM Scott Ullrich

Set upload directory to /root for embedded

3937f149 12/23/2008 12:04 AM Scott Ullrich

Do not return empty rows when probing loaded php modules

de96a790 12/22/2008 11:59 PM Scott Ullrich
  • Add comments
  • Add (C)
487c2ce7 12/22/2008 11:54 PM Scott Ullrich

Do not remove old php.ini files, they will be replaced.

9980cd72 12/22/2008 11:53 PM Scott Ullrich

s/.so//

073ab2c8 12/22/2008 11:49 PM Scott Ullrich

Add mysql.so and sqlite.so

0804f515 12/22/2008 11:38 PM Scott Ullrich
  • Make PHP extensions directory a variable
  • Check to ensure that each needed extension exists before adding to php.ini
2ed3203c 12/22/2008 10:58 PM Scott Ullrich

Remove platform check. Even CDROM platform has unionfs now on RELENG_1

4b29393a 12/22/2008 05:42 AM Scott Ullrich
  • Correct comment
  • Add additional comments
0997e8f3 12/22/2008 05:40 AM Scott Ullrich

Include apc.so extension

f1b64d5e 12/22/2008 05:33 AM Scott Ullrich

Include all the modules we need.

e83dca8c 12/22/2008 05:11 AM Scott Ullrich
  • Define all modules in a variable
  • 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
40e46009 11/30/2008 10:16 PM Scott Ullrich

Move php.ini setup to its own file