From: Xinchen Hui Date: Thu, 13 Aug 2015 05:39:31 +0000 (+0800) Subject: Add entry for zend_memnstr change X-Git-Tag: php-7.0.0RC1~7^2~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18f2505830dd3170414b186f74c71c4d31998903;p=php Add entry for zend_memnstr change --- diff --git a/NEWS b/NEWS index 2ed721de33..b0b1379060 100644 --- 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)