From: Date: Wed, 20 Oct 1999 01:09:25 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0b3_RC2~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4d21e763271b3a2968d56f2dfe52a3f79273e9a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 45a1f989a4..c5575a5bd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +1999-10-19 Andrei Zmievski + + * main.c: Revert my patches to error functions. + +1999-10-19 Thies C. Arntzen + + * NEWS: added === operator support (type *and* value match) . samples: + (1 == "1") is true + (1 === "1") is false (integer != string) + (0 == false) is true + (0 === false) is false (integer != boolean) + +1999-10-19 Andrei Zmievski + + * ext/standard/basic_functions.c (PHP extract): + Fixed bug that would mess up global and referenced + variables in certain cases. + + * ext/ldap/ldap.c (PHP ldap_get_entries): Fix string function name. + +1999-10-19 Uwe Steinmann + + * ext/hyperwave/hg_comm.c + ext/hyperwave/hw.c: + - some tiny changes to possible improve link extraction/insertion of HTML-docs + +1999-10-19 Thies C. Arntzen + + * ext/standard/url.c: (parse_url) fix for #2569: parse_url('-') crashes + +1999-10-19 changelog + + * ChangeLog: ChangeLog update + + * NEWS: NEWS update + 1999-10-18 Egon Schmid * ext/standard/formatted_print.c: More forgotten prototypes.