Edit report at https://bugs.php.net/bug.php?id=55870&edit=1
ID: 55870 Updated by: [email protected] Reported by: pawel at prochot dot co dot uk Summary: PDO ignores all SSL parameters when used with mysql native driver -Status: Open +Status: Closed Type: Bug Package: PDO related Operating System: Independent PHP Version: 5.3.8 -Assigned To: +Assigned To: pajoye 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: ------------------------------------------------------------------------ [2011-10-08 06:16:45] [email protected] Automatic comment from SVN on behalf of pajoye Revision: http://svn.php.net/viewvc/?view=revision&revision=317882 Log: - fix bug #55870, PDO ignores all SSL parameters when used with mysql native driver ------------------------------------------------------------------------ [2011-10-08 00:36:53] pawel at prochot dot co dot uk Description: ------------ PDO (MySQL) mysql_driver.c has two spelling errors causing SSL related configuration to be ignored. The spelling mistakes occur in conditional statements responsible for running code initialising and later processing of those parameters. File: php-5.3.8/ext/pdo_mysql/driver.c Line 628 contains "PDO_USE_MYSLQND" note mySLQnd instead of mySQLnd. The same happens in line 715 Affected versions at least 5.3.7 and 5.3.8. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55870&edit=1
