Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49426 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84483 invoked from network); 12 Aug 2010 14:01:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2010 14:01:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.160.42 mail-pw0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:50312] helo=mail-pw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/E1-09694-7CEF36C4 for ; Thu, 12 Aug 2010 10:01:45 -0400 Received: by pwj8 with SMTP id 8so547862pwj.29 for ; Thu, 12 Aug 2010 07:01:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=JV44NctV2d0CdaPU9zYavSsZYtpYkO+LAs+aqps0k9s=; b=EHFEwgHZc63lSkEzTC1pOWxtW61mVA+gP0yQdXZrJhlIKufjUgY6L8dOozTRTygkad EE1EoZgGHIc7g7YybqpA2hpwwMNuDjff2+pS63jG4Iw0ZrFNuA9WcovWtj5qInXWazl1 fwkw0caJV6ll+xcvrAfRKB7UYo0ZkKDLon/x4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=Ik7k8WBXebGABSHtGNQokHYdwcyHtO9t+a59g4DPD3uwrlePTky+ZtCljAH/XuUorr RELyF2r+EWaQucFn66Km5OB8tAJJ8mnYJ/j++dlFG5i+qs2qxn63C/voKNX7I2gISX5Z jR9eT8j2InKhqvTTA4VYb5G1tVl+tySIJzEmY= MIME-Version: 1.0 Received: by 10.114.39.12 with SMTP id m12mr122668wam.105.1281621699840; Thu, 12 Aug 2010 07:01:39 -0700 (PDT) Sender: tyra3l@gmail.com Received: by 10.114.132.19 with HTTP; Thu, 12 Aug 2010 07:01:39 -0700 (PDT) In-Reply-To: References: <4C639BDF.7040304@lsces.co.uk> <4C63A5BB.4000900@sugarcrm.com> Date: Thu, 12 Aug 2010 16:01:39 +0200 X-Google-Sender-Auth: L5FVkM6ibPe4SoiMoVoW50yonqo Message-ID: To: Pierre Joye Cc: Stas Malyshev , Lester Caine , PHP internals Content-Type: multipart/alternative; boundary=0016364177df27cc9b048da0ce80 Subject: Re: [PHP-DEV] Re: What is still missing from windows builds ... From: info@tyrael.hu (Ferenc Kovacs) --0016364177df27cc9b048da0ce80 Content-Type: text/plain; charset=UTF-8 On Thu, Aug 12, 2010 at 11:27 AM, Pierre Joye wrote: > hi, > > > > On Thu, Aug 12, 2010 at 10:04 AM, Ferenc Kovacs wrote: > > > And some more. > > Pierre mentioned that the firebird extension will be bundled with 5.3.3 > but > > AFAIK it didn't happened. > > There are some info about the missing extensions here: > > http://bugs.php.net/bug.php?id=46971 > > Many things are supposed to be done at a given time and then failed. > Shit happens as one likes to say. Anyway, it does not make 5.3.3 less > stable or bad, and given the amount of complains about firebird > (except Lester, who does it endlessly since 5.3.0), it is not a big > deal. > > I meant no offense, are there any blocker about this issue, or we can tell sure that firebird will be in php 5.3.4? I'm just curious because more than one people told me, that firebird builds just fine for 5.3, so I couln't get it, why takes it this long to get properly bundled (and couldn't found this one one http://php.net/~pierre/). > > Yeah, but building php or the extensions is not the easiest thing to do, > on > > linux you just type apt-get install php5-extension or pecl install > > extension, but for windows: > > - pecl install doesn't work on windows (obviously) > > - http://pecl4win.php.net/ -> The pecl4win build box is temporarily out > of > > service. // Temporary my ass. :/ > > - setting up a (free) build environment for php on windows is PITA. at > least > > that was it, when I did last time. > > there are multiple how-to, but almost all of them is outdated. > > I think you really need two things: > > - Read the answers I gave you already > What did I miss? > - Read the doc, build PHP or PHP extensions on Windows is very easy. > To get the right libs or build non compatible lib is not, but that's > not something we can fix easily. > See http://wiki.php.net/internals/windows/stepbystepbuild I will/have to set up my windows buildbox again, but as far as I can remember last time when I did (probably a year ago) I run into more than one problem about dependencies (bison, flex), and there was some discussion on the mailing list about that there is more than one tutorial in the docs/wiki, but they are mostly outdated. maybe I'm just unlucky or because I'm using the Express version, dunno. > > > > thanks again to Pierre ( http://www.php.net/~pierre/ ) for manually > building > > some extensions for windows > > > > and AFAIK there is some problem with building the extension for the VC6 > or > > VC9 builds: > > > > "About GMP, it won't make it with VC6, move to VC9 if you need it." > > > "snmp support has been restored in 5.3.3RC1 (VC9 only)" > > Because the lib does not support VC6. Same for Enchant for example, or > other libs. > > I did mentioned that, I mean that there are other libs that aren't supported in VC6, VC9. the question is, that what can we do about it. I don't like the idea, that we have major differences in the bundled extensions between the VC6 and VC9 versions. the apache guys could really start using the VC9... Tyrael --0016364177df27cc9b048da0ce80--