]> granicus.if.org Git - php/commitdiff
Explicitly name the added constant
authorChristopher Jones <sixd@php.net>
Mon, 22 Nov 2010 22:18:30 +0000 (22:18 +0000)
committerChristopher Jones <sixd@php.net>
Mon, 22 Nov 2010 22:18:30 +0000 (22:18 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 54271255ec62caaa6156863bf0ccf16e0ad95226..c2c108e2e605ba0aa97781053b45f4553df7a871 100644 (file)
--- 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)