From b7c1735cb814badc965ff11e4819a4a03b559ad2 Mon Sep 17 00:00:00 2001 From: Date: Tue, 29 Feb 2000 02:09:11 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/ChangeLog b/ChangeLog index e869871d099..a40f5e516dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2000-02-28 Charles Hagenbuch + + * ext/imap/imap.c: + fixing segfaults in imap_getmailboxes and imap_getsubscribed. + +2000-02-28 Andrei Zmievski + + * ext/wddx/php_wddx_api.h + ext/wddx/wddx.c: WDDX header comments now conform to the latest DTD. + +2000-02-28 Sam Ruby + + * ext/java/jver.php + ext/java/reflect.java + sapi/servlet/README + sapi/servlet/cookies.php + sapi/servlet/date.php + sapi/servlet/jinfo.php + sapi/servlet/jver.php + sapi/servlet/reqheaders.php + sapi/servlet/reqinfo.php + sapi/servlet/reqparams.php + sapi/servlet/sessions.php: + Improved handing of instances of private classes. Added servlet examples. + +2000-02-28 Jouni Ahto + + * ext/gd/gd.c + ext/gd/php_gd.h: + - Use *_ex-API and *_RESOURCE-macros (partial). + +2000-02-28 Andrei Zmievski + + * ext/session/session.c: (php_set_session_var) + $foo and $HTTP_SESSION_VARS["foo"] are no longer references to the same + value. + +2000-02-28 Sascha Schumann + + * TODO: . + +2000-02-28 Andrei Zmievski + + * TODO: WDDX additions. + +2000-02-28 Zeev Suraski + + * php_variables.c: + - Switched back to the old $HTTP_*_VARS[] behavior - $HTTP_GET_VARS["foo"] + and $foo are no longer references to each other, but separate variables + like they were prior to PHP 4.0 Beta 4 + +2000-02-28 Charles Hagenbuch + + * ext/mcal/php_mcal.c: + fixing number of arguments to be consistent with php3 code. + + * ext/mcal/php_mcal.c: + mcal_next_recurrence() actually works again now (in addition to not + crashing). + + Also, cleaned up the formatting. + 2000-02-27 Andi Gutmans * ext/standard/browscap.c: - Hopefully fix browscap problem