Home  >  Article  >  Backend Development  >  What should I do if php5.6 does not have pdo?

What should I do if php5.6 does not have pdo?

藏色散人
藏色散人Original
2020-09-29 09:44:022477browse

php5.6 does not have pdo because php has built-in pdo function in php5.6. You only need to open configuration items such as "extension=php_pdo_firebird.dll" in the php.ini file.

What should I do if php5.6 does not have pdo?

Recommended: "PHP Video Tutorial"

There is no php.pdo.dll file in php5.6

The php 5.6 I downloaded uses the pdo module, but I found through Baidu that there is no php.pdo

.dll file. In fact, php has built-in pdo function in php5.6. You only need to Just open the code corresponding to

extension=php_pdo_firebird.dll
extension=php_pdo_informix.dll
extension=php_pdo_mssql.dll
extension=php_pdo_mysql.dll
extension=php_pdo_oci.dll
extension=php_pdo_oci8.dll
extension=php_pdo_odbc.dll
extension=php_pdo_pgsql.dll
extension=php_pdo_sqlite.dll

in the .ini file.

There is no need to download the php.pdo.dll of the corresponding version of php and put it in ext

The above is the detailed content of What should I do if php5.6 does not have pdo?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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