Re: Re: [PHP] PHP and MSSQL on Linux

2005-11-03 Thread php
Yes, it was as the apache user. Sorry I failed to mention that. Rick Emery <[EMAIL PROTECTED]> wrote on 11/03/2005, 04:43:03 PM: > Quoting [EMAIL PROTECTED]: > > > > > An interesting development. I found some reference to running my PHP > > script from the command line to take Apache out of th

Re: Re: Re: [PHP] PHP and MSSQL on Linux

2005-11-02 Thread Rick Emery
Quoting [EMAIL PROTECTED]: Yup, I thought that was the problem too but when I added my server to the conf file, there was no change. When you set up your MSSQL connection in fedora, did you install anything else other than MSSQL and PHP-MSSQL? Or did you have to set anything in your php.ini f

Re: Re: Re: [PHP] PHP and MSSQL on Linux

2005-11-02 Thread php
Yup, I thought that was the problem too but when I added my server to the conf file, there was no change. When you set up your MSSQL connection in fedora, did you install anything else other than MSSQL and PHP-MSSQL? Or did you have to set anything in your php.ini file to use the new extension?

Re: Re: [PHP] PHP and MSSQL on Linux

2005-11-02 Thread Rick Emery
Quoting [EMAIL PROTECTED]: I get no output from mssql_get_last_message(). When I use the pear DB class, and use $db->getMessage(), I get "connect failed", very useful like usual with getMessage(). Even doing a print_r of the object reveals nothing. I'm pretty sure that PHP is not even tryin

Re: Re: [PHP] PHP and MSSQL on Linux

2005-11-02 Thread php
I get no output from mssql_get_last_message(). When I use the pear DB class, and use $db->getMessage(), I get "connect failed", very useful like usual with getMessage(). Even doing a print_r of the object reveals nothing. I'm pretty sure that PHP is not even trying to connect to the database a