Re: [PHP-DEV] Reentrant C scanners for PHP

2001-07-06 Thread Rasmus Lerdorf
> > Looks very nice. Do you think you could LGPL it instead of GPL? Would be > > tricky to use in conjunction with the QPL if it was GPL'ed. > > As it's my intention that the code is linked against PHP/the > Zend Engine, the GPL should be fine here (similar to the > situation of the

Re: [PHP-DEV] Reentrant C scanners for PHP

2001-07-06 Thread Sascha Schumann
> Looks very nice. Do you think you could LGPL it instead of GPL? Would be > tricky to use in conjunction with the QPL if it was GPL'ed. As it's my intention that the code is linked against PHP/the Zend Engine, the GPL should be fine here (similar to the situation of the GPLed KDE p

Re: [PHP-DEV] Reentrant C scanners for PHP

2001-07-06 Thread Rasmus Lerdorf
> Because software already exists to eliminate the scan/parse > process, speed was not a main concern. The new language > scanner is faster than the old one in all tested scenarios > though. ;) This is so "Sascha"! Looks very nice. Do you think you could LGPL it instead of GPL

Re: [PHP-DEV] Reentrant C scanners for PHP

2001-07-06 Thread Thies C. Arntzen
On Fri, Jul 06, 2001 at 01:08:03AM +0200, Sascha Schumann wrote: > This is the first public release of fully reentrant C > scanners for the PHP language and the INI system. They > can be used to replace the Flex-based implementations > commonly found in the Zend Engine. > > F

Re: [PHP-DEV] Reentrant C scanners for PHP

2001-07-06 Thread Sascha Schumann
On Thu, 5 Jul 2001, Jason Greene wrote: > Sascha, > > This looks good. > Is this going to be brought into php, or is it going to remain > a separate project? There is a concrete need for this system, so I'll push for the inclusion of those scanners into PHP. Because the code is stil

Re: [PHP-DEV] Reentrant C scanners for PHP

2001-07-05 Thread Jason Greene
Sascha, This looks good. Is this going to be brought into php, or is it going to remain a separate project? Thanks, Jason - Original Message - From: "Sascha Schumann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 6:08 PM Subject:

[PHP-DEV] Reentrant C scanners for PHP

2001-07-05 Thread Sascha Schumann
This is the first public release of fully reentrant C scanners for the PHP language and the INI system. They can be used to replace the Flex-based implementations commonly found in the Zend Engine. Features: - Flexible I/O model; lays groundwork for fully supporting