ID: 40376 Updated by: [EMAIL PROTECTED] Reported By: hirschorn dot david at mgh dot harvard dot edu -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: windows PHP Version: 5.2.0 New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2007-02-06 19:37:42] hirschorn dot david at mgh dot harvard dot edu Description: ------------ I have found a bug on function sybase_unbuffered_query This works fine with php 4, but on php 5 it crashes the Win2K machine I have, regardless of whether I set store_result to true or false. I am using the CLI version. sybase_query works fine, but not for large result sets Reproduce code: --------------- $resource = sybase_unbuffered_query ($query, $conn, TRUE); Expected result: ---------------- a valid cursor Actual result: -------------- crash popup message from Windows ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40376&edit=1
