Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58125 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36290 invoked from network); 27 Feb 2012 10:36:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2012 10:36:26 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:34039] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/01-40985-9AC5B4F4 for ; Mon, 27 Feb 2012 05:36:26 -0500 Received: by ghbg2 with SMTP id g2so1404825ghb.29 for ; Mon, 27 Feb 2012 02:36:23 -0800 (PST) Received-SPF: pass (google.com: domain of hannes.magnusson@gmail.com designates 10.236.154.168 as permitted sender) client-ip=10.236.154.168; Authentication-Results: mr.google.com; spf=pass (google.com: domain of hannes.magnusson@gmail.com designates 10.236.154.168 as permitted sender) smtp.mail=hannes.magnusson@gmail.com; dkim=pass header.i=hannes.magnusson@gmail.com Received: from mr.google.com ([10.236.154.168]) by 10.236.154.168 with SMTP id h28mr19830021yhk.59.1330338983143 (num_hops = 1); Mon, 27 Feb 2012 02:36:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tm98gDBbCwLrfLlbi1zh8gKIft7UrYSK+3HJcrzzyaM=; b=NJJqACqCWDFL0NW6kqNBAC8ycxhTAaXtLHbkRGilNWpRN39uO+Y4ogj0sj2+mei1Eo brRleDkD6s/jOnAwJFLm8l7q7O1m84oL80dMyzk0D52DQjefcGXhnMH92S5IMwBizc7N JrqnLxZOFdBpG+QjHHBR+nviSPoryEJI55H0c= MIME-Version: 1.0 Received: by 10.236.154.168 with SMTP id h28mr14774197yhk.59.1330338983085; Mon, 27 Feb 2012 02:36:23 -0800 (PST) Received: by 10.147.168.4 with HTTP; Mon, 27 Feb 2012 02:36:22 -0800 (PST) In-Reply-To: References: <4F4A8660.6090302@lerdorf.com> Date: Mon, 27 Feb 2012 11:36:22 +0100 Message-ID: To: Tom Boutell Cc: Rasmus Lerdorf , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Cannot build ext/intl on Fedora 15 From: hannes.magnusson@gmail.com (Hannes Magnusson) On Sun, Feb 26, 2012 at 20:43, Tom Boutell wrote: > If what I did is basically already in 5.4 and won't be finding its way > back to 5.3, I guess I'm good with my hack for now. > > What component are you suggesting I build shared? c++ extensions in 5.3, it should work fine in 5.4 with the exception of Nunos worries.. fixing that requires slightly more mucking around, but noone has complained about that yet though. -Hannes