From: Wez Furlong Date: Fri, 23 Mar 2007 14:30:00 +0000 (+0000) Subject: export the module guy in the external dll version of the build X-Git-Tag: php-5.2.2RC1~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbb0db124b371d3966a7996b397181f5021b3fac;p=php export the module guy in the external dll version of the build --- diff --git a/ext/pdo_sqlite/pdo_sqlite.c b/ext/pdo_sqlite/pdo_sqlite.c index 937f401159..fadb2fce86 100644 --- a/ext/pdo_sqlite/pdo_sqlite.c +++ b/ext/pdo_sqlite/pdo_sqlite.c @@ -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