Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php56-php-oci8 - A module for PHP applications that use OCI8 databases

Website:
http://www.php.net/
Licence:
PHP
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
The php56-php-oci8 packages provides the OCI8 extension version 2.0.12
and the PDO driver to access Oracle Database.

The extension is linked with Oracle client libraries 19.6
(Oracle Instant Client).  For details, see Oracle's note
"Oracle Client / Server Interoperability Support" (ID 207303.1).

You must install libclntsh.so.19.1 to use this package, provided
in the database installation, or in the free Oracle Instant Client
available from Oracle.

Notice:
- php56-php-oci8 provides oci8 and pdo_oci extensions from php sources.
- php56-php-pecl-oci8 only provides oci8 extension.

Documentation is at http://php.net/oci8 and http://php.net/pdo_oci

Packages

php56-php-oci8-5.6.40-22.fc30.remi.x86_64 [79 KiB] Changelog by Remi Collet (2020-08-04):
- Core:
  Fix #79877 getimagesize function silently truncates after a null byte
- Phar:
  Fix #79797 use of freed hash key in the phar_parse_zipfile function
  CVE-2020-7068
php56-php-oci8-5.6.40-21.fc30.remi.x86_64 [79 KiB] Changelog by Remi Collet (2020-05-13):
- Core:
  Fix #78875 Long filenames cause OOM and temp files are not cleaned
  CVE-2019-11048
  Fix #78876 Long variables in multipart/form-data cause OOM and temp
  files are not cleaned