php-src/ext/pdo_sqlite
DanielEScherzer ddd33fd7e4
Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667)
When global constants' or class constants' availability is based on some
preprocessor condition, the generated arginfo header files wrap the
declarations in the preprocessor `#if` conditional blocks, one per declaration,
even if they are in the same conditional block based on comments in the stub
file. Instead of having multiple conditional blocks one after the other with
the same condition, combine them into a single conditional block.
2025-06-22 14:35:28 -07:00
..
tests ext/pdo_sqlite: fix minimal version for EXPLAIN feature support. (#18854) 2025-06-18 21:06:03 +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.c ext/pdo_sqlite: adding Pdo_Sqlite::ATTR_BUSY_STATEMENT 2025-06-09 18:24:35 +01:00
pdo_sqlite.stub.php ext/pdo_sqlite: fix minimal version for EXPLAIN feature support. (#18854) 2025-06-18 21:06:03 +01:00
pdo_sqlite_arginfo.h Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
php_pdo_sqlite.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_pdo_sqlite_int.h ext/pdo_sqlite: EXPLAIN mode support for SQL statements. 2025-06-13 05:45:45 +01:00
sqlite_driver.c ext/pdo_sqlite: adding Pdo_Sqlite::ATTR_BUSY_STATEMENT 2025-06-09 18:24:35 +01:00
sqlite_driver.stub.php Add support for validation of missing class synopses (#9472) 2022-09-05 14:21:15 +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_sql_parser.re Don't export php_pdo_int.h 2024-09-01 13:33:53 +02:00
sqlite_statement.c ext/pdo_sqlite: fix minimal version for EXPLAIN feature support. (#18854) 2025-06-18 21:06:03 +01:00