./lang/php74, PHP Hypertext Preprocessor version 7.4

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


Branch: CURRENT, Version: 7.4.33nb4, Package name: php-7.4.33nb4, 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.

PHP 7.4 comes with numerous improvements and new features such as

* Typed Properties
* Arrow Functions
* Limited Return Type Covariance and Argument Type Contravariance
* Unpacking Inside Arrays
* Numeric Literal Separator
* Weak References
* Allow Exceptions from __toString()
* Opcache Preloading
* Several Deprecations
* Extensions Removed from the Core

For source downloads of PHP 7.4 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.

NOTE: This version reached End of Life on November 28 2022. Updating to
a more recent version is strongly recommended. Please see
https://www.php.net/supported-versions.php for additional details.


Required to run:
[textproc/libxml2] [security/openssl] [devel/readline] [devel/pcre2]

Required to build:
[pkgtools/cwrappers]

Package options: inet6, readline, ssl

Master sites: (Expand)

Filesize: 10175.922 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-14 03:00:58 by Jean-Yves Migeon | Files touched by this commit (2)
Log message:
PHP 7.4 reached EOL November 28 2022.

Reference the PHP "supported versions" URL [1] rather than pointing towards
specific revisions that are, or will be, EOL eventually.

[1] https://www.php.net/supported-versions.php
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-05-06 16:02:14 by Takahiro Kambe | Files touched by this commit (5)
Log message:
lang/php*/Makefile.common: "used by" clean up

Makefile.common is not included by meta-pkgs/php*-extensions/Makefile.
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-11-04 01:40:58 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
lang/php74: update to 7.4.33

7.4.33 (2022-11-03)

- GD:
  . Fixed bug #81739: OOB read due to insufficient input validation in
    imageloadfont(). (CVE-2022-31630) (cmb)

- Hash:
  . Fixed bug #81738: buffer overflow in hash_update() on long parameter.
    (CVE-2022-37454) (nicky at mouha dot be)
   2022-10-30 11:50:01 by Takahiro Kambe | Files touched by this commit (4)
Log message:
lang/php: post-install clean up

Do not manually install executable files and manual.
These are already done by php's Makefile from some time ago.