You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Scott MacVicar 3d61571709 Disable optimizations at the moment for libsqlite on VC6 with the amalgamation, will most likely need to track down what particular function is causing problems or consider setting the flags to /O1 for libsqlite specifically. 18 years ago
..
libsqlite Disable optimizations at the moment for libsqlite on VC6 with the amalgamation, will most likely need to track down what particular function is causing problems or consider setting the flags to /O1 for libsqlite specifically. 18 years ago
tests MFH: SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite 18 years ago
CREDITS SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
config.m4 Which means do not include.., thanks Jani :) 18 years ago
config.w32 Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions don't depend on each other if shared, and don't try to put two versions of the sqlite3 lib if static 18 years ago
config0.m4 Which means do not include.., thanks Jani :) 18 years ago
php_sqlite3.h Enable by default and fix compile error 18 years ago
php_sqlite3_structs.h MFH: fix int<->long mess causing lots of segfaults on x86_64 18 years ago
sqlite3.c MFH: SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite 18 years ago