Skip to content

Allow build/gen_stub.php to process multiple CLI file args #7179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 20, 2021

Conversation

TysonAndre
Copy link
Contributor

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.

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.
@TysonAndre TysonAndre requested review from kocsismate and nikic June 20, 2021 17:08
@TysonAndre TysonAndre merged commit e748dca into php:master Jun 20, 2021
@TysonAndre TysonAndre deleted the gen_stub-accept-multiple-files branch November 25, 2021 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants