Home > Common Problem > body text

What to do if the computer loses php_pdo.dll

coldplay.xixi
Release: 2020-09-01 14:14:16
Original
2594 people have browsed it

Solution to the computer missing php_pdo.dll: 1. Configure [extension_dir], the code is [extension_dir = "D:/php/php-5.2.13/ext"]; 2. Comment and remove the comma, The code is [extension=php_pdo].

What to do if the computer loses php_pdo.dll

Solution to computer missing php_pdo.dll:

1. Check D:\php\php-5.2 Whether the php_pdo.dll file exists under .13\ext. I personally think that regardless of whether the php_pdo.dll file exists or not, it should be overwritten with the corresponding version.

2. Is the extension_dir path under the php.ini file configured correctly? , extension_dir should be configured according to the following requirements

extension_dir = "D:/php/php-5.2.13/ext"
Copy after login

3. After performing the first 2 steps, if it still reports that the application cannot be started because php_pdo.dll is missing from the computer, then check whether extension=php_pdo.dll Commented, if so, remove the comma

extension=php_pdo.dll
Copy after login

Related learning recommendations: php programming (video)

The above is the detailed content of What to do if the computer loses php_pdo.dll. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!