Re: [PHP-DEV] Re: cvs: php-src /ext/oci8 oci8.c

2004-02-20 Thread Antony Dovgal
On Fri, 20 Feb 2004 10:11:25 +0100 Ard Biesheuvel <[EMAIL PROTECTED]> wrote: > Jani Taskinen wrote: > > > sniper Thu Feb 19 22:05:43 2004 EDT > > > > Modified files: > > /php-src/ext/oci8 oci8.c > > Log: > > Only use Z_TYPE* with zvals.. > > > > -st

[PHP-DEV] Re: cvs: php-src /ext/oci8 oci8.c

2004-02-20 Thread Jani Taskinen
On Fri, 20 Feb 2004, Ard Biesheuvel wrote: >Jani Taskinen wrote: > >> sniper Thu Feb 19 22:05:43 2004 EDT >> >> Modified files: >> /php-src/ext/oci8oci8.c >> Log: >> Only use Z_TYPE* with zvals.. >> >> -static oci_descriptor *oci_new_desc(int type

[PHP-DEV] Re: cvs: php-src /ext/oci8 oci8.c

2004-02-20 Thread Ard Biesheuvel
Jani Taskinen wrote: sniper Thu Feb 19 22:05:43 2004 EDT Modified files: /php-src/ext/oci8 oci8.c Log: Only use Z_TYPE* with zvals.. -static oci_descriptor *oci_new_desc(int type,oci_connection *connection) +static oci_descriptor *oci_new_desc(int type, oci_connection