History log of /PHP-7.4/php.ini-development (Results 1 – 25 of 232)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ed949a19 20-Nov-2020 Benjamin Morel

Fix typos in php.ini files

Closes GH-6441.

[ci skip]


# 205556c1 28-Sep-2020 Giovanni Giacobbi

Synchronize php.ini-development and php.ini-production

Closes GH-6231.


# c00cce32 18-Mar-2020 Nikita Popov

Clarify session.cookie_samesite="None"


# 68e2da63 15-Mar-2020 Jacob Dreesen

Fix typo in php.ini comment


# 61e76927 10-Feb-2020 Michael Voříšek

Remove value from comment in php.ini files

Closes GH-5164.


# 038ca4bb 05-Feb-2020 jsmmo <48855822+jsmmo@users.noreply.github.com>

Remove hint to security purpose of disable_functions

These features are not intended to offer security against a
determined attacher with full local code execution privileges.

C

Remove hint to security purpose of disable_functions

These features are not intended to offer security against a
determined attacher with full local code execution privileges.

Closes GH-5150.

show more ...


# a1f2f8f0 25-Jan-2020 George Peter Banyard

Fixed bug #79080 [ci skip]

Rewrote session.gc_probability and session.gc_divisor INI setting
description to be more succint.


# 4d24f5a4 14-Jan-2020 aand18 <36073609+aand18@users.noreply.github.com>

Update php.ini files to add missing FTP extension

FTP functionality isn't enabled by default and not listed as a disabled
extension in the `php.ini` file either.

This should spa

Update php.ini files to add missing FTP extension

FTP functionality isn't enabled by default and not listed as a disabled
extension in the `php.ini` file either.

This should spare a few googles to anyone needing FTP functionality in PHP.

Closes GH-5084.

show more ...


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5
# 69b608cf 24-Oct-2019 Remi Collet

typo and better wording


# fea8c548 23-Oct-2019 Dmitry Stogov

Added suppot for glob() wildcard matching in ffi.preload directive


# dcd77232 23-Oct-2019 Remi Collet

add new ffi.preload option in php.ini and display ini entries in MINFO


Revision tags: php-7.1.33, php-7.2.24, php-7.3.11
# 38f388fb 19-Oct-2019 Tyson Andre

Fix miscellaneous typos in docs


Revision tags: php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1
# 6623e7ac 02-Oct-2019 Nikita Popov

Add support for mbstring.regex_retry_limit

This is very similar to the existing mbstring.regex_stack_limit,
but for backtracking. The default value matches pcre.backtrack_limit.
Only

Add support for mbstring.regex_retry_limit

This is very similar to the existing mbstring.regex_stack_limit,
but for backtracking. The default value matches pcre.backtrack_limit.
Only used on libonig >= 2.8.0.

show more ...


Revision tags: php-7.4.0RC3, php-7.2.23
# 1806ce9c 24-Sep-2019 Nikita Popov

Add max_depth option to unserialize()

Add a max_depth option to unserialize and an unserialize_max_depth
ini setting, which can be used to control the depth limit. The
default value

Add max_depth option to unserialize()

Add a max_depth option to unserialize and an unserialize_max_depth
ini setting, which can be used to control the depth limit. The
default value is 4096.

This option is intended to prevent stack overflows during the
unserialization of deeply nested structures.

This fixes bug #78549 and addresses oss-fuzz #17581, #17589, #17664,
and #17788.

show more ...


Revision tags: php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1
# 61dcae50 03-Sep-2019 Christoph M. Becker

Document opcache.preload_user directive


Revision tags: php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9
# f08095fa 27-Aug-2019 Pavel Dyakonov

add ffi to php.ini extension [ci skip]


Revision tags: php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1, php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1
# e2ed7e67 16-Jul-2019 Christoph M. Becker

Allow multiple cache instances per user/host on Windows

Formerly, there was at most a single OPcache instance per user and the
so called system ID (which is determined from the PHP versi

Allow multiple cache instances per user/host on Windows

Formerly, there was at most a single OPcache instance per user and the
so called system ID (which is determined from the PHP version).
Sometimes multiple OPcaches might be desired, though, particularly for
unrelated CLI scripts, which may even be necessary (e.g. for our test
suite in parallel mode).

We therefore introduce a new INI directive `opcache.cache_id` which
allows to configure independent OPcache instances for the same user.

We also use `GetUserNameW()` instead of `php_win32_get_username()`,
because the latter retrieves the user name encoded in the
`default_charset`, which can obviously yield different results for
different charsets, leading to OPcache "incompatibilities". Slightly
worse, some characters may not even be encodeable in the
`default_charset` and would be replaced by question marks, which could
result in different users sharing the same OPcache.

We also refactor, and re-use existing APIs to avoid duplicated code.

show more ...


Revision tags: php-7.2.21RC1, php-7.3.8RC1, php-7.4.0alpha3, php-7.3.7, php-7.2.20, php-7.4.0alpha2, php-7.3.7RC3, php-7.3.7RC2, php-7.2.20RC2
# 0819e6dc 17-Jun-2019 Joe Watkins

simple ignore arguments in exceptions implementation


# 9f0515c4 15-Jun-2019 Erik Lundin

Add syslog.filter=raw

This passes through syslog message unchanged, without splitting
messages at newlines.


Revision tags: php-7.4.0alpha1, php-7.3.7RC1, php-7.2.20RC1, php-7.2.19, php-7.3.6, php-7.1.30, php-7.2.19RC1, php-7.3.6RC1
# eaab0a2b 01-May-2019 Kalle Sommer Nielsen

Remove some more interbase leftovers


Revision tags: php-7.1.29, php-7.2.18, php-7.3.5
# 8b8d5a4b 24-Apr-2019 George Peter Banyard

Remove html_errors from INI Quick Reference as INI values are identical to Engine values


Revision tags: php-7.2.18RC1, php-7.3.5RC1
# 9a85a944 15-Apr-2019 Nikita Popov

s/mysql_connect()/mysqli_connect() in php.ini


# 1dd5ab0c 05-Apr-2019 Peter Kokot

Add opcache.lockfile_path and opcache.lockfile_path to ini settings

Some default opcache settings were missing.


Revision tags: php-7.2.17, php-7.3.4, php-7.1.28
# bc4cb277 29-Mar-2019 Stanislav Malyshev

Add mbstring.regex_stack_limit to php.ini-*


Revision tags: php-7.3.4RC1, php-7.2.17RC1
# 78c9a53d 19-Mar-2019 Remi Collet

comment out sqlite3.defensive = 1
follow common practice, this is the default value


12345678910