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
Hey there! Yeah, this could be a new simple parser that wraps the ini parser. Are the datetimes important? We could keep those in, too, if needed.
Another idea might be to post "recipes" for different types of output like this. Maybe we could have a recipes section to the Discussions page, or a Wiki, and/or a blog post with various ones.
The datetime is simply the time it was run at so I don't think there is any point in saving it.
The Bash >= 4 method of sending standard error to standard out, |& would make sense in the documentation or a wiki page (for older versions 2>&1 | can be used), perhaps with examples for other shells as well.
The PHP-FPM configuration for a specific version of PHP is returned as standard error with:
This can be parsed using the
ini
parser and some pre-processing:Would this be a suitable candidate for a dedicated parser?
The text was updated successfully, but these errors were encountered: