博客 / 列表

M.Zhaofu - php8.4 在windows 上安裝 pie

安裝pie 打開發版地址,下載 pie.phar。 https://github.com/php/pie/releases 命令中轉腳本 將 pie.phar 放置到一個文件中。 例如:D:\develop\bin\php-pie\pie.phar 在同一個目錄下,新建一個文本文檔,命名為 pie.bat,並將以下代碼粘貼進去: @echo off php "%~dp0pie.p

後端