php-src/ext/tokenizer
Felipe Pena 8ecf8ede1f - Removed:
- UG(unicode) checks
       - pcre_cache_entry.unicode_mode
- Changed:
       - ZEND_STR_TYPE -> IS_UNICODE
       - convert_to_text -> convert_to_unicode
       - convert_to_text_ex -> convert_to_unicode_ex

(Felipe, Steph)
2009-03-26 20:02:53 +00:00
..
tests - Removed UEXPECT(F) 2008-05-27 02:55:52 +00:00
config.m4 - Use a script to generate tokenizer data from zend_language_parser.h 2007-07-31 23:23:37 +00:00
config.w32 fix win32 build 2007-08-02 00:04:05 +00:00
CREDITS - Use a script to generate tokenizer data from zend_language_parser.h 2007-07-31 23:23:37 +00:00
Makefile.frag fix tokenizer makefile dependencies on parser/scanner files when built dynamically. (See bug #38762) 2009-03-02 03:54:01 +00:00
package.xml Typo 2007-03-14 09:49:58 +00:00
php_tokenizer.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
tokenizer_data_gen.sh HNY 2008-02-12 01:04:15 +00:00
tokenizer_data.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
tokenizer.c - Removed: 2009-03-26 20:02:53 +00:00
tokenizer.dsp - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
tokenizer.php