Hi Stas,
On Wed, Jan 28, 2015 at 4:48 AM, Stanislav Malyshev
wrote:
> >>> Cons
> >>> - Existing code modifications. (It's E_DEPRECATED. User may ignore.)
> >>> - (Please point it out more disadvantages)
>
> I think removing or disrupting functions without a very good reason
> (such as, functio
On 27 Jan 2015 19:49, "Stanislav Malyshev" wrote:
>
> Hi!
>
> >>> Cons
> >>> - Existing code modifications. (It's E_DEPRECATED. User may ignore.)
> >>> - (Please point it out more disadvantages)
>
> I think removing or disrupting functions without a very good reason
> (such as, functionality goi
Hi!
>>> Cons
>>> - Existing code modifications. (It's E_DEPRECATED. User may ignore.)
>>> - (Please point it out more disadvantages)
I think removing or disrupting functions without a very good reason
(such as, functionality going away or this function is abused or is
broken in many use cases)
Hi Martin,
On Tue, Jan 27, 2015 at 5:41 PM, Martin Keckeis
wrote:
> This would also deprecate following functions?
> http://php.net/manual/en/function.gc-enable.php
> http://php.net/manual/en/function.set-include-path.php
> http://php.net/manual/en/function.set-time-limit.php
> http://php.net/ma
Hello,
2015-01-27 3:20 GMT+01:00 Yasuo Ohgaki :
> Hi all,
>
> On Sun, Jan 25, 2015 at 9:29 AM, Yasuo Ohgaki wrote:
>
> > I would like to propose INI set/get function deprecation, raise
> > E_DEPRECATED,
> > and make PHP_INI_MH() use the CODING_STANDARDS.
> >
> > For example, session module has f
Hi all,
On Sun, Jan 25, 2015 at 9:29 AM, Yasuo Ohgaki wrote:
> I would like to propose INI set/get function deprecation, raise
> E_DEPRECATED,
> and make PHP_INI_MH() use the CODING_STANDARDS.
>
> For example, session module has following INI set/get functions
>
> - http://php.net/manual/en/fun