Commit Graph

106 Commits

Author SHA1 Message Date
Darren Embry
a1f7723876 add autocomplete to load_balancer_pool_edit.php (PEV-394754)
we also enable the json extension here.
2012-05-10 12:39:15 -04:00
Warren Baker
7ff663d3a8 Respect ['upload_path'] for upload_tmp_dir for PHP 2012-05-08 19:15:04 +02:00
Irving Popovetsky
430b921bc9 Update etc/rc.php_ini_setup 2012-04-05 11:04:33 -07:00
Warren Baker
04747c755f dl(), which is used by PEAR, is deprecated in 5.3 and fails to thus load this extension. No updates to PEAR either, so we can either always load like here or mod PEAR.inc. Should fix #2336 2012-04-04 12:59:45 +02:00
smos
c25197ba45 Adjust the ordering so that our modules load properly.
The order appears to be important in which we load the modules
2012-03-13 09:48:09 +01:00
Scott Ullrich
37459b48ef Turn off suhosin in hunt for #2214 2012-02-26 15:31:48 -05:00
Scott Ullrich
8919256f4a Crank up debug logging to help gear up for #2214 2012-02-26 15:27:54 -05:00
jim-p
199c320bc8 Bump upload size to 128mb, the firmware updates (at least for now while testing) are a bit too large for the old value. 2012-01-20 11:05:05 -05:00
jim-p
d9867431a4 Change from mhash to hash module, mhash is depreciated. 2012-01-19 14:48:06 -05:00
Scott Ullrich
3133cc3bd7 Do not set EXTENSIONSDIR twice 2012-01-18 11:12:32 -05:00
Scott Ullrich
d6abdf030d Nuke extra C/R 2012-01-18 11:11:49 -05:00
Scott Ullrich
79454450b5 Test for newer 20090626 PHP_EXT_DIR 2012-01-18 11:10:44 -05:00
Roberto Nunnari
b3765f4c40 - Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portal
- Corrected bug in javascript funtion enable_change(enable_change)
2011-11-29 15:16:35 +01:00
lgcosta
5c52cd56b7 force a set path for ioncube loader 2011-08-24 18:24:37 -03:00
lgcosta
277ee8580e fixed corrected name of ioncube module 2011-08-09 18:08:38 -03:00
lgcosta
189b043dfb fix correct name 2011-07-15 15:27:33 -03:00
Scott Ullrich
8164e3404e Correct ts filename 2011-07-15 10:56:56 -04:00
Scott Ullrich
fc23b860eb Revert "Only load modules once"
This reverts commit 00b9730d6f.
2011-07-13 18:42:55 -04:00
Scott Ullrich
e4f3307c8b Only load modules once 2011-07-13 18:36:36 -04:00
Scott Ullrich
4a79ec20cb Adding ioncube_loader 2011-07-13 16:43:17 -04:00
Warren Baker
b2484fd23c Remove extra "/" 2011-07-13 15:39:16 +02:00
Scott Ullrich
fd3e19f3bf Create dynamodules in the order they where touched 2011-07-12 15:39:06 -04:00
Scott Ullrich
e9b5f8c729 Oops use ; 2011-07-04 19:21:56 -04:00
Scott Ullrich
001c5e8a13 Show errors. 2011-07-04 19:19:53 -04:00
Scott Ullrich
baa2dba203 Use error log and log errors to /tmp/PHP_errors.log 2011-07-02 20:57:11 -04:00
Scott Ullrich
adc4bdcc47 Set extension name correctly.. Duh! 2011-06-21 15:13:48 -04:00
Scott Ullrich
1403310350 Fix copy and pasto 2011-06-21 15:04:02 -04:00
Scott Ullrich
9c881f26b5 Add extension directory 2011-06-21 14:55:32 -04:00
Scott Ullrich
f81cbdad29 Use correct directory 2011-06-21 12:08:15 -04:00
Scott Ullrich
5b9afe1e79 mkdir zend modules 2011-06-20 19:55:22 -04:00
Scott Ullrich
8ef700da28 Add 'dynamodules' for zend_extension and zend_extension_ts. /etc/php_dynamodules_zend and /etc/php_dynamodules_zend_ts directories 2011-06-20 18:53:57 -04:00
Scott Ullrich
c76ce92098 Remove ioncube 2011-06-20 18:29:45 -04:00
Scott Ullrich
d06f9f4580 Adding ioncube 2011-06-07 12:52:59 -04:00
Scott Ullrich
c88ff708b6 Include ssh2 module if available 2011-06-06 17:09:58 -04:00
Scott Ullrich
f4015bd73b Turn back off zlib compression 2011-01-10 09:35:11 -05:00
Scott Ullrich
4682fb7d6b Turn zlib compression back on. Tested by and reminded by Pierre Pomes. Ticket #198 ... Apparently lighttpd was not compressing the php pages so this should be turned back on according to Pierre Pomes (and tested by him). 2011-01-03 13:12:07 -05:00
Erik Fonnesbeck
eebccaca85 Fix PHP warning related to recent update of apc extension. 2010-12-30 02:49:25 -07:00
Scott Ullrich
b9bc333b44 Increase suhosin maximum memory to avoid this error: ALERT - script tried to increase memory_limit to 268435456 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '/etc/inc/config.inc', line 59) 2010-11-26 18:06:07 -05:00
Ermal
51d0f81698 Use full path to command binaries. 2010-11-23 11:32:22 +00:00
Scott Ullrich
fea0988640 Revert 2010-11-09 11:26:33 -05:00
Scott Ullrich
5626a349b3 Set session.use_trans_sid to true 2010-11-09 10:28:44 -05:00
Ermal
5556f3a116 Do not use the \ based list for modules because it treats even the comments as modules. Simplify logic and make sure php.ini exists in both paths when needed. 2010-09-15 12:37:31 +00:00
Ermal
4f1bace50d Ticket #777. Allow long length of variables content to make happy suhosin(whoever he his)! 2010-08-31 15:31:53 +00:00
Scott Ullrich
80a2fedfc5 Ensure php.ini is not found before setting up php 2010-08-30 13:30:36 -04:00
Scott Ullrich
59218e2212 Do not use APC on cli 2010-08-23 17:11:36 -04:00
Scott Ullrich
7030262c70 Take into account capital letters in the module name such as S in pfSense 2010-08-22 21:45:01 -04:00
Scott Ullrich
90108d9044 Fix a rather annoying bug where case would cause a module to not be detected as being loaded such as SQLite 2010-08-22 21:36:09 -04:00
Scott Ullrich
52e65de17f Adjust ordering a bit 2010-08-22 21:22:44 -04:00
Scott Ullrich
0bf8097030 Load spl 2010-08-22 18:17:14 -04:00
Scott Ullrich
bdf6ac75ae Include sqlite and pdo. See http://www.pingle.org/2007/09/22/php-crashes-extensions-workaround which I have no desire to add intelligdent to php_ini_setup. Overhead is negligible 2010-08-22 18:12:28 -04:00