mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]
This commit is contained in:
parent
fc3e0ff1ec
commit
9480eace41
22 changed files with 23 additions and 21 deletions
|
@ -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
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue