我的WAMP网页使用哪个PHP Ini文件? [英] Which PHP Ini file does my WAMP webpage uses?

查看:66
本文介绍了我的WAMP网页使用哪个PHP Ini文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚在我的"C:\ WAMP"服务器中运行了一个PHP.ini文件的搜索,天哪!有太多的PHP.ini文件!

I just ran a search for PHP.ini file in my "C:\WAMP" server and gosh! there's so many PHP.ini files!

您如何知道网页正在使用哪个ini文件?

How do you know which of the ini files are being used by the webpage?

谢谢您的回复

推荐答案

您可以在phpinfo()输出中找到它

you can find it in phpinfo() output

创建文件info.php

create file info.php

<?php
phpinfo();

并从Web服务器调用它

and call it from web server

这篇关于我的WAMP网页使用哪个PHP Ini文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆