Repository List
/
A3C
/
t
/
40-php.t @ HEAD
English
Français
Chinese (Simplified)
Chinese (Traditional)
Blame/Annotate
Checkout
View File
RSS Feed
Show last: 20 ,
50
,
100
,
All
Date
File
Revision
Author
Diff
Revision Log
2008/06/03 10:23:52
148
148
dpavlin
HTML
|
TEXT
support escaped quotes in quoted strings
(used for site names in our configurations)
2008/05/31 12:24:04
144
144
dpavlin
HTML
|
TEXT
we use UTF-8 encoding internally, so fix test data
2008/05/30 20:53:14
136
136
dpavlin
HTML
|
TEXT
For the first time, we can parse actual strix php configuration
This required following in PHP parser:
- ignore include function
- implement true and false PHP constants
- protect @ in double quoted strings to make perl happy again
Diff looks much bigger because of identing fixes
(tab size 4 instead of spaces, yes evil, but I like it)
2008/05/30 20:04:23
133
133
dpavlin
Added Parse::RecDescent PHP parser based on PHP::Include
PHP::Include puts new variables in current scope, while we
prefer to get single hash with all defined values.