ChangeLog update

This commit is contained in:
2003-06-09 00:30:58 +00:00
parent 755eccf82a
commit 866bce3414
2 changed files with 48 additions and 0 deletions

View File

@ -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:

View 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: