]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 6 Apr 2005 00:36:12 +0000 (00:36 +0000)
committer <changelog@php.net> <>
Wed, 6 Apr 2005 00:36:12 +0000 (00:36 +0000)
ChangeLog
Zend/ChangeLog

index 49f77c37a3ce4d5e07aa0bb29aa70168ac9934dc..a5b7203cb73e0c825bacf15e597702489cf340b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2005-04-05  Antony Dovgal  <tony2001@phpclub.net>
+
+    * ext/ldap/ldap.c:
+      remove proto, it's internal func
+
+2005-04-05  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      ext/imap/php_imap.c
+      ext/imap/php_imap.c:
+      MFH: Fixed bug #32589 (Possible crash inside imap_mail_compose, with
+      charsets).
+
+    * ext/imap/php_imap.c:
+      Fixed bug #32589 (Possible crash inside imap_mail_compose, with charsets).
+
+2005-04-05  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/standard/tests/serialize/005.phpt:
+      - Add new test
+
+    * ZendEngine2/zend_interfaces.c:
+      - Just return FAILURE & allow NULL without emmidiate error
+
+2005-04-05  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_0)
+      main/streams/streams.c:
+      MFH: Fixed bug #30362 (stream_get_line() not reading data correctly).
+
+    * main/streams/streams.c:
+      Fixed bug #30362 (stream_get_line() not reading data correctly).
+
 2005-04-04  Sara Golemon  <php@alphaweb.net>
 
     * (PHP_4_3)
index 2928ea1471ab34a6bd9d10a9a7dfe857065cc0e5..870bc3ca9e838b9bc22eced49843736e37c7520f 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-05  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_interfaces.c:
+      - Just return FAILURE & allow NULL without emmidiate error
+
 2005-04-04  Stanislav Malyshev  <stas@zend.com>
 
     * zend_builtin_functions.c: