moriyoshi Tue Aug 19 10:32:11 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mbstring mbstring.c Log: Revert the last patch. This patch should not be included in the forthcoming release. Index: php-src/ext/mbstring/mbstring.c diff -u php-src/ext/mbstring/mbstring.c:1.142.2.25 php-src/ext/mbstring/mbstring.c:1.142.2.26 --- php-src/ext/mbstring/mbstring.c:1.142.2.25 Tue Aug 19 04:34:51 2003 +++ php-src/ext/mbstring/mbstring.c Tue Aug 19 10:32:10 2003 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: mbstring.c,v 1.142.2.25 2003/08/19 08:34:51 derick Exp $ */ +/* $Id: mbstring.c,v 1.142.2.26 2003/08/19 14:32:10 moriyoshi Exp $ */ /* * PHP4 Multibyte String module "mbstring" @@ -2625,7 +2625,7 @@ 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);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php