Edit report at https://bugs.php.net/bug.php?id=55870&edit=1
ID: 55870
Updated by: pajoye @php.net
Reported by: pawel at prochot dot co dot uk
Summary: PDO ignores all SSL parameters when used with mysql
native driver
Status: Closed
Type: Bug
Package: PDO related
Operating System: Independent
PHP Version: 5.3.8
Assigned To: pajoye
Block user comment: N
Private report: N
New Comment:
It is a different issue. 5.4 and trunk were not affected by thus typo as far as
I can see.
Previous Comments:
------------------------------------------------------------------------
[2011-10-08 06:17:20] [email protected]
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.
------------------------------------------------------------------------
[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