From: cjbj at hotmail dot com Operating system: n/a PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Oracle OCINewCussor examples show call by reference
Description: ------------ The documentation examples at: http://www.php.net/manual/en/function.ocinewcursor.php and http://www.php.net/manual/en/function.oci-new-cursor.php show calls like: ocibindbyname($stmt, "data", &$curs, -1, OCI_B_CURSOR); The use of '&' call by reference should probably be removed. -- Edit bug report at http://bugs.php.net/?id=28707&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28707&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28707&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=28707&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=28707&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=28707&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=28707&r=needscript Try newer version: http://bugs.php.net/fix.php?id=28707&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=28707&r=support Expected behavior: http://bugs.php.net/fix.php?id=28707&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=28707&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=28707&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=28707&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28707&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=28707&r=dst IIS Stability: http://bugs.php.net/fix.php?id=28707&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=28707&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=28707&r=float