ID:               38326
 Updated by:       [EMAIL PROTECTED]
 Reported By:      chrisstocktonaz at gmail dot com
-Status:           Open
+Status:           Feedback
-Bug Type:         *General Issues
+Bug Type:         *Web Server problem
 Operating System: Red hat
 PHP Version:      5.1.4
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try to avoid embedding huge scripts into the report.




Previous Comments:
------------------------------------------------------------------------

[2006-08-04 06:01:44] chrisstocktonaz at gmail dot com

Description:
------------
The page never fully loads, it just hangs and hangs infinity. With just
a minor change to a string however, it will load instant. Both versions
of the string are valid syntax.

Reproduce code:
---------------
http://forums.neverside.com/thread/93372/

Discussion on the issue above, below is a short example of the string
differences..

//Hangs page
echo "$key $search " . $value['category_name'] . "<br>\n";

// Works
echo $value['category_name'];
echo "$key $search "<br>\n";

// Works
$var = $value['category_name'];
echo "$key $search $var "<br>\n";

Expected result:
----------------
The page to load quickly.

Actual result:
--------------
Page hangs forever.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=38326&edit=1

Reply via email to