From: Christopher Jones Date: Mon, 22 Nov 2010 22:18:30 +0000 (+0000) Subject: Explicitly name the added constant X-Git-Tag: php-5.3.4RC2~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ed386997f67b3f2187a7cffc04519f252f5733e;p=php Explicitly name the added constant --- diff --git a/NEWS b/NEWS index 54271255ec..c2c108e2e6 100644 --- a/NEWS +++ b/NEWS @@ -58,7 +58,8 @@ DateTime::createFromFormat(). (Derick) - Implemented feature requests: - . Implemented FR #52348, Ability to detect zend multibyte at runtime. (Kalle) + . Implemented FR #52348, added new constant ZEND_MULTIBYTE to detect + zend multibyte at runtime. (Kalle) . Implemented FR #52173, added functions pcntl_get_last_error() and pcntl_strerror(). (nick dot telford at gmail dot com, Arnaud) . Implemented symbolic links support for open_basedir checks. (Pierre)