From: Date: Sun, 29 May 2005 00:34:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23a7bc0203058c6d4c83623751296752a46ed99a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ca5fa48333..fd1c80af35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-05-28 Marcus Boerger + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h: + - Make zend_do_inheritance ZEND_API + +2005-05-28 Sebastian Bergmann + + * ext/pcre/config.w32: + Sync with config.m4 (missing MATCH_LIMIT broke the Win32 build). + 2005-05-27 Andrei Zmievski * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 10c7a02b4e..9c088f59b3 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2005-05-28 Marcus Boerger + + * zend_compile.c + zend_compile.h: + - Make zend_do_inheritance ZEND_API + 2005-05-27 Dmitry Stogov * (PHP_5_0)