Hi Rowan,

Thanks for the feedback. fyi The problem seems to be with the version
of SQLite shipped with PHP.

Compiling with the version that PHP uses and running a little test, I get:

versionString: "3.15.1"
Error message: out of memory

But compiling SQLite from source and then using that gives the
expected error message:

versionString: "3.20.0"
Error message: bad parameter or other API misuse

So the PHP maintainers probably just need to use the latest version of SQLite.

Thanks for pointing me in the right direction.

cheers
Dan
Ack
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to