ID: 8383
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: Reproduceable crash
Assigned To:
Comments:
Previous Comments:
---------------------------------------------------------------------------
[2000-12-22 17:38:57] [EMAIL PROTECTED]
array_unique() can cause php to core dump. i haven't quite figured out the exact
situation though.
this works:
array_unique(array("socket", "37", "99", "3d"));
this does not:
array_unique(array("socket", "370", "99", "3d"));
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8383&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]