ID: 50829 Updated by: [email protected] Reported By: giovanni at giacobbi dot net -Status: Open +Status: Closed Bug Type: PDO related Operating System: Linux PHP Version: 5.3.2RC1 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/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2010-01-26 13:15:57] [email protected] Automatic comment from SVN on behalf of iliaa Revision: http://svn.php.net/viewvc/?view=revision&revision=294040 Log: Fixed bug #50829 (php.ini directive pdo_mysql.default_socket is ignored) ------------------------------------------------------------------------ [2010-01-24 14:03:53] giovanni at giacobbi dot net Description: ------------ The php.ini pdo_mysql.default_socket seems to be ignored. see related (closed) bug #49306 Reproduce code: --------------- php -d pdo_mysql.default_socket=ciao -r 'var_dump(ini_get("pdo_mysql.default_socket"));' Expected result: ---------------- string(4) "ciao" Actual result: -------------- bool(false) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=50829&edit=1
