|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2008-11-24 18:52 UTC] iliaa@php.net
  [2008-11-26 23:37 UTC] michael at laccetti dot com
  [2009-05-25 19:51 UTC] kalle@php.net
  [2009-06-02 01:00 UTC] php-bugs at lists dot php dot net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 04:00:01 2025 UTC | 
Description: ------------ After calling a stored procedure that returns multiple resultsets, trying to call mssql_next_result causes PHP to coredump. Reproduce code: --------------- $this->RecordSet = mssql_query($query, $this->DBConn ); if(mssql_next_result($this->RecordSet)) { error_log("We got more results!"); } else { error_log("No more results. Waah."); } Expected result: ---------------- I expect to see either "We got more results" or "No more results. Waah." in the logs. Actual result: -------------- [Mon Nov 24 11:18:03 2008] [notice] child pid 5515 exit signal Bus error (10), possible coredump in /usr/local/apache2