question about phpinfo()
Posted: Mon Aug 13, 2007 7:25 pm
Hello
I have been trying to setup php to include https and tried all possibilities but nothing works. I wondering what does this two line mean from the phpinfo
Configuration File (php.ini) Path C:\WINDOWS
Loaded Configuration File C:\Program Files\PHP\php.ini
I found php.ini under php folder but not inside the windows folder. Can anyone help me what the first line do if there isn't a configruation file under windows folder?
Things I have done... remove the extension from php_openssl.dll line and compile it using this command : php --with-openssl .
Is there other things need to do in order to work
I have been trying to setup php to include https and tried all possibilities but nothing works. I wondering what does this two line mean from the phpinfo
Configuration File (php.ini) Path C:\WINDOWS
Loaded Configuration File C:\Program Files\PHP\php.ini
I found php.ini under php folder but not inside the windows folder. Can anyone help me what the first line do if there isn't a configruation file under windows folder?
Things I have done... remove the extension from php_openssl.dll line and compile it using this command : php --with-openssl .
Is there other things need to do in order to work