./lang/php72, PHP Hypertext Preprocessor version 7.2

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


Branch: pkgsrc-2020Q2, Version: 7.2.33, Package name: php-7.2.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.2.x.

PHP 7.2.x builds upon 7.1.x, adding new features:

* Argument type declarations
* Object return type declarations
* Parameter Type Widening
* Trailing commas in list syntax
* HashContext as Object
* Argon2 in password hash
* Libsodium as part of PHP Core
* Deprecated: __autoload, $php_errormsg, create_function(),
mbstring.func_overload, parse_str() without second argument,
gmp_random(), each(), assert(), $errcontext
* uniqid() patch to avoid usleep() integrated, 10000x improvement on NetBSD,
about 10x on Linux


Required to run:
[security/openssl]


Package options: inet6, readline, ssl

Master sites: (Expand)

SHA1: 5297d7594af3950f395b775bbf7470c8e6f89683
RMD160: 83b1f02ef406228ef3a3d1b0371246843d84c26e
Filesize: 12022.094 KB

Version history: (Expand)


CVS history: (Expand)


   2020-08-23 20:52:28 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #6300 - requested by taca
lang/php72: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.306
- lang/php72/Makefile                                           1.28
- lang/php72/distinfo                                           1.56-1.57

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sat Jul 11 04:06:07 UTC 2020

   Modified Files:
           pkgsrc/lang/php: phpversion.mk
           pkgsrc/lang/php72: Makefile distinfo

   Log message:
   lang/php72: update to 7.2.

   Update php72 to 7.2

   09 Jul 2020, PHP 7.2.32

   - Core:
     . No source changes to this release.
       Vesion number added for reproduction of Windows builds. (cmb)

   14 May 2020, PHP 7.2.31

   - Core:
     . Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned).
       (CVE-2019-11048) (cmb)
     . Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp
       files are not cleaned). (CVE-2019-11048) (cmb)

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sat Aug  8 13:32:57 UTC 2020

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

   Log message:
   lang/php72: update to 7.2.33

   Update php72 to 7.2.33 (PHP 7.2.33).

   06 Aug 2020, PHP 7.2.33

   - Core:
     . Fixed bug #79877 (getimagesize function silently truncates after a null
       byte) (cmb)

   - Phar:
     . Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile
       function). (CVE-2020-7068) (cmb)