From:             cjbj at hotmail dot com
Operating system: 
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  OCI8 doc for oci_new_descriptor uses call-time reference parameter

Description:
------------
The example in the newly revamped manual entry
http://www.php.net/manual/en/function.oci-new-descriptor.php

has the line:



  oci_bind_by_name($stmt, ':the_blob', &$lob, -1, OCI_B_BLOB);



Using this syntax I get "Warning: Call-time pass-by-reference has been
deprecated"




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

Reply via email to