Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php70-php - PHP scripting language for creating dynamic web sites

Website:
http://www.php.net/
Licence:
PHP and Zend and BSD and MIT and ASL 1.0 and NCSA
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
PHP is an HTML-embedded scripting language. PHP attempts to make it
easy for developers to write dynamically generated web pages. PHP also
offers built-in database integration for several commercial and
non-commercial database management systems, so writing a
database-enabled webpage with PHP is fairly simple. The most common
use of PHP coding is probably as a replacement for CGI scripts.

This package contains the module (often referred to as mod_php)
which adds support for the PHP language to system Apache HTTP Server.

Packages

php70-php-7.0.33-40.remi.src [11.8 MiB] Changelog by Remi Collet (2023-08-02):
- Fix Security issue with external entity loading in XML without enabling it
  GHSA-3qrf-m4j2-pcrr CVE-2023-3823
- Fix Buffer mismanagement in phar_dir_read()
  GHSA-jqcx-ccgc-xwhv CVE-2023-3824
- move httpd/nginx wants directive to config files in /etc
php70-php-7.0.33-39.remi.src [11.8 MiB] Changelog by Remi Collet (2023-06-21):
- fix possible buffer overflow in date
- define %php70___phpize and %php70___phpconfig
php70-php-7.0.33-38.remi.src [11.8 MiB] Changelog by Remi Collet (2023-06-07):
- Fix Missing error check and insufficient random bytes in HTTP Digest
  authentication for SOAP
  GHSA-76gg-c692-v2mw
- use oracle client library version 21.10
php70-php-7.0.33-37.remi.src [11.8 MiB] Changelog by Remi Collet (2023-02-14):
- fix #81744: Password_verify() always return true with some hash
  CVE-2023-0567
- fix #81746: 1-byte array overrun in common path resolve code
  CVE-2023-0568
- fix DOS vulnerability when parsing multipart request body
  CVE-2023-0662
php70-php-7.0.33-36.remi.src [11.8 MiB] Changelog by Remi Collet (2022-12-20):
- pdo: fix #81740: PDO::quote() may return unquoted string
  CVE-2022-31631
- use oracle client library version 21.8
php70-php-7.0.33-35.remi.src [11.6 MiB] Changelog by Remi Collet (2022-09-27):
- phar: fix #81726 DOS when using quine gzip file. CVE-2022-31628
- core: fix #81727 Don't mangle HTTP variable names that clash with ones
  that have a specific semantic meaning. CVE-2022-31629
- use oracle client library version 21.7
php70-php-7.0.33-33.remi.src [11.6 MiB] Changelog by Remi Collet (2022-06-07):
- use oracle client library version 21.6
- mysqlnd: fix #81719: mysqlnd/pdo password buffer overflow. CVE-2022-31626
- pgsql: fix #81720: Uninitialized array in pg_query_params(). CVE-2022-31625
php70-php-7.0.33-32.remi.src [11.6 MiB] Changelog by Remi Collet (2021-11-15):
- Fix #79971 special character is breaking the path in xml function
  CVE-2021-21707