php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72366 PHP 7.1 build
Submitted: 2016-06-09 08:18 UTC Modified: 2016-06-10 06:31 UTC
From: remi@php.net Assigned: pierrick (profile)
Status: Closed Package: stomp (PECL)
PHP Version: 7.1Git-2016-06-09 (Git) OS: GNU/Linux
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: remi@php.net
New email:
PHP Version: OS:

 

 [2016-06-09 08:18 UTC] remi@php.net
Description:
------------
Trying to buld against 7.1.0alpha1

/builddir/build/BUILD/php71-php-pecl-stomp-2.0.0/NTS/php_stomp.c: In function 'zif_stomp_read_frame':
/builddir/build/BUILD/php71-php-pecl-stomp-2.0.0/NTS/php_stomp.c:966:8: error: 'zend_fcall_info {aka struct _zend_fcall_info}' has no member named 'function_table'
     fci.function_table = &ce->function_table;
        ^
/builddir/build/BUILD/php71-php-pecl-stomp-2.0.0/NTS/php_stomp.c:967:8: error: 'zend_fcall_info {aka struct _zend_fcall_info}' has no member named 'symbol_table'
     fci.symbol_table = NULL;
        ^
/builddir/build/BUILD/php71-php-pecl-stomp-2.0.0/NTS/php_stomp.c:983:42: error: 'zend_executor_globals {aka struct _zend_executor_globals}' has no member named 'scope'



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-06-09 17:10 UTC] pierrick@php.net
-Assigned To: +Assigned To: pierrick
 [2016-06-09 17:36 UTC] pierrick@php.net
-Status: Assigned +Status: Closed
 [2016-06-09 17:36 UTC] pierrick@php.net
Thanks ! Should be fixed on the php7 branch.
 [2016-06-10 06:31 UTC] remi@php.net
Thanks for the quick fix.
I confirm, build is now ok.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 14:01:27 2025 UTC