Port details |
- php81-opcache The opcache shared extension for php
- 8.1.29_1 www =5 8.1.27Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream EOL reaches on 2025-12-31
EXPIRATION DATE: 2025-12-31
- Maintainer: bofh@FreeBSD.org
- Port Added: 2021-12-29 02:21:11
- Last Update: 2023-12-22 01:24:36
- Commit Hash: 66f32c9
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}opcache>0:www/php81-opcache
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/php81-opcache/ && make install clean
- To add the package, run one of these commands:
- pkg install www/php81-opcache
- pkg install php81-opcache
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-opcache
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1722079462
SHA256 (php-8.1.29.tar.xz) = 288884af60581d4284baba2ace9ca6d646f72facbd3e3c2dd2acc7fe6f903536
SIZE (php-8.1.29.tar.xz) = 11826292
Packages (timestamps in pop-ups are UTC):
- Master port: lang/php81
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php81
- autoconf>0 : devel/autoconf
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- php.h : lang/php81
- This port is required by:
- for Run
-
- lang/php81-extensions
- www/moodle41
-
Deleted ports which required this port:
- * - 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:
- www_php81-opcache
- USES:
- php:zend,noflavors 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/php81 |
Commit | Credits | Log message |
8.1.27 22 Dec 2023 01:24:36 |
Muhammad Moinur Rahman (bofh) |
lang/php81: Update version 8.1.26=>8.1.27
- Remove unnecesary patches from devel/php82-readline [1]
Changelog: https://www.php.net/ChangeLog-8.php#8.1.27
PR: 275795 [1]
Reported by: x0r+freebsd@x0r.fr [1] |
8.1.3 18 Feb 2022 14:23:10 |
Muhammad Moinur Rahman (bofh) |
lang/php81: Update version 8.1.2=>8.1.3
Core:
Fixed bug #81430 (Attribute instantiation leaves dangling pointer).
Fixed bug #7896 (Environment vars may be mangled on Windows).
Fixed bug #7883 (Segfault when INI file is not readable).
FFI:
Fixed bug #7867 (FFI::cast() from pointer to array is broken).
Filter:
Fix #81708: UAF due to php_filter_float() failing for ints. (CVE-2021-21708)
FPM:
Fixed memory leak on invalid port.
Fixed bug #7842 (Invalid OpenMetrics response format returned by FPM status
page.
MBString:
Fixed bug #7902 (mb_send_mail may delimit headers with LF only). (Only the first 15 lines of the commit message are shown above ) |
8.1.2_1 26 Jan 2022 17:11:34 |
Muhammad Moinur Rahman (bofh) |
www/php81-opcache: Fix zend extension
- Somehow the php:zend in lang/php81 Makefile is not properly read and
using the default php:ext. For now fix it by adding it to the slave
ports.
PR: 261488
Reported by: mfburdett@gmail.com |
8.1.1 29 Dec 2021 02:09:08 |
Muhammad Moinur Rahman (bofh) |
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 ) |