php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40376 [chm] bug on function.sybase-unbuffered-query.html
Submitted: 2007-02-06 19:37 UTC Modified: 2007-02-14 01:00 UTC
From: hirschorn dot david at mgh dot harvard dot edu Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 5.2.0 OS: windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: hirschorn dot david at mgh dot harvard dot edu
New email:
PHP Version: OS:

 

 [2007-02-06 19:37 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-06 19:43 UTC] tony2001@php.net
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.


 [2007-02-14 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 23:01:34 2024 UTC