Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49413 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25454 invoked from network); 12 Aug 2010 08:04:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2010 08:04:13 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass 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:63058] helo=mail-pw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/76-23169-7FAA36C4 for ; Thu, 12 Aug 2010 04:04:08 -0400 Received: by pwj8 with SMTP id 8so437734pwj.29 for ; Thu, 12 Aug 2010 01:04:05 -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=7FfJNNNfIYWAQenOcdgKpxb+5Qa3nJGaPEZDEiN7pAI=; b=nrHBYUWnova98171H8bOsfz8XKJQsxzo8K/FJktrZTOtL8jq6JXjADGFevnF7keKpc B9nGl0or7feC/THuUSwD70x+W9njr6rtArPAk0XFu+9HUlohdlkWz5zCu+dmZOKInBTb UZY9fL6g15pIo4BpXMXODVmpYqTlBHIXv2S4s= 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=jNe0+YtQXDnysjPhze5b+BU8fuTIqGP0sLRx5ECkbmiCrJZlO2ONHuSrzrVnhRo8ms bdQqCzpezayFHWQ5UhfwR/K27J/MySAx1y1cCmQn2WsqdI5bNu0uM6WKCdnWEb66yIB8 iTH5Mxys2Ymg7/kBq1RBz//Lhn5/ILABZbJN4= MIME-Version: 1.0 Received: by 10.142.226.16 with SMTP id y16mr1445397wfg.326.1281600245059; Thu, 12 Aug 2010 01:04:05 -0700 (PDT) Sender: tyra3l@gmail.com Received: by 10.114.132.19 with HTTP; Thu, 12 Aug 2010 01:04:04 -0700 (PDT) In-Reply-To: <4C63A5BB.4000900@sugarcrm.com> References: <4C639BDF.7040304@lsces.co.uk> <4C63A5BB.4000900@sugarcrm.com> Date: Thu, 12 Aug 2010 10:04:04 +0200 X-Google-Sender-Auth: F1iqcg_wN8FpR-NY5YDVvmPGs_A Message-ID: To: Stas Malyshev Cc: Lester Caine , PHP internals Content-Type: multipart/alternative; boundary=000e0cd32a0a59dbf4048d9bcfd6 Subject: Re: [PHP-DEV] Re: What is still missing from windows builds ... From: info@tyrael.hu (Ferenc Kovacs) --000e0cd32a0a59dbf4048d9bcfd6 Content-Type: text/plain; charset=UTF-8 On Thu, Aug 12, 2010 at 9:41 AM, Stas Malyshev wrote: > Hi! > > > A number of extensions were dropped because of the rules applied to >> building >> them. In my case php_interbase is missing, and since Firebird is the only >> database I use it's something of a problem. So we simply build it and >> supply it >> from the Firebird site. But other extensions are also still lagging behind >> in >> conversion to being PHP5.3 compatible. >> > > Wait, you mean PHP binary builds miss ext/interbase? 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 > But you can always build it yourself (or have somebody do it for you ;), > it's not incompatibility in PHP 5.3. Or you mean something is missing in the > code? > > 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. 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)" and sybase_ct is VC6 only, so if you need both sybase_ct AND (enchant OR gmp OR snmp) then you are screwed. > > For an off the shelf windows PHP5 build, 5.2.14 is the only one that >> includes >> these libraries off the shelf and until 5.3 does I can't point my own >> customers >> there. >> > > You mean you can't point them to download binary builds from > windows.php.net? That doesn't make 5.3 unstable though... > see above. Tyrael --000e0cd32a0a59dbf4048d9bcfd6--