[PHP-CVS] cvs: php4 /ext/oci8 config.m4 oci8.c

2003-01-07 Thread Levi Dixon
ldixon Tue Jan 7 10:56:00 2003 EDT Modified files: /php4/ext/oci8 config.m4 oci8.c Log: Added support for Shared Data Mode for OCI8_VERSION = 8.1, which will provide memory savings by sharing common statement data Index: php4/ext/oci8/config.m4 diff

[PHP-CVS] cvs: php4 /ext/oci8 config.m4 oci8.c php_oci8.h

2002-12-06 Thread Abdul-Kareem Abo-Namous
abonamous Fri Dec 6 08:44:35 2002 EDT Modified files: /php4/ext/oci8 config.m4 oci8.c php_oci8.h Log: added support for multiple character sets. OCILogon now has a forth optional parameter, which is the character set requested by the string

Re: [PHP-CVS] cvs: php4 /ext/oci8 config.m4 oci8.c php_oci8.h

2002-12-06 Thread Marcus Börger
In oci_do_connect() you simply changed the number of allowed parameters. What about guarding the 4th parameter by a define and emit a warning or error when using this with a version that does not support this parameter (e.g. 9)? And you could use zend_parse_parameters() to have better code.

Re: [PHP-CVS] cvs: php4 /ext/oci8 config.m4 oci8.c php_oci8.h

2002-12-06 Thread Abdul-Kareem Abo-Namous
] Cc: [EMAIL PROTECTED] Sent: Friday, December 06, 2002 3:37 PM Subject: Re: [PHP-CVS] cvs: php4 /ext/oci8 config.m4 oci8.c php_oci8.h In oci_do_connect() you simply changed the number of allowed parameters. What about guarding the 4th parameter by a define and emit a warning or error when