I’m wanting to uninstall my current version of PHP and try instead to use an earlier version.
This is because I am getting this error: Warning: mysqli_connect() [function.mysqli-connect]: Headers and client library minor version mismatch. Headers:50051 Library:50145 in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\index.php on line 2
How would I go about removing the version of PHP I have now?
Thank you. Sorry for bothering with what must be elementary questions.