summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.php_ini_setup
Commit message (Collapse)AuthorAgeFilesLines
* Strengthen PHP session settingsNewEraCracker2016-01-071-0/+2
| | | | See https://secure.php.net/manual/en/session.configuration.php#ini.session.hash-function
* Revert maximum array depth (aka input nesting level) to default valuesNewEraCracker2016-01-071-3/+0
| | | | | | This is per default 50 in Suhosin (*.max_array_depth) and 64 in PHP (max_input_nesting_level) Note: Array depth is not the number of elements within an array.
* Increase max_input_varsNewEraCracker2016-01-071-0/+1
| | | | Since Suhosin has a configured limit of 5000 maximum input variables, for consistency, PHP should be configured with a similar setting (the default is just 1000). This will allow BIG forms to save without any problem in the future.
* Rename php-fpm pool from lighty to nginxRenato Botelho2016-01-051-1/+1
|
* Include www/classes and www/classes/Form in the PHP include pathStephen Beaver2015-10-271-1/+1
|
* Remove /usr/local/lib/php.ini, we don't need 2 copies of thisRenato Botelho2015-10-131-21/+9
|
* Introduce read_global_var:Renato Botelho2015-10-011-24/+3
| | | | | | - Add a new script, read_global_var, that returns the value of any item contained in global array $g - Replace all grep and sed magic from shell scripts
* Introduce read_xml_tag.shRenato Botelho2015-10-011-7/+15
| | | | | | Create /usr/local/sbin/read_xml_tag.sh, that will read a xml tag from config file using xmllint. Replace all direct read using cat, grep, sed, ... by this script
* Fix #5220, setup PHP timezone:Renato Botelho2015-10-011-2/+19
| | | | | | | | - Get defined zoneinfo in the following order: - /var/db/zoneinfo - /cf/conf/config.xml - /etc/inc/globals_override.inc - /etc/inc/globals.inc
* Consider globals_override.inc and replace hard coded pfSense string by ↵Renato Botelho2015-09-301-1/+10
| | | | product_name
* Use PHP 5.6 extensions dirRenato Botelho2015-09-151-7/+1
|
* Do not explicit add opcache to zend_extension, just enable or disable itRenato Botelho2015-09-011-4/+5
|
* Remove ioncube references from php.ini, and set zend_extensions properlyRenato Botelho2015-08-271-42/+3
|
* Move opcache to zend_extensionsRenato Botelho2015-08-271-3/+4
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+417
OpenPOWER on IntegriCloud