bfa0e6e7f7
Changelog: https://xdebug.org/updates#x_3_4_7 Since Buildroot commit [1] (package/php: bump version to 8.4.13) php-xdebug is failing to build with error: /buildroot/output/build/php-xdebug-3.3.1/src/coverage/code_coverage.c: In function ‘xdebug_find_jumps’: /buildroot/output/build/php-xdebug-3.3.1/src/coverage/code_coverage.c:349:34: error: ‘ZEND_EXIT’ undeclared (first use in this function); did you mean ‘ZEND_GINIT’? This commits fixes the issue. [1] https://gitlab.com/buildroot.org/buildroot/-/commit/a9e5cf6ac2cb7ba62d23c842899b3f7816eca14c Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Julien: add commit log info about build failure] Signed-off-by: Julien Olivain <ju.o@free.fr>