PHP环境配置,php环境
参考博文:Windows下搭建PHP开发环境
注意:
extension_dir:需设置成绝对路径,否则,会导致程序找不到扩展库
extension=php_gd2.dll:须开启,否则导致图片功能失效,并抛出“GD with FreeType or ImageMagick PHP extensions are required”异常
session.use_trans_sid=1:解决session不能传递到下一页问题
若遇到类似“****extensions are required”的异常,开启相关的库即可
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn