From:             rion at plotinka dot ru
Operating system: windows xp
PHP version:      5.2.0
PHP Bug Type:     Oracle related
Bug description:  oci_fetch_all and nested cursors

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 bug report at http://bugs.php.net/?id=40415&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=40415&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=40415&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=40415&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=40415&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=40415&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=40415&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=40415&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=40415&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=40415&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=40415&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=40415&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=40415&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=40415&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=40415&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=40415&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=40415&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=40415&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=40415&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=40415&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=40415&r=mysqlcfg

Reply via email to