| Port details |
- php83-xsl The xsl shared extension for php
- 8.3.30_1 textproc
=1 8.3.23Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2023-06-10 15:00:08
- Last Update: 2026-04-06 13:36:38
- Commit Hash: 8a2f427
- People watching this port, also watch:: monit, screen, php84-sqlite3, php84-filter, python311
- 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}xsl>0:textproc/php83-xsl
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/textproc/php83-xsl/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/php83-xsl
- pkg install php83-xsl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php83-xsl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1768382951
SHA256 (php-8.3.30.tar.xz) = 67f084d36852daab6809561a7c8023d130ca07fc6af8fb040684dd1414934d48
SIZE (php-8.3.30.tar.xz) = 12609216
Packages (timestamps in pop-ups are UTC):
- Master port: lang/php83
- 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/php83
- autoconf>0 : devel/autoconf
- dom.so : textproc/php83-dom
- xml.so : textproc/php83-xml
- Runtime dependencies:
-
- php.h : lang/php83
- dom.so : textproc/php83-dom
- xml.so : textproc/php83-xml
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- libxslt.so : textproc/libxslt
- This port is required by:
- for Run
-
- devel/pear-TheSeer_fXSL
Configuration Options:
- No options to configure
- Options name:
- textproc_php83-xsl
- USES:
- compiler:c11 cpe gnome localbase pkgconfig tar:xz php:ext,noflavors
- 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/php83 |
| Commit | Credits | Log message |
8.3.30_1 06 Apr 2026 13:36:38
    |
Muhammad Moinur Rahman (bofh)  |
textproc/php83-xsl: Remove xsltCleanupGlobals call in ext/xsl MSHUTDOWN
The call to xsltCleanupGlobals() during module shutdown can cause a
segfault in xmlHashFree() when freeing libxslt internal hash tables.
This is the same class of shutdown cleanup issue that led to
xmlCleanupParser() being removed from ext/libxml. The process is about
to exit and the OS will reclaim all memory, making the explicit cleanup
both unnecessary and harmful. |
8.3.23 03 Jul 2025 18:38:27
    |
Muhammad Moinur Rahman (bofh)  |
lang/php83: Update version 8.3.22=>8.3.23
Changelog: https://www.php.net/ChangeLog-8.php#8.3.23
Security: CVE-2025-1220
Security: CVE-2025-1735
Security: CVE-2025-6491
MFH: 2025Q3 |
8.3.22_1 30 Jun 2025 09:04:22
    |
Baptiste Daroussin (bapt)  |
libxml2: chase libxml soversion bump |
8.3.0 23 Nov 2023 22:02:57
    |
Muhammad Moinur Rahman (bofh)  |
lang/php83: Update version 8.3.0RC6=>8.3.0
- Switch to system pcre
- Switch to libenchant-2 for enchant extension
- Switch to panda-cclient for imap extension and remove cclient OPTION
as this has been marked DEPRECATED
- Remove option for mysqli as mysqli no longer supports external mysql
- Switch to libedit for readline extension
Changelog: https://www.php.net/ChangeLog-8.php#8.3.0 |
8.3.0.a1 10 Jun 2023 14:57:35
    |
Muhammad Moinur Rahman (bofh)  |
*/*php83*: Sunrise
Please DO NOT use this version in production, it is an early test
version.
For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING
Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS
Sponsored by: Bounce Experts |