Re: [PHP-DEV] Change in internal call_user_function() API.

2016-02-28 Thread Dmitry Stogov
On 02/28/2016 05:01 AM, Xinchen Hui wrote: Hey: On Thu, Feb 25, 2016 at 11:16 PM, Dmitry Stogov > wrote: Hi, PHP-7.0 internal call_user_function() API doesn't support function calls with preinitialised symbol tables. This just can't work in general

Re: [PHP-DEV] Change in internal call_user_function() API.

2016-02-27 Thread Xinchen Hui
Hey: On Thu, Feb 25, 2016 at 11:16 PM, Dmitry Stogov wrote: > Hi, > > > PHP-7.0 internal call_user_function() API doesn't support function calls > with preinitialised symbol tables. > > This just can't work in general , because values of arguments might be > already initialized in CV as well as

[PHP-DEV] Change in internal call_user_function() API.

2016-02-25 Thread Dmitry Stogov
Hi, PHP-7.0 internal call_user_function() API doesn't support function calls with preinitialised symbol tables. This just can't work in general , because values of arguments might be already initialized in CV as well as in symbol table. I propose to remove the corresponding internal API in m