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

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

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