summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
Commit message (Collapse)AuthorAgeFilesLines
* Add filter.so to list of extensions loaded for 2.2Matt Smith2014-08-181-0/+2
|
* PBIs are crashing without LOGNAME being defined in the environment, define ↵Renato Botelho2014-05-091-0/+1
| | | | it here until PBI is fixed
* sqlite module is now called sqlite3Renato Botelho2014-04-301-1/+1
|
* Change log level to error for php-fpmErmal2014-04-281-1/+1
|
* Get rid of embedded platform. Its time to GC thisErmal2014-04-141-1/+1
|
* Make rc.php_ini_setup ready for php 5.5Renato Botelho2014-04-021-1/+3
|
* Teach php-fpm about our required environment pathWarren Baker2014-02-051-0/+3
|
* Correct the php-fpm configuration generationErmal2013-12-261-1/+1
|
* Do not register the _ENV superglobal since its not required and probably not ↵Ermal2013-12-201-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 ↵Ermal2013-12-201-0/+1
| | | | HTTP_*_VARS as its deprecated and luckily low use in pfSense to win memory and compativility
* Rely on memory rather than LOWMEM booleanErmal2013-12-161-1/+1
|
* Use same value consistently for configuration and tolerate a bit moreErmal2013-12-151-5/+5
|
* Use system ident rather than php-fpm for system logsErmal2013-12-141-1/+1
|
* Switch to php-fpm for lighty and check_reload_status will use it. Step by ↵Ermal2013-12-141-1/+68
| | | | step will migrate the other calls
* Remove unecessary capitalized WARNING from disabled APC messageRenato Botelho2013-09-091-2/+2
|
* Increased needed memory for APC to 512M + code cleanupIndividual IT Services2013-08-281-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 enabledErmal2013-01-051-6/+3
|
* Ticket #2063 Do not enable apc on less than 135MB ramErmal2013-01-031-9/+5
|
* Up post and upload max sizes for php.iniWarren Baker2012-11-201-2/+2
|
* Remove unused set_time_limit in php.iniPhil Davis2012-07-221-2/+1
|
* Actually reflect the right timeout values for redmine ticket #2552smos2012-07-181-1/+1
|
* Set the date.timezone from the XML directly when we setup PHP to prevent ↵smos2012-07-181-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-p2012-06-291-0/+2
|
* add autocomplete to load_balancer_pool_edit.php (PEV-394754)Darren Embry2012-05-101-1/+2
| | | | we also enable the json extension here.
* Respect ['upload_path'] for upload_tmp_dir for PHPWarren Baker2012-05-081-1/+1
|
* Update etc/rc.php_ini_setupIrving Popovetsky2012-04-051-1/+1
|
* dl(), which is used by PEAR, is deprecated in 5.3 and fails to thus load ↵Warren Baker2012-04-041-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.smos2012-03-131-4/+4
| | | | The order appears to be important in which we load the modules
* Turn off suhosin in hunt for #2214Scott Ullrich2012-02-261-1/+1
|
* Crank up debug logging to help gear up for #2214Scott Ullrich2012-02-261-2/+2
|
* Bump upload size to 128mb, the firmware updates (at least for now while ↵jim-p2012-01-201-2/+2
| | | | testing) are a bit too large for the old value.
* Change from mhash to hash module, mhash is depreciated.jim-p2012-01-191-1/+1
|
* Do not set EXTENSIONSDIR twiceScott Ullrich2012-01-181-1/+0
|
* Nuke extra C/RScott Ullrich2012-01-181-1/+0
|
* Test for newer 20090626 PHP_EXT_DIRScott Ullrich2012-01-181-0/+7
|
* - Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portalRoberto Nunnari2011-11-291-0/+1
| | | | - Corrected bug in javascript funtion enable_change(enable_change)
* force a set path for ioncube loaderlgcosta2011-08-241-4/+4
|
* fixed corrected name of ioncube modulelgcosta2011-08-091-2/+2
|
* fix correct namelgcosta2011-07-151-2/+2
|
* Correct ts filenameScott Ullrich2011-07-151-1/+1
|
* Revert "Only load modules once"Scott Ullrich2011-07-131-2/+0
| | | | This reverts commit 00b9730d6fe20272a40e707b709e677a847b7863.
* Only load modules onceScott Ullrich2011-07-131-0/+2
|
* Adding ioncube_loaderScott Ullrich2011-07-131-1/+1
|
* Remove extra "/"Warren Baker2011-07-131-1/+1
|
* Create dynamodules in the order they where touchedScott Ullrich2011-07-121-1/+1
|
* Oops use ;Scott Ullrich2011-07-041-2/+2
|
* Show errors.Scott Ullrich2011-07-041-2/+2
|
* Use error log and log errors to /tmp/PHP_errors.logScott Ullrich2011-07-021-0/+4
|
* Set extension name correctly.. Duh!Scott Ullrich2011-06-211-2/+2
|
* Fix copy and pastoScott Ullrich2011-06-211-1/+1
|
OpenPOWER on IntegriCloud