I installed PHP with wamp. what is the difference between php. ini in apache and php in PHP? Generally, you need to configure Extension classes, handle errors, set time zones, and so on. which file is the configuration? Php. ini & nbsp; under apache or under the php file & nbsp; php. ini & nbsp ;? Or should I configure them separately? In addition, how does PHP work? After wamp is installed, I installed PHP with wamp. what is the difference between php. ini in apache and php in PHP?
In general, you need to configure the extension class, or handle errors or set the time zone. in which file is the configuration? Php. ini under apache or php. ini under php file? Or should I configure them separately?
In addition, how does PHP work? After wamp is installed, do I not need to copy files like. dll in c: \ sytem32?
I don't understand. the experts can help me solve the problem. thank you !!!!
Share: More
------ Solution --------------------
1. in phpinfo ();, find the php. ini File Loaded by the Loaded Configuration File, which is the Configuration File you are looking.
2. do not perform that step after installing wamp.
------ Solution --------------------
Reference:
Quote: reference:
1. in phpinfo ();, find the php. ini File Loaded by the Loaded Configuration File, which is the Configuration File you are looking.
2. do not perform that step after installing wamp.
Isn't php. ini completely useless under my E: \ wamp \ bin \ php \ php5.3.10? Can I delete it?
If phpinfo () shows that the loaded php. ini is not under php, it can be deleted.
------ Solution --------------------
Reference:
Quote: reference:
1. in phpinfo ();, find the php. ini File Loaded by the Loaded Configuration File, which is the Configuration File you are looking.
2. do not perform that step after installing wamp.
Isn't php. ini completely useless under my E: \ wamp \ bin \ php \ php5.3.10? Can I delete it?
It's better not to delete it. it doesn't affect you if you put it there. No worries.
------ Solution --------------------
You can configure any extension class in php. ini.
------ Solution --------------------
No, find it in php. ini; extension = php_curl.dll, remove the semicolon and restart the server.