]> granicus.if.org Git - php/commitdiff
Add entry for zend_memnstr change
authorXinchen Hui <laruence@php.net>
Thu, 13 Aug 2015 05:39:31 +0000 (13:39 +0800)
committerXinchen Hui <laruence@php.net>
Thu, 13 Aug 2015 05:39:31 +0000 (13:39 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 2ed721de33246a8534946721e14b9f9a48da6a9a..b0b1379060ecfef70e7b0d5bf2160e194902b54b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -371,6 +371,7 @@ PHP                                                                        NEWS
   . Improved zend_qsort(using hybrid sorting algo) for better performance, 
     and also renamed zend_qsort to zend_sort. (Laruence)
   . Added stable sorting algo zend_insert_sort. (Laruence)
+  . Improved zend_memnchr(using sunday algo) for better performance. (Laruence)
   . Implemented the RFC `Scalar Type Decalarations v0.5`. (Anthony)
   . Implemented the RFC `Group Use Declarations`. (Marcio)
   . Implemented the RFC `Continue Output Buffering`. (Mike)