Skip to content

[9.x] Fixes artisan serve command with PHP_CLI_SERVER_WORKERS environment variable #44204

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 6 commits into from
Sep 19, 2022

Conversation

nunomaduro
Copy link
Member

This pull request makes the new serve output compatible with the PHP_CLI_SERVER_WORKERS environment variable.

When set, the PHP_CLI_SERVER_WORKERS will change the format of the output being printed by the PHP's server causing a runtime exception described here: #44082.

TheRealMkadmi and others added 5 commits September 18, 2022 16:34

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PHP_CLI_SERVER_WORKERS prepends the process PID to the log line. Fixes #44082

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[9.x] Fixed date extraction when PHP_CLI_SERVER_WORKERS is set

Verified

This commit was signed with the committer’s verified signature. The key has expired.
StyleCIBot StyleCI Bot

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

None yet

4 participants