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.
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!