Hello Newsgroup,
I have "installed" pdo using "pecl install pdo" (it intalled version
1.0.3),
I have added the line "extension=pdo. so" to my php.ini file, but when I
try to use
the PDO db connect string "$db = new
PDO('msql:serve r=dbserver;dbna me=menagerie',$ dbuser,$dbpass) ; "
i get a "driver not found" error.
the pdo.so file is located in
:/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo.so
Any ideas on how to fix this???
eholz1
I have "installed" pdo using "pecl install pdo" (it intalled version
1.0.3),
I have added the line "extension=pdo. so" to my php.ini file, but when I
try to use
the PDO db connect string "$db = new
PDO('msql:serve r=dbserver;dbna me=menagerie',$ dbuser,$dbpass) ; "
i get a "driver not found" error.
the pdo.so file is located in
:/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo.so
Any ideas on how to fix this???
eholz1
Comment