Project

General

Profile

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

# Date Author Comment
fc62ac50 08/23/2023 01:12 PM Christopher Cope

Add a setting for PHP memory limit in System -> Advanced. Feature #13377

402c98a2 02/09/2023 12:17 AM Reid Linnemann

Update copyright years to include 2023

926479e8 08/23/2022 11:24 PM Reid Linnemann

Make php stdout and stderr less verbose for nonfatal messages

dfd11d44 08/23/2022 11:24 PM Reid Linnemann

Add php81 extensions dir path

8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

7e0da288 09/09/2021 03:01 PM Christian McDonald

Initial commit of useful dependencies provided by Composer

afab96d6 06/18/2021 06:08 PM Renato Botelho

Fix #12060: Remove ZeroMQ support

b73947ee 04/16/2021 12:36 PM Steve Beaver

Moved web include files from /etc/inc/web to /usr/local/pfSense/include/www

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

35273ccf 09/15/2020 05:04 PM Steve Beaver

Include files used to provide logic for web pages now moved to /etc/inc/web

d45c476a 08/27/2020 01:38 PM Renato Botelho

Remove deprecated hash module

5586fce0 08/25/2020 04:54 PM Renato Botelho

Upgrade PHP to 7.4.x

c3f83348 01/06/2020 11:25 PM Renato Botelho

rc.php_ini_setup: Replace backticks by $()

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

cd91a57c 12/17/2019 04:51 PM Renato Botelho

Use full path for pkg-static

58264457 12/13/2019 06:39 PM Renato Botelho

Fix #9873: Use pkg-static

When pkg repo points to a new major version pkg is updated, use
pkg-static binary to check PHP version and make sure the command works

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

b2aae111 03/05/2019 02:44 PM Renato Botelho

Add support for PHP 7.3.x

ccc60c88 03/05/2019 02:43 PM Renato Botelho

Remove PHP 5.x support

981d6364 05/08/2018 03:26 PM Jim Pingle

Change CRL generation to a pure PHP implementation which works with PHP 7.2 (and 5.6)

The old OpenSSL CRL patch we had been using does not work with 7.2, and this way also
opens up some new possibilities for enhancing the CRL settings we can offer in the...

94989121 04/25/2018 06:19 PM Renato Botelho

Disable suhosin on PHP 7

ec29cf58 04/25/2018 12:39 PM Renato Botelho

Prepare to load extensions from PHP 7.2

179377b0 03/30/2018 11:01 PM robjarsen

Remove Whitespace

I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.

-RJ

3c44c845 01/31/2018 06:56 PM Luiz Souza

Silence warnings generated by sysctl to standard error.

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/