PHP wamp server error

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.

+3
source share
3 answers

PHP 5.3 PDO php.ini. , PDO .

PHP 5.3 , DLL PDO.

http://www.php.net/manual/en/pdo.installation.php

+5

, PDO. WAMP , PHP PDO. wamp .

+2

Click on the Wamp server icon in the taskbar, go to Apache, and there you will find test port 80. This will show if port 80 is available or not. If not, go to the httpd.conf file, which is located on the wamp server's Apache menu, find the line Listen 80. Change from 80 to 88. Restart all services in Wamp, and this should work. Let me know if this helped.

+1
source

All Articles