Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31023 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68738 invoked by uid 1010); 17 Jul 2007 21:03:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68708 invoked from network); 17 Jul 2007 21:03:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2007 21:03:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.171 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.171 outbound.mailhop.org FreeBSD 4.6-4.9 Received: from [63.208.196.171] ([63.208.196.171:4593] helo=outbound.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/11-59838-29E2D964 for ; Tue, 17 Jul 2007 17:03:15 -0400 Received: from cs136054.pp.htv.fi ([213.243.136.54] helo=[192.168.1.100]) by outbound.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1IAuCM-000PFH-Kk; Tue, 17 Jul 2007 17:03:10 -0400 X-MHO-User: U2FsdGVkX18egAVaZoHSkAAZYKDZP6uAeJHxt3aloMg= X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 213.243.136.54 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+T+rX1FSjcfLXpl/siHRNjD3lp4E9E83s= Message-ID: <469D2E95.3060902@sci.fi> Date: Wed, 18 Jul 2007 00:03:17 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: ceo@l-i-e.com 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> <1673.24.1.37.132.1184705710.squirrel@www.l-i-e.com> In-Reply-To: <1673.24.1.37.132.1184705710.squirrel@www.l-i-e.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Nifty feature From: jani.taskinen@sci.fi (Jani Taskinen) Richard Lynch kirjoitti: > Maybe this check should be in a phpize-generated configure script, so > that new extensions will have it built-in? I left it out intentionally from phpize. It is just a notice but I rather not see any bug reports about 3rd party stuff. :) > MANY bug reports and build issues, especially for newbies, are caused > by a simple typo that this would catch, if I'm understanding what it > does without actually trying it yet... People still have options like '--enable-track-vars' in use. :) This feature also works as a notice for removed options, such as the late --enable-versioning removal.. ;) > And, hey, if it helps even the experienced developers do a bit of > clean-up on old build scripts, that's a Good Thing too, imho. :-) It already helped me to find a typo in one option.. > Now if we could just get configure to HALT when an option that is > enabled by default but is specified on the command line as well isn't > available, so users aren't confused by it continuing to build > something they didn't ask for in the first place... :-v This didn't compute. Halt on option that is enabled by default but isn't available?? huh? --Jani