Browse Source

ChangeLog update

PHP-5.1
22 years ago
parent
commit
d06579e714
  1. 12
      ChangeLog
  2. 6
      Zend/ChangeLog

12
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

6
Zend/ChangeLog

@ -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:

Loading…
Cancel
Save