From: Date: Thu, 14 Oct 2004 00:49:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d06579e7144e9eaa75c97324706f13278efdd969;p=php ChangeLog update --- 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: