./lang/php73, PHP Hypertext Preprocessor version 7.3

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


Branch: pkgsrc-2021Q3, Version: 7.3.33, Package name: php-7.3.33, 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: d28e7e4bcfd2b4d344dde373064865fc63d7dbca
RMD160: b35e975ea04ab1a86a95d17a4f8048d295ab1475
Filesize: 11859.199 KB

Version history: (Expand)


CVS history: (Expand)


   2021-11-23 23:49:09 by Thomas Merkel | Files touched by this commit (1) | Package updated
Log message:
Pullup ticket #6542 - requested by taca
lang/php73: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.346
- lang/php73/distinfo                                           1.41

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Nov 19 14:27:56 UTC 2021

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

   Log message:
   lang/php73: update to 7.3.33

   This release contains security fix.

   18 Nov 2021, PHP 7.3.33

   - XML:
     . Fix #79971: special character is breaking the path in xml function.
       (CVE-2021-21707) (cmb)
   2021-11-01 23:06:32 by Thomas Merkel | Files touched by this commit (1) | Package updated
Log message:
Pullup ticket #6528 - requested by taca
lang/php73: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.344
- lang/php73/distinfo                                           1.40

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Oct 30 07:45:42 UTC 2021

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

   Log message:
   lang/php73: update to 7.3.32

   This is a security fix release.

   28 Oct 2021, PHP 7.3.32

   - FPM:
     . Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege
       escalation). (CVE-2021-21703) (Jakub Zelenka)