Re[2]: [PHP-DEV] small patch to Zend

2005-05-08 Thread val khokhlov
Hello Marcus, Sunday, May 8, 2005, 12:57:43 AM, you wrote: >> small patch just to make zend_do_inheritance() exportable >> (I need this Zend function in my extension) MB> may i ask what you need it for? yes, when creating a class (restoring from bytecodes) with defined paren

Re: [PHP-DEV] small patch to Zend

2005-05-07 Thread Marcus Boerger
Hello val, may i ask what you need it for? Saturday, May 7, 2005, 6:56:35 PM, you wrote: > Hello, > small patch just to make zend_do_inheritance() exportable > (I need this Zend function in my extension) -- Best regards, Marcusmailto:[EMAIL PROTE

[PHP-DEV] small patch to Zend

2005-05-07 Thread val khokhlov
Hello, small patch just to make zend_do_inheritance() exportable (I need this Zend function in my extension) -- Best regards, val mailto:[EMAIL PROTECTED]diff -u -p -u -r1.240.2.10 zend_compile.c --- Zend/zend_compile.c 25 Apr 2005 09:58:32 - 1.240