php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #70780 make failed when running make
Submitted: 2015-10-24 07:54 UTC Modified: 2015-10-24 08:03 UTC
From: jeen at vsfor dot com Assigned:
Status: Closed Package: yaf (PECL)
PHP Version: 7.0.0RC5 OS: CentOS 6.6 x86_86
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: jeen at vsfor dot com
New email:
PHP Version: OS:

 

 [2015-10-24 07:54 UTC] jeen at vsfor dot com
Description:
------------
#phpize
#./configure --with-php-config=/usr/local/php/bin/php-config
#make
...
/home/lnmp/yaf-2.3.5/yaf.c:230: warning: passing argument 1 of ‘_zval_ptr_dtor’ from incompatible pointer type
/usr/local/php/include/php/Zend/zend_variables.h:112: note: expected ‘struct zval *’ but argument is of type ‘struct zval **’
make: *** [yaf.lo] Error 1

Test script:
---------------
#make

Expected result:
----------------
...
make successed

Actual result:
--------------
#make
....
/usr/local/php/include/php/Zend/zend_variables.h:112: note: expected ‘struct zval *’ but argument is of type ‘struct zval **’
make: *** [yaf.lo] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-10-24 08:03 UTC] jeen at vsfor dot com
-Status: Open +Status: Closed
 [2015-10-24 08:03 UTC] jeen at vsfor dot com
git clone https://github.com/laruence/php-yaf.git
used the branch php7 to install this extension
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 03:01:28 2024 UTC