#
6e16cc35 |
| 09-Mar-2014 |
Lior Kaplan |
Fix typo: entory -> entry
|
#
ff3c6931 |
| 07-Mar-2014 |
Daniel Lowrey |
Update php.ini files (new openssl directives)
|
Revision tags: php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1 |
|
#
cbd108ab |
| 13-Feb-2014 |
Yasuo Ohgaki |
Implement RFC https://wiki.php.net/rfc/default_encoding
|
Revision tags: php-5.6.0alpha2, php-5.5.9, php-5.4.25 |
|
#
4dee63ca |
| 27-Jan-2014 |
Yasuo Ohgaki |
Remove obsolete description
|
Revision tags: php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24, php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28 |
|
#
feb4caad |
| 10-Dec-2013 |
Michael Wallner |
update php.ini-*
|
#
bc1c2b3b |
| 12-Dec-2013 |
Michael Wallner |
remove always_populate_raw_post_data INI entries from master, UPGRADING.INTERNALS coming shortly
|
Revision tags: php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1 |
|
#
b6ceea4a |
| 21-Oct-2013 |
Christopher Jones |
Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode dot org)
|
Revision tags: php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1 |
|
#
0ad0a2f5 |
| 27-Sep-2013 |
Ondřej Surý |
Add information about which INI file is which inside respective files
|
#
5ac7c533 |
| 27-Sep-2013 |
Christopher Jones |
More OCI8 DTrace probe updates. Change php.ini-* doc to match an earlier change to config.w32
|
Revision tags: php-5.5.4, php-5.4.20 |
|
#
160cd8d0 |
| 09-Sep-2013 |
Adam Harvey |
Tinker with the wording of the short_open_tag description. I'm still not thrilled with this, but it's a bit better and addresses the issues noted in bug #65644. Plus, it now mentions the
Tinker with the wording of the short_open_tag description. I'm still not thrilled with this, but it's a bit better and addresses the issues noted in bug #65644. Plus, it now mentions the decoupling of <?=.
show more ...
|
Revision tags: php-5.5.4RC1, php-5.4.20RC1 |
|
#
4cd9796b |
| 20-Aug-2013 |
Yasuo Ohgaki |
Add session.use_strict_mode description to php.ini-*
|
Revision tags: php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18 |
|
#
503d39d9 |
| 10-Aug-2013 |
Jan Ehrhardt |
php.ini-development/production: remove php_zip.dll Remove the reference to php_zip.dll in php.ini-production and php.ini-development, because php_zip.dll does not exist anymore since
php.ini-development/production: remove php_zip.dll Remove the reference to php_zip.dll in php.ini-production and php.ini-development, because php_zip.dll does not exist anymore since PHP 5.3
show more ...
|
Revision tags: php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1 |
|
#
b8941a73 |
| 13-Jul-2013 |
Veres Lajos |
mssql.compatability_mode fix
|
#
445dffa7 |
| 18-Jul-2013 |
Yasuo Ohgaki |
Improve php.ini-* documentation
|
#
2bad01e6 |
| 15-Jul-2013 |
Stanislav Malyshev |
Fix bug #62665: add curl.cainfo to php.ini Conflicts: php.ini-development php.ini-production
|
Revision tags: php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1 |
|
#
6df1e8d3 |
| 11-Apr-2013 |
Remi Collet |
apply change from opcache readme to php.ini
|
Revision tags: php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2 |
|
#
26f3ff25 |
| 27-Mar-2013 |
Dmitry Stogov |
Added opcache.enable_cli=0
|
#
293d5def |
| 21-Mar-2013 |
David Soria Parra |
Add OPCache ini settings to php.ini
|
Revision tags: php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4 |
|
#
475a644b |
| 18-Jan-2013 |
ALeX Kazik |
Implemented Feature #60524 (sys_temp_dir) Added a new configuration directive which allows it to change the temporary directory, the default behavior is unchanged. This is a use
Implemented Feature #60524 (sys_temp_dir) Added a new configuration directive which allows it to change the temporary directory, the default behavior is unchanged. This is a useful option if you use all/some hosts inside of one .ini file with sections and want to change the temp dir per user (maybe it's not allowed to write outside the users home directory). Since the TMPDIR variable affects the whole php that way can not be used for this scenario. (see https://bugs.php.net/bug.php?id=60524)
show more ...
|
Revision tags: php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9 |
|
#
e7f8f7c0 |
| 12-Nov-2012 |
Bryan Hanks, PMP |
Corrected spelling of 'shortcut'
|
#
d0727b58 |
| 12-Nov-2012 |
Bryan Hanks, PMP |
Corrected grammar/spelling of text in php.ini files There are no actual code changes here; I corrected grammar and spelling errors in the php.ini-production and php.ini-development files
Corrected grammar/spelling of text in php.ini files There are no actual code changes here; I corrected grammar and spelling errors in the php.ini-production and php.ini-development files. I also rewrote some sentences to make them less cumbersome.
show more ...
|
Revision tags: php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1 |
|
#
ddc8d162 |
| 24-Jul-2012 |
Florian Anderiasch |
Add syslog support to mail.log #62356 Patch by Michael Orlitzky
|
Revision tags: php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1 |
|
#
6cc3c65f |
| 03-Jul-2012 |
Anthony Ferrara |
Remove php.ini setting for default bcrypt cost
|
#
232da903 |
| 27-Jun-2012 |
Anthony Ferrara |
Implement php.ini setting password.bcrypt_cost
|
#
ad2bee19 |
| 26-Jun-2012 |
Stanislav Malyshev |
ws fix
|