php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45144 php6apache.dll, php6apache2.dll, php6apache2_2.dll compile failure
Submitted: 2008-06-01 14:06 UTC Modified: 2008-06-01 16:11 UTC
From: markright at gmail dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 6CVS-2008-06-01 (snap) OS: Win32
Private report: No CVE-ID: None
 [2008-06-01 14:06 UTC] markright at gmail dot com
Description:
------------
In the latest snapshot

Sun Jun 1 02:00:01 EDT 2008 CET
Starting snapshot 200806010630
HEAD Branch

The apache modules fail to compile.

According to the snapshot log I can see

Creating library Release_TS\php6apache.lib and object Release_TS\php6apache.exp
mod_php.obj : error LNK2001: unresolved external symbol _ap_child_terminate@4
Release_TS\php6apache.dll : fatal error LNK1120: 1 unresolved externals

SAPI sapi\apache build complete

c:\php4build\snap>NMAKE /I /nologo "php6apache2.dll" 
NMAKE : fatal error U1073: don't know how to make 'sapi\apache2handler\mod_php5.c'
Stop.

c:\php4build\snap>NMAKE /I /nologo "php6apache2_2.dll" 
NMAKE : fatal error U1073: don't know how to make 'sapi\apache2handler\mod_php5.c'
Stop.

Reproduce code:
---------------
N/A

Expected result:
----------------
Expected to see the dll's in the download snapshot

Actual result:
--------------
php6apache.dll, php6apache2.dll and php6apache2_2.dll are all missing

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-06-01 16:11 UTC] scottmac@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 03:01:29 2024 UTC