php-src/ext/sqlite3
Ilija Tovilo bb31a75321
Skip profiling of sqlite3_step
It looks like sqlite3_step can vary quite drastically from one request to the
next. This seems to be caused by more or fewer calls to sqlite3VdbeSorterWrite.
It would be great if we could find a way to make execution of this function more
consistent, but at this point I don't know how.

Closes GH-12130
2023-09-05 17:38:00 +02:00
..
tests [RFC] Transition SQLite3 to exceptions (#11058) 2023-07-03 14:30:52 +01:00
config.w32 sqlite3 linkage issue on some systems/package combination fix. 2020-08-21 15:45:51 +02:00
config0.m4 Require sqlite >= 3.7.7 for URI in DSN (#7347) 2021-08-11 10:31:28 +02:00
CREDITS
php_sqlite3.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_sqlite3_structs.h Only use FCC for SQLite3 user defined authorizer 2022-11-02 14:52:54 +00:00
sqlite3.c Skip profiling of sqlite3_step 2023-09-05 17:38:00 +02:00
sqlite3.stub.php [RFC] Transition SQLite3 to exceptions (#11058) 2023-07-03 14:30:52 +01:00
sqlite3_arginfo.h Revert "Merge branch 'PHP-8.2'" 2023-07-04 09:18:49 +02:00