From 7032e1b96dcf9acbe0fdbc30317a336a0c9acbc4 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Wed, 18 Jun 2014 16:59:56 +0800 Subject: [PATCH] Fixed warning message --- ext/mysql/php_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 588eaf0539..dfde6a4857 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -377,7 +377,7 @@ void timeout(int sig); if (mysql_result_is_unbuffered(_mysql_result) && \ !mysql_eof(_mysql_result)) { \ php_error_docref(NULL TSRMLS_CC, E_NOTICE, \ - "Function called without first fetching all" \ + "Function called without first fetching all " \ "rows from a previous unbuffered query"); \ } \ zend_list_close(mysql->active_result_res); \ -- 2.40.0