- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]

This commit is contained in:
Felipe Pena 2011-08-06 14:47:44 +00:00
parent 786d8e7bc2
commit 707a8f70b8
22 changed files with 23 additions and 21 deletions

View file

@ -181,7 +181,7 @@ static const zend_module_dep pdo_mysql_deps[] = {
#ifdef PDO_USE_MYSQLND
ZEND_MOD_REQUIRED("mysqlnd")
#endif
{NULL, NULL, NULL}
ZEND_MOD_END
};
#endif
/* }}} */