php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56880 compile error
Submitted: 2006-03-07 06:19 UTC Modified: 2006-03-07 11:02 UTC
From: nikolay_b at list dot ru Assigned:
Status: Wont fix Package: APC (PECL)
PHP Version: 5.0.5 OS: FreeBSD 5.4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
17 - 5 = ?
Subscribe to this entry?

 
 [2006-03-07 06:19 UTC] nikolay_b at list dot ru
Description:
------------
Configure :
APC 3.0.9
./configure --enable-apc --enable-apc-mmap --with-apxs=/usr/local/bin/apxs --with-php-config=/usr/local/bin/php-config
gmake:
gmake: *** [apc_compile.lo] Error 1
p.s. APC 3.0.8 - compiled successfully.

Reproduce code:
---------------
....
gcc -I. -I/src/php/php_ext_mod/APC/APC-3.0.9 -DPHP_ATOM_INC -I/src/php/php_ext_mod/APC/APC-3.0.9/include -I/src/php/php_ext_mod/APC/APC-3.0.9/main -I/src/php/php_ext_mod/APC/APC-3.0.9 -I/usr/local/webserver/include/php -I/usr/local/webserver/include/php/main -I/usr/local/webserver/include/php/TSRM -I/usr/local/webserver/include/php/Zend -I/usr/local/include -I/usr/local/webserver/include -I/usr/local/webserver/apr/include -L/usr/local/lib -L/usr/local/webserver/lib -L/usr/local/webserver/apr/lib -DHAVE_CONFIG_H -I/usr/local/include -I/usr/local/webserver/include -I/usr/local/webserver/apr/include -L/usr/local/lib -L/usr/local/webserver/lib -L/usr/local/webserver/apr/lib -c /src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c  -fPIC -DPIC -o apc_compile.lo
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c: In function `my_copy_class_entry':
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:653: error: structure has no member named `default_static_members'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:653: error: structure has no member named `default_static_members'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:709: error: structure has no member named `__unset'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:710: error: structure has no member named `__isset'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:714: error: structure has no member named `serialize_func'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:715: error: structure has no member named `unserialize_func'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:742: error: structure has no member named `default_static_members'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:743: error: structure has no member named `default_static_members'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:752: error: structure has no member named `default_static_members'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:767: error: structure has no member named `default_static_members'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:838: error: structure has no member named `default_static_members'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:842: error: structure has no member named `default_static_members'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c: In function `my_destroy_class_entry':
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:1584: error: structure has no member named `default_static_members'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c: In function `apc_copy_class_entry_for_execution':
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:1900: error: structure has no member named `default_static_members'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:1900: error: structure has no member named `default_static_members'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:1907: error: structure has no member named `default_static_members'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:1918: error: structure has no member named `default_static_members'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c: In function `my_fixup_function':
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:1959: error: structure has no member named `__unset'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:1959: error: structure has no member named `__unset'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:1959: error: structure has no member named `__unset'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:1960: error: structure has no member named `__isset'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:1960: error: structure has no member named `__isset'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:1960: error: structure has no member named `__isset'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c: In function `my_check_copy_static_member':
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:2078: error: structure has no member named `default_static_members'
/src/php/php_ext_mod/APC/APC-3.0.9/apc_compile.c:2080: error: structure has no member named `default_static_members'
gmake: *** [apc_compile.lo] Error 1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-07 06:22 UTC] nikolay_b at list dot ru
APC 3.0.9 with php 5.1.2 comlied successfully too.
 [2006-03-07 11:02 UTC] rasmus@php.net
I don't support PHP 5.0.x anymore.  Move to PHP 5.1.x
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 00:01:28 2024 UTC