Skip to content

Commit fc36d0e

Browse files
authored
Sync spl extension dependency for mysqli extension (#14642)
This is configure time dependency for consistency.
1 parent 8eb0889 commit fc36d0e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ext/mysqli/config.m4

+1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ if test "$PHP_MYSQLI" != "no"; then
6666
PHP_NEW_EXTENSION(mysqli, $mysqli_sources, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
6767
PHP_INSTALL_HEADERS([ext/mysqli], [php_mysqli_structs.h mysqli_mysqlnd.h])
6868
PHP_ADD_EXTENSION_DEP(mysqli, mysqlnd)
69+
PHP_ADD_EXTENSION_DEP(mysqli, spl)
6970
fi

ext/mysqli/config.w32

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ if (PHP_MYSQLI != "no") {
2222
if (PHP_MYSQLI != "no") {
2323
EXTENSION("mysqli", mysqli_source, PHP_MYSQLI_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
2424
ADD_EXTENSION_DEP('mysqli', 'mysqlnd');
25+
ADD_EXTENSION_DEP('mysqli', 'spl');
2526
PHP_INSTALL_HEADERS("ext/mysqli", "php_mysqli_structs.h mysqli_mysqlnd.h");
2627
}
2728
}

0 commit comments

Comments
 (0)