How can I find the php.ini file used by the command line?
I need to enable pdo_mysql in my EasyPHP environment, so I went to the php.ini file and uncommented the following line:
I need to enable pdo_mysql in my EasyPHP environment, so I went to the php.ini file and uncommented the following line:
Problem: OpenSSL is not working in my Windows environment. OpenSSL repeatedly reports errors 0x02001003, 0x2006D080 and 0x0E064002.
i’m working to a web app, and PHP is my backend language…