diff --git a/ChangeLog b/ChangeLog index d2a8f919fa0..6410fec4775 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 6503ce3c811..ad2660fee90 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: