mirror of
https://github.com/php/php-src.git
synced 2026-04-04 14:42:49 +02:00
JIT ignores that the `zend_write` callback is overwritten, so we define our own callback and caller. We also fix the "inconsistent DLL binding" warnings on Windows, by introducing `PHP_ZEND_TEST_API`. Closes GH-6391.