From d8bbff45c11d789258d3857bf99216837ee12cc7 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Tue, 19 Aug 2003 14:32:10 +0000 Subject: [PATCH] Revert the last patch. This patch should not be included in the forthcoming release. --- ext/mbstring/mbstring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1