Which PHP Ini file does my WAMP webpage uses?

后端 未结 1 996
遇见更好的自我
遇见更好的自我 2020-12-11 20:09

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

相关标签:
1条回答
  • 2020-12-11 20:38

    you can find it in phpinfo() output

    create file info.php

    <?php
    phpinfo();
    

    and call it from web server

    phpinfo ini file

    0 讨论(0)
提交回复
热议问题