- 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:
Johannes Schlüter 2011-09-06 16:38:22 +00:00
parent 1ffe46c020
commit 9554e24547
3 changed files with 12 additions and 3 deletions

View file

@ -299,6 +299,11 @@ zend_module_entry mysqlnd_module_entry = {
};
/* }}} */
/* {{{ COMPILE_DL_MYSQLND */
#ifdef COMPILE_DL_MYSQLND
ZEND_GET_MODULE(mysqlnd)
#endif
/* }}} */
/*
* Local variables: