From: elite at programmer dot net Operating system: Windows XP/2003 PHP version: 5CVS-2005-09-27 (snap) PHP Bug Type: MSSQL related Bug description: mssql_query fails if you have triggers that return resultsets
Description:
------------
When you execute a query, e.g. delete a row in a table that has triggers
AFTER DELETE and those triggers return resultsets (eg. SELECT id FROM
DELETED) PHP will report "Changed database context to '...'"
Reproduce code:
---------------
mssql_query("DELETE row FROM table1");
--
Edit bug report at http://bugs.php.net/?id=34659&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=34659&r=trysnapshot4
Try a CVS snapshot (php5.0):
http://bugs.php.net/fix.php?id=34659&r=trysnapshot50
Try a CVS snapshot (php5.1):
http://bugs.php.net/fix.php?id=34659&r=trysnapshot51
Fixed in CVS: http://bugs.php.net/fix.php?id=34659&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=34659&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=34659&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=34659&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=34659&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=34659&r=support
Expected behavior: http://bugs.php.net/fix.php?id=34659&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=34659&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=34659&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=34659&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=34659&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=34659&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=34659&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=34659&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=34659&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=34659&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=34659&r=mysqlcfg
