[DBAL-229] oic8 oci_pconnect is not surported Created: 02/Mar/12 Updated: 31/Mar/12 Resolved: 31/Mar/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | Drivers |
| Affects Version/s: | 2.2.1 |
| Fix Version/s: | 2.3 |
| Security Level: | All |
| Type: | Bug | Priority: | Trivial |
| Reporter: | zhouhero | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
public function __construct($username, $password, $db, $charset = null, $sessionMode = OCI_DEFAULT) $this->_dbh = @oci_connect($username, $password, $db, $charset, $sessionMode); } How can i use oci_pconnect in oic8 driver? |
| Comments |
| Comment by Benjamin Eberlei [ 31/Mar/12 ] |
|
Implemented. There are now two new options in the oci8 connection: 1. $param['pooled'] to use the POOLED connection option |