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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sanry at now dot net dot cn
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 16:01:28 2024 UTC