Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46761 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45452 invoked from network); 17 Jan 2010 03:57:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jan 2010 03:57:00 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.210.192 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.210.192 mail-yx0-f192.google.com Received: from [209.85.210.192] ([209.85.210.192:43381] helo=mail-yx0-f192.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E7/B2-27028-A8A825B4 for ; Sat, 16 Jan 2010 22:56:59 -0500 Received: by yxe30 with SMTP id 30so1780282yxe.29 for ; Sat, 16 Jan 2010 19:56:55 -0800 (PST) Received: by 10.101.154.22 with SMTP id g22mr7338095ano.51.1263700615249; Sat, 16 Jan 2010 19:56:55 -0800 (PST) Received: from ?192.168.200.22? (c-98-234-184-167.hsd1.ca.comcast.net [98.234.184.167]) by mx.google.com with ESMTPS id 5sm1129197yxg.46.2010.01.16.19.56.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 16 Jan 2010 19:56:54 -0800 (PST) Message-ID: <4B528A83.1060707@lerdorf.com> Date: Sat, 16 Jan 2010 19:56:51 -0800 User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Raphael Geissert CC: internals@lists.php.net References: <1263654424.3127.43.camel@guybrush> <4B522D34.7030605@sci.fi> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Debian PHP patches From: rasmus@lerdorf.com (Rasmus Lerdorf) Raphael Geissert wrote: > Can you tell me what exactly we are breaking? divert calls should only be > used internally by autoconf and the, apparently useless, usage of them in > php makes it fail to build with any other autoconf. Have a look in the archives. I tried getting the divert stuff working correctly and it broke a bunch of stuff. The current attempt is in HEAD, but it needs more work. And yes, the Debian patch the way it is now definitely won't work in the general case. -Rasmus