]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 9 Jun 2003 00:30:58 +0000 (00:30 +0000)
committer <changelog@php.net> <>
Mon, 9 Jun 2003 00:30:58 +0000 (00:30 +0000)
ChangeLog
Zend/ChangeLog

index b5e03b8386005069297d5b180b9eb95e0f657b6c..6e0b6840a2d41867461eda30b7bffc7373bcff36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2003-06-08  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/openssl/openssl.c:
+      MFB
+
+2003-06-08  Jani Taskinen  <sniper@iki.fi>
+
+    * ext/ldap/config.m4
+      ext/ldap/ldap.c
+      ext/ldap/php_ldap.h:
+      - Added ldap_sasl_bind(). (Jani, peter_c60@hotmail.com)
+
+2003-06-08  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      ext/openssl/openssl.c:
+      Fixed compile warnings.
+
+2003-06-08  Jani Taskinen  <sniper@iki.fi>
+
+    * ext/ldap/ldap.c:
+      ws & cs
+
+2003-06-08  Zeev Suraski  <zeev@zend.com>
+
+    * ext/xml/expat_compat.h:
+      XMLless build fix
+
+    * main/php_variables.c:
+      Make $_FILES auto global (bug #23680)
+
 2003-06-07  Tomas V.V.Cox  <cox@idecnet.com>
 
     * pear/PEAR/Command/Package.php:
index 935e4ccb630ae73f4e1ea1ddff67001d13b71337..81b4bee7425b6824374804a090e60689575d2394 100644 (file)
@@ -1,3 +1,20 @@
+2003-06-08  Zeev Suraski  <zeev@zend.com>
+
+    * zend_object_handlers.c:
+      Fix casing issues in access level checks
+
+    * zend.c
+      zend_compile.c
+      zend_compile.h:
+      Nicer handling of protected/private members in print_r()
+
+    * zend_execute.c:
+      Fix handling of object property assignments in switch expressions
+      (bug #23925)
+
+    * zend_builtin_functions.c:
+      Fix set_error_handler()
+
 2003-06-06  Sascha Schumann  <sascha@schumann.cx>
 
     * zend_multiply.h: