summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2014-06-18 16:59:56 +0800
committerXinchen Hui <laruence@php.net>2014-06-18 16:59:56 +0800
commit7032e1b96dcf9acbe0fdbc30317a336a0c9acbc4 (patch)
tree430394d87d84a70703efa485a7e6cbfba63d5aba /ext/mysql/php_mysql.c
parentd5c6816e865329e9baedca12eaf0427d6812e2fa (diff)
downloadphp-git-7032e1b96dcf9acbe0fdbc30317a336a0c9acbc4.tar.gz
Fixed warning message
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r--ext/mysql/php_mysql.c2
1 files changed, 1 insertions, 1 deletions
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); \