Is there any requirements for this driver?
I use Ubuntu 10.04, PHP 5.3.2, and apt-get install libsybdb5 freetds-common php5-sybase
Modified /etc/freetds/freetds.conf
Then install D7 with this module, I got error This driver doesn't support transactions
Comments
Comment #1
carlo satta commentedHi.
I have the same problem on a Centos 5 with php 5.3.
Comment #2
Pedja Grujić commentedThis is a known PHP bug, it has been fixed in php 5.4 update to that and you should be good to go.
Comment #3
thmnhat commentedHi bonn, could you please confirm that your pb is fixed?
Comment #4
encelado commentedThe PHP issue mentioned by pgrujic is documented at https://bugs.php.net/bug.php?id=38955. If you cannot upgrade you could try to patch and recompile the driver for PHP 5.3 (the patch is available at http://svn.php.net/viewvc/?view=revision&revision=300628) but if you don't really need transactions you can just disable them in
settings.php: