
February 11th, 2013, 11:59 PM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 10
Time spent in forums: 59 m 39 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by E-Oreo phpinfo() will tell you the path to the php.ini file. I would use that, rather than trying to change it. |
Yes, I found that line in the phpinfo() output.
I tried this experiment. I repeatedly commented and uncommented the line in the php.ini file that loads the gd_library:
extension=php_gd2.dll.
I then ran the phpinfo() function and the text appeared and disappeared in the output correctly. So now I am more confused.
|