|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-04-18 11:30 UTC] carl at topthetable dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 23:00:01 2025 UTC |
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'