Re: [PHP-DEV] New INIs, Round Two.

2009-02-18 Thread Eric Stewart
Christopher, I looked into the addition of the use of variables in the INI files and I wasn't able to find much documentation on it. Also, I haven't been able to play with them and see exactly how they work. For now I don't feel confident in adding my own comments about it. If you want to write up

Re: [PHP-DEV] New INIs, Round Two.

2009-02-17 Thread Christopher Jones
Eric, Should uncommented parameters that seem to have the default value be commented out? For example "asp_tags" and "precision". If the parameters don't always have the same default value everywhere, should they be documented in Quick Reference section as having a different value to the defau

Re: [PHP-DEV] New INIs, Round Two.

2009-02-17 Thread Ilia Alshanetsky
14. A few other directives have been question but I don't have enough experience with these particular settings so please weight in on them. extension_dir = "./" enable_dl = On I think enable_dl should be off by default in both production and test environments. Aside from being a somewhat a

Re: [PHP-DEV] New INIs, Round Two.

2009-02-17 Thread Johannes Schlüter
On Tue, 2009-02-17 at 10:12 +0100, sean finney wrote: > hi, > > On Tue, Feb 17, 2009 at 02:02:35AM -0500, Eric Stewart wrote: > > 14. A few other directives have been question but I don't have enough > > experience with these particular settings so please weight in on them. > > > > extension_dir

Re: [PHP-DEV] New INIs, Round Two.

2009-02-17 Thread Hannes Magnusson
On Tue, Feb 17, 2009 at 10:12, sean finney wrote: > hi, > > On Tue, Feb 17, 2009 at 02:02:35AM -0500, Eric Stewart wrote: >> 14. A few other directives have been question but I don't have enough >> experience with these particular settings so please weight in on them. >> >> extension_dir = "./" >>

Re: [PHP-DEV] New INIs, Round Two.

2009-02-17 Thread sean finney
hi, On Tue, Feb 17, 2009 at 02:02:35AM -0500, Eric Stewart wrote: > 14. A few other directives have been question but I don't have enough > experience with these particular settings so please weight in on them. > > extension_dir = "./" > enable_dl = On i'd be incredibly weary of this setting, ev

Re: [PHP-DEV] New INIs, Round Two.

2009-02-16 Thread David Zülke
On 17.02.2009, at 08:02, Eric Stewart wrote: 10. The production value of error_reporting has been changed to E_ALL | ~E_DEPRECATED. I guess you mean E_ALL & ~E_DEPRECATED smime.p7s Description: S/MIME cryptographic signature

[PHP-DEV] New INIs, Round Two.

2009-02-16 Thread Eric Stewart
I've gone through and made changes based on pretty much all the comments I've received. Here is a summary of most of the changes I made. 1. Change the About this file section to be useable (unmodified) in both production and development files. 2. Revised the quick reference section to include def