]> granicus.if.org Git - php/commitdiff
Improve words
authorXinchen Hui <laruence@php.net>
Sat, 11 Apr 2015 09:48:05 +0000 (17:48 +0800)
committerXinchen Hui <laruence@php.net>
Sat, 11 Apr 2015 09:48:05 +0000 (17:48 +0800)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index e3559c2061f6d76eb2e9ddd6dee0599b8f398a10..3da1254415a5459975ed56cf18c4a6da4eff246e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -68,7 +68,8 @@
   . Added error_clear_last() function. (Reeze Xia)
   . Fixed bug #68797 (Number 2.2250738585072012e-308 converted incorrectly).
     (Anatol)
-  . Added hybrid sorting algo zend_sort for better performance. (Laruence)
+  . 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)
   . Implemented the RFC `Scalar Type Decalarations v0.5`. (Anthony)
   . Implemented the RFC `Group Use Declarations`. (Marcio)
index 594190b235fb2fb31040efea42c02ab15734b813..a34fe9fa02bfc648871fad4dfc45141085a653ad 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -409,7 +409,8 @@ Standard library changes
   . call_user_method() and call_user_method_array() no longer exists.
   . ob_start() no longer issues an E_ERROR, but instead an E_RECOVERABLE_ERROR in case an 
     output buffer is created in an output buffer handler.
-  . Added hybrid sorting algo zend_sort for better performance.
+  . Improved zend_qsort(using hybrid sorting algo) for better performance,
+    and also renamed zend_qsort to zend_sort.
   . Added stable sorting algo zend_insert_sort.
   . Removed dl() function on fpm-fcgi.