sebastianbergmann / recursion-context

Provides functionality to recursively process PHP variables
BSD 3-Clause "New" or "Revised" License
6.52k stars 18 forks source link

Remove unnecessary ext/hash dependency #1

Closed bwoebi closed 8 years ago

bwoebi commented 8 years ago

There is no real point in hashing microtime(true) either.

Ultimately, it causes an Error and hides the original error backtrace if the ext/hash extension is missing in phpunit.

dshafik commented 8 years ago

I prefer this solution to mine in #2 (should've looked here first)!