mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Fix bug #55609 (mysqlnd cannot be built shared)
# This adds an option --enable-mysqlnd to explicitly built mysqlnd, like any # other extension it can be used with =shared to build mysqlnd shared; # mysqlnd will implicitly enabled when requested from another extension
This commit is contained in:
parent
1ffe46c020
commit
9554e24547
3 changed files with 12 additions and 3 deletions
|
@ -299,6 +299,11 @@ zend_module_entry mysqlnd_module_entry = {
|
|||
};
|
||||
/* }}} */
|
||||
|
||||
/* {{{ COMPILE_DL_MYSQLND */
|
||||
#ifdef COMPILE_DL_MYSQLND
|
||||
ZEND_GET_MODULE(mysqlnd)
|
||||
#endif
|
||||
/* }}} */
|
||||
|
||||
/*
|
||||
* Local variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue