From: Moriyoshi Koizumi Date: Tue, 19 Aug 2003 14:32:10 +0000 (+0000) Subject: Revert the last patch. This patch should not be included in the forthcoming X-Git-Tag: php-4.3.3~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8bbff45c11d789258d3857bf99216837ee12cc7;p=php Revert the last patch. This patch should not be included in the forthcoming release. --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 6c0686c828..b0939cebc1 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -2625,7 +2625,7 @@ PHP_FUNCTION(mb_convert_encoding) if (ret != NULL) { RETVAL_STRINGL(ret, size, 0); /* the string is already strdup()'ed */ } else { - RETVAL_STRINGL("", 0, 1); + RETVAL_FALSE; } if ( s_free) { efree(s_free);