Re: [PHP-DEV] bug in tokenizer.c, missing T_CLONE stuff
On Tue, 2 Mar 2004, Greg Beaver wrote: > Hi all, > > Could someone apply this patch to tokenizer.c? Done Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DEV] bug in tokenizer.c, missing T_CLONE stuff
Hi all, Could someone apply this patch to tokenizer.c? Thanks Greg Index: ext/tokenizer/tokenizer.c === RCS file: /repository/php-src/ext/tokenizer/tokenizer.c,v retrieving revision 1.26 diff -u -r1.26 tokenizer.c --- ext/tokenizer