Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66952 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67987 invoked from network); 4 Apr 2013 16:53:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Apr 2013 16:53:13 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:35712] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/C6-35962-7FFAD515 for ; Thu, 04 Apr 2013 11:53:13 -0500 Received: from transformer.fritz.box (ppp-93-104-21-76.dynamic.mnet-online.de [93.104.21.76]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id A2F4B65A78; Thu, 4 Apr 2013 18:53:08 +0200 (CEST) User-Agent: K-9 Mail for Android In-Reply-To: <515DA4DA.2060300@php.net> References: <515DA4DA.2060300@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: Thu, 04 Apr 2013 18:53:10 +0200 To: Joe Watkins ,internals@lists.php.net,Julien Pauli Message-ID: <1921fdc8-6aa8-4377-adca-38368386676c@email.android.com> Subject: Re: [PHP-DEV] Re: Adding a way to retreive compile options at runtime From: johannes@schlueters.de (=?ISO-8859-1?Q?Johannes_Schl=FCter?=) Joe Watkins wrote: >Something that hasn't been mentioned, installation of software like >wordpress or whatever, might be able to offer advice to the end user >based on the configuration defaults, regardless of ini settings. Le me repeat what I said in this thread using other words: No, it can't. In a typical case (PHP from distribution with "all" extensions shared) this has *no* relevance regarding the running system. The extensions loaded might be built completely different from what's said there. Provide the information needed by constants or function calls from an extenson or whatever makes sense, don't advocate to do the wrong thing. johannes