php-src/ext/pdo_sqlite
Nikita Popov 65a5c184d7 Add functions to convert i64/u64 to string
PDO implement half of this, but this functionality is generally
useful. Provide these as zend_u64_to_str and zend_i64_to_str to
complement zend_long_to_str.
2021-04-13 15:43:23 +02:00
..
tests Declare PDORow::queryString property 2021-03-17 09:42:35 +01:00
config.m4 Fixed bug #79056 2020-01-03 11:08:48 +01:00
config.w32 Move HAVE_SQLITE3_CLOSE_V2 to pdo_sqlite 2019-07-21 00:40:59 +02:00
CREDITS
pdo_sqlite.c Get rid of empty function entries 2020-08-01 10:07:05 +02:00
php_pdo_sqlite.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_pdo_sqlite_int.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
sqlite_driver.c Add functions to convert i64/u64 to string 2021-04-13 15:43:23 +02:00
sqlite_driver.stub.php Improve parameter names in ext/pdo_sqlite 2020-10-12 18:05:35 +02:00
sqlite_driver_arginfo.h Improve parameter names in ext/pdo_sqlite 2020-10-12 18:05:35 +02:00
sqlite_statement.c Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00