Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31020 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58195 invoked by uid 1010); 17 Jul 2007 20:51:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 58173 invoked from network); 17 Jul 2007 20:51:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2007 20:51:38 -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:1856] helo=outbound.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E7/33-05050-5DB2D964 for ; Tue, 17 Jul 2007 16:51:36 -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 1IAu12-000M6O-FH; Tue, 17 Jul 2007 16:51:28 -0400 X-MHO-User: U2FsdGVkX19vTYrzp9M8MrFrVlpV9LKnR8YZjdpbQZo= 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: U2FsdGVkX18OlWnqjSJ/XJPS1Zq7n2weYrUPGdz6pek= Message-ID: <469D2BD7.5060203@sci.fi> Date: Tue, 17 Jul 2007 23:51:35 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Rasmus Lerdorf CC: internals References: <469D03D1.1060508@lerdorf.com> <469D14A2.3010805@sci.fi> <469D1C2E.9080505@lerdorf.com> In-Reply-To: <469D1C2E.9080505@lerdorf.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) Rasmus Lerdorf kirjoitti: > Jani Taskinen wrote: >> 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. I was just thinking when apc is included in core, that's the last minute to change those options. ;) Fortunately there weren't many exts in pecl that use the AC_ARG_*..I'll fix those soonish. --Jani