php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69688 segfault with eval and opcache fast shutdown
Submitted: 2015-05-22 03:46 UTC Modified: -
From: laruence@php.net Assigned:
Status: Closed Package: opcache
PHP Version: master-Git-2015-05-22 (snap) OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: laruence@php.net
New email:
PHP Version: OS:

 

 [2015-05-22 03:46 UTC] laruence@php.net
Description:
------------
none

Test script:
---------------
<?php
eval('function g() {} function g2() {} function g3() {}');

eval('class A{} class B{} class C{}');

Expected result:
----------------
non segfault

Actual result:
--------------
segfault

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-05-22 03:51 UTC] laruence@php.net
Automatic comment on behalf of laruence
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8c0ba65d6a4d1a1908990096bbe2d15a8b65e660
Log: Fixed bug #69688 (segfault with eval and opcache fast shutdown)
 [2015-05-22 03:51 UTC] laruence@php.net
-Status: Open +Status: Closed
 [2016-07-20 11:38 UTC] davey@php.net
Automatic comment on behalf of laruence
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8c0ba65d6a4d1a1908990096bbe2d15a8b65e660
Log: Fixed bug #69688 (segfault with eval and opcache fast shutdown)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Nov 23 07:01:29 2024 UTC