mirror of
https://github.com/php/php-src.git
synced 2026-03-28 02:02:32 +01:00
E.g. `build/gen_stub.php *.stub.php` will generate `*_arginfo.h` from multiple files. Previously, gen_stub.php would silently ignore files after the first file. Invoking gen_stub.php with no arguments will continue to process the entire directory.