ID: 10574
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Arrays related
PHP Version: 4.0.5
Assigned To: 
Comments:

I can't reproduce this with latest CVS on Linux using
the following test script:

<?php

$str = "this test string doesnt include the separator char";
$arr = explode(";", $str);

?>

--Jani


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

[2001-05-01 06:23:12] [EMAIL PROTECTED]
If I perform an 
explode(",",$str);
on
$str = "hi there this is a test";

Php gets "stuck" and can eventually bing the memroy of the server down.

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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10574&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to