Project

General

Profile

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

# Date Author Comment
b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

2c131b10 11/29/2017 11:18 PM Martin Wasley

Increase FPM process availability in high ram systems

To reduce chance of nginx gateway error when interacting with FPM backend, this patch does the following, starts up extra FOM server processes at startup, allows more to stay running on standby, increases automatic shutdown time from 5 seconds to one hour. On systems with a gig or more of ram

65a8a5ad 11/29/2017 05:06 PM Steve Beaver

Merge pull request #3769 from PiBa-NL/20170626-phpfpm-status

5764c363 07/06/2017 06:27 PM Renato Botelho

Stop using pecl-ssh2

418fdfb3 06/26/2017 09:53 PM Pi Ba

php-fpm, add status page for local usage from console/shell, this provides a way to check what scripts are currently running in the php-fpm processes.

For example the following can be executed from the local shell:
` fetch --no-verify-hostname --no-verify-peer "https://localhost/status?full" -o - `

dc61252a 10/12/2016 07:29 PM Renato Botelho

Deprecate nanobsd platform and remove all conditionals that uses it

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

7edcc54b 08/16/2016 03:45 PM NewEraCracker

Uniformize memory limits and remove old code (revised)

1) Allow setting a memory_limit up to 768M (Suhosin)
2) Remove old workarounds. Memory limits on config.inc will be new defaults

ea0e22ee 08/10/2016 04:26 PM Renato Botelho

Add pear directory to PHP include_path. Ticket #3734

495527b1 08/09/2016 02:07 PM Renato Botelho

Remove workarounds to sort extensions.ini since ports tree now has a better solution in place to track PHP modules dependencies

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

ac24dc24 07/14/2016 09:33 PM Renato Botelho

Review license / copyright on all files (1st round)

062a5434 05/24/2016 11:17 PM Chris Buechler

Set request_terminate_timeout to the same as max_execution_time in case something executed externally doesn't respond, to avoid hanging up all of php-fpm eventually. Ticket #6318 among other similar potential issues.

e266e6d1 05/24/2016 09:00 PM NewEraCracker

Relax Suhosin to allow a 512M memory limit

45c4bc38 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/