NOTICE: This package has been removed from pkgsrc

./lang/php72, PHP Hypertext Preprocessor version 7.2

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


Branch: CURRENT, Version: 7.2.34nb2, Package name: php-7.2.34nb2, 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:
[textproc/libxml2] [security/openssl] [devel/pcre] [devel/readline]

Required to build:
[pkgtools/cwrappers]

Package options: inet6, readline, ssl

Master sites: (Expand)

SHA1: 3dfe7bbed49e53f6ff76ca0b8c9162f78b1cc679
RMD160: 52a993c201241e2dce521bad225f07330505b2cc
Filesize: 12020.93 KB

Version history: (Expand)


CVS history: (Expand)


   2021-01-03 16:18:58 by Takahiro Kambe | Files touched by this commit (27) | Package removed
Log message:
lang/php72: remove php72

Remove php72 package which is EOL on 1st December 2020.
   2021-01-02 11:04:11 by Takahiro Kambe | Files touched by this commit (6)
Log message:
Split off option handling into options.mk
   2020-11-21 20:44:32 by Juraj Lutter | Files touched by this commit (1)
Log message:
php72: Make php-embed a no-op for other than main php package

This avoids the situation when more than one SAPI is requested to build,
which is unsupported (only one of fpm, filter, module) can be built at
once.
   2020-11-20 16:51:25 by Juraj Lutter | Files touched by this commit (3)
Log message:
php72: add default-off php-embed option to install embed SAPI

Requested by Sergey Osokin in PR 55508.
   2020-11-12 11:59:05 by Mark Davies | Files touched by this commit (2)
Log message:
php72: commit the actual normalize.c patch
   2020-11-11 21:01:34 by Mark Davies | Files touched by this commit (7)
Log message:
php72: Fix build with ICU 68

From Jura Lutter's patches for php74.
   2020-11-05 10:09:30 by Ryo ONODERA | Files touched by this commit (1814)
Log message:
*: Recursive revbump from textproc/icu-68.1
   2020-10-04 05:14:53 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
lang/php72: update to 7.2.34

Update php72 package to 7.2.34.

01 Oct 2020, PHP 7.2.34

- Core:
  . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
    cookies can be sent). (CVE-2020-7070) (Stas)

- OpenSSL:
  . Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
    bytes IV). (CVE-2020-7069) (Jakub Zelenka)