]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 17 Jul 2004 00:32:34 +0000 (00:32 +0000)
committer <changelog@php.net> <>
Sat, 17 Jul 2004 00:32:34 +0000 (00:32 +0000)
ChangeLog
Zend/ChangeLog

index 59e0d5f0229450b8a85d14dc85aad4a899a05592..b5bb5e3d577e2b6988e800a16d3055817a882b5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+2004-07-16  Sara Golemon  <php@alphaweb.net>
+
+    * (PHP_5_0)
+      NEWS:
+      BFN
+
+    * (PHP_5_0)
+      ext/standard/filters.c:
+      MFH: convert.* filters not consuming buckets_in on PSFS_FLUSH_*
+
+    * ext/standard/filters.c:
+      convert.* filters not consuming buckets_in on PSFS_FLUSH_*
+
+2004-07-16  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * ext/openssl/openssl.mak:
+      NetWare specific openssl build file
+
+2004-07-16  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * NEWS:
+      (IMO) Better NEWS entry for true/false/null implementation change.
+
+2004-07-16  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * NEWS:
+      Correct version
+
+    * NEWS
+      NEWS
+      TODO-5.1:
+      BFN
+
+    * ZendEngine2/zend_language_parser.y
+      ZendEngine2/zend_language_scanner.l:
+      - Speed up by making null/false/true reserved word which allows to drop
+        an opcode (FETCH_CONSTANT) for every usage.
+
+    * ZendEngine2/zend_execute.c:
+      Bugfix #28464 catch() does not catch exceptions by interfaces
+
+2004-07-16  Sara Golemon  <php@alphaweb.net>
+
+    * (PHP_4_3)
+      NEWS
+      ext/standard/filestat.c:
+      Bugfix# 29114  Potential double free in php_stat
+
+2004-07-16  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      Zend/zend_operators.h
+      tests/lang/bug28800.phpt:
+      MFH: Fixed bug #28800 (strings beginning with "inf" improperly converted).
+
+    * ZendEngine2/zend_operators.h
+      tests/lang/bug28800.phpt:
+      MFB: Fixed bug #28800 (strings beginning with "inf" improperly converted).
+
+    * (PHP_5_0)
+      ZendEngine2/zend_operators.h
+      tests/lang/bug28800.phpt
+      tests/lang/bug28800.phpt:
+      Fixed bug #28800 (strings beginning with "inf" improperly converted).
+
 2004-07-15  Andi Gutmans  <andi@zend.com>
 
     * ZendEngine2/zend_alloc.c
index b751e2d59f7e42ff414cf3f9cd797e00c0379c56..f08cf1d331869028f546fb5b06b6d4fa28bfa94e 100644 (file)
@@ -1,3 +1,22 @@
+2004-07-16  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_language_parser.y
+      zend_language_scanner.l:
+      - Speed up by making null/false/true reserved word which allows to drop
+        an opcode (FETCH_CONSTANT) for every usage.
+
+    * zend_execute.c:
+      Bugfix #28464 catch() does not catch exceptions by interfaces
+
+2004-07-16  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_operators.h:
+      MFB: Fixed bug #28800 (strings beginning with "inf" improperly converted).
+
+    * (PHP_5_0)
+      zend_operators.h:
+      Fixed bug #28800 (strings beginning with "inf" improperly converted).
+
 2004-07-15  Andi Gutmans  <andi@zend.com>
 
     * zend_alloc.c