mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH: Fixed shared build
This commit is contained in:
parent
6540730732
commit
061f229abc
1 changed files with 4 additions and 0 deletions
|
@ -79,8 +79,12 @@ zend_module_entry pdo_dblib_module_entry = {
|
|||
};
|
||||
|
||||
#if defined(COMPILE_DL_PDO_DBLIB) || defined(COMPILE_DL_PDO_MSSQL)
|
||||
#if PDO_DBLIB_IS_MSSQL
|
||||
ZEND_GET_MODULE(pdo_mssql)
|
||||
#else
|
||||
ZEND_GET_MODULE(pdo_dblib)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
int error_handler(DBPROCESS *dbproc, int severity, int dberr,
|
||||
int oserr, char *dberrstr, char *oserrstr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue