1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

2 Commits

Author SHA1 Message Date
David CARLIER
1d5da8660b ext/sqlite3: relax sqlite3 explain test conditions (#18949) 2025-06-29 13:58:58 +01:00
David Carlier
22bd2ae63f ext/sqlite3: explain statement support addition.
similar to what have been done for pdo/sqlite as having statement
explain support to simulate how a query would operate or
for more advanced users, analysing the VM routines used
for possible optimisations.

close GH-18853
2025-06-23 07:57:45 +01:00