mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
export the module guy in the external dll version of the build
This commit is contained in:
parent
6458e42496
commit
cbb0db124b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ zend_module_entry pdo_sqlite_module_entry = {
|
|||
};
|
||||
/* }}} */
|
||||
|
||||
#ifdef COMPILE_DL_PDO_SQLITE
|
||||
#if defined(COMPILE_DL_PDO_SQLITE) || defined(COMPILE_DL_PDO_SQLITE_EXTERNAL)
|
||||
ZEND_GET_MODULE(pdo_sqlite)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue