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.
Studio 1.6.2 on macOS 15.6.1 (24G90).
In Studio command runner (>_ Uitvoeren), running
wp --infofails.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 giveninWP_CLI/Process.php:77. Stack mentionsWP_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 --infotriggers process spawning (proc_open) which fails in wasm; WP-CLI then fatals when reading null stream.