Your message dated Fri, 8 Jan 2010 17:39:46 +0100
with message-id <[email protected]>
and subject line #513916: php5: php <= 5.2.0-8+etch13 (debian etch): PHP Bug 
#40191:  use of array_unique triggers segfault. 
http://bugs.php.net/bug.php?id=40191
has caused the Debian Bug report #513916,
regarding php5: php <= 5.2.0-8+etch13 (debian etch): PHP Bug #40191: use of 
array_unique triggers segfault. http://bugs.php.net/bug.php?id=40191
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
513916: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513916
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: php5
Version: 5.2.0-8+etch13
Severity: normal


This is PHP bug number #40191, fixed in major versions:
http://bugs.php.net/bug.php?id=40191

Description:
------------
when using array_unique to unify an ArrayObject, PHP runs into a
segfault.

Reproduce code:
---------------
<?php
$arrObj = new ArrayObject();
$arrObj->append('foo');
$arrObj->append('bar');
$arrObj->append('foo');

$arr = array_unique($arrObj);
?>

Expected result:
----------------
array (
  [0] => 'foo',
  [1] => 'bar'
)

or Error

Actual result:
--------------
Segfault

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-xen
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)

Versions of packages php5 depends on:
ii  php5-cgi                  5.2.0-8+etch13 server-side, HTML-embedded scripti
ii  php5-common               5.2.0-8+etch13 Common files for packages built fr

php5 recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 5.2.6.dfsg.1-1+lenny4

Fixed in current stable.

-- 
Ondřej Surý <[email protected]>
http://blog.rfc1925.org/


--- End Message ---

Reply via email to