Edit report at http://bugs.php.net/bug.php?id=54276&edit=1
ID: 54276 Updated by: johan...@php.net Reported by: jinmoku at hotmail dot com Summary: ini_get can't read pdo.dsn.* -Status: Open +Status: Bogus Type: Bug Package: PDO related Operating System: Win 7 PHP Version: 5.3.5 Block user comment: N Private report: N New Comment: Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php The is no such ini entries. ini_get() only works for settings defined by PHP. Previous Comments: ------------------------------------------------------------------------ [2011-03-16 16:55:05] jinmoku at hotmail dot com Description: ------------ ini_get can't read pdo.dsn.* in the php.ini Test script: --------------- //ini : pdo.dsn.test = sqlite::memory: $dbh = new PDO('test'); var_dump(ini_get('pdo.dsn.test')); Expected result: ---------------- string(15) "sqlite::memory:" Actual result: -------------- bool(false) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=54276&edit=1