php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67282 Memcache not compiling for Windows x64
Submitted: 2014-05-14 20:43 UTC Modified: 2014-05-15 13:56 UTC
From: jfha73 at gmail dot com Assigned:
Status: Closed Package: memcache (PECL)
PHP Version: 5.5.12 OS: Windows
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: jfha73 at gmail dot com
New email:
PHP Version: OS:

 

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

   Creating library x64\Release_TS\php_memcache.lib and object
x64\Release_TS\ph
p_memcache.exp
memcache.obj : error LNK2019: unresolved external symbol
__imp_php_session_regis
ter_module referenced in function _zval_copy_ctor
memcache_pool.obj : error LNK2019: unresolved external symbol compress
reference
d in function mmc_compress
memcache_pool.obj : error LNK2019: unresolved external symbol uncompress
referen
ced in function mmc_unpack_value
memcache_session.obj : error LNK2001: unresolved external symbol
php_session_cre
ate_id
x64\Release_TS\php_memcache.dll : fatal error LNK1120: 4 unresolved
externals
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio 11.0
\VC\BIN\amd64\cl.exe"' : return code '0x2'
Stop.

Does memcache need something else to compile?

Thanks

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

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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-05-15 13:55 UTC] jfha73 at gmail dot com
Solved by adding --enabe-session
 [2014-05-15 13:56 UTC] jfha73 at gmail dot com
-Status: Open +Status: Closed
 [2014-05-15 13:56 UTC] jfha73 at gmail dot com
Solved by adding --enable-session
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Jun 05 05:01:31 2024 UTC