Settings | Sign in | Sign up

The author has 3 posts.

php8.3不支持win7

Floor 1 巨大八爪鱼 5/30/24 10:29

php.exe - 無法找到入口
無法定位程序輸入點 GetCurrentThreadStackLimits 於動態連結庫KERNEL32.dIl 上。

PHP 8.3在 Windows 7 上無法運行,原因是 PHP 官方已經不支持 Windows 7,現在 PHP 支持的最低 Windows 作業系統版本是 Windows 8 和 Windows Server 2012。
如果作業系統是 Windows 7 或 Windows Server 2008,可以選擇 PHP 8.2 及更低版本。
如果作業系統是 Windows XP 或 Windows Server 2003,只能選擇 PHP 5.4 及更低版本。
PHP 官方連結:https://www.php.net/manual/en/migration83.windows-support.php

Floor 2 巨大八爪鱼 11/12/24 13:18
Minimum supported Windows version has been bumped to Windows 8 or Windows Server 2012.
Floor 3 巨大八爪鱼 7/10/25 18:19

PHP 8.3 not working on Windows 7 #12762

自己實現一個GetCurrentThreadStackLimits函數,就能在win7上運行php8.3了。

https://github.com/php/php-src/issues/12762

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.