Your message dated Fri, 23 Aug 2013 16:48:20 +0200
with message-id
<CALjhHG9FW83pJmLvFhf-=kvvkvvv_8-msfeqcysk7kmavrf...@mail.gmail.com>
and subject line Re: [php-maint] about #719507
has caused the Debian Bug report #719507,
regarding php5: Using traits with method aliases appears to result in crash
during execution
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.)
--
719507: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719507
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: php5
Version: 5.4.4-14+deb7u3
Severity: normal
Tags: patch
Using traits with method aliases appears to result in crash during execution
the bug was reported and fixed upstream:
https://bugs.php.net/61998
This causes PHP crash with an error indicating "zend_mm_heap corrupted."
A fix is present upstream:
http://git.php.net/?p=php-src.git;a=commit;h=2ae8d2fbfb8797b1038ad64c267ee0797f977671
Could we think about integrating this to the wheezy version of php5?
Thanks,
--
William
--- End Message ---
--- Begin Message ---
Version: 5.4.4-6
Hi William,
the patch is already included since 5.4.4-6:
php5 (5.4.4-6) unstable; urgency=low
* Merge a fix for zlib.output_compression from the upstream git
(Closes: #683432)
* Re-add logic to guess default timezone from system (Closes: #673763)
and remove the spurious warning about the selection.
* Fix invalid generated tar files from PEAR Archive/Tar package
(Closes: #680251)
* Merge a couple of upstream fixes from PHP 5.4.5 and 5.4.6:
+ Fixed bug #62653: (unset($array[$float]) causes a crash).
+ Fixed bug #62565 (Crashes due non-initialized internal
properties_table).
+ Fixed bug #61964 (finfo_open with directory causes invalid free).
+ Fixed bug #62564 (Extending MessageFormatter and adding property
causes
crash).
+ Fixed bug #62594 (segfault in mysqlnd_res_meta::set_mode).
+ Fixed bug #62616 (ArrayIterator::count() from IteratorIterator
instance
gives Segmentation fault).
+ Fixed bug #62373 (serialize() generates wrong reference to the
object).
+ Fixed bug #61998 (Using traits with method aliases appears to result
in
crash during execution).
+ Fixed bug #55042 (Erealloc in iconv.c unsafe).
+ Fixed bug #62266 (Custom extension segfaults during xmlParseFile with
FPM SAPI)
-- Ondřej Surý <[email protected]> Thu, 23 Aug 2012 13:59:49 +0200
if you are experiencing a crash, please install php5-dbg and attach a full
backtrace, so we can check the source of the segfault.
Ondrej
On Thu, Aug 15, 2013 at 10:04 AM, William Dauchy <[email protected]> wrote:
> Hello,
>
> Since I didn't got any answer at the moment for #719507, I was
> wondering if you were going to consider the patch linked to the bug
> for wheezy.
> http://bugs.debian.org/719507
>
> Thanks,
> --
> William
>
> _______________________________________________
> pkg-php-maint mailing list
> [email protected]
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint
>
--
Ondřej Surý <[email protected]>
--- End Message ---