]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 25 Jun 2004 00:32:18 +0000 (00:32 +0000)
committer <changelog@php.net> <>
Fri, 25 Jun 2004 00:32:18 +0000 (00:32 +0000)
ChangeLog
Zend/ChangeLog

index 20de876f19ffefb2fff06c158d43086203cc6181..d8f984bca94e4d636f0446129760a6fc43928f14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2004-06-24  Sara Golemon  <php@alphaweb.net>
+
+    * (PHP_4_3)
+      Zend/zend_execute.c:
+      Let's not throw this error in PHP4.  5.0.0 introduces it at E_STRICT and
+      5.1.0 (may) raise it to a proper E_WARNING.  Ease into it.
+
+    * ZendEngine2/zend_execute.c:
+      Ease off on severity of new error (Using Resources as array offsets)
+
+2004-06-24  Stefan Esser  <sesser@suspekt.org>
+
+    * README.input_filter:
+      Fixed zend_parse_parameters arguments...
+
+2004-06-24  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/ftok.c:
+      Added missing safe_mode & open_basedir checks.
+
+    * (PHP_4_3)
+      ext/standard/ftok.c:
+      MFH: Added missing safe_mode & open_basedir checks.
+
 2004-06-23  Sara Golemon  <php@alphaweb.net>
 
     * (PHP_4_3)
index 2473cfa624f56e0bd9092fffd114646b3e5c374c..d5373bc1ab7a2e74d90f5a19437ade15e3450d4c 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-24  Sara Golemon  <php@alphaweb.net>
+
+    * zend_execute.c:
+      Ease off on severity of new error (Using Resources as array offsets)
+
 2004-06-23  Sara Golemon  <php@alphaweb.net>
 
     * zend_execute.c: