php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71165 -DGC_BENCH=1 doesn't work on PHP7
Submitted: 2015-12-19 05:24 UTC Modified: -
From: y dot uchiyama dot 1015 at gmail dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 7.0.1 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: y dot uchiyama dot 1015 at gmail dot com
New email:
PHP Version: OS:

 

 [2015-12-19 05:24 UTC] y dot uchiyama dot 1015 at gmail dot com
Description:
------------
PHP7 can't be compiled with -DGC_BENCH=1, simply because folowing variables were obsoleted.

zobj_possible_root
zobj_buffered
zobj_remove_from_buffer
zobj_marked_grey

Test script:
---------------
export CFLAGS=-DGC_BENCH=1
./configure
make



Patches

remove-zobj-line-from-gcbench-stats (last revision 2015-12-19 05:26 UTC by y dot uchiyama dot 1015 at gmail dot com)

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-12-19 05:52 UTC] laruence@php.net
Automatic comment on behalf of laruence@gmail.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=a21b0942fa195974d2f0c65c61c22f275d54a9f3
Log: Fixed bug #71165 (-DGC_BENCH=1 doesn't work on PHP7)
 [2015-12-19 05:52 UTC] laruence@php.net
-Status: Open +Status: Closed
 [2016-07-20 11:34 UTC] davey@php.net
Automatic comment on behalf of laruence@gmail.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=a21b0942fa195974d2f0c65c61c22f275d54a9f3
Log: Fixed bug #71165 (-DGC_BENCH=1 doesn't work on PHP7)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 11:01:29 2024 UTC