简体   繁体   English

我的WAMP网页使用哪个PHP Ini文件?

[英]Which PHP Ini file does my WAMP webpage uses?

I just ran a search for PHP.ini file in my "C:\\WAMP" server and gosh! 我刚刚在我的“C:\\ WAMP”服务器上搜索了PHP.ini文件,然后开始了! there's so many PHP.ini files! PHP.ini文件太多了!

How do you know which of the ini files are being used by the webpage? 你怎么知道这个网页正在使用哪些ini文件?

Thanks you for any response 谢谢你的回复

you can find it in phpinfo() output 你可以在phpinfo()输出中找到它

create file info.php 创建文件info.php

<?php
phpinfo();

and call it from web server 并从Web服务器调用它

phpinfo ini文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM