summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-06-15 22:11:47 +0000
committerPierre Joye <pajoye@php.net>2009-06-15 22:11:47 +0000
commit30b25d0229039cf4dc0af393e657d7cc3c753a79 (patch)
treea0a3180e2795bdee9530b40ec731e568a5307719
parent273bda7b218742236a763ff7667e2da832a392db (diff)
downloadphp-git-30b25d0229039cf4dc0af393e657d7cc3c753a79.tar.gz
- #48441 and encoding
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ae431fd102..37f9369feb 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,11 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? Jun 2009, PHP 5.2.10
- Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast to
- integers). (David Zülke)
+ integers). (David Zuelke)
- Fixed bug #48514 (cURL extension uses same resource name for simple and
multi APIs). (Felipe)
+- Fixed bug #48441 (ldap_search() sizelimit, timelimit and deref options
+ persist). (Patrick)
- Fixed missing erealloc() in fix for Bug #40091 in spl_autoload_register.
(Greg)