Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43151 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44724 invoked from network); 22 Feb 2009 06:33:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Feb 2009 06:33:07 -0000 Authentication-Results: pb1.pair.com header.from=ericleestewart@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=ericleestewart@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.242 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: ericleestewart@gmail.com X-Host-Fingerprint: 209.85.132.242 an-out-0708.google.com Received: from [209.85.132.242] ([209.85.132.242:12187] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/A8-64302-1A1F0A94 for ; Sun, 22 Feb 2009 01:33:05 -0500 Received: by an-out-0708.google.com with SMTP id c2so564413anc.38 for ; Sat, 21 Feb 2009 22:33:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=q33rsyPCxROYmEG3/wuUSYivhw6o6w9hyyrO5Sq4eEg=; b=hqTLp41ssmhLS+98CUr1/5KKETQXBikEjhjBbz5DfSLCtIvBDlgGyUlLj77PJTNO0/ 5fWPpQT8P+7eL8lDjiQ0wTj9iqg4+G2CjTonzh9gAwFiajzU5Y1HZy0qtRhWGAo83Tiv t3fBUNIu9XxDIadnptrgnPcid8ApJlqJkWxCY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=nSv9b22aZyAqljs69KrWy0Nc3wokl4nVNlqIiwb5SDO9J4F/E5Rh5HW5xOVRTwULmE MJNxZLiEGgMgeNEGRhhBkxjLgcf15KdedvfIGWq0+WRXhGYvs4aQhOQHOjuyBScY89Ig txge9Hm4QlC/8MJyvKcD1j7DiyvRd98TMqZK0= MIME-Version: 1.0 Received: by 10.220.76.149 with SMTP id c21mr424196vck.66.1235284383034; Sat, 21 Feb 2009 22:33:03 -0800 (PST) Date: Sun, 22 Feb 2009 01:33:03 -0500 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=0016e6470ab0d8eecb04637c0e4a Subject: New INIs, Round Three From: ericleestewart@gmail.com (Eric Stewart) --0016e6470ab0d8eecb04637c0e4a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I made the following changes to the new INIs based on feedback mostly from this list. Here are the changes. 1. Changed production value of error_reporting to E_ALL & ~E_DEPRECATED. 2. extension_dir is now commented in both INIs. 3. enable_dl is now set to Off in both INIs. This was not added to the Quick Reference section as PHP NEWS has this value now changed to Off as of 5.3. 4. Changed doc references that had us2.php.net to www.php.net. 5. Changed point 6 in the About php.ini section from: ; 6. Windows directory (C:\windows or C:\winnt), or --with-config-file-path ; compile time option. to: ; 6. The directory from the --with-config-file-path compile time option, or the ; Windows directory (C:\windows or C:\winnt) 6. Changed comments about Dynamic Extensions to include the addition of paths. The new comment regarding this now reads: ; If you wish to have an extension loaded automatically, use the following ; syntax: ; ; extension=modulename.extension ; ; For example, on Windows: ; ; extension=msql.dll ; ; ... or under UNIX: ; ; extension=msql.so ; ; ... or with a path: ; ; extension=/path/to/extension/msql.so ; ; If you only provide the name of the extension, PHP will look for it in it's ; default extension directory. 7. A few small grammatical and spelling mistakes have been fixed. 8. On a vote of 10 to 1. The production INI value for allow_call_time_pass_reference is now set to Off (Issue Warnings). That's all the changes made this round. You can view the revised versions at: http://wiki.php.net/rfc/newinis Please let me know if there are any other adjustments we need to make. From the looks of things, I think we are getting close to moving this RFC from Active to Accepted. So let me know what you think. Eric Lee Stewart --0016e6470ab0d8eecb04637c0e4a--