zendopcache and php 5.6.xx

bobykus

Well-Known Member
#1
Can not build subj because of

cc -I. -I/usr/local/lsws/phpbuild/php-5.6.1/zendopcache-7.0.3 -DPHP_ATOM_INC -I/usr/local/lsws/phpbuild/php-5.6.1/zendopcache-7.0.3/include -I/usr/local/lsws/phpbuild/php-5.6.1/zendopcache-7.0.3/main -I/usr/local/lsws/phpbuild/php-5.6.1/zendopcache-7.0.3 -I/usr/local/lsws/lsphp56/include/php -I/usr/local/lsws/lsphp56/include/php/main -I/usr/local/lsws/lsphp56/include/php/TSRM -I/usr/local/lsws/lsphp56/include/php/Zend -I/usr/local/lsws/lsphp56/include/php/ext -I/usr/local/lsws/lsphp56/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/local/lsws/phpbuild/php-5.6.1/zendopcache-7.0.3/ZendAccelerator.c -fPIC -DPIC -o .libs/ZendAccelerator.o
/usr/local/lsws/phpbuild/php-5.6.1/zendopcache-7.0.3/ZendAccelerator.c: In function ‘accel_fast_zval_ptr_dtor’:
/usr/local/lsws/phpbuild/php-5.6.1/zendopcache-7.0.3/ZendAccelerator.c:2199: error: ‘IS_CONSTANT_ARRAY’ undeclared (first use in this function)
/usr/local/lsws/phpbuild/php-5.6.1/zendopcache-7.0.3/ZendAccelerator.c:2199: error: (Each undeclared identifier is reported only once
/usr/local/lsws/phpbuild/php-5.6.1/zendopcache-7.0.3/ZendAccelerator.c:2199: error: for each function it appears in.)


Is it really need to built or it is "bundled" to php? If so how to manage it? If so why it is present in build options in LSWS?
 
Top