Skip to content

Document proc_open Windows /s /c change in PHP 8.0.0#5262

Open
lacatoire wants to merge 1 commit intophp:masterfrom
lacatoire:fix/proc-open-windows-cmd-flags
Open

Document proc_open Windows /s /c change in PHP 8.0.0#5262
lacatoire wants to merge 1 commit intophp:masterfrom
lacatoire:fix/proc-open-windows-cmd-flags

Conversation

@lacatoire
Copy link
Contributor

Summary

  • Update the Windows note in proc_open() to reflect that since PHP 8.0.0, the command is
    passed via %ComSpec% /s /c "$command" instead of %ComSpec% /c $command
  • Add a changelog entry for PHP 8.0.0 documenting this breaking change
  • This change was already documented in the migration 8.0 guide but was missing from the
    function page itself

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.

1 participant