[PHP-DEV] Re: RFC for Sqlite3 Extended Error Codes

2019-06-18 Thread Robert Kopack
feedback on it. I was also curious if this would go into a 7.x version of PHP or if something like this would only be for the next major version (8.0). Thank you, Robert On Sat, May 18, 2019 at 5:51 AM Christoph M. Becker wrote: > > On 16.05.2019 at 15:51, Robert Kopack wrote: > > >

Re: [PHP-DEV] Changing the default value of SQLite3::enableExceptions()

2019-05-17 Thread Robert Kopack
I feel like changing the default value of $enableExceptions to TRUE makes more sense since that is what you would expect from the original function call as it stands and is the least breakage of anything already existing (since making it a required variable would throw ArgumentCountError for any

[PHP-DEV] Re: RFC for Sqlite3 Extended Error Codes

2019-05-16 Thread Robert Kopack
On Wed, May 15, 2019 at 7:00 PM Christoph M. Becker wrote: > On 15.05.2019 at 19:14, Robert Kopack wrote: > > > I would to extend the functionality of the current sqlite3 implementation > > (in *ext/sqlite3* and in *ext/pdo_sqlite*) by exposing the functions > > related

[PHP-DEV] RFC for Sqlite3 Extended Error Codes

2019-05-15 Thread Robert Kopack
) to the best of my ability but I am sure there are little things I might have missed. Thank you for your time, Robert Kopack