cvs: ZendEngine2(PHP_5_3) / zend_language_scanner.l

"Nuno Lopes" <[email protected]>
Newsgroups gmane.comp.php.cvs.zend
Message-ID <cvsnlopess1215359603@cvsserver>
nlopess		Sun Jul  6 15:53:23 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /ZendEngine2	zend_language_scanner.l 
  Log:
  fix first part of bug #44654: scan for opening tag <? after a # char
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_language_scanner.l?r1=1.131.2.11.2.13.2.19&r2=1.131.2.11.2.13.2.20&diff_format=u
Index: ZendEngine2/zend_language_scanner.l
diff -u ZendEngine2/zend_language_scanner.l:1.131.2.11.2.13.2.19 ZendEngine2/zend_language_scanner.l:1.131.2.11.2.13.2.20
--- ZendEngine2/zend_language_scanner.l:1.131.2.11.2.13.2.19	Sun Jun 29 11:20:18 2008
+++ ZendEngine2/zend_language_scanner.l	Sun Jul  6 15:53:23 2008
@@ -21,7 +21,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_language_scanner.l,v 1.131.2.11.2.13.2.19 2008/06/29 11:20:18 hirokawa Exp $ */
+/* $Id: zend_language_scanner.l,v 1.131.2.11.2.13.2.20 2008/07/06 15:53:23 nlopess Exp $ */
 
 #if 0
 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c)
@@ -1626,6 +1626,8 @@
 
 <INITIAL>{ANY_CHAR} {
 
+inline_char_handler:
+
 	while (1) {
 		YYCTYPE *ptr = memchr(YYCURSOR, '<', YYLIMIT - YYCURSOR);
 
@@ -1646,8 +1648,6 @@
 		}
 	}
 
-inline_char_handler:
-
 #ifdef ZEND_MULTIBYTE
 	if (SCNG(output_filter)) {
 		int readsize;



-- 
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.