I`am install PHP 7.0.0-dev. OS: Centos 6
phpize - OK
./configure - OK
make
/root/phpredis-develop/redis.c:3715: warning: passing argument 2 of ‘_zend_get_parameters_array_ex’ from incompatible pointer type
/usr/include/php/Zend/zend_API.h:245: note: expected ‘struct zval ’ but argument is of type ‘struct zval *’
make: *** [redis.lo] Error 1
What is error and how fixed? Thanks.
I`am install PHP 7.0.0-dev. OS: Centos 6
phpize - OK
./configure - OK
make
/root/phpredis-develop/redis.c:3715: warning: passing argument 2 of ‘_zend_get_parameters_array_ex’ from incompatible pointer type
/usr/include/php/Zend/zend_API.h:245: note: expected ‘struct zval ’ but argument is of type ‘struct zval *’
make: *** [redis.lo] Error 1
What is error and how fixed? Thanks.