jonney-wang

PHP配置

PHP在httpd Apache的配置:

1 # php7 support
2 LoadModule php7_module D:\006-httpd\php-7.1.4-VC14-x64\php7apache2_4.dll
3 AddType application/x-httpd-php .php .html .htm
4 # configure the path to php.ini
5 PHPIniDir "D:\006-httpd\php-7.1.4-VC14-x64"

PHP环境变量配置:PHP的根目录 和 ext目录添加在环境变量。

 

分类:

技术点:

相关文章:

  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-12-21
猜你喜欢
  • 2022-02-13
  • 2022-12-23
  • 2021-12-02
  • 2021-12-22
  • 2021-12-05
  • 2022-01-08
  • 2021-12-21
相关资源
相似解决方案