From 997f323e3afd74819a12a8289197c18b3c447bdf Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sat, 6 Aug 2011 14:47:44 +0000 Subject: - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] --- ext/mysql/php_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysql/php_mysql.c') diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 75c28c399c..57de00f4e2 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -329,7 +329,7 @@ static const zend_module_dep mysql_deps[] = { #if defined(MYSQL_USE_MYSQLND) ZEND_MOD_REQUIRED("mysqlnd") #endif - {NULL, NULL, NULL} + ZEND_MOD_END }; /* {{{ mysql_module_entry -- cgit v1.2.1