Skip to content
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

[9.x] Fixed date extraction when PHP_CLI_SERVER_WORKERS is set #44195

Conversation

TheRealMkadmi
Copy link
Contributor

Fixes #44082

When running with PHP_CLI_SERVER_WORKERS set, the PHP CLI output is prepended with the worker PID, leading to erroneous date extraction.

PHP_CLI_SERVER_WORKERS prepends the process PID to the log line. Fixes laravel#44082
@nunomaduro nunomaduro changed the title Fixed date extraction when PHP_CLI_SERVER_WORKERS is set [9.x] Fixed date extraction when PHP_CLI_SERVER_WORKERS is set Sep 19, 2022
@nunomaduro nunomaduro self-assigned this Sep 19, 2022
@nunomaduro nunomaduro self-requested a review September 19, 2022 12:43
@nunomaduro nunomaduro marked this pull request as draft September 19, 2022 12:43
@nunomaduro nunomaduro changed the base branch from 9.x to fix/artisan-serve-command-with-multiple-workers September 19, 2022 12:45
@nunomaduro
Copy link
Member

I will perform some adjustments locally, and fix this issue with a new pull request.

@nunomaduro nunomaduro marked this pull request as ready for review September 19, 2022 12:45
@nunomaduro nunomaduro merged commit 41cbb2b into laravel:fix/artisan-serve-command-with-multiple-workers Sep 19, 2022
@TheRealMkadmi TheRealMkadmi deleted the TheRealMkadmi-patch-1 branch September 21, 2022 17:47
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.

A textual day could not be found Not enough data available to satisfy format
3 participants