./lang/php80, PHP Hypertext Preprocessor version 8.0

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


Branch: pkgsrc-2022Q4, Version: 8.0.27, Package name: php-8.0.27, 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 8.0 comes with numerous improvements and new features such as

* Union Types
* Named Arguments
* Match Expressions
* Attributes
* Constructor Property Promotion
* Nullsafe Operator
* Weak Maps
* Just In Time Compilation
* And much much more...



Package options: inet6, readline, ssl

Master sites: (Expand)

Filesize: 10548.922 KB

Version history: (Expand)


CVS history: (Expand)


   2023-01-08 20:18:29 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #6719 - requested by taca
lang/php80: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.386
- lang/php80/distinfo                                           1.28
- lang/php80/patches/patch-sapi_fpm_fpm_events_port.c           deleted

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Jan  7 07:43:34 UTC 2023

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php80: distinfo
   Removed Files:
   	pkgsrc/lang/php80/patches: patch-sapi_fpm_fpm_events_port.c

   Log message:
   lang/php80: update to 8.0.27

   (2023-01-05)

   - PDO/SQLite:
     . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
       (cmb)