From:             fred dot cohen at iridium dot com
Operating system: Solaris 10
PHP version:      5.2.0
PHP Bug Type:     OCI8 related
Bug description:  oci_bind_array_by_name doesn't work

Description:
------------
Attempting to execute the example code for oci_band_array_by_name 
generates PHP Warning:  oci_execute(): OCI_NO_DATA in /.../test.php on
line 49

No data is inserted into the tables and no values are updated in the
passed array.

oci8 Version    1.2.2, $Revision: 1.269.2.16.2.25 $
Oracle Version  10.1

Compile flag: --with-oci8=/.../10.2.0/client_1

Our oracle server version in 9.2.0.7

Reproduce code:
---------------
http://us2.php.net/oci_bind_array_by_name example code.

Actual result:
--------------
PHP Warning:  oci_execute(): OCI_NO_DATA in /.../test.php on line 49
array(5) {
  [0]=>
  string(3) "one"
  [1]=>
  string(3) "two"
  [2]=>
  string(5) "three"
  [3]=>
  string(4) "four"
  [4]=>
  string(4) "five"
}

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

Reply via email to