php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65754 compile error
Submitted: 2013-09-24 14:27 UTC Modified: 2016-11-18 21:07 UTC
Votes:16
Avg. Score:4.4 ± 0.9
Reproduced:13 of 14 (92.9%)
Same Version:6 (46.2%)
Same OS:2 (15.4%)
From: c dot bayerlein at bundesarchiv dot de Assigned:
Status: Wont fix Package: APC (PECL)
PHP Version: 5.5.4 OS: Suse SLES
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: c dot bayerlein at bundesarchiv dot de
New email:
PHP Version: OS:

 

 [2013-09-24 14:27 UTC] c dot bayerlein at bundesarchiv dot de
Description:
------------
I get a compile error when I run "pear install pecl/apc-3.1.9":

 cc -I. -I/tmp/pear/temp/APC -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root90TZzl/APC-3.1.9/include -I/tmp/pear/temp/pear-build-root90TZzl/APC-3.1.9/main -I/tmp/pear/temp/APC -I/barch/php-5.5.3/include/php -I/barch/php-5.5.3/include/php/main -I/barch/php-5.5.3/include/php/TSRM -I/barch/php-5.5.3/include/php/Zend -I/barch/php-5.5.3/include/php/ext -I/barch/php-5.5.3/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/APC/apc_zend.c  -fPIC -DPIC -o .libs/apc_zend.o
/tmp/pear/temp/APC/apc_zend.c: In Funktion »apc_get_zval_ptr«:
/tmp/pear/temp/APC/apc_zend.c:62: Fehler: »zend_execute_data« hat kein Element namens »Ts«
/tmp/pear/temp/APC/apc_zend.c:64: Fehler: »zend_execute_data« hat kein Element namens »Ts«
/tmp/pear/temp/APC/apc_zend.c:67: Fehler: »zend_execute_data« hat kein Element namens »CVs«
/tmp/pear/temp/APC/apc_zend.c: In Funktion »apc_op_ZEND_INCLUDE_OR_EVAL«:
/tmp/pear/temp/APC/apc_zend.c:170: Fehler: »zend_execute_data« hat kein Element namens »Ts«
/tmp/pear/temp/APC/apc_zend.c:170: Fehler: »zend_execute_data« hat kein Element namens »Ts«
/tmp/pear/temp/APC/apc_zend.c:170: Fehler: »zend_execute_data« hat kein Element namens »Ts«
/tmp/pear/temp/APC/apc_zend.c:171: Fehler: »zend_execute_data« hat kein Element namens »Ts«
make: *** [apc_zend.lo] Fehler 1
ERROR: `make' failed



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-09-28 11:45 UTC] stephan at wehdesign dot com
I got the same error on MAC OSX LEOPARDS (10.5.8)
 cc -I. -I/downloads/APC-3.1.9/APC-3.1.9 -DPHP_ATOM_INC -I/downloads/APC-
3.1.9/APC-3.1.9/include -I/downloads/APC-3.1.9/APC-3.1.9/main -I/downloads/APC-
3.1.9/APC-3.1.9 -I/usr/local/php5/include/php -I/usr/local/php5/include/php/main -
I/usr/local/php5/include/php/TSRM -I/usr/local/php5/include/php/Zend -
I/usr/local/php5/include/php/ext -I/usr/local/php5/include/php/ext/date/lib -
DHAVE_CONFIG_H -g -O2 -c /downloads/APC-3.1.9/APC-3.1.9/apc_zend.c  -fno-common -
DPIC -o .libs/apc_zend.o
/downloads/APC-3.1.9/APC-3.1.9/apc_zend.c: In function 'apc_get_zval_ptr':
/downloads/APC-3.1.9/APC-3.1.9/apc_zend.c:62: error: 'struct _zend_execute_data' 
has no member named 'Ts'
/downloads/APC-3.1.9/APC-3.1.9/apc_zend.c:64: error: 'struct _zend_execute_data' 
has no member named 'Ts'
/downloads/APC-3.1.9/APC-3.1.9/apc_zend.c:67: error: 'struct _zend_execute_data' 
has no member named 'CVs'
/downloads/APC-3.1.9/APC-3.1.9/apc_zend.c: In function 
'apc_op_ZEND_INCLUDE_OR_EVAL':
/downloads/APC-3.1.9/APC-3.1.9/apc_zend.c:170: error: 'struct _zend_execute_data' 
has no member named 'Ts'
/downloads/APC-3.1.9/APC-3.1.9/apc_zend.c:170: error: 'struct _zend_execute_data' 
has no member named 'Ts'
/downloads/APC-3.1.9/APC-3.1.9/apc_zend.c:170: error: 'struct _zend_execute_data' 
has no member named 'Ts'
/downloads/APC-3.1.9/APC-3.1.9/apc_zend.c:171: error: 'struct _zend_execute_data' 
has no member named 'Ts'
make: *** [apc_zend.lo] Error 1
 [2014-01-11 01:38 UTC] yong631 at vip dot qq dot com
Please find solution at http://www.litespeedtech.com/support/forum/showpost.php?p=76201&postcount=10 .
 [2016-11-18 21:07 UTC] kalle@php.net
-Status: Open +Status: Wont fix
 [2016-11-18 21:07 UTC] kalle@php.net
APC is no longer supported in favor of opcache that comes bundled with PHP, if you wish to use the user cache, then look at PECL/APCu.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 02:01:28 2024 UTC