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

2018-12-23 Thread Niklas Keller
Am Sa., 22. Dez. 2018 um 11:32 Uhr schrieb Nikita Popov : > > On Thu, Dec 20, 2018 at 4:13 PM Dmitry Stogov wrote: > > > 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 propo

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

2018-12-23 Thread Levi Morrison
Dmitry, I am very interested in FFI behavior. I voted no only because I do not believe this extension is mature enough for inclusion in core. Getting TensorFlow to work in PHP-land using the FFI is definitely an interesting and noteworthy achievement, but I think it is insufficient for inclusion i

[PHP-DEV] Re: Changes to when OPcache initialises

2018-12-23 Thread Derick Rethans
Hi, VLD is not a zend extension, so gets loaded/initialised later anyway. And it seems your hint with post_startup works. I'd appreciate if you could have a look at my change though: https://github.com/xdebug/xdebug/commit/3ef3c63ffc831426a45439dbf8b56b998f84d5b1 cheers, Derick On Mon, 17 Dec

[PHP-DEV] Changes to Traits in master/PHP 7.4

2018-12-23 Thread Derick Rethans
Hi Dmitry, You removed ADD_TRAIT and BIND_TRAITS in https://github.com/php/php-src/commit/67397970b25d03254f000c36a73204720475b324 — could you please add that to UPGRADING.INTERNALS? cheers, Derick -- https://derickrethans.nl | https://xdebug.org | https://dram.io Like Xdebug? Consider a dona

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

2018-12-23 Thread Dmitry Stogov
On 12/22/18 1:32 PM, Nikita Popov wrote: > On Thu, Dec 20, 2018 at 4:13 PM Dmitry Stogov > wrote: > > Hi internals, > > > The FFI RFC is turned into voting state. > > > https://wiki.php.net/rfc/ffi > > > There were very few minor changes since the i

[PHP-DEV] Re: Changes to when OPcache initialises

2018-12-23 Thread Dmitry Stogov
Looks fine. On 12/24/18 12:17 AM, Derick Rethans wrote: > Hi, > > VLD is not a zend extension, so gets loaded/initialised later anyway. > And it seems your hint with post_startup works. I'd appreciate if you > could have a look at my change though: > > https://github.com/xdebug/xdebug/commit/3e

[PHP-DEV] Re: Changes to Traits in master/PHP 7.4

2018-12-23 Thread Dmitry Stogov
Done. Thanks for noticing this. On 12/24/18 12:24 AM, Derick Rethans wrote: > Hi Dmitry, > > You removed ADD_TRAIT and BIND_TRAITS in > https://github.com/php/php-src/commit/67397970b25d03254f000c36a73204720475b324 > — could you please add that to UPGRADING.INTERNALS? > > cheers, > Derick >