|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-10-04 06:17 UTC] laruence@php.net
[2015-10-04 06:17 UTC] laruence@php.net
-Status: Open
+Status: Closed
[2015-10-13 10:12 UTC] ab@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 12:00:02 2025 UTC |
Description: ------------ this bug only can be triggered with concurrent requests. like using ab -n 1000 -c 50 Test script: --------------- <?php class A { public function test($a = array("okey")) { } } eval ("class B extends A { public function test() {} }"); Expected result: ---------------- none segfault Actual result: -------------- segfault with a backtrace similar to #70631