Skip to content

Commit 2a23c91

Browse files
authored
Remove unused HAVE_PDO_SQLITELIB symbol (#14232)
Symbol isn't defined on Windows and is redundant since the SQLite library is required for ext/pdo_sqlite and isn't bundled in php-src anymore.
1 parent 600d591 commit 2a23c91

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

UPGRADING.INTERNALS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ PHP 8.4 INTERNALS UPGRADE NOTES
122122
- Symbol ZEND_FIBER_ASM has been removed.
123123
- Symbols HAVE_DLOPEN and HAVE_DLSYM have been removed.
124124
- Symbol HAVE_MYSQL has been removed.
125+
- Symbol HAVE_PDO_SQLITELIB has been removed.
125126
- M4 macro PHP_DEFINE (atomic includes) removed (use AC_DEFINE and config.h).
126127
- M4 macro PHP_WITH_SHARED has been removed (use PHP_ARG_WITH).
127128
- M4 macro PHP_STRUCT_FLOCK has been removed (use AC_CHECK_TYPES).

ext/pdo_sqlite/config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ if test "$PHP_PDO_SQLITE" != "no"; then
1616

1717
PHP_EVAL_INCLINE($SQLITE_CFLAGS)
1818
PHP_EVAL_LIBLINE($SQLITE_LIBS, PDO_SQLITE_SHARED_LIBADD)
19-
AC_DEFINE(HAVE_PDO_SQLITELIB, 1, [Define to 1 if you have the pdo_sqlite extension enabled.])
2019

2120
PHP_CHECK_LIBRARY(sqlite3, sqlite3_close_v2, [
2221
AC_DEFINE(HAVE_SQLITE3_CLOSE_V2, 1, [have sqlite3_close_v2])

0 commit comments

Comments
 (0)