Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46755 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9495 invoked from network); 16 Jan 2010 21:18:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2010 21:18:47 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 204.13.248.71 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 204.13.248.71 mho-01-ewr.mailhop.org Received: from [204.13.248.71] ([204.13.248.71:59942] helo=mho-01-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/ED-27028-53D225B4 for ; Sat, 16 Jan 2010 16:18:46 -0500 Received: from cs27025051.pp.htv.fi ([89.27.25.51] helo=[127.0.0.1]) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.68) (envelope-from ) id 1NWG2c-000Bnv-SG; Sat, 16 Jan 2010 21:18:43 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 89.27.25.51 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+Rx15PXFUZOoooSMkWTPE/c1nBYQrV5X4= Message-ID: <4B522D34.7030605@sci.fi> Date: Sat, 16 Jan 2010 23:18:44 +0200 Reply-To: jani.taskinen@iki.fi User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fi; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: Raphael Geissert CC: internals@lists.php.net References: <1263654424.3127.43.camel@guybrush> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Debian PHP patches From: jani.taskinen@sci.fi (Jani Taskinen) 16.1.2010 20:10, Raphael Geissert wrote: > Some of the other patches include: > libdb_is_-ldb Why? Potentially breaks things when you assume db/ being correct place.. > 115-autoconf_ftbfs.patch Hell no. You're breaking the configure again with this crap. I already reverted the idiocy once, don't even think about doing this shit again. PHP configure works properly only with autoconf-2.13 which was the last working autoconf. > fix_broken_upstream_tests.patch The soap thing seems ok. But why are you disabling ext/standard/tests/general_functions/phpinfo.phpt ?? That test passes fine for me everywhere. The patch says: test suite's handling of "%s" is incompatible with this test" Eh? > bad_whatis_entries.patch Looks ok. > Which should all be merged And next time, please include direct links to the patches, makes easier to follow these and comment on them. :) --Jani