./lang/php71, PHP Hypertext Preprocessor version 7.1

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


Branch: pkgsrc-2019Q2, Version: 7.1.32, Package name: php-7.1.32, 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.1.x.

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

* Nullable types
* Void return type
* Iterable pseudo-type
* Class constant visibility modifiers
* Square bracket syntax for array destructuring assignment
* Catching multiple exceptions types
* HTTP/2 Server Push Support in ext/curl & other ext/curl improvements
* Fix inconsistent behavior in $this variable
* Create closure from callable
* More precise float values
* Asynchronous Signal Handling (without ticks) in ext/pcntl


Required to run:
[textproc/libxml2] [devel/readline]

Required to build:
[pkgtools/cwrappers]

Package options: inet6, readline, ssl

Master sites: (Expand)

SHA1: 6c469fdec96ed7bef61bb94031aa7737ee4d9e25
RMD160: da6068c0df768040b7d4cc46e606f24711a969ec
Filesize: 14972.993 KB

Version history: (Expand)


CVS history: (Expand)


   2019-09-10 19:59:33 by Benny Siegert | Files touched by this commit (1) | Package updated
Log message:
Pullup ticket #6045 - requested by taca
lang/php71: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.268
- lang/php71/distinfo                                           1.54

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Sep  1 13:04:13 UTC 2019

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

   Log message:
   lang/php71: update to 7.1.32

   29 Aug 2019, PHP 7.1.32

   - mbstring:
     . Fixed CVE-2019-13224 (don't allow different encodings for \ 
onig_new_deluxe) (stas)
   2019-08-10 14:11:27 by Benny Siegert | Files touched by this commit (1) | Package updated
Log message:
Pullup ticket #6021 - requested by taca
lang/php71: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.265
- lang/php71/distinfo                                           1.53

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Aug  1 14:20:58 UTC 2019

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

   Log message:
   lang/php71: update to 7.1.31

   01 Aug 2019, PHP 7.1.31

   - SQLite:
     . Upgraded to SQLite 3.28.0. (cmb)

   - EXIF:
     . Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment).
     (CVE-2019-11042) (Stas)
     . Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail).
     (CVE-2019-11041) (Stas)

   - Phar:
     . Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). (cmb)