Hello!
This is the first time I need to connect via PHP to a Sybase DB.
I'm working with PHP5 and Apache 2 under WinXP... no problem
connecting with Mysql...
I enabled in php.ini the correct dll: "php_sybase_ct. dll" but when I
restart Apache got this error:
PHP Startup: Unable to load dynamic library 'c:\php\php_syb ase_ct.dll'
- Can't find the specified module
I read that the library needs Sybase DLL: on my PC I installed the
whole Sybase SQL Studio 8 (it works fine) but no result... the
php_sybase_ct.d ll is in the same dir as the other DLLs (c:\php) and
Sybase is in c:\programs\syb ase...
What can I do?
Thanks
This is the first time I need to connect via PHP to a Sybase DB.
I'm working with PHP5 and Apache 2 under WinXP... no problem
connecting with Mysql...
I enabled in php.ini the correct dll: "php_sybase_ct. dll" but when I
restart Apache got this error:
PHP Startup: Unable to load dynamic library 'c:\php\php_syb ase_ct.dll'
- Can't find the specified module
I read that the library needs Sybase DLL: on my PC I installed the
whole Sybase SQL Studio 8 (it works fine) but no result... the
php_sybase_ct.d ll is in the same dir as the other DLLs (c:\php) and
Sybase is in c:\programs\syb ase...
What can I do?
Thanks
Comment