php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40415 oci_fetch_all and nested cursors
Submitted: 2007-02-09 11:31 UTC Modified: 2007-03-02 09:12 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: rion at plotinka dot ru Assigned:
Status: Closed Package: OCI8 related
PHP Version: 5.2.0 OS: windows xp
Private report: No CVE-ID: None
 [2007-02-09 11:31 UTC] rion at plotinka dot ru
Description:
------------
first of all when i try to do oci_fetch_all on nested cursor i get incorrect result (number or rows and unexpected rows at all)
second, i can't to do fetch on second nested cursor (from second line). in this case i get warning.

if i try to fetch by one row per time and fetch nested cursors from each row, everything works fine

Reproduce code:
---------------
simply create procedure which returns nested cursors and try oci_fetch_all on it

Expected result:
----------------
works also if i fetch rows by one

Actual result:
--------------
warnings, unexpected results from first fetch

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-09 11:42 UTC] tony2001@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.


 [2007-02-17 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".
 [2007-03-02 09:12 UTC] tony2001@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 20:01:29 2024 UTC