PHP :: Bug #39732 :: oci_bind_array_by_name doesn't work
[2006-12-04 16:42 UTC] fred dot cohen at iridium dot com
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" }
[2006-12-08 17:26 UTC] fred dot cohen at iridium dot com
[2006-12-08 17:40 UTC] tony2001@php.net
[2006-12-08 17:57 UTC] fred dot cohen at iridium dot com
[2006-12-08 18:28 UTC] tony2001@php.net
[2006-12-08 20:56 UTC] tony2001@php.net