]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 15 Feb 2002 01:22:47 +0000 (01:22 +0000)
committer <changelog@php.net> <>
Fri, 15 Feb 2002 01:22:47 +0000 (01:22 +0000)
ChangeLog
Zend/ChangeLog

index 87532303ac54657d54bb545bb2e6c33199db1487..1713af1e1824a69fd8328a799b922cd437dec0ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2002-02-14  Derick Rethans  <d.rethans@jdimedia.nl>
+
+    * 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  <adaniel2@cinci.rr.com>
+
+    * 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  <edink@proventum.net>
+
+    * 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  <d.rethans@jdimedia.nl>
+
+    * ext/ncurses/ncurses.c: - Remove duplicate constant
+
 2002-02-13  Frank M. Kromann  <frank@frontbase.com>
 
     * ext/sockets/sockets.dsp: Fixing release and debug build on Win32
index 942a15e1c4d63abbe1d4f6d0e1f56ba0a6bd330b..f67ca169a1cf7c27668b6e519d855b258fcc95be 100644 (file)
@@ -1,3 +1,14 @@
+2002-02-14  Stanislav Malyshev  <stas@zend.com>
+
+    * zend.h
+      zend_API.c: Pass TSRM to create_object
+
+2002-02-14  Andrei Zmievski  <andrei@ispi.net>
+
+    * zend_compile.c:
+    Fix the bug where the declared properties without init values were not
+    entered into the table.
+
 2002-02-13  Andi Gutmans  <andi@zend.com>
 
     * zend_compile.c