Project

General

Profile

Download (10 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
32960b14 05/24/2016 11:04 PM NewEraCracker

Relax Suhosin to allow a 512M memory limit

c0570a67 04/25/2016 04:59 PM Renato Botelho

Reduce log level for RELEASE versions. Fixes #6178

7ec892af 03/29/2016 05:30 PM Renato Botelho

Revert part of 475f0b6db committed by accident

14dd1631 03/29/2016 03:42 PM Renato Botelho

Stop processing when find it

475f0b6d 03/29/2016 03:42 PM Renato Botelho

Add missing PHP modules, it should fix #6041

332ea4dd 03/29/2016 03:42 PM Renato Botelho

Simplify logic

1c225a98 03/02/2016 04:41 PM Jim Pingle

Ensure the extensions.ini has no duplications before setting up php.ini. Fixes #5943

3e582e4f 01/07/2016 09:51 PM NewEraCracker

Strengthen PHP session settings

See https://secure.php.net/manual/en/session.configuration.php#ini.session.hash-function

f11c08e2 01/07/2016 09:49 PM NewEraCracker

Revert maximum array depth (aka input nesting level) to default values

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.

e56374a8 01/07/2016 12:24 PM NewEraCracker

Increase max_input_vars

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.

40880eec 01/05/2016 11:08 AM Renato Botelho

Rename php-fpm pool from lighty to nginx

93b1f6fb 10/27/2015 07:49 PM Stephen Beaver

Include www/classes and www/classes/Form in the PHP include path

3646fbcb 10/13/2015 10:43 AM Renato Botelho

Remove /usr/local/lib/php.ini, we don't need 2 copies of this

e4121dde 10/01/2015 04:27 PM Renato Botelho

Introduce read_global_var:

- 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

a5c36eb2 10/01/2015 01:21 PM Renato Botelho

Introduce read_xml_tag.sh

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

339b8893 10/01/2015 11:51 AM Renato Botelho

Fix #5220, setup PHP timezone:

- Get defined zoneinfo in the following order:
- /var/db/zoneinfo
- /cf/conf/config.xml
- /etc/inc/globals_override.inc
- /etc/inc/globals.inc

c580e34c 09/30/2015 05:33 PM Renato Botelho

Consider globals_override.inc and replace hard coded pfSense string by product_name

d759f499 09/15/2015 01:56 PM Renato Botelho

Use PHP 5.6 extensions dir

a5c53d26 09/01/2015 01:43 PM Renato Botelho

Do not explicit add opcache to zend_extension, just enable or disable it

aee36a29 08/27/2015 01:02 PM Renato Botelho

Remove ioncube references from php.ini, and set zend_extensions properly

3e9127fa 08/27/2015 12:56 PM Renato Botelho

Move opcache to zend_extensions

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/