codecamp

PHP8 Compiling and building

以下步骤描述了如何在 Windows 操作系统上编译和构建 WinCache:

1. 打开一个用于构建 PHP 的命令提示符。

2. 转到存放 PHP 源代码的根文件夹。

3. 运行以下命令:

   cscript.exe win32\build\buildconf.js

4. 运行以下命令:

   configure.bat --help

   输出将包含一个新的标志 --enable-wincache。

5. 运行以下命令:

   configure.js [用于构建 PHP 的所有选项] --enable-wincache

   --enable-wincache 是唯一需要的额外选项,以确保 WinCache 扩展得以正确构建。此选项将构建 WinCache 并将其与 PHP dll 进行静态链接。若要将 WinCache 扩展构建为独立的 DLL,请使用选项 --enable-wincache=shared。

6. 运行以下命令:

   nmake


PHP8 Prerequisites
PHP8 Verifying the build
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定