./lang/php73, PHP Hypertext Preprocessor version 7.3

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2021Q2, Version: 7.3.29, Package name: php-7.3.29, Maintainer: pkgsrc-users

PHP is a widely-used open source general-purpose scripting language
that is especially suited for web development and can be embedded
into HTML. It is modular, and object-oriented. Much of its syntax
is borrowed from C, Java and Perl with a couple of unique PHP-specific
features thrown in. The language is designed to allow web developers
to write dynamically generated pages quickly.

This package provides PHP version 7.3.x.

PHP 7.3.0 comes with numerous improvements and new features such as

* Flexible Heredoc and Nowdoc Syntax
* PCRE2 Migration
* Multiple MBString Improvements
* LDAP Controls Support
* Improved FPM Logging
* Windows File Deletion Improvements
* Several Deprecations

For source downloads of PHP 7.3.0 please visit our downloads page Windows
binaries can be found on the PHP for Windows site. The list of changes is
recorded in the ChangeLog.



Package options: inet6, readline, ssl

Master sites: (Expand)

SHA1: e694c68bf991d06ac6bba0277efce80bc8946c69
RMD160: 6e7958a92ae6460263d6f9062ed9136c4d266b39
Filesize: 11854.973 KB

Version history: (Expand)


CVS history: (Expand)


   2021-07-04 21:34:53 by Benny Siegert | Files touched by this commit (1) | Package updated
Log message:
Pullup ticket #6480 - requested by taca
lang/php73: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.333
- lang/php73/distinfo                                           1.34

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Jul  2 17:32:06 UTC 2021

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php73: distinfo

   Log message:
   lang/php73: update to 7.3.29

   01 Jul 2021, PHP 7.3.29

   - Core:
     . Fixed bug #81122: SSRF bypass in FILTER_VALIDATE_URL. (CVE-2021-21705) (cmb)

   - PDO_Firebird:
     . Fixed bug #76448: Stack buffer overflow in firebird_info_cb.
       (CVE-2021-21704) (cmb)
     . Fixed bug #76449: SIGSEGV in firebird_handle_doer. (CVE-2021-21704) (cmb)
     . Fixed bug #76450: SIGSEGV in firebird_stmt_execute. (CVE-2021-21704) (cmb)
     . Fixed bug #76452: Crash while parsing blob data in firebird_fetch_blob.
       (CVE-2021-21704) (cmb)