diff options
| author | Zeev Suraski <zeev@php.net> | 1999-04-26 19:02:59 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 1999-04-26 19:02:59 +0000 |
| commit | 48de4ce0dd006fb7fe1f1362f225898fc659d86a (patch) | |
| tree | 8485fa49e6951166e30da0aff937c086b1b6c7dd /main/configuration-scanner.l | |
| parent | b9d3a80709b718553f7ee096e539ef6b6481d5f2 (diff) | |
| download | php-git-48de4ce0dd006fb7fe1f1362f225898fc659d86a.tar.gz | |
Somehow the rules for the configuration parser/scanners disappeared
Diffstat (limited to 'main/configuration-scanner.l')
| -rw-r--r-- | main/configuration-scanner.l | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/configuration-scanner.l b/main/configuration-scanner.l index 096a4a8248..709fbbbe64 100644 --- a/main/configuration-scanner.l +++ b/main/configuration-scanner.l @@ -59,6 +59,11 @@ void init_cfg_scanner() return T_ZEND_EXTENSION; } + +<INITIAL>"zend_extension_ts" { + return T_ZEND_EXTENSION_TS; +} + <INITIAL>[ ]*("true"|"on"|"yes")[ ]* { cfglval->value.str.val = php3_strndup("1",1); cfglval->value.str.len = 1; |
