- 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 fc3e0ff1ec
commit 9480eace41
22 changed files with 23 additions and 21 deletions

View file

@ -44,7 +44,7 @@ const zend_function_entry pdo_sqlite_functions[] = {
#if ZEND_MODULE_API_NO >= 20050922
static const zend_module_dep pdo_sqlite_deps[] = {
ZEND_MOD_REQUIRED("pdo")
{NULL, NULL, NULL}
ZEND_MOD_END
};
#endif
/* }}} */