[PHP-DEV] PHP 4.0 Bug #4284: MSSQL functions don't work From: cgi <email protected>
Date: 04/30/00

From: cgi <email protected>
Operating system: Windows 98 se
PHP version: 4.0 Release Candidate 1
PHP Bug Type: MSSQL related
Bug description: MSSQL functions don't work

Trying to use any of the mssql_ functions will cause termination from the rest of the script.

I am running Apache 1.3.12 on Windows 98 Second Edition. I have PHP4 RC1 and MS SQL 7. I have followed (as best as I can) the README and INSTALL documentation.

I have a very simple .php script that makes a call to the mssql_connect function. I then print the value of the variable used to capture the status of the function. When I look at the source PHP has generated everything up the mssql_ function and nothing after.

I can connect normally using the ODBC functions to the SQL database.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>