https://forum.laragon.org/topic/166/tutorial-how-to-add-another-php-version,我尝试这样做是因为我想将我的 php 更新到最新版本的 php 7.3。
现在我得到了那个错误
https://forum.laragon.org/topic/166/tutorial-how-to-add-another-php-version,我尝试这样做是因为我想将我的 php 更新到最新版本的 php 7.3。
现在我得到了那个错误
使用 Laragon,添加另一个 PHP 版本非常容易。以下是添加方法PHP 7.3
在这种情况下我们下载: https ://windows.php.net/downloads/releases/php-7.3.0-Win32-VC15-x64.zip
解压下载到:{LARAGON_ROOT}\bin\php\php-7.3.0-Win32-VC15-x64
C:\laragon
-- bin
---- php
-------- php-7.3.0-Win32-VC15-x64
-------- ...... ..
很容易哈。就这样!
请注意 PHP 版本(以便您可以正确添加新扩展)
-x64
表示 64 位
-x86
表示 32 位
-nts
表示非线程安全
如果有问题,请检查并安装对应的 VC Redist (VC11, VC14, VC15...)