Driver options is null inside pdo abstract
["driver_options"]=> array(0) { }
On 12/11/2007, at 4:12 PM, Dan Rossi wrote:
I'll recompile PHP before filing a bug report I guess ? Its really
bizarre, its happening on the FreeBSD machine with the latest mysql
5 port but not on my local machine.
Even setAttribute doesnt work.
On 12/11/2007, at 4:04 PM, Dan Rossi wrote:
The array becomes
array(2) { ["adapter"]=> string(9) "Pdo_Mysql" ["params"]=>
array(6) { ["host"]=> string(9) "localhost" ["username"]=>
string(11) "" ["password"]=> string(13) "" ["dbname"]=> string(12)
"s" ["profiler"]=> array(1) { ["enabled"]=> string(4) "true" }
["driver_options"]=> array(1) { [1000]=> bool(true) } } }
Its still happening !