I am new to php, especially wamp. I got access to a live server. PHP version 5.2.5. But my application should use PHP 5.3.0, so I just remove wamp from the live server and install a new wamp with PHP 5.3.0. Now the new installed server does not start. On startup, it gives an error that
The file php_pdo.dll was not found. RE-installation may fix the problem.
Also the icon is still yellow. I want to know what the problem is with the server and how to fix it? Also, is there something due to a previously installed Wamp server? Requests tell me that it was a live server, so I need to fix the situation as quickly as possible.
source
share