This is a staging site. Uploads will not persist. Testing only.

php8.2

server-side, HTML-embedded scripting language (metapackage)

This package is a metapackage that, when installed, guarantees that you have at least one of the four server-side versions of the PHP interpreter installed. Removing this package won't remove PHP from your system, however it may remove other packages that depend on this one.

libphp8.2-embed

HTML-embedded scripting language (Embedded SAPI library)

This package provides the library /usr/lib/libphp8.2.so which can be used by application developers to embed PHP scripting functionality.

php8.2-bcmath

Bcmath module for PHP

This package provides the Bcmath module(s) for PHP.

php8.2-cgi

server-side, HTML-embedded scripting language (CGI binary)

This package provides the /usr/lib/cgi-bin/php CGI interpreter built for use in Apache 2 with mod_actions, or any other CGI httpd that supports a similar mechanism. Note that MOST users probably want the php8.2-fpm package.

libwolfssl35

wolfSSL encryption library

wolfSSL is a small, portable, embedded SSL/TLS programming library targeted for use by embedded systems developers. It was formerly known as CyaSSL.

postgresql-16-pg-qualstats

PostgreSQL extension to gather statistics about predicates.

This extensions tracks WHERE clauses predicates and JOIN predicates. Statistics will report whether the predicate was evaluated as an index scan or not, how many time the expression appeared, how many times the operator was executed and how filtering the expression is. If pg_stat_statements is enabled, it can also track to which statements the predicate belongs.