From: Date: Wed, 12 May 2004 00:33:00 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_1~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8de360fdbe24c922c93153729c4f10e72908a7f0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7297c73f18..aa7eb5802b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +2004-05-11 Ilia Alshanetsky + + * (PHP_4_3) + ext/standard/formatted_print.c: + MFH: Make vprintf() and printf() return the length of the string printed. + + * ext/standard/formatted_print.c: + Make vprintf() and printf() return the length of the string printed. + Make fprintf() and vfprints() return the correct length of the string + printed. + +2004-05-11 Derick Rethans + + * main/rfc1867.c: + - Fixed defines + +2004-05-11 Andi Gutmans + + * ZendEngine2/zend_compile.c: + - Don't allow passing NULL to type hinted parameter. + +2004-05-11 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/standard/dir.c: + MFH: Fixed bug #28355 (glob() does not return error on Linux when it does + not have permission to open the directory). + + * ext/standard/dir.c: + Fixed bug #28355 (glob() does not return error on Linux when it does not + have permission to open the directory). + 2004-05-10 Ilia Alshanetsky * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index db01d3193a..6e63708867 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-05-11 Andi Gutmans + + * zend_compile.c: + - Don't allow passing NULL to type hinted parameter. + 2004-05-10 Zeev Suraski * zend_operators.c: