Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

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

Website:
http://www.php.net/
Licence:
PHP
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
The php71-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

php71-php-odbc-7.1.33-9.fc30.remi.x86_64 [44 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
php71-php-odbc-7.1.33-8.fc30.remi.x86_64 [44 KiB] Changelog by Remi Collet (2020-05-12):
- 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