We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be3426 commit d4839b9Copy full SHA for d4839b9
ext/pdo/config.m4
@@ -12,7 +12,5 @@ if test "$PHP_PDO" != "no"; then
12
PHP_NEW_EXTENSION(pdo, pdo.c pdo_dbh.c pdo_stmt.c pdo_sql_parser.c pdo_sqlstate.c, $ext_shared)
13
PHP_ADD_EXTENSION_DEP(pdo, spl, true)
14
PHP_INSTALL_HEADERS([ext/pdo], [php_pdo.h php_pdo_driver.h php_pdo_error.h])
15
-
16
- dnl so we always include the known-good working hack.
17
PHP_ADD_MAKEFILE_FRAGMENT
18
fi
0 commit comments