#
68e2da63 |
| 15-Mar-2020 |
Jacob Dreesen |
Fix typo in php.ini comment |
Revision tags: php-7.4.4RC1, php-7.3.16RC1, php-7.4.3, php-7.2.28 |
|
#
df71503e |
| 12-Feb-2020 |
Nikita Popov |
Merge branch 'PHP-7.4' * PHP-7.4: Remove value from comment in php.ini files
|
#
61e76927 |
| 10-Feb-2020 |
Michael Voříšek |
Remove value from comment in php.ini files Closes GH-5164. |
#
2ff79942 |
| 10-Feb-2020 |
Nikita Popov |
Merge branch 'PHP-7.4' * PHP-7.4: Remove hint to security purpose of disable_functions
|
#
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 ...
|
Revision tags: php-7.3.15RC1, php-7.4.3RC1 |
|
#
b97c9dc7 |
| 31-Jan-2020 |
Pieter Hordijk |
Added opcache extension to inis Extensions are not loaded by default (commented out) Closes GH-5136 |
Revision tags: php-7.3.15 |
|
#
12e903d8 |
| 25-Jan-2020 |
George Peter Banyard |
Merge branch 'PHP-7.4' * PHP-7.4: Fixed bug #79080 [ci skip]
|
#
86f463c3 |
| 25-Jan-2020 |
George Peter Banyard |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fixed bug #79080 [ci skip]
|
#
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. |
Revision tags: php-7.2.27, php-7.4.2, php-7.3.14 |
|
#
ae706e51 |
| 17-Jan-2020 |
Nikita Popov |
Merge branch 'PHP-7.4' * PHP-7.4: Update php.ini files to add missing FTP extension
|
#
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.14RC1, php-7.4.2RC1, php-7.4.1, php-7.2.26, php-7.3.13 |
|
#
e161c7bd |
| 11-Dec-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.4' * PHP-7.4: Typo fix in php.ini-production
|
#
2bf38aff |
| 11-Dec-2019 |
Adrian Verde |
Typo fix in php.ini-production Possibe -> Possible |
Revision tags: php-7.4.1RC1, 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 |
|
#
97f99476 |
| 24-Oct-2019 |
Remi Collet |
Merge branch 'PHP-7.4' * PHP-7.4: typo and better wording
|
#
69b608cf |
| 24-Oct-2019 |
Remi Collet |
typo and better wording |
#
ff09d393 |
| 24-Oct-2019 |
Remi Collet |
Merge branch 'PHP-7.4' * PHP-7.4: Added suppot for glob() wildcard matching in ffi.preload directive Reverting push to wrong repo Update alloc patch
|
#
fea8c548 |
| 23-Oct-2019 |
Dmitry Stogov |
Added suppot for glob() wildcard matching in ffi.preload directive |
#
3d9bbd1b |
| 23-Oct-2019 |
Remi Collet |
Merge branch 'PHP-7.4' * PHP-7.4: add new ffi.preload option in php.ini and display ini entries in MINFO
|
#
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, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1 |
|
#
21e631e4 |
| 06-Oct-2019 |
Nikita Popov |
Merge branch 'PHP-7.4'
|
#
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 |
|
#
1cde9e85 |
| 30-Sep-2019 |
Nikita Popov |
Merge branch 'PHP-7.4'
|
Revision tags: 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, php-7.4.0RC1 |
|
#
790ed7d5 |
| 02-Sep-2019 |
Nikita Popov |
Enable display_startup_errors by default |
#
6926018b |
| 03-Sep-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.4' * PHP-7.4: Document opcache.preload_user directive
|