]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 14 Oct 2004 00:49:13 +0000 (00:49 +0000)
committer <changelog@php.net> <>
Thu, 14 Oct 2004 00:49:13 +0000 (00:49 +0000)
ChangeLog
Zend/ChangeLog

index d2a8f919fa0bfbbce3cc6d683633e09e80aa025b..6410fec47752c74ca622ebc3f86f16dc020d73b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-10-13  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * NEWS
+      ext/standard/file.c:
+      Added optional offset parameter to file_get_contents().
+
+2004-10-13  Andi Gutmans  <andi@zend.com>
+
+    * ZendEngine2/zend_compile.c:
+      - Don't allow access modifiers in interfaces. Explicitly stating public
+      - should also be disallowed but we don't have a way to detect it today.
+
 2004-10-12  Ilia Alshanetsky  <ilia@prohost.org>
 
     * NEWS
index 6503ce3c81123b505fc78a351dceff9a03dd4d47..ad2660fee90a1c975f6fdf760e7cd032fc37b43e 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-13  Andi Gutmans  <andi@zend.com>
+
+    * zend_compile.c:
+      - Don't allow access modifiers in interfaces. Explicitly stating public
+      - should also be disallowed but we don't have a way to detect it today.
+
 2004-10-12  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_builtin_functions.c: