[PHP-DEV] Re: Mailing Lists and URLs Causing Rejections

2017-01-09 Thread Ferenc Kovacs
On Tue, Jan 10, 2017 at 4:21 AM, Ferenc Kovacs wrote: > I've spent some time yesterday and tonight with the ecelerity config, here > are my results: > > On Tue, Jan 10, 2017 at 2:06 AM, Davey Shafik wrote: > >> Ferenc, >> >> As you can see below, the issue is even caused when the email has _zero

Re: [PHP-DEV] Use decent entropy for uniqid($prefix, TRUE)

2017-01-09 Thread Kazuo Oishi
Lauri Kenttä writes: >> signed 32 bit int range. This version is as fast as php_combined_lcg() >> version on my system. Both versions executes a million uniqid() calls >> about 0.36 sec. >> >> $ php -r '$s = microtime(TRUE);for($i=0;$i<100;$i++) uniqid("", >> TRUE); echo microtime(TRUE) - $s;'

Re: [PHP-DEV] [RFC][Discussion] ServerRequest and ServerResponse objects

2017-01-09 Thread Paul Jones
> On Jan 7, 2017, at 15:41, Joe Watkins wrote: > > That doesn't sound like a positive consensus that this is a good idea, it is > rather the opposite. Not to get into interpretations of comments, but while I agree that there were one or two actual negatives, they were predicated on a misunder

Re: [PHP-DEV][RFC][VOTE] Throwable error code's type generalization

2017-01-09 Thread Wes
that is actually a good point Marcio. 2017-01-08 21:10 GMT+01:00 Marcio Almada : > Hi Wes, > > 2017-01-08 15:44 GMT-04:00 Wes : > >> Yes, you can. >> http://php.net/manual/en/language.oop5.magic.php#object.tostring :P >> > > It's still not guaranteed that the returned value is "stringifiable" as

Re: [PHP-DEV] Use decent entropy for uniqid($prefix, TRUE)

2017-01-09 Thread Lauri Kenttä
On 2017-01-09 08:08, Yasuo Ohgaki wrote: Hi Kazuo, On Mon, Jan 9, 2017 at 9:27 AM, Kazuo Oishi wrote: [original uniqid() using php_combined_lcg] $ time ./php_uniqid_orig -r 'for($i=0; $i<100;$i++) uniqid("",true);' real0m0.366s user0m0.350s sys 0m0.010s [your php_random_byt

Re: [PHP-DEV] ext/xml: libexpat support still useful?

2017-01-09 Thread Christoph M. Becker
On 09.01.2017 at 11:10, Joe Watkins wrote: > Morning Christoph, > > It is not clear what has been deprecated: > >> 21 June 2016, Expat 2.2.2 released > > Can you dig about some more and find out what's going on exactly please ? Originally, ext/xml relied solely on libexpat[1], but in PHP 5 it

Re: [PHP-DEV] bugsnet cleanup

2017-01-09 Thread Jakub Zelenka
On Mon, Jan 9, 2017 at 10:10 AM, Andreas Heigl wrote: > Hi Jakub. > > Am 09.01.17 um 10:59 schrieb Jakub Zelenka: > > Hi, > > > > On Mon, Jan 9, 2017 at 7:25 AM, Remi Collet > wrote: > > > >> Hi, > >> > >> Le 08/01/2017 à 07:46, Joe Watkins a écrit : > >> > >>> I'd like to hear what others think

Re: [PHP-DEV] bugsnet cleanup

2017-01-09 Thread Jakub Zelenka
On Mon, Jan 9, 2017 at 10:04 AM, Remi Collet wrote: > Le 09/01/2017 à 10:59, Jakub Zelenka a écrit : > > Hi, > > > > On Mon, Jan 9, 2017 at 7:25 AM, Remi Collet > wrote: > > > >> Hi, > >> > >> Le 08/01/2017 à 07:46, Joe Watkins a écrit : > >> > >>> I'd like to hear what others think about cleani

Re: [PHP-DEV] ext/xml: libexpat support still useful?

2017-01-09 Thread Joe Watkins
Morning Christoph, It is not clear what has been deprecated: > 21 June 2016, Expat 2.2.2 released Can you dig about some more and find out what's going on exactly please ? Cheers Joe [1] http://www.libexpat.org/ On Sun, Jan 8, 2017 at 11:02 PM, Christoph M. Becker wrote: > Hi! > > Due to <

Re: [PHP-DEV] bugsnet cleanup

2017-01-09 Thread Andreas Heigl
Hi Jakub. Am 09.01.17 um 10:59 schrieb Jakub Zelenka: > Hi, > > On Mon, Jan 9, 2017 at 7:25 AM, Remi Collet wrote: > >> Hi, >> >> Le 08/01/2017 à 07:46, Joe Watkins a écrit : >> >>> I'd like to hear what others think about cleaning up bugsnet, what >> criteria >>> we might use for a mass cleanu

Re: [PHP-DEV] bugsnet cleanup

2017-01-09 Thread Remi Collet
Le 09/01/2017 à 10:59, Jakub Zelenka a écrit : > Hi, > > On Mon, Jan 9, 2017 at 7:25 AM, Remi Collet wrote: > >> Hi, >> >> Le 08/01/2017 à 07:46, Joe Watkins a écrit : >> >>> I'd like to hear what others think about cleaning up bugsnet, what >> criteria >>> we might use for a mass cleanup. >> >>

Re: [PHP-DEV] bugsnet cleanup

2017-01-09 Thread Jakub Zelenka
Hi, On Mon, Jan 9, 2017 at 7:25 AM, Remi Collet wrote: > Hi, > > Le 08/01/2017 à 07:46, Joe Watkins a écrit : > > > I'd like to hear what others think about cleaning up bugsnet, what > criteria > > we might use for a mass cleanup. > > Big +1 for a mass cleanup. > > IMHO all bugs reported against