Commit Graph

47 Commits

Author SHA1 Message Date
smos
839cad07a3 Improve the parsing of the memory value, use the reported amount of bytes, divide to get megabytes and get the 1st result. Ticket #526 2010-05-14 15:06:48 +02:00
Ermal
a669395c5f Enable even xmlwriter module. 2010-05-06 16:35:30 +00:00
Ermal
a8e6134661 Fix editing large aliases. Suhosin patch has by default a limit of 64 variables. 2010-03-18 23:21:40 +00:00
Ermal
8eae944eb5 Enable shmop module now that is needed. 2010-03-18 17:04:52 +00:00
Ermal Luçi
b1b86db7a5 Remove comment to avoid creating 2 entries in php.ini for no apparent reason but have not time to investigate further. 2010-02-12 13:08:51 +00:00
Ermal Luçi
b8e3b04340 Ticket #255. Activate pfSense module to get the helper functions. 2010-02-11 15:06:21 +00:00
Scott Ullrich
c720fffc94 Set set_time_limit 2010-01-21 19:22:30 -05:00
Seth Mos
0d60f50a23 Simplify and fix available memory calculation to fix shell script errors on boot.
Fix spelling error in comment
2009-12-03 15:58:36 +01:00
sullrich
9444761e57 Turn off compression for time being. Ticket #198 2009-11-30 13:57:06 -05:00
sullrich
07b1797b45 Define full path to binaries 2009-11-29 18:33:24 -05:00
Scott Ullrich
16058a05ea Add back mbstring for firewall_rules_edit 2009-11-22 20:14:26 -05:00
Scott Ullrich
be1db1d338 Document known module purpouses: 2009-11-22 19:56:09 -05:00
Scott Ullrich
fca48a659f Add back ctype and document what its for 2009-11-22 19:53:27 -05:00
Scott Ullrich
d4ac1b8898 We need mhash for the user manager 2009-11-21 22:51:05 -05:00
Scott Ullrich
7f16265af9 Ensure dynamodules directory exists 2009-11-21 18:44:35 -05:00
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