mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
d142dfc93d
Don't dereference float/double values at unknown address, instead memcpy it into an aligned stack slot and dereference that.