Top Level :: Database
:: PDO_MYSQL
:: 1.0.2
PDO_MYSQL 1.0.2
Package Information |
Summary |
MySQL driver for PDO |
Maintainers |
George Schlossnagle <
george at omniti dot com >
(lead)
[wishlist]
[details]
Ilia Alshanetsky <
ilia at php dot net >
(lead)
[details]
Wez Furlong <
wez at php dot net >
(lead)
[details]
|
License |
PHP |
Description |
Do not use this, as PDO has been moved into core (the php source) so this pecl extension is dead.
This old extension provided a MySQL driver for PDO. |
Release notes
Version 1.0.2
(stable)
|
This PECL release corresponds to PHP 5.1.3.
Added PDO::ATTR_EMULATE_PREPARES which can be used to force use of emulated or native prepares. This attribute should can be set on the database handle, and will cause subsequent prepares to use emulation.
- Fixed bug #36572 (cannot use native prepared statements with internal queries like "show master status") (Ilia) - Repackage using package2.xml - Fixed Bug #35480 and #35415, crash when using persistent connections. - Improved error detection for OPTIMIZE queries - Added PDO::MYSQL_ATTR_LOCAL_INFILE, PDO::MYSQL_ATTR_INIT_COMMAND, PDO::MYSQL_ATTR_READ_DEFAULT_FILE, PDO::MYSQL_ATTR_READ_DEFAULT_GROUP - Improved error reporting when using native prepared statements - Fixed PECL Bug #5193: improved bounds checking when calling getColumnMeta() - Fixed Bug #34630: improved (emulated) LOB support - Fixed Bug #34623: crash when selecting longtext fields - Fixed PECL Bug #5802; is_null flag was sticking - Fixed PECL Bug #5645; added mysql client library version information to phpinfo() output.
Windows binaries can be found at http://pecl4win.php.net/ext.php/php_pdo_mysql.dll |
|
Dependencies for release 1.0.2 |
|
PHP Version: PHP 5.0.3 or newer PECL Package: pdo 1.0.3 or newer
|
|
|