NOTICE: This package has been removed from pkgsrc

./lang/php71, PHP Hypertext Preprocessor version 7.1

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 7.1.33, Package name: php-7.1.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.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: fbcc9ab926f793e1031864c7c268ba7bfd244d70
RMD160: 378d66957d3488ce92c74745c4bc799b7b04105a
Filesize: 12080.301 KB

Version history: (Expand)


CVS history: (Expand)


   2019-12-16 17:08:53 by Takahiro Kambe | Files touched by this commit (31) | Package removed
Log message:
lang/php71: remove php71 package

Remove php71 pacakge since PHP 7.1.x is EOL.
   2019-11-25 04:12:50 by Takahiro Kambe | Files touched by this commit (4)
Log message:
lang/php: switch to use ".tar.xz" distfiles

Switch to use ".tar.xz" distfiles instead of ".tar.bz2".

No functional change.
   2019-10-25 04:58:33 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
lang/php71: update to 7.1.33

Update php71 to 7.1.33.

24 Oct 2019, PHP 7.1.33

- FPM:
  . Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE).
    (CVE-2019-11043) (Jakub Zelenka)
   2019-09-01 15:04:13 by Takahiro Kambe | Files touched by this commit (1) | Package updated
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-01 16:20:58 by Takahiro Kambe | Files touched by this commit (1) | Package updated
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)
   2019-07-03 09:30:50 by Nia Alarie | Files touched by this commit (5)
Log message:
Use https for php.net.
   2019-06-01 17:28:07 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
lang/php71: update to 7.1.30

Update php71 to 7.1.30.

30 May 2019, PHP 7.1.30

- EXIF:
  . Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16).
  (CVE-2019-11040) (Stas)

- GD:
  . Fixed bug #77973 (Uninitialized read in gdImageCreateFromXbm).
  (CVE-2019-11038) (cmb)

- Iconv:
  . Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode()
  due to integer overflow). (CVE-2019-11039). (maris dot adam)

- SQLite:
  . Fixed bug #77967 (Bypassing open_basedir restrictions via file uris). (Stas)
   2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242)
Log message:
all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.