Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate nanobsd platform and remove all conditionals that uses it | Renato Botelho | 2016-10-12 | 1 | -6/+1 |
| | |||||
* | Move copyright from ESF to Netgate | Renato Botelho | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Uniformize memory limits and remove old code (revised) | NewEraCracker | 2016-08-16 | 1 | -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 #3734 | Renato Botelho | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | Remove workarounds to sort extensions.ini since ports tree now has a better ↵ | Renato Botelho | 2016-08-09 | 1 | -2/+0 |
| | | | | solution in place to track PHP modules dependencies | ||||
* | Move to Apache License 2.0 | Renato Botelho | 2016-07-15 | 1 | -41/+9 |
| | |||||
* | Review license / copyright on all files (1st round) | Renato Botelho | 2016-07-14 | 1 | -20/+46 |
| | |||||
* | Set request_terminate_timeout to the same as max_execution_time in case ↵ | Chris Buechler | 2016-05-24 | 1 | -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 limit | NewEraCracker | 2016-05-24 | 1 | -1/+1 |
| | |||||
* | Reduce log level for RELEASE versions. Fixes #6178 | Renato Botelho | 2016-04-25 | 1 | -0/+8 |
| | |||||
* | Revert part of 475f0b6db committed by accident | Renato Botelho | 2016-03-29 | 1 | -2/+0 |
| | |||||
* | Stop processing when find it | Renato Botelho | 2016-03-29 | 1 | -0/+1 |
| | |||||
* | Add missing PHP modules, it should fix #6041 | Renato Botelho | 2016-03-29 | 1 | -0/+4 |
| | |||||
* | Simplify logic | Renato Botelho | 2016-03-29 | 1 | -2/+1 |
| | |||||
* | Ensure the extensions.ini has no duplications before setting up php.ini. ↵ | jim-p | 2016-03-02 | 1 | -0/+3 |
| | | | | Fixes #5943 | ||||
* | Strengthen PHP session settings | NewEraCracker | 2016-01-07 | 1 | -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 values | NewEraCracker | 2016-01-07 | 1 | -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_vars | NewEraCracker | 2016-01-07 | 1 | -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 nginx | Renato Botelho | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | Include www/classes and www/classes/Form in the PHP include path | Stephen Beaver | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | Remove /usr/local/lib/php.ini, we don't need 2 copies of this | Renato Botelho | 2015-10-13 | 1 | -21/+9 |
| | |||||
* | Introduce read_global_var: | Renato Botelho | 2015-10-01 | 1 | -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.sh | Renato Botelho | 2015-10-01 | 1 | -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 Botelho | 2015-10-01 | 1 | -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 Botelho | 2015-09-30 | 1 | -1/+10 |
| | | | | product_name | ||||
* | Use PHP 5.6 extensions dir | Renato Botelho | 2015-09-15 | 1 | -7/+1 |
| | |||||
* | Do not explicit add opcache to zend_extension, just enable or disable it | Renato Botelho | 2015-09-01 | 1 | -4/+5 |
| | |||||
* | Remove ioncube references from php.ini, and set zend_extensions properly | Renato Botelho | 2015-08-27 | 1 | -42/+3 |
| | |||||
* | Move opcache to zend_extensions | Renato Botelho | 2015-08-27 | 1 | -3/+4 |
| | |||||
* | Move main pfSense content to src/ | Renato Botelho | 2015-08-25 | 1 | -0/+417 |