From:             [EMAIL PROTECTED]
Operating system: Win2000
PHP version:      4.0.4pl1
PHP Bug Type:     OCI8 related
Bug description:  OCIFetchInto/OCI_NUM starts the array at 0 not at 1 as stated in the 
doc

$cur=OCIParse($conn, $query);
OCIExecute($cur);
OCIFetchInto($cur, $result,OCI_NUM);

--> $result starts at [0] and not at [1] as written in the documentation


-- 
Edit Bug report at: http://bugs.php.net/?id=11799&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to