Thread: php.ini
View Single Post
  #3  
Old 11-20-2021, 10:07 AM
 
Ed B. Ed B. is offline
 

X-Adept
  
Join Date: Apr 2016
Posts: 446
 

Default Re: php.ini

On Linux, you would find /etc/php or /etc/php74 (if your php version is 7.4) or something like that.


I saw https://www.edureka.co/community/69677/how-to-find-the-php-ini-file-from-the-command-line for windows.


You can also create a file whatevernameyouwant.php with the content
<?php
phpinfo();
?>
place it somewhere on your website, and point your browser to the page.
__________________
X-cart 5.2.12, php 5.6
Ed from Grenoble, France
Reply With Quote