Skip to content

wp --info crashes in Studio >_ Uitvoeren (php-wasm) due to proc_open() failure #2519

@tompijnenburg-stack

Description

@tompijnenburg-stack

Studio 1.6.2 on macOS 15.6.1 (24G90).
In Studio command runner (>_ Uitvoeren), running wp --info fails.

Error: PHP.run() exit code 255. Warnings: proc_open(): proc_open() failed - File exists (vendor/wp-cli/wp-cli/php/utils.php:1638), then fatal: stream_get_contents(): Argument #1 ($stream) must be of type resource, null given in WP_CLI/Process.php:77. Stack mentions WP_CLI\Utils\get_mysql_binary_path().

Other WP-CLI commands work in >_ Uitvoeren (e.g. wp core version, wp option get home).
Seems like wp --info triggers process spawning (proc_open) which fails in wasm; WP-CLI then fatals when reading null stream.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions