[PHP-DEV] BAD Benchmark Results for PHP Master 2017-08-22

2017-08-23 Thread lp_benchmark_robot
Results for project PHP master, build date 2017-08-22 19:23:33-07:00 commit: 3cb6407 previous commit:1287c20 revision date: 2017-08-22 16:55:03+03:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

Re: [PHP-DEV] Matching PDO_SQLite features with SQLite3 extension

2017-08-23 Thread Adam Baratz
> > That change was implemented in the SQLite3 extension without a RFC, so I'm > quite confused here. > My literal reading of the contribution guide[1] is that new features should be preceded by an RFC, though there are certainly cases where this doesn't happen. I don't have a clear enough

Re: [PHP-DEV] PHP 7.1.0 to 7.2.0beta2 mt_rand() modulo bias bug

2017-08-23 Thread Solar Designer
On Thu, Aug 17, 2017 at 03:18:30PM +0200, Solar Designer wrote: > On Thu, Aug 17, 2017 at 12:57:56AM +0200, Nikita Popov wrote: > > On Thu, Aug 17, 2017 at 12:02 AM, Solar Designer wrote: > > > One difference I didn't notice at first: the currently committed code > > > does

Re: [PHP-DEV] GD vs Imagick

2017-08-23 Thread Christoph M. Becker
On 23.08.2017 at 14:42, Rasmus Schultz wrote: > The libvips module does in deed look interesting. I suppose this would have > all the same problems though? Lots of dependencies. > > So GD wins perhaps mostly because it's small and has fewer dependencies. I'm not sure about that. If GD is to be

Re: [PHP-DEV] GD vs Imagick

2017-08-23 Thread Thomas Hruska
On 8/23/2017 5:42 AM, Rasmus Schultz wrote: I'm not a C developer though, so I can't help with that. The world's core software runs on C. PHP is also written in C. You can't develop extensions for PHP unless you know C. Developing userland applications in PHP is a lot easier when you know

Re: [PHP-DEV] GD vs Imagick

2017-08-23 Thread Rasmus Schultz
Thank you all for considering the subject and contributing your thoughts. I understand why Imagick is not attractive as a standard module (even according to the maintainer) since we can't feasible bundle all it's dependencies, so I suppose that's a no-go. The libvips module does in deed look

Re: [PHP-DEV] Matching PDO_SQLite features with SQLite3 extension

2017-08-23 Thread Lester Caine
On 23/08/17 06:15, BohwaZ/PHP wrote: > I'm not gonna create another way of having driver-specific features that > wouldn't make sense in relation to existing methods, and I don't have > time to rewrite a significant part of PDO that would cause a major > BC-break. The original intention of PDO

Re: [PHP-DEV] Contravariance and the "empty type"

2017-08-23 Thread MichaƂ Brzuchalski
Hi Andreas, 2017-08-22 21:11 GMT+02:00 Andreas Hennings : > On Tue, Aug 22, 2017 at 10:39 AM, Nikita Popov > wrote: > > On Tue, Aug 22, 2017 at 4:27 AM, Andreas Hennings > > wrote: > >> > >> Hello list, > >> for a while I had this