Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31031 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1760 invoked by uid 1010); 17 Jul 2007 21:54:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 1733 invoked from network); 17 Jul 2007 21:54:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2007 21:54:03 -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 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:1347] helo=outbound.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/85-59838-57A3D964 for ; Tue, 17 Jul 2007 17:54:00 -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 1IAuzB-000Ddy-Qq; Tue, 17 Jul 2007 17:53:37 -0400 X-MHO-User: U2FsdGVkX18f4KddttVvjL6ItR5adMNJIU4VMMv0WI4= 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//CWxaYhLBjgi9BiL2GbnMoOCVDhAtGdQ= Message-ID: <469D3A69.4050702@sci.fi> Date: Wed, 18 Jul 2007 00:53:45 +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> <469D2E95.3060902@sci.fi> <1775.24.1.37.132.1184708750.squirrel@www.l-i-e.com> In-Reply-To: <1775.24.1.37.132.1184708750.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: >> This didn't compute. Halt on option that is enabled by default but >> isn't >> available?? huh? > > Joe Sixpack or Betty Buick goes to compile PHP. > > They do something not unlike: > /configure --enable-jpeg This causes a notice of unknown option now..since that option does not exist. :) So I guess it's already handled somewhat. Unfortunately anything more needs some AI to be developed. :) --Jani