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

Good work IMHO.

Similar to what Karsten Dambekalns wrote I think we should only have a
difference between devel and production for display/logging options, but
not for options changing the 'behaviour' of PHP.

So I'd propose
allow_call_time_pass_reference = Off (devel) / On (production)
display_errors = On (devel) / Off (production)
display_startup_errors = On (devel) / Off (production)
html_errors = On (devel) / Off (production)
session.bug_compat_warn = On (devel) / Off (production)
track_errors = On (devel) / Off (production)

but
output_buffering = 4096 ; Changes header()/compression filter behaviour
register_argc_argv = Off ; Why should devel have access if prod doesn't?
request_order = GPCS ;  Why should devel/production differ?
session.bug_compat_42 = Off ; Why should devel/production differ?

Apart from that I'd minimize the diff (there are minor white space
differences and an unnecessarily big difference in the introduction text).

Regards,
- Chris

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to