From: [EMAIL PROTECTED]
Operating system: WIN NT4
PHP version: 4.0.5
PHP Bug Type: Arrays related
Bug description: Gets stuck on explode() when delimiter is not in the string
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.
--
Edit Bug report at: http://bugs.php.net/?id=10574&edit=1
--
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]