summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-05-10 21:45:25 +0000
committerfoobar <sniper@php.net>2005-05-10 21:45:25 +0000
commit2f8f30a9d16b147fefdc9a9f58174afb5a353fc9 (patch)
tree503117a87e8acfa0331583668b2eb0ad241f0f13
parent3a121f0377944495dccdc4c8dddf4bee0e88574d (diff)
downloadphp-git-2f8f30a9d16b147fefdc9a9f58174afb5a353fc9.tar.gz
missing blame tag :)
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 9b2c43d0ac..c205d6e742 100644
--- a/NEWS
+++ b/NEWS
@@ -11,12 +11,12 @@ PHP NEWS
- Fixed ext/mysqli to allocate less memory when fetching bound params
of type (MEDIUM|LONG)BLOB/(MEDIUM|LONG)TEXT. (Andrey)
- Fixed memory corruption in ImageTTFText() with 64bit systems. (Andrey)
-- Fixed bug #32956 (mysql_bind_result doesn't support MYSQL_TYPE_NULL). (Georg)
+- Fixed bug #32956 (mysql_bind_result() doesn't support MYSQL_TYPE_NULL). (Georg)
- Fixed bug #32947 (Incorrect option for mysqli default password). (Georg)
- Fixed bug #32936 (http redirects URLs are not checked for control chars). (Ilia)
-- Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer). (Jani)
+- Fixed bug #32932 (Oracle LDAP: ldap_get_entries(), invalid pointer). (Jani)
- Fixed bug #32930 (class extending DOMDocument doesn't clone properly). (Rob)
-- Fixed bug #32904 (pg_get_notify() ignores result_type parameter)
+- Fixed bug #32904 (pg_get_notify() ignores result_type parameter). (Antony)
- Fixed bug #32852 (Crash with singleton and __destruct when
zend.ze1_compatibility_mode = On). (Dmitry)
- Fixed bug #32813 (parse_url() does not handle scheme-only urls properly). (Ilia)