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