ID: 16682
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Bogus
Bug Type: Unknown/Other Function
Operating System: Mac OS X
PHP Version: 4.2.0
New Comment:
My bad - It was a problem with the auto_prepend_file that
someone stealthly added to my config, sorry about that!
Previous Comments:
------------------------------------------------------------------------
[2002-04-18 10:50:35] [EMAIL PROTECTED]
The problem is that the below script entered an infinite
loop, only stopping when the when the time_limit kicks in.
It's problem is caused by this script
<?
for ( $i=1; $i<=11; $i++ ) {
$a = "Position".$i;
}
?>
It doesn't happen on 4.1.1 CLI version, and unfortunately,
I don't have access to any other versions at the moment.
This is my configure line :
'./configure' '--with-mysql' '--with-gd=/usr/local' '--
with-png-dir=/sw' '--with-jpeg-dir=/sw' '--with-apxs' '--
with-zlib-dir=/sw' '--with-freetype-dir=/sw' '--with-curl=/
sw' '--with-t1lib=/usr/local' '--enable-ftp' '--enable-
mbstring' '--enable-mbstr-enc-trans' '--with-xml'
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=16682&edit=1