From: Date: Fri, 15 Feb 2002 01:22:47 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.2.0RC1~337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37a929e5ddbba75f8d62404a9f60aba67f3d1a13;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 87532303ac..1713af1e18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2002-02-14 Derick Rethans + + * sapi/cgi/cgi_main.c + sapi/cli/php_cli.c + sapi/pi3web/pi3web_sapi.c + main/main.c: + - Let php_execute_script return 0 on failure and 1 on sucess, and change + SAPIs accordingly. (Andrei, Derick) + +2002-02-14 Adam Daniel + + * pear/HTML/Page.php: + changed html tags to lowercase and added Nils-Fredrik G. Kaland's + suggested array support to toHtml + +2002-02-14 Edin Kadribasic + + * sapi/cli/php_cli.c: Turned implicit_flush on. + Cleaned up help text. + + * sapi/cli/README: Added README file for CLI SAPI. + +2002-02-14 Derick Rethans + + * ext/ncurses/ncurses.c: - Remove duplicate constant + 2002-02-13 Frank M. Kromann * ext/sockets/sockets.dsp: Fixing release and debug build on Win32 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 942a15e1c4..f67ca169a1 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2002-02-14 Stanislav Malyshev + + * zend.h + zend_API.c: Pass TSRM to create_object + +2002-02-14 Andrei Zmievski + + * zend_compile.c: + Fix the bug where the declared properties without init values were not + entered into the table. + 2002-02-13 Andi Gutmans * zend_compile.c