Re: [PHP-DEV] [RFC] [Vote] var_info

2016-07-08 Thread Stanislav Malyshev
Hi! > Lastly, I'll just leave this list of type-related improvements I'd actually > like to see: > * Make is_object() return true for IncompleteClass. This is just > ridiculous. I care zero about the theoretical BC impact. I have no idea why it doesn't do so. I'll try to dig up when it was made

Re: [PHP-DEV] [RFC] [Vote] var_info

2016-07-08 Thread Nikita Popov
On Fri, Jul 8, 2016 at 9:49 PM, Fleshgrinder wrote: > Hi! > > Voting on var_info has opened and will stay open until 2016-07-22: > > https://wiki.php.net/rfc/var_info > Not a big fan of this in general (imho belongs in userland), but I'd like to comment on one specific issue: You are doing a ca

Re: [PHP-DEV] [RFC] [Vote] var_type

2016-07-08 Thread Marco Pivetta
As discussed with you before before ( in https://www.reddit.com/r/PHP/comments/4psxr0/rfcvar_type/ ), I do not think this is needed, nor that it needs to be part of the language (can be in a userland library). var_info is indeed more interesting instead. Marco Pivetta http://twitter.com/Ocramius

[PHP-DEV] [RFC] [Vote] var_info

2016-07-08 Thread Fleshgrinder
Hi! Voting on var_info has opened and will stay open until 2016-07-22: https://wiki.php.net/rfc/var_info -- Richard "Fleshgrinder" Fussenegger signature.asc Description: OpenPGP digital signature

[PHP-DEV] [RFC] [Vote] var_type

2016-07-08 Thread Fleshgrinder
Hi! Voting on var_type has opened and will stay open until 2016-07-22: https://wiki.php.net/rfc/var_type -- Richard "Fleshgrinder" Fussenegger signature.asc Description: OpenPGP digital signature

[PHP-DEV] NEUTRAL Benchmark Results for PHP Master 2016-07-08

2016-07-08 Thread lp_benchmark_robot
Results for project PHP master, build date 2016-07-08 06:28:47+03:00 commit: d77a8b0 previous commit:5e4a5cf revision date: 2016-07-07 15:25:27+08:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

Re: [PHP-DEV] Re: [RFC][VOTE] Session ID without hashing

2016-07-08 Thread Leigh
On 7 July 2016 at 21:33, Dan Ackroyd wrote: >> I think we need to drop the concerns about exposing "RNG state". >> >> If these are weak RNGs on your system, YOUR SYSTEM is broken. > > Telling people that their system is broken isn't going to be > comforting to the people it happens to. Of course