From: Date: Tue, 4 Jun 2002 00:22:49 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_90~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fad1a1b96837e3643f98095e425d7ee2f864427;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6865140c78..2e246c8f0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2002-06-03 Markus Fischer + + * ext/posix/posix.c: + - Move macro code into distinct function for easier debugging as suggested by + Andi. + +2002-06-03 Harald Radi + + * win32/php4dllts.dsp: fix build + +2002-06-03 Rasmus Lerdorf + + * ext/standard/html.c: Make sure len is defined here + +2002-06-03 Edin Kadribasic + + * NEWS + ext/standard/array.c: MFH + + * ext/standard/array.c: Fixed array_rand() on ZTS platforms. + +2002-06-03 Markus Fischer + + * ext/posix/posix.c: - Fix isatty() and ttyname() (Closes #17323, #17333). + + * win32/sendmail.c: - Fix a leak and a crash. + + * win32/install.txt: + - Add note about IIS/CGI and cgi.force_redirect gotcha + 2002-06-02 Stig Bakken * pear/PEAR/Command.php: * fix bug that was re-introduced during merge