php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19534 Linker failures
Submitted: 2002-09-20 20:48 UTC Modified: 2002-09-23 07:58 UTC
From: mwhahaha at vt dot edu Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.2.3 OS: win32
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mwhahaha at vt dot edu
New email:
PHP Version: OS:

 

 [2002-09-20 20:48 UTC] mwhahaha at vt dot edu
Linking...
   Creating library ..\Release_inline/php4nts.lib and object ..\Release_inline/php4nts.exp
LINK : warning LNK4049: locally defined symbol "_pcre_free" imported
LINK : warning LNK4049: locally defined symbol "_pcre_malloc" imported
basic_functions.obj : error LNK2001: unresolved external symbol _zif_crypt
basic_functions.obj : error LNK2001: unresolved external symbol _zm_startup_crypt
basic_functions.obj : error LNK2001: unresolved external symbol _zm_activate_crypt
COM.obj : error LNK2001: unresolved external symbol _php_COM_export_as_sink
COM.obj : error LNK2001: unresolved external symbol _php_COM_dispatch_init
conversion.obj : error LNK2001: unresolved external symbol _php_COM_export_object
..\Release\php4nts.dll : fatal error LNK1120: 6 unresolved externals
Error executing link.exe.

Fails on 4.2.3 source downloaded this evening from php.net


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-23 07:58 UTC] mfischer@php.net
You need to build the php4ts.dll (php4ts.dsw) version. Only ZTS mode works on win32.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sat Mar 21 11:00:02 2026 UTC