Add support to use different commands of the php-cli #1099
alexander-schranz
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
Actually, we should be able to support most commands by copying more code from the CLI SAPI... It's on my todo list, but PR welcome is someone is quicker! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking for a way to use
frankenphp php-clidirectly as a replacement for the local PHP.Typical commands I use:
The command currently expect only a file:
Looks at the current state the
frankenphp php-clionly supports run a.phpscript. Would be nice to have also the other options available if possible. I understand that not all can be supported but maybe this most common commands are possible?Beta Was this translation helpful? Give feedback.
All reactions