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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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

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: Thu Mar 28 13:01:28 2024 UTC