notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
php81-xmlreader The xmlreader shared extension for php
8.1.30 textproc on this many watch lists=5 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 8.1.5Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Upstream EOL reaches on 2025-12-31
Expiration Date EXPIRATION DATE: 2025-12-31
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-12-29 02:21:11
Last Update: 2022-04-15 22:31:12
Commit Hash: 384fd72
People watching this port, also watch:: php81-simplexml, libevent, indexinfo, psutils, jpeg-turbo
License: PHP301
WWW:
https://www.php.net/
Description:
PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically generated webpages quickly, but you can do much more with PHP.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/php81-xmlreader-8.1.30/catalog.mk
  2. /usr/local/share/licenses/php81-xmlreader-8.1.30/LICENSE
  3. /usr/local/share/licenses/php81-xmlreader-8.1.30/PHP301
Collapse this list.
Dependency lines:
  • ${PHP_PKGNAMEPREFIX}xmlreader>0:textproc/php81-xmlreader
Conflicts:
CONFLICTS_INSTALL:
  • php[0-9][0-9]-xmlreader
To install the port:
cd /usr/ports/textproc/php81-xmlreader/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/php81-xmlreader
  • pkg install php81-xmlreader
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: php81-xmlreader
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1727411956 SHA256 (php-8.1.30.tar.xz) = f24a6007f0b25a53cb7fbaee69c85017e0345b62089c2425a0afb7e177192ed1 SIZE (php-8.1.30.tar.xz) = 11850340

Packages (timestamps in pop-ups are UTC):
php81-xmlreader
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest8.1.308.1.30-8.1.308.1.30---
FreeBSD:13:quarterly8.1.308.1.308.1.208.1.308.1.308.1.278.1.278.1.27
FreeBSD:14:latest8.1.308.1.308.1.148.1.308.1.308.1.20-8.1.20
FreeBSD:14:quarterly8.1.308.1.30-8.1.308.1.308.1.278.1.278.1.27
FreeBSD:15:latest8.1.308.1.30n/a8.1.30n/a8.1.27_18.1.27_18.1.27_1
Master port: lang/php81
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
  2. phpize : lang/php81
  3. autoconf>0 : devel/autoconf
  4. dom.so : textproc/php81-dom
Runtime dependencies:
  1. php.h : lang/php81
  2. dom.so : textproc/php81-dom
Library dependencies:
  1. libxml2.so : textproc/libxml2
This port is required by:
for Run
  1. lang/php81-extensions
  2. www/moodle41

Deleted ports which required this port:

Expand this list of 5 deleted ports
  1. net-mgmt/zabbix5-frontend*
  2. net-mgmt/zabbix62-frontend*
  3. www/mediawiki137*
  4. www/mediawiki138*
  5. www/yanopaste*
  6. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
textproc_php81-xmlreader
USES:
compiler:c11 cpe gnome localbase pkgconfig tar:xz php:ext,noflavors
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://raw.githubusercontent.com/php/web-php-distributions/master/
  2. https://www.php.net/distributions/
Collapse this list.
Port Moves
  • port moved here from textproc/php80-xmlreader on 2023-12-31
    REASON: Has expired: Security support ended on 2023-11-26

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: lang/php81
CommitCreditsLog message
8.1.5
15 Apr 2022 22:31:12
commit hash: 384fd725e23247b2aefa1c0dfab5c924239dd5cfcommit hash: 384fd725e23247b2aefa1c0dfab5c924239dd5cfcommit hash: 384fd725e23247b2aefa1c0dfab5c924239dd5cfcommit hash: 384fd725e23247b2aefa1c0dfab5c924239dd5cf files touched by this commit
Torsten Zuehlsdorff (tz) search for other commits by this committer
lang/php81: Upgrade from 8.1.4 to 8.1.5

Changelog:

    Core:
        Fixed bug #8176 (Enum values in property initializers leak).
        Fixed freeing of internal attribute arguments.
        Fixed bug #8070 (memory leak of internal function attribute hash).
        Fixed bug #8160 (ZTS support on Alpine is broken).
    Filter:
        Fixed signedness confusion in php_filter_validate_domain().
    Intl:
        Fixed bug #8115 (Can't catch arg type deprecation when instantiating
Intl classes).
        Fixed bug #8142 (Compilation error on cygwin).
        Fixed bug #7734 (Fix IntlPartsIterator key off-by-one error and first
key).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
8.1.4_2
10 Apr 2022 19:11:41
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744commit hash: d63665f7cd9c99880704a3c5bc221829cb009744commit hash: d63665f7cd9c99880704a3c5bc221829cb009744commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
8.1.4_1
26 Mar 2022 08:27:27
commit hash: 247c7db7513f1264922428278678da641c5a3f52commit hash: 247c7db7513f1264922428278678da641c5a3f52commit hash: 247c7db7513f1264922428278678da641c5a3f52commit hash: 247c7db7513f1264922428278678da641c5a3f52 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
8.1.1
29 Dec 2021 02:09:08
commit hash: 44e99def8ddf26311675cb2070eb062e1f7d0da5commit hash: 44e99def8ddf26311675cb2070eb062e1f7d0da5commit hash: 44e99def8ddf26311675cb2070eb062e1f7d0da5commit hash: 44e99def8ddf26311675cb2070eb062e1f7d0da5 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Add php81 to the tree

Core:
  Fixed inclusion order for phpize builds on Windows.
  Added missing hashtable insertion APIs for arr/obj/ref.
  Implemented FR #77372 (Relative file path is removed from uploaded
  file).
  Fixed bug #81607 (CE_CACHE allocation with concurrent access).
  Fixed bug #81507 (Fiber does not compile on AIX).
  Fixed bug #78647 (SEGFAULT in zend_do_perform_implementation_check).
  Fixed bug #81518 (Header injection via default_mimetype / default_charset).
  Fixed bug #75941 (Fix compile failure on Solaris with clang).
  Fixed bug #81380 (Observer may not be initialized properly).
  Fixed bug #81514 (Using Enum as key in WeakMap triggers GC + SegFault).
  Fixed bug #81520 (TEST_PHP_CGI_EXECUTABLE badly set in run-tests.php).
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 4