mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove redundant code in ext/mysqlnd build (#12384)
This was once used by the ext/mysqli when building without ext/mysqlnd and the ext/mysqlnd/php_mysqlnd_config.h file was created in the build directory.
This commit is contained in:
parent
9ff6220e06
commit
f119b61d03
1 changed files with 0 additions and 5 deletions
|
@ -40,10 +40,5 @@ if test "$PHP_MYSQLND" != "no" || test "$PHP_MYSQLND_ENABLED" = "yes"; then
|
||||||
|
|
||||||
mysqlnd_sources="$mysqlnd_base_sources $mysqlnd_ps_sources"
|
mysqlnd_sources="$mysqlnd_base_sources $mysqlnd_ps_sources"
|
||||||
PHP_NEW_EXTENSION(mysqlnd, $mysqlnd_sources, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
|
PHP_NEW_EXTENSION(mysqlnd, $mysqlnd_sources, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
|
||||||
PHP_ADD_BUILD_DIR([ext/mysqlnd], 1)
|
|
||||||
PHP_INSTALL_HEADERS([ext/mysqlnd/])
|
PHP_INSTALL_HEADERS([ext/mysqlnd/])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$PHP_MYSQLND" != "no" || test "$PHP_MYSQLND_ENABLED" = "yes" || test "$PHP_MYSQLI" != "no"; then
|
|
||||||
PHP_ADD_BUILD_DIR([ext/mysqlnd], 1)
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue