Ext/sqlite3: SQLite3 :memory: exec/querySingle via libsqlite3 FFI (#3434) - #18964
Merged
Merged
Conversation
PurHur
force-pushed
the
agent/issue-3434-sqlite3-memory
branch
from
July 14, 2026 20:17
28536aa to
d2f52b1
Compare
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SQLite3class onPHP_COMPILER_PROFILE=8.4forward profile:__construct,exec(),querySingle(),close()(Stdlib: ext/sqlite3 — SQLite3 class connect/exec/query (ext/sqlite3 parity) #3434).ext/sqlite3/with thinVmSqlite3Nativelibsqlite3 FFI bridge (php-srcext/sqlite3/sqlite3.c).SQLite3alongside existingSQLite3Exceptionhierarchy; spine + inventory refreshed.php-src reference
ext/sqlite3/sqlite3.c—PHP_METHOD(SQLite3, exec),querySingle, constructor/openext/sqlite3/sqlite3.stub.php— method signatures,SQLITE3_*constantsVerification
Note: AOT user-script compile of the repro still hits VM-only class methods (
Call to undefined method SQLite3::exec()); JIT/AOT lowering deferred to follow-up. VM parity is the issue done-when for v1.Closes #3434
Made with Cursor