Re: [PHP-DEV] Re: Resource typehint and return type

2015-11-12 Thread Stanislav Malyshev
Hi! > The reason for this is that the resource type is an anachronism from an > age in which PHP did not have objects, yet still needed to make certain > types of data opaque. The resource type is a type that exists only to I think more specific reason is not that resource type is outdated, but t

[PHP-DEV] Benchmark Results for PHP Master 2015-11-12

2015-11-12 Thread lp_benchmark_robot
Results for project PHP master, build date 2015-11-12 05:26:37+02:00 commit: a4e16cd8238e5b09b6afe7a84a62c0bfa58cccd0 revision date: 2015-11-12 01:43:38+01:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB mem

Re: [PHP-DEV] PHP 7.0.0RC7 is available

2015-11-12 Thread Josh Di Fabio
All of you guys contributing to the core are brilliant people doing great work; as a userland developer I just want to say thanks and keep up the good work! Thank you! On Thu, Nov 12, 2015 at 1:11 PM, wrote: > Hi, > > The seventh release candidate for 7.0.0 was just released and can be > downlo

Re: [PHP-DEV] Null bytes in anonymous class names

2015-11-12 Thread Niklas Keller
2015-11-11 14:44 GMT+01:00 Derick Rethans : > On Wed, 11 Nov 2015, Nikita Popov wrote: > > > Using a NUL byte conveniently achieves both of these goals. We did not > > however take into account that this would cause issues with 3rd party > > tooling that does not support binary data. > > I withdra

[PHP-DEV] PHP 7.0.0RC7 is available

2015-11-12 Thread ab
Hi, The seventh release candidate for 7.0.0 was just released and can be downloaded from: https://downloads.php.net/~ab/ The Windows binaries are available at http://windows.php.net/qa/ This release contains fixes for 17 reported bugs. Please test it carefully, and report any bugs in

Re: [PHP-DEV] One last ldap_connect headache

2015-11-12 Thread Ferenc Kovacs
On Thu, Nov 12, 2015 at 7:09 AM, Côme Chilliet wrote: > Le vendredi 6 novembre 2015, 11:43:58 Ferenc Kovacs a écrit : > > > > on the other hand functions like ftp_connect assumes the default port > when > > passed NULL: > > > > I'm fine with changing this for future versions but my understanding