Add zend_worklist.h to PHP_INSTALL_HEADERS#12571
Conversation
|
I would say LGTM, but not sure that is really the issue in the aforementioned ticket. |
|
@devnexen I don't know exactly how the Docker image is set up, but I could imagine PHP being built, installed, and then opcache being built against the installed sources. This would be missing this header. This header was added to zend_jit.c as of a few days ago, with the new JIT. |
yes, this is exactly what I did and what https://hub.docker.com/_/php (official PHP docker image) does |
|
@mvorisek Can you confirm that this fixes your build? |
I can confirm the issue is gone, thank you both ❤️ |
Fixes GH-12565