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
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: nikolay_b at list dot ru
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 16:01:28 2024 UTC