So i have the line in the http.conf that relates to PHP uncommented out and i have mysql installed but where is my php.ini file located for me to point to mysql.sock.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure where yours is… but you can use PHP to tell you where it is.
On a command line, issue
'which php' --ini(note those apostrophes should be backticks, SO formatting got me). If you don’t havewhichand know your path to PHP, just use<path to php> --ini.