Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38045 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 789 invoked from network); 1 Jun 2008 13:15:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2008 13:15:42 -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.230 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.230 rv-out-0506.google.com Received: from [209.85.198.230] ([209.85.198.230:18685] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/D3-54820-DF0A2484 for ; Sun, 01 Jun 2008 09:15:42 -0400 Received: by rv-out-0506.google.com with SMTP id g37so897129rvb.23 for ; Sun, 01 Jun 2008 06:15:39 -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:mime-version:content-type; bh=oyrlHPs5DYr8hIfVuQce4YN9jfeJT+hoNs8Sqx8gG60=; b=OU8OXsZweAwIWjPQHAkY1zmfJQlrEY3al5VMZ4IszqMuVuNpUJj6kweOyMF2Hgeyx7IMhjMEJHwuxMpdHv7HcezmS20szddciNdsUq99tIPqnXeZ8LqkEOBj8GXwMs5ih8Z4jnJVXItmfWdAl8VikJkOZJLGwKdbAgFtmQn4Kzw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=YZXTj3rPOwOREsctY4NggDqOfAy4bslHnhUiACvrgCHAKc2uYzOJdpGF7AAlvOZlmd+0G38G9l8+QyJ43rhgXF7NzGi0TwLH9dlJeO0zebM1keEUSmb6XhDhCEiaT3oDvLD+ajPKoFgEtLb/m2Jon9qeZ36HCiVsajhWiLtK79U= Received: by 10.115.49.11 with SMTP id b11mr8476965wak.117.1212326139197; Sun, 01 Jun 2008 06:15:39 -0700 (PDT) Received: by 10.114.208.10 with HTTP; Sun, 1 Jun 2008 06:15:39 -0700 (PDT) Message-ID: <2fd662a00806010615g33e5bd17k755ee71ca73eebc9@mail.gmail.com> Date: Sun, 1 Jun 2008 15:15:39 +0200 To: internals MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2578_11171742.1212326139173" Subject: PHP6 Win32 Build Issues From: markright@gmail.com (Marco) ------=_Part_2578_11171742.1212326139173 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All I have downloaded the snapshot build of PHP6 from snaps.php.net but noticed the building of the apache extensions are failing. According to the log I can see the following 3 problems 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. Is there any chance of getting these fixed soon so I can get my application tested with PHP6? TIA Marco ------=_Part_2578_11171742.1212326139173--