php-src/ext/pdo_sqlite
Christoph M. Becker a57ce052cd
Don't export php_pdo_int.h
This is, as the name and a comment in the header imply, an internal
header which is not supposed to be used by extensions other than PDO
(not even by drivers).

Since there is apparently no need to include this header in the parsers
of the drivers, we remove these includes, and no longer declare the
header to be installed.  Given that the header is only exported for a
couple of weeks[1], this is not considered to be a BC break, because
it's unlikely that external drivers have already been adjusted to use
this header, and otherwise they can still be fixed; PHP 8.4 is still in
the pre-release stage.

[1] <https://github.com/php/php-src/pull/14797>

Closes GH-15688.
2024-09-01 13:33:53 +02:00
..
tests Merge branch 'PHP-8.3' 2024-06-29 15:52:52 +01:00
config.m4 Autotools: Remove PDO dependency related errors (#15347) 2024-08-11 21:35:36 +02:00
config.w32 Update sqlite3 and pdo_sqlite preprocessor macros help texts (#15291) 2024-08-09 14:51:05 +02:00
CREDITS
Makefile.frag Define default RE2C_FLAGS (#14615) 2024-06-24 22:09:04 +02:00
Makefile.frag.w32 Define default RE2C_FLAGS (#14615) 2024-06-24 22:09:04 +02:00
pdo_sqlite_arginfo.h Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
pdo_sqlite.c Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
pdo_sqlite.stub.php Update sqlite3 and pdo_sqlite preprocessor macros help texts (#15291) 2024-08-09 14:51:05 +02:00
php_pdo_sqlite_int.h Implemented PDO Driver specific SQL parsers 2024-06-17 23:31:24 +02:00
php_pdo_sqlite.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
sqlite_driver_arginfo.h Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
sqlite_driver.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
sqlite_driver.stub.php Add support for validation of missing class synopses (#9472) 2022-09-05 14:21:15 +02:00
sqlite_sql_parser.re Don't export php_pdo_int.h 2024-09-01 13:33:53 +02:00
sqlite_statement.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00