From:             jkcarter at uiuc dot edu
Operating system: Mac OS Server 10.3.7
PHP version:      4.3.8
PHP Bug Type:     Feature/Change Request
Bug description:  No way to move internal result pointer in OCI8 result set.

Description:
------------
There is no way to alter the position of an OCI8 internal result pointer. 
For example, suppose one wants to print the first three rows of a result
set multiple times.  In MySQL, you have the mysql_data_seek($rs,0)
function to move the result pointer back to the first row.  In OCI8, there
is no analagous function.  Please add this function.


-- 
Edit bug report at http://bugs.php.net/?id=31658&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31658&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31658&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31658&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31658&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31658&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31658&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31658&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31658&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31658&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31658&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31658&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31658&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31658&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31658&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31658&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31658&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31658&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31658&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31658&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31658&r=mysqlcfg

Reply via email to