Port details |
- php83-opcache The opcache shared extension for php
- 8.3.11 www =3 8.3.1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2023-06-10 15:00:08
- Last Update: 2023-12-22 01:24:35
- Commit Hash: 58de784
- People watching this port, also watch:: libXdamage, libevent, xcb-util-image, yarn-node20, phpsysinfo-php82
- 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/php83-opcache
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/php83-opcache/ && make install clean
- To add the package, run one of these commands:
- pkg install www/php83-opcache
- pkg install php83-opcache
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php83-opcache
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1725002572
SHA256 (php-8.3.11.tar.xz) = b862b098a08ab9bf4b36ed12c7d0d9f65353656b36fb0e3c5344093aceb35802
SIZE (php-8.3.11.tar.xz) = 12481420
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:
-
- phpize : lang/php83
- autoconf>0 : devel/autoconf
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- php.h : lang/php83
- This port is required by:
- for Run
-
- lang/php83-extensions
Configuration Options:
- No options to configure
- Options name:
- www_php83-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/php83 |
Commit | Credits | Log message |
8.3.1 22 Dec 2023 01:24:35 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.0=>8.3.1
- php modules while build with system pcre fails to run when using
apache httpd and mod_php. So OPTIONIZE and add as a non-DEFAULT
option. However to my knowledge and experience I haven't faced this
with nginx and php-fpm yet. [1]
- There is another corner case with apache httpd and mod_php when run
on 13.2-RELEASE or newer specially on versions where ASLR is by default
turned on. All modules specialy opcache crashes httpd. So add a
warning message to advise users to move into php-fpm. [2]
Thanks to brnrd@ for the patch. [2]
Changelog: https://www.php.net/ChangeLog-8.php#8.3.1
PR: 275522 [1], 268318 [2]
Reported by: majo-bugs.freebsd.org@cerny.sk [1], zarychtam@plan-b.pwste.edu.pl
[2] |
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 |