Re: [PHP-DEV] [RFC][DISCUSSION] Deprecate INI set/get aliases.

2015-02-01 Thread Yasuo Ohgaki
Hi Lester, On Sun, Feb 1, 2015 at 9:05 AM, Lester Caine wrote: > it is important that the manual has a better means > of identifying all of the ini_set keys. > I agree. INI changes PHP behavior, it's better to be easily searchable with/without this RFC. Good addition for Future Scope. I added

Re: [PHP-DEV] [RFC][DISCUSSION] Deprecate INI set/get aliases.

2015-01-31 Thread Lester Caine
On 31/01/15 18:39, Yasuo Ohgaki wrote: > On Sat, Jan 31, 2015 at 5:48 PM, Lester Caine wrote: > >> > My only comment would be the one that the rfc displays perfectly ... >> > >> > In 'Before' if I click on session_cache_limiter I get taken directly to >> > the manual page for it. >> > >> > How do

Re: [PHP-DEV] [RFC][DISCUSSION] Deprecate INI set/get aliases.

2015-01-31 Thread Yasuo Ohgaki
Hi Lester, On Sat, Jan 31, 2015 at 5:48 PM, Lester Caine wrote: > My only comment would be the one that the rfc displays perfectly ... > > In 'Before' if I click on session_cache_limiter I get taken directly to > the manual page for it. > > How do I get to the same page in 'After'? > If I drop '

Re: [PHP-DEV] [RFC][DISCUSSION] Deprecate INI set/get aliases.

2015-01-31 Thread Lester Caine
On 31/01/15 01:08, Yasuo Ohgaki wrote: > Hi all, > > This is the RFC for INI set/get alias function deprecation. > > https://wiki.php.net/rfc/deprecate_ini_set_get_aliases > > Open issue is exception. Almost all aliases should be deprecated, but there > may > be exceptions. I hope everyone agree

Re: [PHP-DEV] [RFC][DISCUSSION] Deprecate INI set/get aliases.

2015-01-30 Thread Marcio Almada
> Hi all, > > This is the RFC for INI set/get alias function deprecation. > > https://wiki.php.net/rfc/deprecate_ini_set_get_aliases > > Open issue is exception. Almost all aliases should be deprecated, but there > may > be exceptions. I hope everyone agrees to deprecation by document at least. > >

[PHP-DEV] [RFC][DISCUSSION] Deprecate INI set/get aliases.

2015-01-30 Thread Yasuo Ohgaki
Hi all, This is the RFC for INI set/get alias function deprecation. https://wiki.php.net/rfc/deprecate_ini_set_get_aliases Open issue is exception. Almost all aliases should be deprecated, but there may be exceptions. I hope everyone agrees to deprecation by document at least. Thank you for you