mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01: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.