Commit: d207e6551b11e5fb0a0fad154048203ac73f8fe2 Author: Adam Harvey <ahar...@php.net> Fri, 16 Nov 2012 04:34:10 +0000 Parents: ab4c270ccf71060f98b209852f2b73f2c134900d Branches: PHP-5.5
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=d207e6551b11e5fb0a0fad154048203ac73f8fe2 Log: Put the new php.ini directives together. (And make colon usage more consistent.) Changed paths: M UPGRADING Diff: diff --git a/UPGRADING b/UPGRADING index c0f1f9b..41ec330 100755 --- a/UPGRADING +++ b/UPGRADING @@ -231,19 +231,23 @@ PHP X.Y UPGRADE NOTES - Intl: - This extension now requires ICU 4.0+. - - Added intl.use_exceptions INI directive, which controls what happens when - global errors are set together with intl.error_level. ======================================== 9. New Global Constants ======================================== -- mysqli + +- mysqli: - Added MYSQLI_SERVER_PUBLIC_KEY constant to be used with mysqli_options() ======================================== 10. Changes to INI File Handling ======================================== -- mysqlnd + +- Intl: + - Added intl.use_exceptions INI directive, which controls what happens when + global errors are set together with intl.error_level. + +- mysqlnd: - Added mysqlnd.sha256_server_public_key INI PERDIR setting that affects all APIs which use(are built) for mysqlnd. This allows ext/mysqli to be used with the new auth protocol, although at coarser level. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php