diff --git a/ChangeLog b/ChangeLog index c4a7b3ebd23..3304f9d21cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2004-04-29 Marcus Boerger + + * ext/sqlite/CREDITS: + An oumlaut doesn't work here, need ASCII only + +2004-04-29 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/curl/curl.c: + MFH: Fixed bug #28196 (missing error constants in cURL extension). + + * ext/curl/interface.c: + Fixed bug #28196 (missing error constants in cURL extension). + + * ext/dom/documentfragment.c + ext/msession/reqclient.h + ext/oci8/php_oci8.h + ext/w32api/w32api.c + sapi/milter/php_milter.c: + C++ comments. + +2004-04-29 Wez Furlong + + * NEWS: + another down... + +2004-04-29 Stanislav Malyshev + + * ZendEngine2/zend_execute.c: + Fix bug #27876 + 2004-04-28 Wez Furlong * ext/com_dotnet/com_extension.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f17147ba349..43e781359dc 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-04-29 Stanislav Malyshev + + * zend_execute.c: + Fix bug #27876 + 2004-04-28 Marcus Boerger * zend_exceptions.h: