Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-odbc - A module for PHP applications that use ODBC databases

Website:
http://www.php.net/
Licence:
PHP
Vendor:
Remi Collet
Description:
The php-odbc package contains a dynamic shared object that will add
database support through ODBC to PHP. ODBC is an open specification
which provides a consistent API for developers to use for accessing
data sources (which are often, but not always, databases). PHP is an
HTML-embeddable scripting language. If you need ODBC support for PHP
applications, you will need to install this package and the php
package.

Packages

php-odbc-5.4.45-18.el6.remi.x86_64 [88 KiB] Changelog by Remi Collet (2019-10-22):
- FPM:
  Fix CVE-2019-11043 env_path_info underflow in fpm_main.c
php-odbc-5.4.45-17.el6.remi.x86_64 [88 KiB] Changelog by Remi Collet (2019-01-11):
- Fix #77242 heap out of bounds read in xmlrpc_decode
- Fix #77380 Global out of bounds read in xmlrpc base64 code