From d4839b96c2828ce61f18e67e04474f93f6be2038 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 27 May 2024 06:52:00 +0200 Subject: [PATCH] Remove outdated comment Comment referred to the headers installation step when the PHP_INSTALL_HEADERS wasn't yet available: 9e9f413aebd645af32f26477c146b456faad48ae --- ext/pdo/config.m4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/pdo/config.m4 b/ext/pdo/config.m4 index 2b182d1e516..adbe4bba752 100644 --- a/ext/pdo/config.m4 +++ b/ext/pdo/config.m4 @@ -12,7 +12,5 @@ if test "$PHP_PDO" != "no"; then PHP_NEW_EXTENSION(pdo, pdo.c pdo_dbh.c pdo_stmt.c pdo_sql_parser.c pdo_sqlstate.c, $ext_shared) PHP_ADD_EXTENSION_DEP(pdo, spl, true) PHP_INSTALL_HEADERS([ext/pdo], [php_pdo.h php_pdo_driver.h php_pdo_error.h]) - - dnl so we always include the known-good working hack. PHP_ADD_MAKEFILE_FRAGMENT fi