File tree 2 files changed +1
-1
lines changed 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ PHP 8.4 INTERNALS UPGRADE NOTES
122
122
- Symbol ZEND_FIBER_ASM has been removed.
123
123
- Symbols HAVE_DLOPEN and HAVE_DLSYM have been removed.
124
124
- Symbol HAVE_MYSQL has been removed.
125
+ - Symbol HAVE_PDO_SQLITELIB has been removed.
125
126
- M4 macro PHP_DEFINE (atomic includes) removed (use AC_DEFINE and config.h).
126
127
- M4 macro PHP_WITH_SHARED has been removed (use PHP_ARG_WITH).
127
128
- M4 macro PHP_STRUCT_FLOCK has been removed (use AC_CHECK_TYPES).
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ if test "$PHP_PDO_SQLITE" != "no"; then
16
16
17
17
PHP_EVAL_INCLINE($SQLITE_CFLAGS)
18
18
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.] )
20
19
21
20
PHP_CHECK_LIBRARY(sqlite3, sqlite3_close_v2, [
22
21
AC_DEFINE ( HAVE_SQLITE3_CLOSE_V2 , 1 , [ have sqlite3_close_v2] )
You can’t perform that action at this time.
0 commit comments