You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.
Reference IDs can be re-used when the lifetime of the reference ends. The same is true for spl_object_hash(), but this has a much higher impact on exporting arrays in the exporter, because Phony creates the references, and they're typically very short-lived.
This has made the exporter output worse overall, and it sucks.
The text was updated successfully, but these errors were encountered:
Reference IDs can be re-used when the lifetime of the reference ends. The same is true for
spl_object_hash()
, but this has a much higher impact on exporting arrays in the exporter, because Phony creates the references, and they're typically very short-lived.This has made the exporter output worse overall, and it sucks.
The text was updated successfully, but these errors were encountered: