Which PHP Ini file does my WAMP webpage uses?

扶醉桌前 提交于 2019-12-17 20:49:32

问题


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

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

Thanks you for any response


回答1:


you can find it in phpinfo() output

create file info.php

<?php
phpinfo();

and call it from web server



来源:https://stackoverflow.com/questions/10528212/which-php-ini-file-does-my-wamp-webpage-uses

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!