Tue Nov 14 02:00:58 2023 UTC ()
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


(jym)
diff -r1.4 -r1.5 pkgsrc/lang/php56/DESCR
diff -r1.1 -r1.2 pkgsrc/lang/php74/DESCR

cvs diff -r1.4 -r1.5 pkgsrc/lang/php56/DESCR (expand / switch to unified diff)

--- pkgsrc/lang/php56/DESCR 2021/09/03 03:37:24 1.4
+++ pkgsrc/lang/php56/DESCR 2023/11/14 02:00:58 1.5
@@ -1,10 +1,11 @@ @@ -1,10 +1,11 @@
1PHP is an HTML-embedded scripting language. It is modular, with 1PHP is an HTML-embedded scripting language. It is modular, with
2some object-oriented features. Much of its syntax is borrowed from 2some object-oriented features. Much of its syntax is borrowed from
3C, Java and Perl with a couple of unique PHP-specific features 3C, Java and Perl with a couple of unique PHP-specific features
4thrown in. The language is designed to allow web developers to 4thrown in. The language is designed to allow web developers to
5write dynamically generated pages quickly. 5write dynamically generated pages quickly.
6 6
7This package provides PHP version 5.6.x. 7This package provides PHP version 5.6.x.
8 8
9NOTE: This version reached End of Life on December 31 2018. Updating to 9NOTE: This version reached End of Life on December 31 2018. Updating to
10PHP 7.3.x, 7.4.x, or 8.0.x is strongly recommended. 10a more recent version is strongly recommended. Please see
 11https://www.php.net/supported-versions.php for additional details.

cvs diff -r1.1 -r1.2 pkgsrc/lang/php74/DESCR (expand / switch to unified diff)

--- pkgsrc/lang/php74/DESCR 2019/12/15 17:56:34 1.1
+++ pkgsrc/lang/php74/DESCR 2023/11/14 02:00:58 1.2
@@ -11,13 +11,17 @@ PHP 7.4 comes with numerous improvements @@ -11,13 +11,17 @@ PHP 7.4 comes with numerous improvements
11* Arrow Functions 11* Arrow Functions
12* Limited Return Type Covariance and Argument Type Contravariance 12* Limited Return Type Covariance and Argument Type Contravariance
13* Unpacking Inside Arrays 13* Unpacking Inside Arrays
14* Numeric Literal Separator 14* Numeric Literal Separator
15* Weak References 15* Weak References
16* Allow Exceptions from __toString() 16* Allow Exceptions from __toString()
17* Opcache Preloading 17* Opcache Preloading
18* Several Deprecations 18* Several Deprecations
19* Extensions Removed from the Core 19* Extensions Removed from the Core
20 20
21For source downloads of PHP 7.4 please visit our downloads page Windows 21For source downloads of PHP 7.4 please visit our downloads page Windows
22binaries can be found on the PHP for Windows site. The list of changes is 22binaries can be found on the PHP for Windows site. The list of changes is
23recorded in the ChangeLog. 23recorded in the ChangeLog.
 24
 25NOTE: This version reached End of Life on November 28 2022. Updating to
 26a more recent version is strongly recommended. Please see
 27https://www.php.net/supported-versions.php for additional details.