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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
47 - 25 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 05:01:28 2024 UTC