|
Posted by eholz1 on 11/24/06 17:44
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:server=dbserver;dbname=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
Navigation:
[Reply to this message]
|