oci8.connection_class
INI • Removed in PHP 8.4
OCI8: oci8.connection_class — Connection: Set this to a user chosen connection class to be used for all pooled server requests with Oracle Database Resident Connection Pooling (DRCP). To use DRCP, this value should be set to the same string for all web servers running the same application, the database pool must be configured, and the connection string must specify to use a pooled server.
| Default value | empty |
| Development value | empty |
| Production value | empty |
Modifiability: INI_ALL - The oci8.connection_class INI directive can be configured anywhere, including php.ini files, ini_set calls, Apache .htaccess files, per-directory .ini files, etc.
[OCI8]
oci8.connection_class = Changes to the oci8.connection_class INI
PHP 8.4
- INI directive removed
oci8.connection_class INI Availability
oci8.connection_class INI Availability| PHP Version | Availability |
|---|---|
| PHP 8.6Upcoming Release | No |
| PHP 8.5Supported (Latest) | No |
| PHP 8.4Supported | No |
| PHP 8.3Security-Fixes Only | Yes |
| PHP 8.2Security-Fixes Only | Yes |
| PHP 8.1Unsupported | Yes |
| PHP 8.0Unsupported | Yes |
| PHP 7.4Unsupported | Yes |
| PHP 7.3Unsupported | Yes |
| PHP 7.2Unsupported | Yes |
| PHP 7.1Unsupported | Yes |
| PHP 7.0Unsupported | Yes |
| PHP 5.6Unsupported | Yes |
| PHP 5.5Unsupported | Yes |
| PHP 5.4Unsupported | Yes |
| PHP 5.3Unsupported | Yes |