php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56881 Unable to compile APC 3.0.9 via pecl upgrade from 3.0.8
Submitted: 2006-03-07 10:57 UTC Modified: 2006-03-07 11:12 UTC
From: ben at wieck dot com Assigned:
Status: Wont fix Package: APC (PECL)
PHP Version: 5.0.4 OS: Mac OSX Server 10.3.9
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2006-03-07 10:57 UTC] ben at wieck dot com
Description:
------------
APC 3.0.8 has been installed and running via 'pecl install apc' for months now on Mac OSX Server 10.3.9. Attempting to upgrade to APC 3.0.9 via 'pecl upgrade apc' resulted in a compile error.

Actual result:
--------------
gcc -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -g -Os -pipe -DHARD_SERVER_LIMIT=2048 -DEAPI -I. -I/private/tmp/tmpJ41ahm/APC-3.0.9 -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/APC-3.0.9/include -I/private/var/tmp/pear-build-root/APC-3.0.9/main -I/private/tmp/tmpJ41ahm/APC-3.0.9 -I/usr/include/include/php -I/usr/include/include/php/main -I/usr/include/include/php/TSRM -I/usr/include/include/php/Zend -DHAVE_CONFIG_H -g -O2 -c /private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c  -fno-common -DPIC -o apc_compile.lo
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c: In function `my_copy_class_entry':
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:653: error: structure has no member named `default_static_members'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:653: error: structure has no member named `default_static_members'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:709: error: structure has no member named `__unset'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:710: error: structure has no member named `__isset'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:714: error: structure has no member named `serialize_func'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:715: error: structure has no member named `unserialize_func'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:742: error: structure has no member named `default_static_members'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:743: error: structure has no member named `default_static_members'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:752: error: structure has no member named `default_static_members'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:767: error: structure has no member named `default_static_members'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:838: error: structure has no member named `default_static_members'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:842: error: structure has no member named `default_static_members'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c: In function `my_destroy_class_entry':
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:1584: error: structure has no member named `default_static_members'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c: In function `apc_copy_class_entry_for_execution':
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:1905: error: structure has no member named `default_static_members'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:1905: error: structure has no member named `default_static_members'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:1907: error: structure has no member named `default_static_members'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:1918: error: structure has no member named `default_static_members'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c: In function `my_fixup_function':/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:1959: error: structure has no member named `__unset'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:1959: error: structure has no member named `__unset'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:1959: error: structure has no member named `__unset'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:1960: error: structure has no member named `__isset'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:1960: error: structure has no member named `__isset'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:1960: error: structure has no member named `__isset'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c: In function `my_check_copy_static_member':
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:2078: error: structure has no member named `default_static_members'
/private/tmp/tmpJ41ahm/APC-3.0.9/apc_compile.c:2080: error: structure has no member named `default_static_members'
make: *** [apc_compile.lo] Error 1
ERROR: `make' failed 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-07 11:12 UTC] rasmus@php.net
PHP 5.0.x isn't supported anymore.  Move to PHP 5.1.x.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 18:01:31 2024 UTC