1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 17:43:13 +02:00

Be HTML friendly

This commit is contained in:
Zeev Suraski
2000-06-28 21:31:50 +00:00
parent fa5e623e95
commit 100196face

View File

@@ -1244,7 +1244,7 @@ ESCAPED_AND_WHITESPACE [\n\t\r #'.:;,()|^&+-/*=%!~<>?@]+
<INITIAL>"<?php_track_vars?>"([\n]|"\r\n")? {
zend_error(E_WARNING, "<?php_track_vars?> is no longer supported - please use the track_vars INI directive instead");
zend_error(E_WARNING, "&lt;?php_track_vars?&gt; is no longer supported - please use the track_vars INI directive instead");
HANDLE_NEWLINE(yytext[yyleng-1]);
zendlval->value.str.val = (char *) estrndup(yytext, yyleng);
zendlval->value.str.len = yyleng;