Re: [PHP-DB] PHP 4.3.0 + MSSQL database authenticationproblem?

2003-02-12 Thread Frank M. Kromann
Hi Alan, If this is a problem with PHP it's in the Sybase extension. I hvae not tried working with that since I made it possible to use --with-mssql (and I'm not the maintainer). Can you compile the cli version (--disable-cgi --with-mssql=path/to/freetds ...) and test a small comanndline script u

Re: [PHP-DB] PHP 4.3.0 + MSSQL database authenticationproblem?

2003-02-11 Thread Frank M. Kromann
Hi Alan, Did you configure FreeTDS with the right tdsver ? This can be none when compiling FreetTDS using --with-tdsver=7.0 or in freetds.conf. You should use the correct version according to your MSSQL server (70. = SQL Server 7, 80 = SQL Server 2000). >From PHP 4.3.0 you can compile php using

Re: [PHP-DB] PHP 4.3.0 + MSSQL database authenticationproblem?

2003-02-11 Thread Frank M. Kromann
Hi Alan, I'm not sure what 'Control Panel PHP script' means ? What version of FreeTDS are you using ? Do you use the sybase or the mssql extension in PHP ? - Frank > Hello, > > Because I am not sure if this is just a PHP issue or a > PHP+DB issue, I will be posting this message > (seperately)