Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31017 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40874 invoked by uid 1010); 17 Jul 2007 20:23:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40859 invoked from network); 17 Jul 2007 20:23:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2007 20:23:11 -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 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 mail.lerdorf.com Received: from [204.11.219.139] ([204.11.219.139:33326] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A2/C1-05050-D252D964 for ; Tue, 17 Jul 2007 16:23:10 -0400 Received: from trainburn-lm.corp.yahoo.com (trainburn-lm.corp.yahoo.com [207.126.233.11]) (authenticated bits=0) by mail.lerdorf.com (8.14.1/8.14.1/Debian-7) with ESMTP id l6HKN6r7028815 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 17 Jul 2007 13:23:06 -0700 Message-ID: <469D2529.9050307@lerdorf.com> Date: Tue, 17 Jul 2007 13:23:05 -0700 User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: Gwynne Raskind CC: PHP Developers Mailing List References: <469D03D1.1060508@lerdorf.com> <469D14A2.3010805@sci.fi> <469D1C2E.9080505@lerdorf.com> <9981B5C3-E9AC-4105-845C-C828FD474089@wanderingknights.org> In-Reply-To: <9981B5C3-E9AC-4105-845C-C828FD474089@wanderingknights.org> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.1, clamav-milter version 0.91.1 on colo.lerdorf.com X-Virus-Status: Clean Subject: Re: [PHP-DEV] Nifty feature From: rasmus@lerdorf.com (Rasmus Lerdorf) Gwynne Raskind wrote: > On Jul 17, 2007, at 3:44 PM, Rasmus Lerdorf wrote: >>>> Hey Jani, nice job on the unknown configure options check. I saw the >>>> commit go through a couple of days ago, and today it got me to clean up >>>> an ancient build script I have been using for ages when it gave me >>>> this: >>>> >>>> Notice: Following unknown configure options were used: >>>> >>>> --with-pdflib=/usr/local >>>> --enable-gd-imgstrttf >>>> --with-expat=/usr >>>> --with-xmlreader >>>> >>>> Check './configure --help' for available options >>> This is exactly why I added it. :) >>> >>> Only side-effect is that any 3rd party extension which happens to use >>> the AC_ARG_* macros will cause it to report those as "unknown". But >>> perhaps it's time to be update.. ;) >>> >>> *cough* APC *cough* >> But this check isn't in a phpize-generated configure script, so I don't >> see how this is a problem. The number of people who build pecl >> extensions in the main source tree can probably be counted on one hand. > > *raises hand* I do... all the time. *crawls back under her rock* Can you explain why? I find it much easier to build the non-core stuff separately so I can update either without affecting the other. -Rasmus