From:             erika34 at libertysurf dot fr
Operating system: Red Hat
PHP version:      4.3.1
PHP Bug Type:     Scripting Engine problem
Bug description:  Parse error on a high number of scripting tags

Hi,

Firstly, my php version is 4.1.2, but I don't want to upgrade just to test
this "bug". 

I receive a parse error on a file which contains 497 lines of :


<?php $i++ ; echo $i.'<br>' ; ?>
<?php $i++ ; echo $i.'<br>' ; ?>
<?php $i++ ; echo $i.'<br>' ; ?>
...

It works until 496 lines, but not for 497 !!!

Is there a limit on the maximum number of php tags in a script (I modified
the memory_limit (8M to 24M), but no difference) ?

Thanks in advance.

Erika
-- 
Edit bug report at http://bugs.php.net/?id=24018&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24018&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24018&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24018&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24018&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24018&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24018&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24018&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24018&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24018&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24018&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24018&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24018&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24018&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24018&r=gnused

Reply via email to