summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.php_ini_setup
Commit message (Collapse)AuthorAgeFilesLines
* Stop using pecl-ssh2Renato Botelho2017-07-061-2/+0
|
* Deprecate nanobsd platform and remove all conditionals that uses itRenato Botelho2016-10-121-6/+1
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Uniformize memory limits and remove old code (revised)NewEraCracker2016-08-161-1/+1
| | | | | 1) Allow setting a memory_limit up to 768M (Suhosin) 2) Remove old workarounds. Memory limits on config.inc will be new defaults
* Add pear directory to PHP include_path. Ticket #3734Renato Botelho2016-08-101-1/+1
|
* Remove workarounds to sort extensions.ini since ports tree now has a better ↵Renato Botelho2016-08-091-2/+0
| | | | solution in place to track PHP modules dependencies
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-20/+46
|
* Set request_terminate_timeout to the same as max_execution_time in case ↵Chris Buechler2016-05-241-0/+1
| | | | something executed externally doesn't respond, to avoid hanging up all of php-fpm eventually. Ticket #6318 among other similar potential issues.
* Relax Suhosin to allow a 512M memory limitNewEraCracker2016-05-241-1/+1
|
* Reduce log level for RELEASE versions. Fixes #6178Renato Botelho2016-04-251-0/+8
|
* Revert part of 475f0b6db committed by accidentRenato Botelho2016-03-291-2/+0
|
* Stop processing when find itRenato Botelho2016-03-291-0/+1
|
* Add missing PHP modules, it should fix #6041Renato Botelho2016-03-291-0/+4
|
* Simplify logicRenato Botelho2016-03-291-2/+1
|
* Ensure the extensions.ini has no duplications before setting up php.ini. ↵jim-p2016-03-021-0/+3
| | | | Fixes #5943
* 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