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

Add a Patch

Pull Requests

Add a Pull Request

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: Wed Apr 24 19:01:31 2024 UTC