From: mickg at mickg dot net Operating system: Win2k Server PHP version: 4.3.6 PHP Bug Type: *General Issues Bug description: mssql.secure_connection = Off
Description: ------------ mssql.secure_connection = Off in php.ini does not disable the secure connection attempt. mssql.secure_connection = 0 Does. This is a bug, as machines on the same lan as the SQL server attempt to communicate usiong trusted connections, and fail miserably. mssql.secure_connection = 0 Lets the user connect using SQL authentication to an MS SQL server v7. -- Edit bug report at http://bugs.php.net/?id=28614&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28614&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28614&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=28614&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=28614&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=28614&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=28614&r=needscript Try newer version: http://bugs.php.net/fix.php?id=28614&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=28614&r=support Expected behavior: http://bugs.php.net/fix.php?id=28614&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=28614&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=28614&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=28614&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28614&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=28614&r=dst IIS Stability: http://bugs.php.net/fix.php?id=28614&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=28614&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=28614&r=float
