Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24254 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82537 invoked by uid 1010); 3 Jul 2006 22:09:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82522 invoked from network); 3 Jul 2006 22:09:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jul 2006 22:09:55 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.173 ug-out-1314.google.com Linux 2.4/2.6 Received: from ([66.249.92.173:57224] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 16/C1-13848-0B599A44 for ; Mon, 03 Jul 2006 18:09:54 -0400 Received: by ug-out-1314.google.com with SMTP id m2so1243184ugc for ; Mon, 03 Jul 2006 15:09:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hInojCrHFoDg84JKgVqYbaEAZ2mN06jOxzpfUCwbQnil4CB/XYNz74YnvhglL3UlSf4yhuNVrPVn6B/PIVvSvJg5YMJvWkQQGrUWrg8a5vRXMmkBr3umS0Q2vAuCfEKWAGjzz+wk9JycGrSGqKowSAsOiJmQh/BXb40XfiBogiI= Received: by 10.67.19.13 with SMTP id w13mr6228622ugi; Mon, 03 Jul 2006 15:09:50 -0700 (PDT) Received: by 10.66.222.12 with HTTP; Mon, 3 Jul 2006 15:09:49 -0700 (PDT) Message-ID: Date: Tue, 4 Jul 2006 00:09:49 +0200 To: Gwynne Cc: internals@lists.php.net In-Reply-To: <952E8F04-87DB-4925-8F08-B999DE354D65@skytag.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <952E8F04-87DB-4925-8F08-B999DE354D65@skytag.com> Subject: Re: [PHP-DEV] Configure summary From: pierre.php@gmail.com (Pierre) Hi, On 7/3/06, Gwynne wrote: > I'm working on a patch to bring in this functionality, out of sheer > "I need to learn more about autoconf and I want to contribute to PHP"- > ness :). Does anyone have any thoughts on what might go into such a > summary? Something like: GD Support Yes Bundled PNG Yes JPEG No GIF R/W Yes PDO Support Yes PDO Mysql Yes PDO Sqlite Bundled Yes ... Maybe with the version found and used, but it could make the summary unreadable :) > So far, I have install prefix, SAPI, debug on/off, things of > that simple nature. Also, any thoughts on whether the summary should > be printed from configure itself or config.status? I think it may require some additional macros. These macros can be called from the extension to set the key/value pairs to display. Good luck and don't hesitate to harass the list until you get it working, this is something I was waiting for since way too long (and being lazy ;) Cheers, --Pierre