- 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.
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);
}
/* }}} */