RE: [PHP-DEV] [RFC] Explicit call-site send-by-ref syntax

2017-12-07 Thread CHU Zhaowei
On Friday, December 8, 2017 12:42 PM, "Stephen Rea" < php-li...@koalephant.com> wrote: >> On 8 Dec 2017, at 08:54, "li...@rhsoft.net" wrote: >> >> >> >>> Am 08.12.2017 um 01:38 schrieb Björn Larsson: Den 2017-12-06 kl. 20:49, skrev Nikita Popov: Hi internals,

[PHP-DEV] PHP 7.1.13RC1 is available for testing

2017-12-07 Thread Joe Watkins
Morning, PHP 7.1.13RC1 was just released and can be downloaded from https://downloads.php.net/~krakjoe The Windows binaries are available at http://windows.php.net/qa This is a bugfix release, for a list of changes please refer to NEWS https://github.com/php/php-src/blob/php-7.1.13RC1/NEWS

Re: [PHP-DEV] [RFC] Explicit call-site send-by-ref syntax

2017-12-07 Thread Stephen Reay
> On 8 Dec 2017, at 08:54, "li...@rhsoft.net" wrote: > > > >> Am 08.12.2017 um 01:38 schrieb Björn Larsson: >>> Den 2017-12-06 kl. 20:49, skrev Nikita Popov: >>> Hi internals, >>> >>> I'd like propose optional support for explicitly marking by-reference >>> argument

Re: [PHP-DEV] [RFC] Explicit call-site send-by-ref syntax

2017-12-07 Thread li...@rhsoft.net
Am 08.12.2017 um 01:38 schrieb Björn Larsson: Den 2017-12-06 kl. 20:49, skrev Nikita Popov: Hi internals, I'd like propose optional support for explicitly marking by-reference argument passing at the call-site, in addition to the declaration-site:

Re: [PHP-DEV] [RFC] Explicit call-site send-by-ref syntax

2017-12-07 Thread Björn Larsson
Den 2017-12-06 kl. 20:49, skrev Nikita Popov: Hi internals, I'd like propose optional support for explicitly marking by-reference argument passing at the call-site, in addition to the declaration-site: https://wiki.php.net/rfc/explicit_send_by_ref In short, while currently we have

[PHP-DEV] PHP 7.0.27RC1 is available for testing

2017-12-07 Thread Anatol Belski
Hi, PHP 7.0.27 RC1 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 a number of bugfixes. For the list of bugfixes that you can target in your testing, please refer to