Browse Source

MFB: We know ini file scanning will never be interactive, so speed it up a

bit.  Need a dynamic check for the language scanner.
PHP-5
Rasmus Lerdorf 24 years ago
parent
commit
0b5ffc4f1c
  1. 1
      Zend/zend_ini_scanner.l

1
Zend/zend_ini_scanner.l

@ -93,6 +93,7 @@ void zend_ini_close_file(zend_file_handle *fh TSRMLS_DC)
NEWLINE ("\r"|"\n"|"\r\n")
%option noyywrap
%option never-interactive
%%

Loading…
Cancel
Save