Re: [sqlite] Error message for nonsensical flags.

2017-07-17 Thread Richard Hipp
On 7/17/17, Dan Ackroyd wrote: > 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:

Re: [sqlite] Error message for nonsensical flags.

2017-07-17 Thread Dan Ackroyd
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

Re: [sqlite] Error message for nonsensical flags.

2017-07-09 Thread Rowan Worth
On 10 July 2017 at 00:22, Dan Ackroyd wrote: > Hi, > > I'm passing on an error report from a downstream library that uses > SQLite - https://bugs.php.net/bug.php?id=74883 - without having > tested that it is an accurate bug report. Apologies in advance if it > is a

[sqlite] Error message for nonsensical flags.

2017-07-09 Thread Dan Ackroyd
Hi, I'm passing on an error report from a downstream library that uses SQLite - https://bugs.php.net/bug.php?id=74883 - without having tested that it is an accurate bug report. Apologies in advance if it is a spurious bug report, however I don't currently have an environment to test it