Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43169 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72009 invoked from network); 25 Feb 2009 12:22:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Feb 2009 12:22:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=rquadling@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rquadling@googlemail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.220.158 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rquadling@googlemail.com X-Host-Fingerprint: 209.85.220.158 mail-fx0-f158.google.com Received: from [209.85.220.158] ([209.85.220.158:46374] helo=mail-fx0-f158.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/C2-50568-E0835A94 for ; Wed, 25 Feb 2009 07:22:39 -0500 Received: by fxm2 with SMTP id 2so3609065fxm.23 for ; Wed, 25 Feb 2009 04:22:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=nXGysR24VMyvHk1JasBDhHUu1Joz2hme9F8mhSyAJFA=; b=Ir6eO3HW3yeHceqePVhrF6SFTCI/cntpeTXH+et4Od3PtSwIZWSPcBN7ab/vPUHDZS 3AcDgSz3aapC75DFbUyjG04l4uU7S7M3MfE8xS5oc0aEMW4PHMF2fKi6kTal7HkFB4AI R5XDRuQx6WIXYIvcY7aN5GtJzvt6QpqZTn1f4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; b=r7LC9V/MQIUrJF2OeM3fyp/J6rWR9wJ8m1vIf6lzKmRgKfAmr2O6puaRibRaIY2L79 HS5UZRBKRk5XX9iy7F3KyT1Cttg4DnBEvGrWYEOoPKgYLnK/4zvrbGZUEqig5AuBeqFq GdOUtJ0QTh/oXDnI1jzJYoRrzxFBUFlfugPBA= MIME-Version: 1.0 Received: by 10.223.114.74 with SMTP id d10mr845288faq.87.1235564555643; Wed, 25 Feb 2009 04:22:35 -0800 (PST) Reply-To: RQuadling@googlemail.com In-Reply-To: References: Date: Wed, 25 Feb 2009 12:22:35 +0000 Message-ID: <10845a340902250422t4732ca94y36b56c882712bc20@mail.gmail.com> To: Eric Stewart Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] New INIs, Round Three From: rquadling@googlemail.com (Richard Quadling) 2009/2/22 Eric Stewart : > I made the following changes to the new INIs based on feedback mostly fro= m > 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 Qu= ick > 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-pa= th > ; 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 followin= g > ; syntax: > ; > ; =C2=A0 extension=3Dmodulename.extension > ; > ; For example, on Windows: > ; > ; =C2=A0 extension=3Dmsql.dll > ; > ; ... or under UNIX: > ; > ; =C2=A0 extension=3Dmsql.so > ; > ; ... or with a path: > ; > ; =C2=A0 extension=3D/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. Fr= om > 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 > Does it matter if single or double quotes are used for quoting strings in the INI files? In my testing on Windows, I'm not seeing any difference. Richard. --=20 ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=3DZEND002498&r=3D213474= 731 "Standing on the shoulders of some very clever giants!"