]> granicus.if.org Git - php/commitdiff
Revert the last patch. This patch should not be included in the forthcoming
authorMoriyoshi Koizumi <moriyoshi@php.net>
Tue, 19 Aug 2003 14:32:10 +0000 (14:32 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Tue, 19 Aug 2003 14:32:10 +0000 (14:32 +0000)
release.

ext/mbstring/mbstring.c

index 6c0686c8281bad0a8d011652a4a2dff06d7e1394..b0939cebc19fa7dd70749bcb923023fbed400dea 100644 (file)
@@ -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);