From: Ilia Alshanetsky Date: Tue, 13 Jan 2004 23:31:46 +0000 (+0000) Subject: MFH: Fixed bug #26878 (problem with multiple references to the same variable X-Git-Tag: php-4.3.5RC2~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6dcd940b588b826a50a5c30ac9ee90d5816a5d1;p=php MFH: Fixed bug #26878 (problem with multiple references to the same variable with different types). --- diff --git a/NEWS b/NEWS index 02fb60fd03..7fde876809 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? Jan 2004, Version 4.3.5 +- Fixed bug #26878 (problem with multiple references to the same variable + with different types). (Ilia) +- Fixed bug #26896 (ext/ftp does not work as shared extension). (Jani) + 12 Jan 2004, Version 4.3.5RC1 - Synchronized bundled GD library with GD 2.0.17 - Upgraded PCRE library to version 4.5. (Andrei) @@ -10,7 +15,6 @@ PHP 4 NEWS - Added a warning when creating temp stream fails with ftp_(n)list(). (Sara) - Fixed header handler in NSAPI SAPI module (header->replace was ignored, send_default_content_type now sends value from php.ini). (Uwe Schindler) -- Fixed bug #26896 (ext/ftp does not work as shared extension). (Jani) - Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option). (Ilia) - Fixed bug #26847 (memory leak in mail() when to/subject contain only spaces). (Ilia) diff --git a/ext/standard/formatted_print.c b/ext/standard/formatted_print.c index ebf675898a..c49294b50d 100644 --- a/ext/standard/formatted_print.c +++ b/ext/standard/formatted_print.c @@ -499,7 +499,8 @@ php_formatted_print(int ht, int *len, int use_array TSRMLS_DC) currarg = 1; while (inpos