mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
The PHP_ADD_EXTENSION_DEP Autoconf macro needs to be called after PHP_NEW_EXTENSION to be fully effective. This simplifies the code and checks. Also, due to the current order_by_dep.awk script implementation it needs to be on its own line with arguments unquoted so that awk can parse the config.m4 file. Until order_by_dep.awk script is fixed.