[PHP-DEV] [RFC][Accepted] Add curl_multi_errno(), curl_share_errno() and curl_share_strerror()

2016-06-24 Thread Pierrick Charron
Hi, The vote on the RFC https://wiki.php.net/rfc/new-curl-error-functions#vote is now closed. The RFC was accepted with 23 "Yes" and 0 "No". I'll merge the patch in the master branch this week-end. Thanks to anybody who contributed to this RFC by voting. Pierrick

[PHP-DEV] [RFC][Vote] Iterable

2016-06-24 Thread Aaron Piotrowski
Hello, Voting on the Iterable RFC has opened and will remain open until 7/2/16 at 11:59 GMT. https://wiki.php.net/rfc/iterable Thanks! Aaron Piotrowski -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] Asynchronous Signal Handling (withiut TICKs and any additional overhead).

2016-06-24 Thread Dmitry Stogov
The INI setting can be changed at run-time through ini_set(). I'll update the RFC. From: Mike Willbanks Sent: Friday, June 24, 2016 6:50:59 PM To: Dmitry Stogov Cc: PHP internals Subject: Re: [PHP-DEV] [RFC] Asynchronous Signal Handling (withiut TICKs and any ad

Re: [PHP-DEV] [RFC] Asynchronous Signal Handling (withiut TICKs and any additional overhead).

2016-06-24 Thread Mike Willbanks
On Fri, Jun 24, 2016 at 5:20 AM, Dmitry Stogov wrote: > Hi internals, > > > Please review the RFC https://wiki.php.net/rfc/async_signals I do not like the idea of introducing this via an INI directive, what might be of value is to have a behavior on the function recommendation such that: pcntl

[PHP-DEV] PHP 5.6.23 is available

2016-06-24 Thread Julien Pauli
Hello! The PHP development team announces the immediate availability of PHP 5.6.23. Several security related issues were fixed in this release. All PHP 5.6 users are encouraged to upgrade to this version. For source downloads of PHP 5.6.23 please visit our downloads page: http://www.php.net/downl

[PHP-DEV] PHP 5.5.37 is available

2016-06-24 Thread Julien Pauli
Hello! The PHP development team announces the immediate availability of PHP 5.5.37. Several security related issues were fixed in this release. All PHP 5.5 users are encouraged to upgrade to this version. For source downloads of PHP 5.5.37 please visit our downloads page: http://www.php.net/downl

[PHP-DEV] Addition methods to collection classes

2016-06-24 Thread Dominic Grostate
Hi, Are there any plans to extend the functionality of the SPL collection classes? SplFixesArray for instance is a nice memory efficient list, but in order to sort it, it needs to be dumped to an array, sorted then changed back, which kind of feels like it defeats the purpose. Thanks, Dominic

[PHP-DEV] NEUTRAL Benchmark Results for PHP Master 2016-06-24

2016-06-24 Thread lp_benchmark_robot
Results for project PHP master, build date 2016-06-24 06:29:46+03:00 commit: c9a538c previous commit:782caa7 revision date: 2016-06-23 16:47:04+02:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

[PHP-DEV] [RFC] Asynchronous Signal Handling (withiut TICKs and any additional overhead).

2016-06-24 Thread Dmitry Stogov
Hi internals, Please review the RFC https://wiki.php.net/rfc/async_signals Thanks. Dmitry.