From:             dhawkins at hush dot com
Operating system: linux 2.4.29
PHP version:      4.4.1
PHP Bug Type:     Unknown/Other Function
Bug description:  While next infinite loops

Description:
------------
In the editor fckeditor used to edit content.  When we had version 4.4.0
worked fine.  Works fine on all other hosts with version of PHP 3, 4, or
5.  When this one host upgraded to 4.4.1 suddenly all sites with fckeditor
would infinite loop when you went to the editor.

We changed the "while/next" routine to "For each" it worked fine.  This is
a major glitch as while/next is used commonly in PHP programs.

Expected result:
----------------
the editor now comes up fine poetryscape.org/submit.html is an example of
the php fckeditor (the html in the url is a redirection).  This is only
because we altered the while next loop to "For each" that it would work. 
"WHile next" resulted in infinite looping and the editor would not come
up.


-- 
Edit bug report at http://bugs.php.net/?id=35145&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=35145&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=35145&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=35145&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=35145&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=35145&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=35145&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=35145&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=35145&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=35145&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=35145&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=35145&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=35145&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=35145&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=35145&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=35145&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=35145&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=35145&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=35145&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=35145&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=35145&r=mysqlcfg

Reply via email to