php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57987 Cannot compile due to strange error
Submitted: 2007-12-31 15:18 UTC Modified: 2007-12-31 15:48 UTC
From: sam at sambarrow dot com Assigned:
Status: Duplicate Package: APC (PECL)
PHP Version: Irrelevant OS: Ubuntu Linux 7.04
Private report: No CVE-ID: None
 [2007-12-31 15:18 UTC] sam at sambarrow dot com
Description:
------------
When compiling, I get this error:

/home/administrator/Desktop/APC-3.0.16/php_apc.c: In function 'zm_activate_apc':
/home/administrator/Desktop/APC-3.0.16/php_apc.c:303: error: too few arguments to function 'apc_set_signals'
make: *** [php_apc.lo] Error 1

This is strange, because from looking at the source, the function is called with no arguments, but in the function definition no arguments are specified either, so it should work.

Note that I am using PHP 5.3 CVS.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-12-31 15:48 UTC] rasmus@php.net
Grab pecl/apc CVS.  It is fixed there.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC