diff options
| author | <changelog@php.net> | 2003-04-08 00:31:01 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2003-04-08 00:31:01 +0000 |
| commit | bf554c279f890ab8070c4a6c534a6f3dea7d58c6 (patch) | |
| tree | 9272ebe0e5cac4e68390e25c1530b476f6cf48d1 | |
| parent | b2e521a17875d3592c168c89fd3d9ba31978cd95 (diff) | |
| download | php-git-bf554c279f890ab8070c4a6c534a6f3dea7d58c6.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 18 | ||||
| -rw-r--r-- | Zend/ChangeLog | 10 |
2 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2003-04-07 Jani Taskinen <sniper@iki.fi> + + * NEWS: + Removed entry that is in the PHP_4_3 branch.. + + * NEWS: + reorder + + * (PHP_4_3) + NEWS: + BFN + +2003-04-07 Sara Golemon <php@alphaweb.net> + + * NEWS + ext/standard/http_fopen_wrapper.c: + Introduce support for context options 'method', 'header', 'content' + 2003-04-06 Jani Taskinen <sniper@iki.fi> * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 4cb51657d1..672e8f51e8 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2003-04-07 Jani Taskinen <sniper@iki.fi> + + * zend_language_scanner.l: + Fixed bug #23093 (highlight_string() crashed with __FUNCTION__) + +2003-04-07 Sterling Hughes <sterling@bumblebury.com> + + * zend_compile.h: + add markers that make this file easy to parse for external sources + 2003-04-04 Andrei Zmievski <andrei@gravitonic.com> * zend_API.h: |
