Edit report at http://bugs.php.net/bug.php?id=54276&edit=1

 ID:                 54276
 Comment by:         carsten_sttgt at gmx dot de
 Reported by:        jinmoku at hotmail dot com
 Summary:            ini_get can't read pdo.dsn.*
 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:

@johannes

> The is no such ini entries.



The manual [1] describes this as an INI option like any other:

| pdo.dsn.* string [php.ini only]



So it should be possible to use ini_get() to get the value.


Previous Comments:
------------------------------------------------------------------------
[2011-03-16 18:45:38] johan...@php.net

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.

------------------------------------------------------------------------
[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

Reply via email to