From: Date: Thu, 2 Oct 2003 00:32:43 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3b2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6380d5832470111f2d7bc1189163c51e502cd3d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 06b9f9237d..611c741598 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2003-10-01 Andrei Zmievski + + * (PHP_4_3) + main/main.c: + Make sure to clear out the refcount. + + * main/php_variables.c: + Made the $argc and $argv always available as globals in CLI, and not as + $_SERVER vars which depended on variables_order anyway. No more + silliness. + + * (PHP_4_3) + main/main.c: + + +2003-10-01 Jani Taskinen + + * ext/cpdf/config.m4 + ext/crack/config.m4 + ext/fbsql/config.m4 + ext/fdf/config.m4 + ext/gd/config.m4 + ext/gettext/config.m4 + ext/gmp/config.m4 + ext/imap/config.m4 + ext/mcrypt/config.m4 + ext/mhash/config.m4 + ext/ovrimos/config.m4 + ext/pfpro/config.m4 + ext/readline/config.m4 + ext/recode/config.m4 + ext/session/config.m4 + ext/xmlrpc/config.m4: + - Always look into /usr/local before /usr + - Added breaks to make sure the preferred value is used. + 2003-09-30 Ilia Alshanetsky * (PHP_4_3)