Re: including Zend-licensed code in Parrot

2008-03-05 Thread Allison Randal
Christoph Otto wrote: I'm helping Bernhard Schmalhofer with Plumhead (PHP/Parrot) by writing a PHPArray PMC and some tests. To maximize compatibility and minimize my effort, I've been copying and modifying code from Zend's implementation where appropriate, using the code from http://lxr.php.n

including Zend-licensed code in Parrot

2008-02-17 Thread Christoph Otto
I'm helping Bernhard Schmalhofer with Plumhead (PHP/Parrot) by writing a PHPArray PMC and some tests. To maximize compatibility and minimize my effort, I've been copying and modifying code from Zend's implementation where appropriate, using the code from http://lxr.php.net/source/ZendEngine2/ .