]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 3 Sep 2002 00:32:58 +0000 (00:32 +0000)
committer <changelog@php.net> <>
Tue, 3 Sep 2002 00:32:58 +0000 (00:32 +0000)
ChangeLog
Zend/ChangeLog

index 61e4c6483ef3c96b62d110e637348f0960bdef52..3b9e5fc87393bacd9e11187be533c87c00ab3e86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2002-09-02  Jan Lehnardt  <jan@dasmoped.net>
+
+    * sapi/cli/php_cli.c:
+     - prepare non-html phpinfo output for zend extensions
+
+2002-09-02  Markus Fischer  <mfischer@guru.josefine.at>
+
+    * main/config.w32.h:
+    - MFH as suggested by Derick, see HEAD commit for more on this
+
+
+    * main/config.w32.h.in: - Enable strcoll() for win32 build
+
+2002-09-02  Zeev Suraski  <zeev@zend.com>
+
+    * main/php_version.h
+      configure.in: Make it stick - please do not revert
+
+    * LICENSE: Backport license from 4.3
+
+2002-09-02  Jani Taskinen  <sniper@iki.fi>
+
+    * configure.in
+      main/php_version.h:
+    reset version to 4.2.3-dev (why is the change committed anyway?)
+
+2002-09-02  Derick Rethans  <d.rethans@jdimedia.nl>
+
+    * ext/standard/file.c:
+    - Fix the segmentation fault when magic_quotes_runtime was disabled as
+      introduced in http://news.php.net/article.php?group=php.cvs&article=13690
+
+2002-09-02  Zeev Suraski  <zeev@zend.com>
+
+    * main/php_version.h
+      configure.in: Go RC2
+
 2002-09-01  Sergey Kartashoff  <gluke@biosys.net>
 
     * ext/mnogosearch/php_mnogo.c:
index baeeae77d4ce31c9e21ba91e985d157068a6d038..b6b9628da9c15c6ae734735229076eaf29a07ee9 100644 (file)
@@ -1,3 +1,19 @@
+2002-09-02  Thies C. Arntzen  <thies@thieso.net>
+
+    * zend_builtin_functions.c:
+    refine last patch. if the argument-stack is not consistent don't try to show
+    arguments. no call to zend_error is made as we might end up in an infinite
+    recursion if called from an error_handler.
+    so: if the arguments to functions aren't shown in debug_backtrace this is 'cause
+    the arument stack was not consistent when debug_backtrace was called.
+
+    * zend_builtin_functions.c:
+    debug_backtrace() now checks the complete argument-stack for consistency.
+
+2002-09-02  Stanislav Malyshev  <stas@zend.com>
+
+    * zend_execute.c: MFZE1
+
 2002-09-01  Andi Gutmans  <andi@zend.com>
 
     * zend_llist.c: - Fix leak reported by "l0t3k" <cshmoove@hotmail.com>