From:             [EMAIL PROTECTED]
Operating system: Windows 2000 Server SP3
PHP version:      4.3.0RC3
PHP Bug Type:     MSSQL related
Bug description:  mssql_bind not returning output parameters from stored procedure 
call 

Making use of mssql_bind to retrieve output parameters from a stored
procedure in MSSQL7 always return 0 when PHP operates in ISAPI or CGI mode
under IIS5.

It was noted that although it didn't return the parameter, however it is
able to accept input parameters. It is also returning the query result.
Just not the output parameter.

It work fine in PHP4.23 when it is run on CGI mode. Did not test if ISAPI
works though.
-- 
Edit bug report at http://bugs.php.net/?id=21089&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21089&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21089&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21089&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21089&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21089&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21089&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21089&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21089&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21089&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21089&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21089&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21089&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21089&r=isapi

Reply via email to