I need to connect to a remote Sybase database with PHP 5.4.5 and I therefore enable the driver php_dblib
(FreeTDS) for PHP and it shows as is in Wampserver but when I look at the phpinfo()
results, there is nothing about dblib
.
My application (Zend) returns
Fatal error: Uncaught exception 'PDOException' with message 'could not find driver' in ... PropelPDO->__construct('dblib:host=ans...', 'sa', '', Array)
I am running Wampserver 2.2, Apache 2.2.3 and PHP 5.4.5.
Thank you for your help.