./lang/php73, PHP Hypertext Preprocessor version 7.3

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


Branch: pkgsrc-2020Q4, Version: 7.3.27, Package name: php-7.3.27, 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: 637c2ebe12cb3347b9e8b37893569dc542010e50
RMD160: 5d0de4cd9fd2c60a55eeb65e632ce5cfb5660d2a
Filesize: 11853.441 KB

Version history: (Expand)


CVS history: (Expand)


   2021-02-16 09:41:32 by Benny Siegert | Files touched by this commit (1) | Package updated
Log message:
Pullup ticket #6427 - requested by taca
lang/php73: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.320
- lang/php73/distinfo                                           1.32

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Feb  5 14:46:58 UTC 2021

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

   Log message:
   lang/php73: update to 7.3.27

   04 Feb 2021, PHP 7.3.27

   - SOAP:
     . Fixed bug #80672 (Null Dereference in SoapClient). (CVE-2021-21702) (cmb, \ 
Stas)
   2021-01-16 20:44:59 by Benny Siegert | Files touched by this commit (1) | Package updated
Log message:
Pullup ticket #6398 - requested by taca
lang/php73: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.317
- lang/php73/distinfo                                           1.31

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Jan  7 13:35:03 UTC 2021

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

   Log message:
   lang/php73: update to 7.3.26

   Update php73 package to 7.3.26 (PHP 7.3.26).

   07 Jan 2021, PHP 7.3.26

   - Standard:
     . Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo).
       (CVE-2020-7071) (cmb)
     . Fixed bug #80457 (stream_get_contents() fails with maxlength=-1 or default).
       (bruno dot premont at restena dot lu)