简体   繁体   中英

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! 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

you can find it in phpinfo() output

create file info.php

<?php
phpinfo();

and call it from web server

phpinfo ini文件

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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