]> git.pld-linux.org Git - packages/php.git/blob - php-5.3.6-bug-54089.patch
move php.1 manual to -program (link to actual php-cli)
[packages/php.git] / php-5.3.6-bug-54089.patch
1 --- PHP_5_3/ext/tokenizer/tokenizer.c   2011/02/28 14:16:00     308760
2 +++ PHP_5_3/ext/tokenizer/tokenizer.c   2011/02/28 15:18:27     308761
3 @@ -151,6 +151,10 @@
4                 ZVAL_NULL(&token);
5  
6                 token_line = CG(zend_lineno);
7 +
8 +               if (token_type == T_HALT_COMPILER) {
9 +                       break;
10 +               }
11         }
12  }
13  
This page took 0.040139 seconds and 3 git commands to generate.