fix: PHP_BINARY interpolation on Windows #217
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
String interpolation with escapeshellarg'd PHP_BINARY breaks on Windows because curly braces in "{$php}" get consumed by PHP's complex variable syntax when the value contains quotes. Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>String interpolation with escapeshellarg'd PHP_BINARY breaks on Windows because curly braces in "{$php}" get consumed by PHP's complex variable syntax when the value contains quotes. Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>