pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/php-json



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Jan 16 23:47:21 UTC 2024

Modified Files:
        pkgsrc/textproc/php-json: DESCR

Log Message:
textproc/php-json: Explain that this is builtin >=8


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/textproc/php-json/DESCR

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/php-json/DESCR
diff -u pkgsrc/textproc/php-json/DESCR:1.1.1.1 pkgsrc/textproc/php-json/DESCR:1.2
--- pkgsrc/textproc/php-json/DESCR:1.1.1.1      Mon Nov  6 22:22:51 2006
+++ pkgsrc/textproc/php-json/DESCR      Tue Jan 16 23:47:20 2024
@@ -1,3 +1,6 @@
 PHP is a programming language designed to be embedded into web pages.
 This module is an extremely fast PHP C extension for JSON (JavaScript
 Object Notation) serialization.
+
+As of PHP 8.0, json is a core module and always present.  This package
+is to provide the module for older versions of PHP.



Home | Main Index | Thread Index | Old Index