Edit report at https://bugs.php.net/bug.php?id=61194&edit=1
ID: 61194 Updated by: johan...@php.net Reported by: johan...@php.net Summary: PDO should export compression flag with myslqnd -Status: Assigned +Status: Closed Type: Bug Package: MySQL related Operating System: * PHP Version: trunk-SVN-2012-02-27 (SVN) Assigned To: mysql Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2012-02-27 14:17:55] johan...@php.net To be committed after 5.4.0 ------------------------------------------------------------------------ [2012-02-27 14:17:03] johan...@php.net The following patch has been added/updated: Patch Name: pdo_myslqnd_compression.diff Revision: 1330352223 URL: https://bugs.php.net/patch-display.php?bug=61194&patch=pdo_myslqnd_compression.diff&revision=1330352223 ------------------------------------------------------------------------ [2012-02-27 14:16:47] johan...@php.net Description: ------------ pdo_mysql.c has this code: 107 #ifndef PDO_USE_MYSQLND /* ... */ 111 REGISTER_PDO_CLASS_CONST_LONG("MYSQL_ATTR_COMPRESS", (long)PDO_MYSQL_ATTR_COMPRESS); 112 #endif This attribute should be provided for mysqlnd builds, too, as compression is supported in mysqlnd. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61194&edit=1