]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 16 Sep 2002 00:35:19 +0000 (00:35 +0000)
committer <changelog@php.net> <>
Mon, 16 Sep 2002 00:35:19 +0000 (00:35 +0000)
ChangeLog
Zend/ChangeLog

index ab8d4a74906e0c84c7c60d990b6ef63245009052..374948718207e12493b2e167b955082903ece4a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2002-09-15  Tal Peer  <tal@kaktos.co.il>
+
+    * ext/fribidi/fribidi.c:
+    * More work on returning errors properly and freeing resources
+
+2002-09-15  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * win32/php4dllts.dsp: For a change, Sebastian makes Andi happy. :-)
+
+2002-09-15  Tal Peer  <tal@kaktos.co.il>
+
+    * ext/fribidi/config.m4
+      ext/fribidi/fribidi.c
+      ext/fribidi/php_fribidi.h:
+    *Fixed compilation errors and enhanced the code
+
+2002-09-15  Jon Parise  <jon@csh.rit.edu>
+
+    * ext/qtdom/config.m4: Line up the 'configure --help' output.
+
+2002-09-15  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * NEWS: PCRE news
+
 2002-09-14  Wez Furlong  <wez.php@thebrainroom.net>
 
     * ext/pcre/pcrelib/doc/pcregrep.txt
index 1d9289d2738921fb2831f8313c56bb053c67a573..a3cfaeb9581f68b509b979c5af70507af68f99b0 100644 (file)
@@ -1,3 +1,32 @@
+2002-09-15  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_highlight.c: Make zend actually strip comments. Bug #18151
+
+    * zend.c:
+    Make zend return a proper exit error code when it encounters a parse error.
+
+2002-09-15  Andi Gutmans  <andi@zend.com>
+
+    * zend_compile.c:
+    - Hopefully fix problem with __autoload not working well with inherited classes.
+    - There might still be some weird situations I haven't thought of.
+
+    * zend_list.c
+      zend_execute.c: - WS fix - "while (" instead of "while("
+
+    * zend_execute_API.c
+      zend_ini.c
+      zend_list.c
+      zend_object_handlers.c
+      zend_objects_API.c
+      zend_operators.c
+      zend_API.c
+      zend_builtin_functions.c
+      zend_compile.c
+      zend_execute.c: - WS - Always use "if (" and not "if("
+
+    * zend_execute_API.c: - WS
+
 2002-09-10  Stanislav Malyshev  <stas@zend.com>
 
     * zend_execute_API.c