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
 [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)

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Mar 19 11:01:28 2024 UTC