[PHP-DEV] PHP 4.0 Bug #8383 Updated: array_unique() causes core dump From: venaas <email protected>
Date: 12/28/00

ID: 8383
Updated by: venaas
Reported By: jr <email protected>
Old-Status: Open
Status: Analyzed
Bug Type: Reproduceable crash
Assigned To: venaas
Comments:

I'm pretty sure I've fixed it in CVS, please try the next snapshot
(you can get it at snaps.php.net or from CVS), and let me know
how it works.

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

[2000-12-22 17:38:57] jr <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"));

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

Full Bug description available at: http://bugs.php.net/?id=8383

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>