Fixes the hashing for spans to avoid collisions
This new release fixes a bug described in https://github.com/jcchavezs/zipkin-php/issues/76 that was causing overriding of spans because of the reuse of hashes in spl_object_hash. Big thanks to @Aramack.