Rasmus,
I have both those compiled into my setup at work so I can take a look, we
use --with-sybase-ct to work around the issue, I think we also had to
make sure that --with-ibm-db2 appeared in the configure line prior to the
other.
I'll see if I can take a look at fixing it when I get back o
FreeTDS now supports alternate date formats when converting datetime to
char. The current PHP code however passes NULL as the first argument to
dbconvert(), so the code doesn't know what format is currently set. This
patch passes the dbprocess instead. Anybody mind if I check it in?
Brian
Isn't SQL Any accessed via ODBC and/or sybase openclient? What does the
new driver do that these don't (Not knocking the extension, just curious)?
Brian
On 25 Jan 2002, Mohammed Abouzour wrote:
> I have writen an extension that allows PHP to connect to SQLAnywhere databases. I
>would like t
Hi all,
This is a patch to ext/sybase_ct/config.m4 to detect if FreeTDS is
installed instead of openclient and use the right library list depending
on that.
If someone wants to look it over to make sure it looks good, I'll check it
in.
Cheers,
Brian
Index: config.m4
==