php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67281 APC not compiling on Windows
Submitted: 2014-05-14 20:41 UTC Modified: 2016-11-18 21:01 UTC
Votes:3
Avg. Score:4.0 ± 0.8
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: jfha73 at gmail dot com Assigned:
Status: Wont fix Package: APC (PECL)
PHP Version: 5.5.12 OS: Windows
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: jfha73 at gmail dot com
New email:
PHP Version: OS:

 

 [2014-05-14 20:41 UTC] jfha73 at gmail dot com
Description:
------------
I'm trying to compile APC for PHP 5.5 and I'm getting this error:

..\pecl\APC-3.1.13\apc_compile.c(2417) : warning C4024:
'my_copy_function' : dif
ferent types for formal and actual parameter 3
..\pecl\APC-3.1.13\apc_compile.c(2417) : error C2198: 'my_copy_function'
: too f
ew arguments for call
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio 11.0
\VC\BIN\amd64\cl.exe"' : return code '0x2'
Stop.

Please help.

Thanks.


Expected result:
----------------
Compile and create a DLL file

Actual result:
--------------
Error

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-11-18 21:01 UTC] kalle@php.net
-Status: Open +Status: Wont fix
 [2016-11-18 21:01 UTC] kalle@php.net
APC is no longer supported in favor of opcache that comes bundled with PHP, if you wish to use the user cache, then look at PECL/APCu.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC