From d06579e7144e9eaa75c97324706f13278efdd969 Mon Sep 17 00:00:00 2001 From: Date: Thu, 14 Oct 2004 00:49:13 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 12 ++++++++++++ Zend/ChangeLog | 6 ++++++ 2 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index d2a8f919fa..6410fec477 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2004-10-13 Ilia Alshanetsky + + * NEWS + ext/standard/file.c: + Added optional offset parameter to file_get_contents(). + +2004-10-13 Andi Gutmans + + * 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 * NEWS diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 6503ce3c81..ad2660fee9 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2004-10-13 Andi Gutmans + + * 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 * zend_builtin_functions.c: -- 2.50.1