Re: [PHP-DEV] Re: [RFC] Deprecations for PHP 7.2

2016-12-27 Thread Alexander Lisachenko
There was small typo in my previous link to object comparison: new one is https://3v4l.org/tMokY 2016-12-27 14:33 GMT+03:00 Alexander Lisachenko : > Hi, internals! > > I want to propose to deprecate one more weird feature of PHP called > "comparison of different types" http://php.net/manual/en/ >

Re: [PHP-DEV] Re: [RFC] Deprecations for PHP 7.2

2016-12-27 Thread Alexander Lisachenko
Hi, internals! I want to propose to deprecate one more weird feature of PHP called "comparison of different types" http://php.net/manual/en/language.operators.comparison.php#language.operators.comparison.types. Here you can check one simple example https://3v4l.org/kCOAf to see why it should be d

Re: [PHP-DEV] Re: [RFC] Deprecations for PHP 7.2

2016-12-26 Thread Stanislav Malyshev
Hi! >> https://wiki.php.net/rfc/deprecations_php_7_2 Reading through the list, I find several categories: Completely ok: (unset) - don't see any sane use case anyway gmp_random Can cause breakage but it's ok: $php_errormsg __autoload mbstring.func_overload parse_str() - people can use it

Re: [PHP-DEV] Re: [RFC] Deprecations for PHP 7.2

2016-12-26 Thread Wes
(i didn't read the above discussion) Can we deprecate also the php5-style assert()? It wasn't used a lot anyway. Thanks :P

Re: [PHP-DEV] Re: [RFC] Deprecations for PHP 7.2

2016-12-21 Thread Kalle Sommer Nielsen
Hi Nikita 2016-12-21 17:46 GMT+01:00 Nikita Popov : > I will likely proceed with both deprecations included and let voting decide > on the question. What about adding the mysqli embedded server API to the list? It's been experimental for so long, and not even been ported to PHP7 (see ext/mysqli/m

[PHP-DEV] Re: [RFC] Deprecations for PHP 7.2

2016-12-21 Thread Nikita Popov
On Fri, Nov 18, 2016 at 3:55 PM, Nikita Popov wrote: > Hi internals! > > I've submitted this RFC for PHP 7.1 previously, but didn't follow through > due to time constraints. Now I'd like to propose an extended version for > PHP 7.2 and vote on it sooner rather than later to avoid a repeat > perfo

Re: [PHP-DEV] Re: [RFC] Deprecations for PHP 7.2

2016-12-11 Thread Tony Marston
"Nikita Popov" wrote in message news:caf+90c91spfohitjgpwtevzt_wyk+htx4-tantmsshhctqq...@mail.gmail.com... On Sat, Nov 19, 2016 at 11:18 AM, Tony Marston wrote: "Nikita Popov" wrote in message news:CAF+90c8Wox0wadAVPsP83er= g9jbw__26ybwofasjb09ryv...@mail.gmail.com... Hi internals! I've

[PHP-DEV] Re: [RFC] Deprecations for PHP 7.2

2016-11-19 Thread Nikita Popov
On Fri, Nov 18, 2016 at 6:45 PM, Christoph M. Becker wrote: > On 18.11.2016 at 15:55, Nikita Popov wrote: > > Hi internals! > > > > I've submitted this RFC for PHP 7.1 previously, but didn't follow through > > due to time constraints. Now I'd like to propose an extended version for > > PHP 7.2 an

Re: [PHP-DEV] Re: [RFC] Deprecations for PHP 7.2

2016-11-19 Thread Nikita Popov
On Sat, Nov 19, 2016 at 11:18 AM, Tony Marston wrote: > "Nikita Popov" wrote in message news:CAF+90c8Wox0wadAVPsP83er= > g9jbw__26ybwofasjb09ryv...@mail.gmail.com... > > >> Hi internals! >> >> I've submitted this RFC for PHP 7.1 previously, but didn't follow through >> due to time constraints. N

[PHP-DEV] Re: [RFC] Deprecations for PHP 7.2

2016-11-19 Thread Tony Marston
"Nikita Popov" wrote in message news:CAF+90c8Wox0wadAVPsP83er=g9jbw__26ybwofasjb09ryv...@mail.gmail.com... Hi internals! I've submitted this RFC for PHP 7.1 previously, but didn't follow through due to time constraints. Now I'd like to propose an extended version for PHP 7.2 and vote on it soo

[PHP-DEV] Re: [RFC] Deprecations for PHP 7.2

2016-11-18 Thread Jan Ehrhardt
Nikita Popov in php.internals (Fri, 18 Nov 2016 15:55:23 +0100): >https://wiki.php.net/rfc/deprecations_php_7_2 > >The RFC combines a number of deprecation and removal proposals. Each one >will get a separate 2/3 majority vote. The RFC overlaps with some recently >discussed topics (each, binary

[PHP-DEV] Re: [RFC] Deprecations for PHP 7.2

2016-11-18 Thread Christoph M. Becker
On 18.11.2016 at 15:55, Nikita Popov wrote: > Hi internals! > > I've submitted this RFC for PHP 7.1 previously, but didn't follow through > due to time constraints. Now I'd like to propose an extended version for > PHP 7.2 and vote on it sooner rather than later to avoid a repeat > performance. >