Commit:    204137693c24bbd5580e88bc91a3115d2667c359
Author:    Yasuo Ohgaki <yohg...@php.net>         Mon, 8 Jul 2013 19:21:52 +0900
Parents:   bde0f1318a967759dbda538f3c522defb5e9d294
Branches:  PHP-5.5

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=204137693c24bbd5580e88bc91a3115d2667c359

Log:
Update NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index c6bdb42..ca5d3fa 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ PHP                                                             
           NEWS
     (David Soria Parra, Laruence)
   . Fixed bug #65035 (yield / exit segfault). (Nikita)
   . Fixed bug #65161 (Generator + autoload + syntax error = segfault). (Nikita)
+  . hex2bin() raises E_WARNING for invalid hex string. (Yasuo)
 
 - OPcache
   . Fixed bug #64827 (Segfault in zval_mark_grey (zend_gc.c)). (Laruence)
@@ -46,7 +47,7 @@ PHP                                                           
             NEWS
     (Chris Jones)
 
 - Pgsql
-  . pg_unescape_bytea() raise E_WARNING for invalid inputs. (Yasuo)
+  . pg_unescape_bytea() raises E_WARNING for invalid inputs. (Yasuo)
 
 - Phar:
   . Fixed Bug #65142 (Missing phar man page). (Remi)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to