From 07008070faf9cf36dccfc86b0f3282b29efe8ddc Mon Sep 17 00:00:00 2001 From: Karson Date: Tue, 21 Oct 2025 10:30:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96PHP=E9=AB=98=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/process/pipes/Windows.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/process/pipes/Windows.php b/library/think/process/pipes/Windows.php index 1b8b0d4f..64aebd48 100644 --- a/library/think/process/pipes/Windows.php +++ b/library/think/process/pipes/Windows.php @@ -49,7 +49,7 @@ class Windows extends Pipes if (is_resource($input)) { $this->input = $input; } else { - $this->inputBuffer = $input; + $this->inputBuffer = (string) $input; } }