php-src/ext/sqlite3
Dik Takken f3c58a5ed6 Make handling of NULL bytes in file paths more consistent (WIP)
Not all extensions consistently throw exceptions when the user passes
a path name containing null bytes. Also, some extensions would throw
a ValueError while others would throw a TypeError. Error messages
also varied.

Now a ValueError is thrown after all failed path checks, at least for
as far as these occur in functions that are exposed to userland.

Closes GH-6216.
2020-09-29 14:55:10 +02:00
..
tests Run tidy 2020-09-18 14:28:32 +02:00
config.w32 sqlite3 linkage issue on some systems/package combination fix. 2020-08-21 15:45:51 +02:00
config0.m4 sqlite3 linkage issue on some systems/package combination fix. 2020-08-21 15:45:51 +02:00
CREDITS
php_sqlite3.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_sqlite3_structs.h Merge branch 'PHP-7.4' 2020-02-21 13:39:05 +01:00
sqlite3.c Make handling of NULL bytes in file paths more consistent (WIP) 2020-09-29 14:55:10 +02:00
sqlite3.stub.php Add support for @implementation-alias in stubs 2020-09-21 10:08:45 +02:00
sqlite3_arginfo.h Add support for @implementation-alias in stubs 2020-09-21 10:08:45 +02:00