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
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
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