windows上apache配置php5
2021-01-26 18:13
标签:ini use exe users udt rect php curl 启用 directory windows上apache配置php5 重点:1、php5里的php.ini的extension_dir要改为绝对目录(带‘/‘斜杠),如果只是写个ext,在apache+mod_php里面是不会加载php扩展的。 2、httpd.conf要指定PHPIniDir "C:/Users/crl6/app2/php5" #你的php安装目录 其他设置: 1、httpd.conf添加 LoadModule php5_module "C:/Users/crl6/app2/php5/php5apache2_4.dll" AddType application/x-httpd-php .php DirectoryIndex 改为 DirectoryIndex index.html index.php 如果启用了php curl扩展,但是httpd启动报告缺失dll,则将php目录的ssleay32.dll、libeay32.dll、libssh2.dll、icuuc54.dll、icudt54.dll、icuin54.dll、icuio54.dll放置在apache\bin目录中(和httpd.exe同一目录) windows上apache配置php5 标签:ini use exe users udt rect php curl 启用 directory 原文地址:https://www.cnblogs.com/uu6crella/p/11966417.html
上一篇:Wine添加路径PATH办法
下一篇:运用swagger编写api文档
文章标题:windows上apache配置php5
文章链接:http://soscw.com/index.php/essay/47382.html