Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42987 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92284 invoked from network); 10 Feb 2009 16:17:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Feb 2009 16:17:27 -0000 Authentication-Results: pb1.pair.com header.from=christopher.jones@oracle.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=christopher.jones@oracle.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain oracle.com from 148.87.113.125 cause and error) X-PHP-List-Original-Sender: christopher.jones@oracle.com X-Host-Fingerprint: 148.87.113.125 rcsinet13.oracle.com Received: from [148.87.113.125] ([148.87.113.125:40140] helo=rgminet13.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/9B-12172-398A1994 for ; Tue, 10 Feb 2009 11:17:23 -0500 Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rgminet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n1AGIFaw026977 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 10 Feb 2009 16:18:16 GMT Received: from acsmt701.oracle.com (acsmt701.oracle.com [141.146.40.71]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n1AGHEEY022963; Tue, 10 Feb 2009 16:17:16 GMT Received: from [141.144.80.142] (/141.144.80.142) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 10 Feb 2009 08:17:14 -0800 Message-ID: <4991A889.8070004@oracle.com> Date: Tue, 10 Feb 2009 08:17:13 -0800 User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Eric Stewart CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: acsmt701.oracle.com [141.146.40.71] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090201.4991A88C.00BA:SCFSTAT928724,ss=1,fgs=0 Subject: Re: [PHP-DEV] RFC for new INI's From: christopher.jones@oracle.com (Christopher Jones) Eric Stewart wrote: > A new RFC for PHP's proposed INI files have been added to the wiki. Below is > a direct link to the page. > http://wiki.php.net/rfc/newinis > > Eric Lee Stewart > ericleestewart@gmail.com > Eric, Thanks for the work put into this. My comments follow. Chris --------- The section on devel & prod setting differences looks nice but it does become a maintenance task. Since diffing files is easy (and relatively obvious), I'd suggest removing this section from the files. You may want to keep it in the RFC text so reviewers can get a quick idea of the intent of the differences. It's also not immediately obvious from this section whether the given values are the defaults, or what is set in each file, or set in the other file. In the section on extensions. IIRC, you can now use absolute paths. Change all "http://us2.php.net/manual/en/" to "http://www.php.net/manual/" (Maybe the doc team can confirm whether to keep the "en") oci8.events and oci8.old_oci_close_semantics are boolean, so we can take this opportunity to change the 1 and 0 to On and Off. -- Email: christopher.jones@oracle.com Tel: +1 650 506 8630 Twitter: http://twitter.com/ghrd Free PHP Book: http://tinyurl.com/UGPOM