You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sounds like V2 packages intend to have some level of 5.3 support. In that area some builds don't have posix_isatty function available which occurs in Stdio::setPosix() since error reporting is turned off, when this happens it is hard to know without step debugging, as for example $stdio = $cliFactory->newStdio(); will just die with no output/php error. Perhaps a function_exists and Throwing of an exception may be warranted.
Not sure what the Aura take is on expected support is scenarios like this, just wanted you to be aware. Thanks!
The text was updated successfully, but these errors were encountered:
Sounds like V2 packages intend to have some level of 5.3 support. In that area some builds don't have posix_isatty function available which occurs in
Stdio::setPosix()since error reporting is turned off, when this happens it is hard to know without step debugging, as for example$stdio = $cliFactory->newStdio();will just die with no output/php error. Perhaps afunction_existsand Throwing of an exception may be warranted.Not sure what the Aura take is on expected support is scenarios like this, just wanted you to be aware. Thanks!
The text was updated successfully, but these errors were encountered: