I've been trying to upgrade to PHP 5.5.6 from 5.3.6 using the built-in PHP install.
I'm using this flags:
With PHP Mail Header Patch, APC, and pecl/memcache also checked.
I get through the main PHP build, then I get these errors on the APC build:
Any ideas?
Thanks!
I'm using this flags:
'--with-mysql' '--with-mysqli' '--with-curl' '--with-zlib' '--with-gd' '--with-jpeg-dir=/usr/lib' '--with-png-dir=/usr/lib' '--enable-shmop' '--enable-track-vars' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-magic-quotes' '--enable-mbstring' '--with-iconv' '--with-litespeed' '--with-pdo' '--with-pdo-mysql' '--with-pdo-sqlite'
I get through the main PHP build, then I get these errors on the APC build:
cc -I. -I/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9 -DPHP_ATOM_INC -I/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/include -I/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/main -I/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9 -I/opt/lsws/lsphp5/include/php -I/opt/lsws/lsphp5/include/php/main -I/opt/lsws/lsphp5/include/php/TSRM -I/opt/lsws/lsphp5/include/php/Zend -I/opt/lsws/lsphp5/include/php/ext -I/opt/lsws/lsphp5/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c -fPIC -DPIC -o .libs/apc_zend.o
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c: In function 'apc_get_zval_ptr':
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c:62: error: 'zend_execute_data' has no member named 'Ts'
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c:64: error: 'zend_execute_data' has no member named 'Ts'
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c:67: error: 'zend_execute_data' has no member named 'CVs'
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c: In function 'apc_op_ZEND_INCLUDE_OR_EVAL':
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c:170: error: 'zend_execute_data' has no member named 'Ts'
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c:170: error: 'zend_execute_data' has no member named 'Ts'
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c:170: error: 'zend_execute_data' has no member named 'Ts'
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c:171: error: 'zend_execute_data' has no member named 'Ts'
make: *** [apc_zend.lo] Error 1
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c: In function 'apc_get_zval_ptr':
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c:62: error: 'zend_execute_data' has no member named 'Ts'
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c:64: error: 'zend_execute_data' has no member named 'Ts'
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c:67: error: 'zend_execute_data' has no member named 'CVs'
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c: In function 'apc_op_ZEND_INCLUDE_OR_EVAL':
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c:170: error: 'zend_execute_data' has no member named 'Ts'
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c:170: error: 'zend_execute_data' has no member named 'Ts'
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c:170: error: 'zend_execute_data' has no member named 'Ts'
/opt/lsws/phpbuild/php-5.5.6/APC-3.1.9/apc_zend.c:171: error: 'zend_execute_data' has no member named 'Ts'
make: *** [apc_zend.lo] Error 1
Thanks!
Last edited by a moderator: