From: Date: Mon, 9 Jun 2003 00:30:58 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_2~350 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=866bce34140f8a60345ff35771ca3d9d3b2f9fc1;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b5e03b8386..6e0b6840a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2003-06-08 Ilia Alshanetsky + + * ext/openssl/openssl.c: + MFB + +2003-06-08 Jani Taskinen + + * 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 + + * (PHP_4_3) + ext/openssl/openssl.c: + Fixed compile warnings. + +2003-06-08 Jani Taskinen + + * ext/ldap/ldap.c: + ws & cs + +2003-06-08 Zeev Suraski + + * 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 * pear/PEAR/Command/Package.php: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 935e4ccb63..81b4bee742 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,20 @@ +2003-06-08 Zeev Suraski + + * 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 * zend_multiply.h: