Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct the php-fpm configuration generation | Ermal | 2013-12-26 | 1 | -1/+1 |
| | |||||
* | Do not register the _ENV superglobal since its not required and probably not ↵ | Ermal | 2013-12-20 | 1 | -0/+1 |
| | | | | very useful in a [F]CGI world and its limit is restricted nowdays in pfSense. | ||||
* | Rmoeve register_long_arrays from php.ini and from php code the use of ↵ | Ermal | 2013-12-20 | 1 | -0/+1 |
| | | | | HTTP_*_VARS as its deprecated and luckily low use in pfSense to win memory and compativility | ||||
* | Rely on memory rather than LOWMEM boolean | Ermal | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | Use same value consistently for configuration and tolerate a bit more | Ermal | 2013-12-15 | 1 | -5/+5 |
| | |||||
* | Use system ident rather than php-fpm for system logs | Ermal | 2013-12-14 | 1 | -1/+1 |
| | |||||
* | Switch to php-fpm for lighty and check_reload_status will use it. Step by ↵ | Ermal | 2013-12-14 | 1 | -1/+68 |
| | | | | step will migrate the other calls | ||||
* | Remove unecessary capitalized WARNING from disabled APC message | Renato Botelho | 2013-09-09 | 1 | -2/+2 |
| | |||||
* | Increased needed memory for APC to 512M + code cleanup | Individual IT Services | 2013-08-28 | 1 | -27/+33 |
| | | | | | - Increased the needed memory for APC to 512M as we often run into memory problems on our 256M box - fixed the RAM calculation to divide by 1024 and not 1000 - code cleanup (renaming variables and creating new to avoid magic numbers) | ||||
* | Make a bit more sense and consistent with when apc is enabled | Ermal | 2013-01-05 | 1 | -6/+3 |
| | |||||
* | Ticket #2063 Do not enable apc on less than 135MB ram | Ermal | 2013-01-03 | 1 | -9/+5 |
| | |||||
* | Up post and upload max sizes for php.ini | Warren Baker | 2012-11-20 | 1 | -2/+2 |
| | |||||
* | Remove unused set_time_limit in php.ini | Phil Davis | 2012-07-22 | 1 | -2/+1 |
| | |||||
* | Actually reflect the right timeout values for redmine ticket #2552 | smos | 2012-07-18 | 1 | -1/+1 |
| | |||||
* | Set the date.timezone from the XML directly when we setup PHP to prevent ↵ | smos | 2012-07-18 | 1 | -3/+7 |
| | | | | | | | | | messages Adjust the timeouts to something more sane then 99999999. Do note that these might need to be adjusted later. Also note that most of these are not applicable when used from the CLI. The maximum time limit is now 1 hour, execution time is 15 minutes and input time for post is 30 minutes (firmware upgrade) Redmine ticket #2552 | ||||
* | CP Radius accounting wants bcmod() so we need to activate bcmath. | jim-p | 2012-06-29 | 1 | -0/+2 |
| | |||||
* | add autocomplete to load_balancer_pool_edit.php (PEV-394754) | Darren Embry | 2012-05-10 | 1 | -1/+2 |
| | | | | we also enable the json extension here. | ||||
* | Respect ['upload_path'] for upload_tmp_dir for PHP | Warren Baker | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | Update etc/rc.php_ini_setup | Irving Popovetsky | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | dl(), which is used by PEAR, is deprecated in 5.3 and fails to thus load ↵ | Warren Baker | 2012-04-04 | 1 | -0/+2 |
| | | | | this extension. No updates to PEAR either, so we can either always load like here or mod PEAR.inc. Should fix #2336 | ||||
* | Adjust the ordering so that our modules load properly. | smos | 2012-03-13 | 1 | -4/+4 |
| | | | | The order appears to be important in which we load the modules | ||||
* | Turn off suhosin in hunt for #2214 | Scott Ullrich | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | Crank up debug logging to help gear up for #2214 | Scott Ullrich | 2012-02-26 | 1 | -2/+2 |
| | |||||
* | Bump upload size to 128mb, the firmware updates (at least for now while ↵ | jim-p | 2012-01-20 | 1 | -2/+2 |
| | | | | testing) are a bit too large for the old value. | ||||
* | Change from mhash to hash module, mhash is depreciated. | jim-p | 2012-01-19 | 1 | -1/+1 |
| | |||||
* | Do not set EXTENSIONSDIR twice | Scott Ullrich | 2012-01-18 | 1 | -1/+0 |
| | |||||
* | Nuke extra C/R | Scott Ullrich | 2012-01-18 | 1 | -1/+0 |
| | |||||
* | Test for newer 20090626 PHP_EXT_DIR | Scott Ullrich | 2012-01-18 | 1 | -0/+7 |
| | |||||
* | - Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portal | Roberto Nunnari | 2011-11-29 | 1 | -0/+1 |
| | | | | - Corrected bug in javascript funtion enable_change(enable_change) | ||||
* | force a set path for ioncube loader | lgcosta | 2011-08-24 | 1 | -4/+4 |
| | |||||
* | fixed corrected name of ioncube module | lgcosta | 2011-08-09 | 1 | -2/+2 |
| | |||||
* | fix correct name | lgcosta | 2011-07-15 | 1 | -2/+2 |
| | |||||
* | Correct ts filename | Scott Ullrich | 2011-07-15 | 1 | -1/+1 |
| | |||||
* | Revert "Only load modules once" | Scott Ullrich | 2011-07-13 | 1 | -2/+0 |
| | | | | This reverts commit 00b9730d6fe20272a40e707b709e677a847b7863. | ||||
* | Only load modules once | Scott Ullrich | 2011-07-13 | 1 | -0/+2 |
| | |||||
* | Adding ioncube_loader | Scott Ullrich | 2011-07-13 | 1 | -1/+1 |
| | |||||
* | Remove extra "/" | Warren Baker | 2011-07-13 | 1 | -1/+1 |
| | |||||
* | Create dynamodules in the order they where touched | Scott Ullrich | 2011-07-12 | 1 | -1/+1 |
| | |||||
* | Oops use ; | Scott Ullrich | 2011-07-04 | 1 | -2/+2 |
| | |||||
* | Show errors. | Scott Ullrich | 2011-07-04 | 1 | -2/+2 |
| | |||||
* | Use error log and log errors to /tmp/PHP_errors.log | Scott Ullrich | 2011-07-02 | 1 | -0/+4 |
| | |||||
* | Set extension name correctly.. Duh! | Scott Ullrich | 2011-06-21 | 1 | -2/+2 |
| | |||||
* | Fix copy and pasto | Scott Ullrich | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | Add extension directory | Scott Ullrich | 2011-06-21 | 1 | -2/+2 |
| | |||||
* | Use correct directory | Scott Ullrich | 2011-06-21 | 1 | -2/+2 |
| | |||||
* | mkdir zend modules | Scott Ullrich | 2011-06-20 | 1 | -0/+6 |
| | |||||
* | Add 'dynamodules' for zend_extension and zend_extension_ts. ↵ | Scott Ullrich | 2011-06-20 | 1 | -0/+31 |
| | | | | /etc/php_dynamodules_zend and /etc/php_dynamodules_zend_ts directories | ||||
* | Remove ioncube | Scott Ullrich | 2011-06-20 | 1 | -2/+0 |
| | |||||
* | Adding ioncube | Scott Ullrich | 2011-06-07 | 1 | -0/+2 |
| | |||||
* | Include ssh2 module if available | Scott Ullrich | 2011-06-06 | 1 | -0/+2 |
| |