| Port details on branch 2025Q4 |
- php81-xml The xml shared extension for php
- 8.1.34_1 textproc
=0 8.1.34_1Version of this port present on the latest quarterly branch. DEPRECATED: Upstream EOL reaches on 2025-12-31
This port expired on: 2025-12-31
- Maintainer: bofh@FreeBSD.org
 - Port Added: 2025-12-20 09:06:08
- Last Update: 2025-12-20 09:00:03
- Commit Hash: 7a002cd
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}xml>0:textproc/php81-xml
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/textproc/php81-xml/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/php81-xml
- pkg install php81-xml
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-xml
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1765959606
SHA256 (php-8.1.34.tar.xz) = ffa9e0982e82eeaea848f57687b425ed173aa278fe563001310ae2638db5c251
SIZE (php-8.1.34.tar.xz) = 11903896
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Master port: lang/php81
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- phpize : lang/php81
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php81
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- This port is required by:
- for Build
-
- textproc/php81-xsl
- for Run
-
- textproc/php81-xsl
Configuration Options:
- No options to configure
- Options name:
- textproc_php81-xml
- USES:
- compiler:c11 cpe gnome localbase pkgconfig tar:xz php:ext,noflavors pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| 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 |
| Commit | Credits | Log message |
8.1.34_1 20 Dec 2025 09:00:03
    |
Muhammad Moinur Rahman (bofh)  |
lang/php81: Update version 8.1.33=>8.1.34
Changelog: https://www.php.net/ChangeLog-8.php#8.1.34
MFH: 2025Q4
(cherry picked from commit cc92034d9d9a1e2ca25eeace414a0998657928fe) |
8.1.33_1 20 Dec 2025 08:59:57
    |
Muhammad Moinur Rahman (bofh)  Author: Dima Panov |
textproc/php81-xml: fix compatibility with libxml2>=2.13
Fix compatibility issue with libxml2>=2.13 which caused parse error
on some XML files so that devel/pear work again with php81.
See https://github.com/php/php-src/issues/14834 for details.
Approved by: portmgr blanket (backport trivial fix from upstream)
(cherry picked from commit a8592eb7375ea088a96051ad62e46af739f23331) |