This file seems is missing at all. I see only a two files php.ini-development
and php.ini-production
, but both of them is not a configuration of current php. What I need to do if I want to add a mysqli extension in php, where I can do it?
OS Windows 7.
Solution
Rename php.ini-production
to php.ini
and uncomment extension_dir
by removing ;
. That is all.
ini file is the default configuration file for running applications that require PHP. It is used to control variables such as upload sizes, file timeouts, and resource limits. This file is located on your server in the /public_html folder.
On systems that run EasyApache 3, the /usr/local/lib/ directory contains your server's php. ini file.
It all depends on your Operating System
Create a file check.php
, and it will show your where php.ini
is.
<?php
phpinfo();
?>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With