From 18f2505830dd3170414b186f74c71c4d31998903 Mon Sep 17 00:00:00 2001 From: Xinchen Hui <laruence@php.net> Date: Thu, 13 Aug 2015 13:39:31 +0800 Subject: [PATCH] Add entry for zend_memnstr change --- NEWS | 1 + 1 file changed, 1 insertion(+) 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) -- 2.40.0