Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Zend Core for Oracle vs. Zend Core (php
On Thu, 05 Jan 2006 20:20:33 +0000, Andy Hassall wrote:
> On Thu, 05 Jan 2006 18:48:56 GMT, Mladen Gogala <gogala_at_sbcglobal.net> wrote:
>
>>One nice thing about OCI8 is that it will support array interface when it >>becomes a production. Array interface is already in CVS.
You are right. I misinterpretted Wez's comments in the CVS version. Here it's clearly visible that they're ignoring arrays:
statement->errcode = PHP_OCI_CALL(
OCIBindByName, ( statement->stmt, /* statement handle */ (OCIBind **)&bindp->bind, /* bind hdl (will alloc) */ statement->err, /* error handle */ (text*) name, /* placeholder name */ name_len, /* placeholder length */ (dvoid *)bind_data, /* in/out data */ value_sz, /* PHP_OCI_MAX_DATA_SIZE, */ /* max size of input/output data */ (ub2)type, /* in/out data type */ (dvoid *)&bindp->indicator, /* indicator (ignored) */ (ub2 *)0, /* size array (ignored) */ (ub2 *)&bindp->retcode, /* return code (ignored) */ (ub4)0, /* maxarr_len (PL/SQL only?) */ (ub4 *)0, /* actual array size (PL/SQL only?) */ mode /* mode */ )
-- http://www.mgogala.comReceived on Thu Jan 05 2006 - 14:44:17 CST
![]() |
![]() |