summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Lopes <gustavo@icemobile.com>2013-01-14 17:17:58 +0100
committerGustavo Lopes <glopes@nebm.ist.utl.pt>2013-01-15 21:07:21 +0100
commit4c38003dbdbb5b66c9d61db4cfd3248d15c93729 (patch)
treea00a57d0022fa975bd014b29082ffcaed7434a1d
parent93e35137aaba98c0a000ed442320e3173bb0a3f2 (diff)
downloadphp-git-4c38003dbdbb5b66c9d61db4cfd3248d15c93729.tar.gz
NEWS for bug #63893
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8201ce1b4c..bcff155e26 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ PHP NEWS
. Fixed bug #63943 (Bad warning text from strpos() on empty needle).
(Laruence)
. Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
+ . Fixed bug #63893 (Poor efficiency of strtr() using array with keys of very
+ different length). (Gustavo)
. Fixed bug #63882 (zend_std_compare_objects crash on recursion). (Dmitry)
. Support BITMAPV5HEADER in getimagesize(). (AsamK, Lars)