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
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sam at sambarrow dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Wed Dec 11 07:01:27 2024 UTC