From: Antony Dovgal Date: Wed, 17 Oct 2007 08:19:07 +0000 (+0000) Subject: ..and correct macro X-Git-Tag: RELEASE_1_3_1~838 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74f416106cf5c22abebb3f3a82b59fe243c26a14;p=php ..and correct macro --- diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c index 39e50a980b..b2ca22a998 100644 --- a/ext/mysqli/mysqli_api.c +++ b/ext/mysqli/mysqli_api.c @@ -1371,7 +1371,7 @@ PHP_FUNCTION(mysqli_set_local_infile_handler) } else { zval_dtor(mysql->li_read); } - ZVAL_STRINGL(mysql->li_read, callback_name, 0); + ZVAL_STRING(mysql->li_read, callback_name, 0); RETURN_TRUE; }