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.edu/help/oracle8/server.815/a67846/basics.htm; search > for "Shared Data Mode") between connections and statments respectively. I > only have access to ext/oci8, so I can't check this in: > > configure > main/php_config.h.in > ext/oci8/config.m4 > ext/oci8/oci8.ca
there should be no nned to change anything outside ext/oci8/ to make this work. configure is auto-generated. just go ahead and commit the stuff to ext/oci8 > > Note: I'm not familiar enough with the windows distribution to add the mod > there. neither am i. re, tc -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php