php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8383 array_unique() causes core dump
Submitted: 2000-12-22 17:38 UTC Modified: 2001-03-09 21:31 UTC
From: jr at hyphen dot org Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.3pl1 OS: Solaris 2.7
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jr at hyphen dot org
New email:
PHP Version: OS:

 

 [2000-12-22 17:38 UTC] jr at hyphen dot org
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"));

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-28 19:18 UTC] venaas@php.net
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.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat May 10 22:01:26 2025 UTC