Scott Ullrich
fcdf949220
Fix spelling mistake
2009-11-21 18:37:19 -05:00
Scott Ullrich
80d887d1ef
Note modules no longer included by default. If a module is needed simply touch /etc/php_dynamodules/$modulename
2009-11-21 18:34:53 -05:00
Scott Ullrich
c44417f85c
Include captiveportal for captiveportal_radius_stop_all()
2009-11-21 18:30:00 -05:00
Scott Ullrich
47eee8fabe
Use dmesg -a when /var/log/dmesg.boot is not available
2009-11-21 18:07:43 -05:00
Scott Ullrich
f82be9e4ec
Set default size for apc shm to 10 megs for < 128
2009-11-21 16:18:04 -05:00
Scott Ullrich
2b11ff4db0
Calculate PHP APC SHM size according to memory detected
2009-11-21 16:14:25 -05:00
Renato Botelho
dee5d2fbfc
Ensure nanobsd save tmp files under /root
2009-08-12 15:50:42 -03:00
Ermal Luçi
caea0c4756
Add xmlreader module to the list of modules used on pfSense.
2009-08-12 17:55:48 +00:00
Scott Ullrich
8c73ff0c51
Adding sockets
2009-07-09 21:53:20 -04:00
Scott Ullrich
2779830353
Add suhosin module
2009-07-06 18:31:41 -04:00
Scott Ullrich
800b73e660
Handle nanobsd platform
2009-06-27 18:28:47 -04:00
Scott Ullrich
4b4271d324
Do not include shmop twice
2009-05-22 14:40:45 -04:00
Scott Ullrich
0444202097
Adding php libraries for CP locking
2009-05-21 12:16:55 -04:00
Scott Ullrich
e70cc23bc2
Add json
2009-03-14 02:01:50 -04:00
Scott Ullrich
8a44206bb1
Add openssl php extension
2008-12-23 19:31:17 +00:00
Scott Ullrich
e1fda0c09f
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
2008-12-23 19:25:46 +00:00
Scott Ullrich
9060c76443
Remove sqlite for now until undefined symbol error can be resolved.
2008-12-23 19:09:39 +00:00
Scott Ullrich
69b27c16e5
Test modules correctly
2008-12-23 00:47:25 +00:00
Scott Ullrich
c52f3ce39e
Do not alert for unfound modules
2008-12-23 00:44:48 +00:00
Scott Ullrich
31c96a14e9
Set upload directory to /root for embedded
2008-12-23 00:13:57 +00:00
Scott Ullrich
3937f1493b
Do not return empty rows when probing loaded php modules
2008-12-23 00:04:45 +00:00
Scott Ullrich
de96a79086
* Add comments
...
* Add (C)
2008-12-22 23:59:57 +00:00
Scott Ullrich
487c2ce7cc
Do not remove old php.ini files, they will be replaced.
2008-12-22 23:54:12 +00:00
Scott Ullrich
9980cd728e
s/.so//
2008-12-22 23:53:27 +00:00
Scott Ullrich
073ab2c8df
Add mysql.so and sqlite.so
2008-12-22 23:49:27 +00:00
Scott Ullrich
0804f51508
* Make PHP extensions directory a variable
...
* Check to ensure that each needed extension exists before adding to php.ini
2008-12-22 23:38:42 +00:00
Scott Ullrich
2ed3203cd2
Remove platform check. Even CDROM platform has unionfs now on RELENG_1
2008-12-22 22:58:07 +00:00
Scott Ullrich
4b29393af3
* Correct comment
...
* Add additional comments
2008-12-22 05:42:23 +00:00
Scott Ullrich
0997e8f3cb
Include apc.so extension
2008-12-22 05:40:08 +00:00
Scott Ullrich
f1b64d5e26
Include all the modules we need.
2008-12-22 05:33:35 +00:00
Scott Ullrich
e83dca8c59
* 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
2008-12-22 05:11:02 +00:00
Scott Ullrich
40e4600987
Move php.ini setup to its own file
2008-11-30 22:16:32 +00:00