PDO_MYSQL 1.0.2

MySQL driver for PDO


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.

License: PHP

This package is not maintained anymore and has been superseded. Package has moved to channel http://svn.php.net/viewvc/php/php-src/trunk/ext/pdo_mysql/ package ext/pdo_mysql.

Changes

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