summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-11-22 21:46:49 +0000
committerAndi Gutmans <andi@php.net>2004-11-22 21:46:49 +0000
commitd09c0303b8a0cd9bf3cb641c78e0eae499c1c32d (patch)
tree8e2e23f53b14f9c7d3c5ea0f915b3c094b69f1ce
parent7064084418c87243805d01b4a6051ff9d3223303 (diff)
downloadphp-git-d09c0303b8a0cd9bf3cb641c78e0eae499c1c32d.tar.gz
- Don't use that ZTS connection pooling code until decided what to do with
- this problem.
-rw-r--r--ext/oci8/oci8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c
index 3345dfccb3..9aeb6cba13 100644
--- a/ext/oci8/oci8.c
+++ b/ext/oci8/oci8.c
@@ -5841,7 +5841,7 @@ PHP_FUNCTION(oci_new_connect)
Connect to an Oracle database and log on. Returns a new session. */
PHP_FUNCTION(oci_connect)
{
- oci_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 0);
+ oci_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 1);
}
/* }}} */