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

2019-05-18 Thread Kalle Sommer Nielsen
Hi Christoph Den lør. 18. maj 2019 kl. 13.00 skrev Christoph M. Becker : > However, I don't think that we can change the default value in the near > future for BC reasons. Deprecating (7.4) and removing support (8.0) for > calling the method without argument would be the way to go, I think.

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

2019-05-18 Thread Kalle Sommer Nielsen
Hi Den fre. 17. maj 2019 kl. 23.20 skrev 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

Re: [PHP-DEV] MODERATE spam

2019-05-18 Thread Peter Kokot
Hello, On Sat, 18 May 2019 at 12:06, Joe Watkins wrote: > > Hi all, > > Does anyone know what is the cause of all the spam from the announce > mailing list? I'm not sure who is getting it, but I'm getting a few emails > a minute sometimes, it's rather annoying ... > > Can someone do some magic,

Re: [PHP-DEV] Calling array_merge / array_merge_recursive without arguments

2019-05-18 Thread Dik Takken
On 17-05-19 22:52, G. P. B. wrote: > > So as a side note aren't there maybe some other array functions which > behave like this? > Good point. I did a quick scan of the source code and came up with a list of possible candidates for a similar treatment: array_map() array_diff() & friends

Re: [PHP-DEV] Re: MODERATE spam

2019-05-18 Thread M. W. Moe
Ok thanks for the heads-up hence, if that 's exim you might write a script that keeps alike to quarantine. On Sat, May 18, 2019 at 11:16 AM Kalle Sommer Nielsen wrote: > Den lør. 18. maj 2019 kl. 20.19 skrev M. W. Moe : > > > > Hello, > > > > didn't get any; should ask over folks; I suspect

Re: [PHP-DEV] Re: MODERATE spam

2019-05-18 Thread Kalle Sommer Nielsen
Den lør. 18. maj 2019 kl. 20.19 skrev M. W. Moe : > > Hello, > > didn't get any; should ask over folks; I suspect it originates from a > frustrated individual > which didn't found anything else smarter than spams to achieve his pity > vendetta. > > Did you kept the original ones? > > tschüss.

Re: [PHP-DEV] Re: MODERATE spam

2019-05-18 Thread Sara Golemon
On Sat, May 18, 2019 at 12:19 PM M. W. Moe wrote: > Hello, > > didn't get any; should ask over folks; I suspect it originates from a > frustrated individual > which didn't found anything else smarter than spams to achieve his pity > vendetta. > I have a spam folder full of them. They're not

Re: [PHP-DEV] Re: MODERATE spam

2019-05-18 Thread M. W. Moe
Hello, didn't get any; should ask over folks; I suspect it originates from a frustrated individual which didn't found anything else smarter than spams to achieve his pity vendetta. Did you kept the original ones? tschüss. On Sat, May 18, 2019 at 8:12 AM Sara Golemon wrote: > On Sat, May 18,

Re: [PHP-DEV] Re: MODERATE spam

2019-05-18 Thread Sara Golemon
On Sat, May 18, 2019 at 5:22 AM Christoph M. Becker wrote: > On 18.05.2019 at 12:06, Joe Watkins wrote: > > > Does anyone know what is the cause of all the spam from the announce > > mailing list? I'm not sure who is getting it, but I'm getting a few > emails > > a minute sometimes, it's rather

[PHP-DEV] Re: MODERATE spam

2019-05-18 Thread Christoph M. Becker
On 18.05.2019 at 12:06, Joe Watkins wrote: > Does anyone know what is the cause of all the spam from the announce > mailing list? I'm not sure who is getting it, but I'm getting a few emails > a minute sometimes, it's rather annoying ... I can confirm that the spam to this mailing list has

[PHP-DEV] MODERATE spam

2019-05-18 Thread Joe Watkins
Hi all, Does anyone know what is the cause of all the spam from the announce mailing list? I'm not sure who is getting it, but I'm getting a few emails a minute sometimes, it's rather annoying ... Can someone do some magic, and make it go away please ? Cheers Joe

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

2019-05-18 Thread Christoph M. Becker
On 17.05.2019 at 21:42, Kalle Sommer Nielsen wrote: > While reviewing a PR[1], which proposes to add two new methods to > ext/sqlite3, one being an option to toggle on/off, I've noticed that > there already is another method which also enables the extension to > toggle on/off behavior, in this

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

2019-05-18 Thread Christoph M. Becker
On 16.05.2019 at 15:51, Robert Kopack wrote: > On Wed, May 15, 2019 at 7:00 PM Christoph M. Becker > wrote: > >> I haven't reviewed closely for now, but basically I like these >> additions. With regard to sqlite3_extended_result_codes() we have to >> review existing error checks (they likely

[PHP-DEV] [RFC] Base convert changes

2019-05-18 Thread Scott Dutton
Hi all I have made some changes to base_convert which I feel would be more consistent with the current PHP (warning when there are errors, and not just returning the best value it can) The RFC has some examples of what will change. Currently the code works but a lot of tests fail due to