ID: 40415 Updated by: [EMAIL PROTECTED] Reported By: rion at plotinka dot ru -Status: No Feedback +Status: Closed Bug Type: OCI8 related Operating System: windows xp PHP Version: 5.2.0 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2007-02-17 01:00:00] 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-02-09 11:42:03] [EMAIL PROTECTED] 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-09 11:31:00] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40415&edit=1