php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57247 APC conflicting types for apc_zend_init() and apc_zend_shutdown()
Submitted: 2006-09-18 17:24 UTC Modified: 2006-09-18 17:29 UTC
From: mv at binarysec dot com Assigned: rasmus (profile)
Status: Closed Package: APC (PECL)
PHP Version: 5.2.0 RC4 OS: Linux 2.4 Deb unstable
Private report: No CVE-ID: None
 [2006-09-18 17:24 UTC] mv at binarysec dot com
Description:
------------
/pecl/apc/apc_zend.c:241: error: conflicting types for 'apc_zend_init'
/pecl/apc/apc_zend.h:41: error: previous declaration of 'apc_zend_init'
was here
/pecl/apc/apc_zend.c:242: error: conflicting types for
'apc_zend_shutdown'
/pecl/apc/apc_zend.h:42: error: previous declaration of
'apc_zend_shutdown' was here

Reproduce code:
---------------
./configure  --with-php-config=/.../php-config --enable-apc
--disable-apc-mmap --enable-apc-sem
make ;)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-09-18 17:29 UTC] rasmus@php.net
Fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 12:01:29 2024 UTC