Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44006 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20408 invoked from network); 16 May 2009 09:00:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2009 09:00:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.220.220 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.220.220 mail-fx0-f220.google.com Received: from [209.85.220.220] ([209.85.220.220:50492] helo=mail-fx0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/51-12195-0A08E0A4 for ; Sat, 16 May 2009 05:00:17 -0400 Received: by fxm20 with SMTP id 20so2573589fxm.23 for ; Sat, 16 May 2009 02:00:13 -0700 (PDT) Received: by 10.103.213.10 with SMTP id p10mr2797516muq.49.1242464413489; Sat, 16 May 2009 02:00:13 -0700 (PDT) Received: from Macintosh-401.local (socks1.corp.yahoo.com [216.145.54.158]) by mx.google.com with ESMTPS id i5sm241472mue.25.2009.05.16.02.00.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 16 May 2009 02:00:12 -0700 (PDT) Message-ID: <4A0E8091.5020405@lerdorf.com> Date: Sat, 16 May 2009 11:00:01 +0200 User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: Lester Caine CC: PHP internals References: <4A0E753E.607@lsces.co.uk> <4A0E7F65.7080002@lsces.co.uk> In-Reply-To: <4A0E7F65.7080002@lsces.co.uk> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Current problems with PHP5.3 testing From: rasmus@lerdorf.com (Rasmus Lerdorf) Lester Caine wrote: > Lester Caine wrote: >> I know I will be directed to the 'windows' list, but I think it is >> important that PHP is still available cross platform ... I run both >> Linux and Windows and both should run the same? >> >> Since many of my target systems are still Windows based, primary >> testing of new stuff is done on that, but currently I'm unable to even >> test a windows build due to the lack of php_interbase.dll. >> >> Other packages are also missing from the ext directory most of which I >> think I've identified as moved to PECL, but - while I do not use pdo - >> where has php_pdo.dll gone. If it's built into the windows binary then >> this needs to be pointed out? >> >> On one hand I'm being told that I don't need to be able to build >> windows binaries as these are provided - and I can't anyway as I am >> still running a Borland development enviroment for windows - but if >> the core facilities are not going to match the Linux builds then there >> is a problem ... >> >> LAST time I was able to run 5.3 the bitweaver code base produced a lot >> of warnings, while currently it runs clean with display_erros=on, but >> until I can actually run it again I can't report any problems, and so >> I will have to stay with the 5.2 branch. > > I've just been working through some of the other add-ons and a couple > more questions poped up. > What is happening with PECL in windows for 5.3? > > Anybody know if there is a 5.3 build of php_imagick or magickwand ? This > used to be available via PECL, but seems to have evaporated at some point? > > As yet there is no 5.3 build for eAccelerator ... but a build of that > has been requested. eAccelerator is not a pecl project. It is completely unrelated to *.php.net. The fact is that we have only a handful of people who do any sort of Windows work while we have hundreds of volunteers for other parts of the project. Unless we get more volunteers interesting in working on Windows-related stuff, you are always going to see a gap between Windows and the rest of the world. -Rasmus