Hello Edward,

- the tokenizer works a bit different as tokenizing works better now, that
  is uses less tokens.
- the scanner is about 20% faster, overall execution is about 2% faster
  when not using compiler caches like APC
- in some edgecases error messages are no longer corrupted

besides that, if you had read the patch you could have decided for your
self.

marcus

Sunday, March 16, 2008, 10:24:58 PM, you wrote:

> Marcus Boerger wrote:
>>   - Rewrite scanner to be based on re2c instead of flex
>>     The full patch is available as:
>>     http://php.net/~helly/php-re2c-5.3-20080316.diff.txt
>>     This is against php-re2c repository version 98
>>     An older patch against version 97 is available under:
>>     http://php.net/~helly/php-re2c-97-20080316.diff.txt

> This looks like a fairly big change, with changes to tests, although
> glancing over the patch they all seem to be syntactical/format-wise.
> Does this commit cause any behavioral changes?




Best regards,
 Marcus


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to