Re: [PHP-DEV] php 4.3.0 ext/oci8 -- OCI_SHARED patch

2003-01-09 Thread Thies C. Arntzen
On Tue, Jan 07, 2003 at 11:46:16AM -0500, Levi Dixon wrote: > > I have tested it and it works for me. As far as thread safety, all of OCI > could suffer from thread safety problems, not just this feature. If we want > ext/oci8 to be thread safe, we should really pass the OCI_THREADED flag into >

RE: [PHP-DEV] php 4.3.0 ext/oci8 -- OCI_SHARED patch

2003-01-07 Thread Levi Dixon
> > > I've modified the following files to allow for use of > OCI_SHARED in ext/oci8 > > > module if OCI8_VERSION >= 8.1, which will provide memory > savings by sharing > > > connection and statement data (refer to > > > > http://www.csee.umbc.edu/help/oracle8/server.815/a67846/basics.htm; search >

Re: [PHP-DEV] php 4.3.0 ext/oci8 -- OCI_SHARED patch

2003-01-07 Thread Maxim Maletsky
"Thies C. Arntzen" <[EMAIL PROTECTED]> wrote... : > > I've modified the following files to allow for use of OCI_SHARED in ext/oci8 > > module if OCI8_VERSION >= 8.1, which will provide memory savings by sharing > > connection and statement data (refer to > > http://www.csee.umbc.edu/help/oracle8/

Re: [PHP-DEV] php 4.3.0 ext/oci8 -- OCI_SHARED patch

2003-01-07 Thread Thies C. Arntzen
On Mon, Jan 06, 2003 at 01:42:15PM -0500, Levi Dixon wrote: > For review: > > I've modified the following files to allow for use of OCI_SHARED in ext/oci8 > module if OCI8_VERSION >= 8.1, which will provide memory savings by sharing > connection and statement data (refer to > http://www.csee.umbc.

[PHP-DEV] php 4.3.0 ext/oci8 -- OCI_SHARED patch

2003-01-06 Thread Levi Dixon
For review: I've modified the following files to allow for use of OCI_SHARED in ext/oci8 module if OCI8_VERSION >= 8.1, which will provide memory savings by sharing connection and statement data (refer to http://www.csee.umbc.edu/help/oracle8/server.815/a67846/basics.htm; search for "Shared Data M