On Sat, Oct 29, 2022 at 6:02 PM Jordan LeDoux
wrote:
>
>
> On Sat, Oct 29, 2022 at 12:21 PM Jordan LeDoux
> wrote:
>
>>
>>
>>
>> Well... perhaps. But "get bytes from character list" would do exactly
>> what it says it will do, even from UTF-8 strings. It will use any of the
>> bytes from the cha
On Sat, Oct 29, 2022 at 12:21 PM Jordan LeDoux
wrote:
>
>
>
> Well... perhaps. But "get bytes from character list" would do exactly what
> it says it will do, even from UTF-8 strings. It will use any of the bytes
> from the character list, even if one character in the list may contribute
> multip
On Sat, Oct 29, 2022 at 6:10 AM Claude Pache wrote:
>
>
> > Le 28 oct. 2022 à 23:43, Jordan LeDoux a
> écrit :
> >
> > On Fri, Oct 28, 2022 at 12:30 PM Joshua Rüsweg via internals <
> > internals@lists.php.net> wrote:
> >
> > Not to try and bikeshed further, but wouldn't `getBytesFromChars` or
>
> Le 28 oct. 2022 à 23:43, Jordan LeDoux a écrit :
>
> On Fri, Oct 28, 2022 at 12:30 PM Joshua Rüsweg via internals <
> internals@lists.php.net> wrote:
>
> Not to try and bikeshed further, but wouldn't `getBytesFromChars` or
> `getBytesFromCharList` be more clear while being nearly as accurat
Hi,
I updated the RFC I added a second proposal where the only change would
be to throw exceptions by default in 8.3 instead of 9.0:
https://wiki.php.net/rfc/sqlite3_exceptions
I also changed the plan for 9.0:
"Calling SQLite3::enableExceptions(true) raises E_DEPRECATED, to alert
that the method