From: Date: Wed, 18 Sep 2002 00:34:20 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01f9c2ad1419bc6c3a9bbc936a03452421e57832;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 868d153f93..8ac988b932 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2002-09-17 Tal Peer + + * ext/fribidi/fribidi.c: + * ext/fribidi/README + ext/fribidi/fribidi.c: + * The second argument of + fribidi_log2vis now accepts a constant. + The old way (using strings) is still available + but deprecated. + +2002-09-17 Hartmut Holzgraefe + + * ext/standard/head.c: it should not only work for the failure case + but also not fail (segfault) on the working case + + * ext/standard/basic_functions.c: stupid lino-typo .... :( + + * ext/standard/basic_functions.c + ext/standard/head.c: + headers_sent() may now return information about where output started + using the optional $file and $line reference parameters + +2002-09-17 Zeev Suraski + + * main/main.c: MFH + + * NEWS: Update NEWS + + * main/main.c: + Call zend_post_startup() - use local copies of the function, class and + constant tables in the startup thread + 2002-09-16 Tal Peer * ext/fribidi/CREDITS: oops. diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2521eaa442..230965314c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2002-09-17 Zeev Suraski + + * zend_hash.c + zend_hash.h: Add tracking for hashtable allocation + + * zend.c: ZE2 fix + + * zend_compile.c: whitespace + + * zend.c + zend.h: MFZE1 - threading fix + 2002-09-16 Andrei Zmievski * zend_API.h