php安装文档,PHP - Manual: 安装 (官方文档)
安裝
安裝此 PECL 擴展相關的信息可在手冊中標題為
PECL
擴展的安裝章節中找到。更多信息如新的發行版本、下載、源文件、
維護人員信息及變更日志等,都在此處:
??https://pecl.php.net/package/cairo.
PECL 擴展的
DLL 當前不可用。參見
在 Windows 上構建章節。
Notes specific to installation on Windows
Binary builds of the extension can be found at
??http://cairographics.org/download/.
Download the correct zip file, place php_cairo.dll in the extensions
directory, and enable it via the php.ini file in use. Please be sure the PHP
minor version (5.2, 5.3) match, the thread safety (Thread Safe TS or
Non-Thread Safe NTS), the architecture (x86 or x64), and the compiler
version (VC6 or VC9) match or the extension will not load.
總結
以上是生活随笔為你收集整理的php安装文档,PHP - Manual: 安装 (官方文档)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: c语言库快速幂函数,C语言 - 快速幂
- 下一篇: conda如何升级pytorch_Goo