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

[PHP-DEV] [RFC] HashContext as Object

2016-12-26 Thread Sara Golemon
I was trawling through Pull Requests and found #660 which I think is a nice idea and deserves some attention. It involves minor BC however, so I've updated the patch and presented it for your discussing pleasure. https://wiki.php.net/rfc/hash-context.as-resource -Sara -- PHP Internals - PHP Ru

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] [RFC] HashContext as Object

2016-12-26 Thread Stanislav Malyshev
Hi! > I was trawling through Pull Requests and found #660 which I think is a > nice idea and deserves some attention. It involves minor BC however, > so I've updated the patch and presented it for your discussing > pleasure. > > https://wiki.php.net/rfc/hash-context.as-resource The RFC looks go

Re: [PHP-DEV] Revisit RFC “Property Accessors Syntax 1.2”

2016-12-26 Thread Wes
Please do this! :)