Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38052 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14845 invoked from network); 1 Jun 2008 14:23:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2008 14:23:01 -0000 Authentication-Results: pb1.pair.com header.from=markright@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=markright@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.228 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: markright@gmail.com X-Host-Fingerprint: 209.85.198.228 rv-out-0506.google.com Received: from [209.85.198.228] ([209.85.198.228:6782] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/86-54820-5C0B2484 for ; Sun, 01 Jun 2008 10:23:01 -0400 Received: by rv-out-0506.google.com with SMTP id g37so920439rvb.23 for ; Sun, 01 Jun 2008 07:22:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=p+OHj2quxPeyErcMK4QPsOS+QWqAArO4l+QSV7pHlwc=; b=PKhRHfls+W2ruycjOfj/tTESap6Zts38cGJSPTSA6xCj7ikNq+SLHF8l4jbExnKciY4TZKwSRFZe67O2SgZG9gBbTHZlY7mdhGnXgumKo+Q27Mmqv5/p3flSUHkl/QO1kIBAS3UURHoVz29At3Ew5C3ncFFgA29tGUH6NlhUqO0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=VzYI1A634zJVjsoe4jkEKQVEAMxwQetY1Qmh4txg2rF11dPpcdoaxvgBhyFqeHIV6Xf0mA0sVaJ6/PYrIt1co5uUAx62XlbSdkbewucccnCLcH04H0cHeikUxUKKWT19fBK8BFnijTcFHBLpzHXH9NwXdQHnsTFqmiunZioDovQ= Received: by 10.114.144.1 with SMTP id r1mr3330810wad.136.1212330178309; Sun, 01 Jun 2008 07:22:58 -0700 (PDT) Received: by 10.114.208.10 with HTTP; Sun, 1 Jun 2008 07:22:58 -0700 (PDT) Message-ID: <2fd662a00806010722u5697b53frb1550b1af7b27984@mail.gmail.com> Date: Sun, 1 Jun 2008 16:22:58 +0200 To: internals In-Reply-To: <2fd662a00806010615g33e5bd17k755ee71ca73eebc9@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2729_3199191.1212330178262" References: <2fd662a00806010615g33e5bd17k755ee71ca73eebc9@mail.gmail.com> Subject: Re: PHP6 Win32 Build Issues From: markright@gmail.com (Marco) ------=_Part_2729_3199191.1212330178262 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > 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 > > btw, thought i'd check PHP 5.3 and the issue is also there for the php5apache.dll module Creating library Release_TS\php5apache.lib and object Release_TS\php5apache.exp mod_php5.obj : error LNK2001: unresolved external symbol _ap_child_terminate@4 Release_TS\php5apache.dll : fatal error LNK1120: 1 unresolved externals SAPI sapi\apache build complete Regards Marco ------=_Part_2729_3199191.1212330178262--