Re: [PHP-DEV] ZEND_APIifying zendparse()

2015-01-22 Thread Pierre Joye
On Thu, Jan 22, 2015 at 11:00 AM, Nikita Popov wrote: > On Thu, Jan 22, 2015 at 10:28 AM, Sara Golemon wrote: > >> http://github.com/sgolemon/astkit (See the README.md) >> >> I'm using zendparse() to generate an AST but *not* compile it to >> bytecode. In order to get this extension building, I

Re: [PHP-DEV] ZEND_APIifying zendparse()

2015-01-22 Thread Nikita Popov
On Thu, Jan 22, 2015 at 10:28 AM, Sara Golemon wrote: > http://github.com/sgolemon/astkit (See the README.md) > > I'm using zendparse() to generate an AST but *not* compile it to > bytecode. In order to get this extension building, I have to patch > php-src to export the zendparse symbol. Anyone

[PHP-DEV] ZEND_APIifying zendparse()

2015-01-22 Thread Sara Golemon
http://github.com/sgolemon/astkit (See the README.md) I'm using zendparse() to generate an AST but *not* compile it to bytecode. In order to get this extension building, I have to patch php-src to export the zendparse symbol. Anyone object to me pushing that change? diff --git a/Zend/zend_global