ID: 38873 Updated by: [EMAIL PROTECTED] Reported By: mv at binarysec dot com -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: Linux 2.4 Deb unstable PHP Version: 5.2.0RC4 New Comment:
Please report PECL issues to PECL bug database: http://pecl.php.net/package/APC Previous Comments: ------------------------------------------------------------------------ [2006-09-18 21:14:20] mv at binaryseC dot com vim apc_zend.c +241 replace 'void' by TSRMLS_D on each apc_zend_init()/shutdown() ------------------------------------------------------------------------ [2006-09-18 21:12:54] 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 ;) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38873&edit=1
