php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57979 compile failure on php_apc.c
Submitted: 2007-12-26 18:38 UTC Modified: 2007-12-26 18:49 UTC
From: adamg at pld-linux dot org Assigned:
Status: Closed Package: APC (PECL)
PHP Version: Irrelevant OS: PLD Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: adamg at pld-linux dot org
New email:
PHP Version: OS:

 

 [2007-12-26 18:38 UTC] adamg at pld-linux dot org
Description:
------------
While tyring to compile APC-3.0.16, the following error ocurrs:
php_apc.c: In function 'zm_activate_apc':
php_apc.c:303: error: too few arguments to function 'apc_set_signals'

this is due to missing TSRMLS_C in apc_set_signals() call in line 303 of php_apc.c.

Reproduce code:
---------------
trivial patch for this issue can be foind in PLD Linux CVS:
http://cvs.pld-linux.org/SOURCES/php-pecl-APC-tsrmls_c.patch?rev=HEAD


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-12-26 18:49 UTC] rasmus@php.net
Thanks, committed.  Threaded UNIX builds of APC tend to not get tested very often as very few sites run that sort of production environment.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 08:01:35 2024 UTC