]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 18 Apr 2005 00:35:20 +0000 (00:35 +0000)
committer <changelog@php.net> <>
Mon, 18 Apr 2005 00:35:20 +0000 (00:35 +0000)
ChangeLog
Zend/ChangeLog

index 8bc393a38d57adb96201f1622b69a38756fea0a9..ed56b17e6cecf594a509bf0d7d907de9ada5437f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2005-04-17  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * tests/classes/property_exists.phpt:
+      - Add more tests
+
+    * ZendEngine2/zend_builtin_functions.c:
+      - Fix special cases of property_exists()
+
+    * ZendEngine2/zend_object_handlers.c:
+      - Fix logic
+
+2005-04-17  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_0)
+      NEWS
+      ext/ldap/config.w32
+      ext/ldap/ldap.c:
+      MFH: - Fixed bug #30819 (Better support for LDAP SASL bind)
+
+    * ext/ldap/ldap.c:
+      - Fixed bug #30819 (Better support for LDAP SASL bind)
+
+    * NEWS:
+      - Removed unnecessary NEWS entry
+
+    * main/php.h:
+      - Remove relic
+
+    * (PHP_4_3)
+      NEWS
+      ext/crack/crack.c:
+      - Fixed bug #32730 (ext/crack.c fails to compile with cracklib-2.8.3)
+
+2005-04-17  Derick Rethans  <php@derickrethans.nl>
+
+    * NEWS
+      ext/gd/gd.c:
+      - Fixed bug #32735 (Compile error in GD extension).
+
+2005-04-17  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      sapi/isapi/php4isapi.c
+      sapi/isapi/php5isapi.c:
+      MFH: - Fixed bug #31887 (ISAPI: Custom 5xx error does not return correct
+      HTTP response message)
+
+    * sapi/isapi/php5isapi.c:
+      - Fixed bug #31887 (Custom 5xx error does not return correct HTTP response
+      message)
+
 2005-04-16  Sara Golemon  <php@alphaweb.net>
 
     * ZendEngine2/tests/method_exists.phpt:
index a0631426804ca684796b81a020437c3d2933df0d..caebb95d2274717df73cee733eb5b10912cd1944 100644 (file)
@@ -1,3 +1,11 @@
+2005-04-17  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_builtin_functions.c:
+      - Fix special cases of property_exists()
+
+    * zend_object_handlers.c:
+      - Fix logic
+
 2005-04-16  Sara Golemon  <php@alphaweb.net>
 
     * tests/method_exists.phpt: