Re: [PHP-DEV] CVS Account Request: mabouzou

2002-01-25 Thread Brian Bruns
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

[PHP-DEV] patch for sybase extension

2002-02-15 Thread Brian Bruns
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

Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Brian Bruns
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

[PHP-DEV] sybase-ct patch

2001-11-29 Thread Brian Bruns
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 ==