php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58013 can't complite
Submitted: 2008-01-20 21:16 UTC Modified: 2008-01-20 21:19 UTC
From: sanry at now dot net dot cn Assigned:
Status: Duplicate Package: APC (PECL)
PHP Version: 5.2.1 OS: SUSE
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
10 - 3 = ?
Subscribe to this entry?

 
 [2008-01-20 21:16 UTC] sanry at now dot net dot cn
Description:
------------
gcc -I. -I/usr/local/APC-3.0.16 -DPHP_ATOM_INC -I/usr/local/APC-3.0.16/include -I/usr/local/APC-3.0.16/main -I/usr/local/APC-3.0.16 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/local/APC-3.0.16/php_apc.c  -fPIC -DPIC -o .libs/php_apc.o
/usr/local/APC-3.0.16/php_apc.c: In function ?zm_activate_apc?
/usr/local/APC-3.0.16/php_apc.c:303: error: too few arguments to function ?apc_set_signals?


Reproduce code:
---------------
tar: A lone zero block at 1085

Expected result:
----------------
gcc -I. -I/usr/local/APC-3.0.16 -DPHP_ATOM_INC -I/usr/local/APC-3.0.16/include -I/usr/local/APC-3.0.16/main -I/usr/local/APC-3.0.16 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/local/APC-3.0.16/php_apc.c  -fPIC -DPIC -o .libs/php_apc.o
/usr/local/APC-3.0.16/php_apc.c: In function ?zm_activate_apc?
/usr/local/APC-3.0.16/php_apc.c:303: error: too few arguments to function ?apc_set_signals?


Actual result:
--------------
gcc -I. -I/usr/local/APC-3.0.16 -DPHP_ATOM_INC -I/usr/local/APC-3.0.16/include -I/usr/local/APC-3.0.16/main -I/usr/local/APC-3.0.16 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/local/APC-3.0.16/php_apc.c  -fPIC -DPIC -o .libs/php_apc.o
/usr/local/APC-3.0.16/php_apc.c: In function ?zm_activate_apc?
/usr/local/APC-3.0.16/php_apc.c:303: error: too few arguments to function ?apc_set_signals?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-01-20 21:19 UTC] rasmus@php.net
You are building it against a threaded web server API, it seems, which is unlikely to work anyway, but this particular issue has been fixed in CVS.  Grab the cvs version and try again.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC