Re: [PHP-DEV] [RFC][Vote] Covariant Returns and Contravariant Parameters

2018-12-20 Thread Dmitry Stogov
On 12/21/18 3:12 AM, Levi Morrison wrote: > On Thu, Dec 20, 2018 at 3:35 PM Dmitry Stogov wrote: >> >> Hi Levi, >> >> >> It looks like the patch broke something related to opcache. >> >> It crashes at least on Wordpress and Drupal. >> >> The backtrace >>

Re: [PHP-DEV] [RFC][Vote] Covariant Returns and Contravariant Parameters

2018-12-20 Thread Levi Morrison
On Thu, Dec 20, 2018 at 3:35 PM Dmitry Stogov wrote: > > Hi Levi, > > > It looks like the patch broke something related to opcache. > > It crashes at least on Wordpress and Drupal. > > The backtrace > https://gist.github.com/dstogov/a2305381a5c9982cceca9e4e252d26c7 shows > use-after-free in

Re: [PHP-DEV] [RFC][Vote] Covariant Returns and ContravariantParameters

2018-12-20 Thread Christoph M. Becker
On 20.12.2018 at 23:35, Dmitry Stogov wrote: > It looks like the patch broke something related to opcache. > > It crashes at least on Wordpress and Drupal. Note that is still unresolved – apparently a regression from PHP 7.2. The testing code that triggered the

Re: [PHP-DEV] [RFC][Vote] Covariant Returns and Contravariant Parameters

2018-12-20 Thread Dmitry Stogov
Hi Levi, It looks like the patch broke something related to opcache. It crashes at least on Wordpress and Drupal. The backtrace https://gist.github.com/dstogov/a2305381a5c9982cceca9e4e252d26c7 shows use-after-free in opcache (works fine with master). Inability to work with opcache, doesn't

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

2018-12-20 Thread Christoph M. Becker
Hi, PHP 7.3.1RC1 has just been released and can be downloaded from: https://downloads.php.net/~cmb/ Or use the git tag: php-7.3.1RC1 The Windows binaries are available at: http://windows.php.net/qa/ Please test it carefully, and report any bugs in the bug system. 7.3.1 should be expected

Re: [PHP-DEV] [RFC][Vote] Covariant Returns and Contravariant Parameters

2018-12-20 Thread Dmitry Stogov
Hi Levi, Please, create a Pull Request, to keep inline comments on github. Thanks. Dmitry. From: Levi Morrison Sent: Thursday, December 20, 2018 2:10:57 AM To: internals Subject: [PHP-DEV] [RFC][Vote] Covariant Returns and Contravariant Parameters Thank you

[PHP-DEV] [RFC] [VOTE] FFI - Foreign Function Interface

2018-12-20 Thread Dmitry Stogov
Hi internals, The FFI RFC is turned into voting state. https://wiki.php.net/rfc/ffi There were very few minor changes since the initial proposal, e.g. renaming FFI:array_type() into FFI::arrayType() Thanks. Dmitry.

[PHP-DEV] PHP version 7.2.14RC1 is available for testing

2018-12-20 Thread Remi Collet
Hi, PHP 7.2.14 RC1 was just released and can be downloaded from: https://downloads.php.net/~remi/ Or using the git tag: php-7.2.14RC1 The Windows binaries are available at: http://windows.php.net/qa/ Please test it carefully, and report any bugs in the bug system. 7.2.14 should be