diff --git a/ChangeLog b/ChangeLog index ddcdc657d64..c2f0250c082 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2003-04-07 Jani Taskinen + + * NEWS: + Removed entry that is in the PHP_4_3 branch.. + + * NEWS: + reorder + + * (PHP_4_3) + NEWS: + BFN + +2003-04-07 Sara Golemon + + * NEWS + ext/standard/http_fopen_wrapper.c: + Introduce support for context options 'method', 'header', 'content' + 2003-04-06 Jani Taskinen * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 4cb51657d1e..672e8f51e88 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2003-04-07 Jani Taskinen + + * zend_language_scanner.l: + Fixed bug #23093 (highlight_string() crashed with __FUNCTION__) + +2003-04-07 Sterling Hughes + + * zend_compile.h: + add markers that make this file easy to parse for external sources + 2003-04-04 Andrei Zmievski * zend_API.h: