Revision tags: php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3, php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1, php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32 |
|
#
fe5c8f2b |
| 28-Jan-2016 |
Francois Laupretre |
Allow loading PHP and Zend extensions by name Allow extension name as INI 'extension=' and dl() argument No BC break, as file name is still accepted. When using the '-z' command line
Allow loading PHP and Zend extensions by name Allow extension name as INI 'extension=' and dl() argument No BC break, as file name is still accepted. When using the '-z' command line option (CLI/CGI), an absolute file name must still be provided (nothing changed here) Change comments in example INI files
show more ...
|
#
e9ff1fac |
| 02-Jun-2017 |
Nikita Popov |
Revert "merge PR #2290: enable opcache in CLI in 7.1+" This reverts commit 71fe529afc2f9bfd99d85539c709a27f025c0caa. Without the file cache (which is not enabled by default), this h
Revert "merge PR #2290: enable opcache in CLI in 7.1+" This reverts commit 71fe529afc2f9bfd99d85539c709a27f025c0caa. Without the file cache (which is not enabled by default), this has non-trivial impact on the startup time. It also significantly increases the baseline memory usage of PHP on CLI.
show more ...
|
#
47a1ab36 |
| 06-May-2017 |
ekinhbayar |
Update php.ini-* for deprecated track_errors directive
|
#
670041b6 |
| 01-Apr-2017 |
Martin Hujer |
Fix opcache.max_accelerated_files doc in php.ini As stated in docs: https://secure.php.net/manual/en/opcache.configuration.php#ini.opcache.max-accelerated-files, the maximum is now 1000000
Fix opcache.max_accelerated_files doc in php.ini As stated in docs: https://secure.php.net/manual/en/opcache.configuration.php#ini.opcache.max-accelerated-files, the maximum is now 1000000 > The maximum value is 100000 in PHP < 5.5.6, and 1000000 in later versions.
show more ...
|
#
edfa87eb |
| 15-Mar-2017 |
adrian5 |
Add comma to comment in php.ini
|
#
c61daf41 |
| 02-Feb-2017 |
Nikita Popov |
Deprecate track_errors / $php_errormsg
|
#
ef42f494 |
| 11-Jan-2017 |
Markus Staab |
added a note to opache.fast_shutdown why its not enabled by default in php.ini
|
#
28f2959b |
| 09-Jan-2017 |
Joe Watkins |
Revert "set more suitable defaults for opcache in ini and code" This reverts commit b655f2d6325c64e5da1f016a2742a6abf669ecaf. This has been deemed unsuitable for 7.0
|
#
71fe529a |
| 09-Jan-2017 |
Joe Watkins |
merge PR #2290: enable opcache in CLI in 7.1+
|
#
b655f2d6 |
| 09-Jan-2017 |
Markus Staab |
set more suitable defaults for opcache in ini and code
|
#
49b2cbf7 |
| 05-Jan-2017 |
Markus Staab |
Update php.ini-development
|
#
0b204d60 |
| 03-Dec-2016 |
Yasuo Ohgaki |
Fix typo in php.ini-* comment
|
#
b9f41002 |
| 23-Nov-2016 |
Remi Collet |
CS (no leading space in comment for config option)
|
#
914ff56c |
| 21-Nov-2016 |
Anatol Belski |
update php.ini-* for bug #69090
|
#
850c1095 |
| 21-Nov-2016 |
Anatol Belski |
update php.ini-* according to changes for bug #69090
|
#
e44deba1 |
| 18-Nov-2016 |
Christoph M. Becker |
Fix #64526: Add missing mysqlnd.* parameters to php.ini-*
|
#
bc4676e0 |
| 04-Oct-2016 |
Leigh |
Remove mcrypt
|
#
4f0960a8 |
| 26-Sep-2016 |
Christoph M. Becker |
Fix #53745: cgi.discard_path option is missing from php.ini Also cgi.check_shebang_line has been missing.
|
#
3467526a |
| 12-Aug-2016 |
Yasuo Ohgaki |
Merge RFC: Session ID without hashing https://wiki.php.net/rfc/session-id-without-hashing
|
#
9fc0a5e0 |
| 11-Aug-2016 |
Kalle Sommer Nielsen |
msql > mysqli, use a better extension name as an example in php.ini, as we do not have msql support anymore (Sorry Rasmus!)
|
#
197051f3 |
| 11-Aug-2016 |
Kalle Sommer Nielsen |
Remove sql.safe_mode This is one of the last old and odd deprecated settings we still have in PHP, it was never fully implemented in all the database extensions and should probably have been
Remove sql.safe_mode This is one of the last old and odd deprecated settings we still have in PHP, it was never fully implemented in all the database extensions and should probably have been gone back in 5.4, along with safe_mode. Although if my memory strikes me right, mysql was also supporting it back then, but not mysqli. So far only interbase was supporting this feature, and the removal of it causes two effects for interbase: - CREATE DATABASE is now allowed no matter - The default database set by php.ini (ibase.default_db) is no longer forced http://php.net/ini.core#ini.sql.safe-mode
show more ...
|
#
a53a6b3f |
| 10-Aug-2016 |
Yasuo Ohgaki |
Fix URL rewriter issues
|
#
1666e80c |
| 29-Jul-2016 |
Anatol Belski |
document file cache fallback ini directive
|
#
f813f438 |
| 15-Jul-2016 |
Pieter Hordijk |
Removed incorrect (leftover?) sentence in ini about mbstring or iconv output handler
|
#
82bfb090 |
| 15-Jul-2016 |
Pieter Hordijk |
Removed incorrect (leftover?) sentence in ini about mbstring or iconv output handler
|