Skip to content

Commit f119b61

Browse files
authored
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.
1 parent 9ff6220 commit f119b61

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ext/mysqlnd/config9.m4

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,5 @@ if test "$PHP_MYSQLND" != "no" || test "$PHP_MYSQLND_ENABLED" = "yes"; then
4040

4141
mysqlnd_sources="$mysqlnd_base_sources $mysqlnd_ps_sources"
4242
PHP_NEW_EXTENSION(mysqlnd, $mysqlnd_sources, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
43-
PHP_ADD_BUILD_DIR([ext/mysqlnd], 1)
4443
PHP_INSTALL_HEADERS([ext/mysqlnd/])
4544
fi
46-
47-
if test "$PHP_MYSQLND" != "no" || test "$PHP_MYSQLND_ENABLED" = "yes" || test "$PHP_MYSQLI" != "no"; then
48-
PHP_ADD_BUILD_DIR([ext/mysqlnd], 1)
49-
fi

0 commit comments

Comments
 (0)