diff options
author | Xinchen Hui <laruence@gmail.com> | 2015-01-14 17:22:58 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2015-01-14 18:02:41 +0800 |
commit | 2193de0d185eb9d35e4dd7b93cf69d509b0526b9 (patch) | |
tree | fffc6d3a9a86b82bf18bf582389742f1103d974b /UPGRADING | |
parent | ade7a410403d7ec3fc1579bee3b890b1ce549eec (diff) | |
download | php-git-2193de0d185eb9d35e4dd7b93cf69d509b0526b9.tar.gz |
Faster sorting algo
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,8 @@ PHP X.Y UPGRADE NOTES output buffer is created in an output buffer handler. . Added zend_memnstr_ex, which is based on string matching sunday algo. . Added zend_memnrstr, zend_memnrstr_ex. + . Added hybrid sorting algo zend_sort for better performance. + . Added stable sorting algo zend_insert_sort. - DBA . dba_delete() now returns false if the key was not found for the inifile |