php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7223 can't built php4apache
Submitted: 2000-10-15 12:52 UTC Modified: 2000-10-31 13:28 UTC
From: helio at helio dot com dot br Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Latest CVS (15/10/2000) OS: win32 2nd edition
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: helio at helio dot com dot br
New email:
PHP Version: OS:

 

 [2000-10-15 12:52 UTC] helio at helio dot com dot br
I've got this error whem I tried to built apache.

--------------------Configuration: php4apache - Win32 Release_TS--------------------
Compiling...
sapi_apache.c
Linking...
   Creating library ..\..\Release_TS/php4apache.lib and object ..\..\Release_TS/php4apache.exp
mod_php4.obj : error LNK2001: unresolved external symbol _zend_hash_merge_ex
sapi_apache.obj : error LNK2001: unresolved external symbol _highlight_file
..\..\Release_TS/php4apache.dll : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

php4apache.dll - 3 error(s), 0 warning(s)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-19 05:55 UTC] dbeu@php.net
i'm unable to reproduce this here.
does this problem still exist?
 [2000-10-28 01:53 UTC] dbeu@php.net
i see the problem.
there is a proto for highlight_file in zend_highlight.h but there's no function in zend which does the job.
can the zend guys please fix this?
 [2000-10-31 10:26 UTC] stas@php.net
Surely there is this function - it's in zend_language_scanner.l
Probably an unclean build? Could you just clean up everything (or, better, make a fresh checkout) and rebuild?
 [2000-10-31 13:28 UTC] zeev@php.net
Fixed in the latest CVS.  Thanks for the bug report!
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 30 05:00:02 2026 UTC