Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49414 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26808 invoked from network); 12 Aug 2010 08:08:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2010 08:08:53 -0000 Authentication-Results: pb1.pair.com header.from=tokul@users.sourceforge.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=tokul@users.sourceforge.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain users.sourceforge.net from 77.240.252.9 cause and error) X-PHP-List-Original-Sender: tokul@users.sourceforge.net X-Host-Fingerprint: 77.240.252.9 avilys.eik.lt Linux 2.6 Received: from [77.240.252.9] ([77.240.252.9:57913] helo=avilys.eik.lt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/C6-23169-21CA36C4 for ; Thu, 12 Aug 2010 04:08:51 -0400 Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id C9B8B1F5195 for ; Thu, 12 Aug 2010 11:01:29 +0300 (EEST) Received: from 78.63.27.227 (NaSMail authenticated user tomas@topolis.lt) by avilys.eik.lt with HTTP; Thu, 12 Aug 2010 11:01:29 +0300 (EEST) Message-ID: <53846.4e3f1be3.1281600089.nsm@avilys.eik.lt> In-Reply-To: <4C639BDF.7040304@lsces.co.uk> References: <4C639BDF.7040304@lsces.co.uk> Date: Thu, 12 Aug 2010 11:01:29 +0300 (EEST) To: internals@lists.php.net User-Agent: NaSMail/1.7 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: [PHP-DEV] What is still missing from windows builds ... From: tokul@users.sourceforge.net ("Tomas Kuliavas") 2010.08.12 09:59 Lester Caine rašė: > > Currently I am still working my way through the holes in PHP5.3.x which > is why > > PHP5.2 is STILL the last stable release as far as my ( windows ) > customer sites > > are concerned. SO sensible debate on the next step forward IS more > important and > > What's wrong with 5.3 on windows (separate topic please :) Last time I've checked gettext extension was broken. http://bugs.php.net/bug.php?id=49349. Extension works only in one locale. Maybe things changed in latest builds, but bug tracker entry is still open. Based on things I've seen on process explorer, extension tries to read files (locale aliases) that are available only on build machine. -- Tomas