]> granicus.if.org Git - php/commit
- Don't reuse Oracle connections in multi-threaded environments until
authorAndi Gutmans <andi@php.net>
Mon, 22 Nov 2004 21:44:42 +0000 (21:44 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 22 Nov 2004 21:44:42 +0000 (21:44 +0000)
commit7c3eaef39d8c050b5edd9a8e672a78d3ac8a6338
tree7d421539a5b23a4d3c9f975321916fd764f6f61a
parenta07c080ce8f486a3b0471fabc39960372f0485d5
- Don't reuse Oracle connections in multi-threaded environments until
- we decide to either not support ZTS connection pooling (kind of
- pointless as PHP isn't stable in ZTS mode) or fix the 100% reproducable
- crash bug on oci_connect() under Windows most probably due to this
- problem.
ext/oci8/oci8.c