notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
php80-opcache The opcache shared extension for php
8.0.30 www on this many watch lists=2 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.0.11Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Upstream support ends on 2023-11-26
Expiration Date EXPIRATION DATE: 2023-12-31
Maintainer: tz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-10-21 22:59:42
Last Update: 2021-10-16 09:51:39
Commit Hash: 4460cf7
People watching this port, also watch:: php80-filter, zip, tmux, coreutils, smartmontools
License: PHP301
Description:
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/php80-opcache-8.0.30/catalog.mk
  2. /usr/local/share/licenses/php80-opcache-8.0.30/LICENSE
  3. /usr/local/share/licenses/php80-opcache-8.0.30/PHP301
Collapse this list.
Dependency lines:
  • php80-opcache>0:www/php80-opcache
Conflicts:
CONFLICTS_INSTALL:
  • php[0-9][0-9]-opcache
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/www/php80-opcache/ && make install clean
To add the package, run one of these commands:
  • pkg install www/php80-opcache
  • pkg install php80-opcache
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: php80-opcache
Flavors: there is no flavor information for this port.
distinfo:

Packages (timestamps in pop-ups are UTC):
php80-opcache
ABIlatestquarterly
FreeBSD:12:aarch64-8.0.29
FreeBSD:12:amd648.0.308.0.29
FreeBSD:12:armv6--
FreeBSD:12:armv7--
FreeBSD:12:i3868.0.308.0.29
FreeBSD:12:mips--
FreeBSD:12:mips64--
FreeBSD:12:powerpc64-8.0.6
FreeBSD:13:aarch648.0.308.0.29
FreeBSD:13:amd648.0.308.0.29
FreeBSD:13:armv68.0.18.0.29
FreeBSD:13:armv78.0.308.0.29
FreeBSD:13:i3868.0.308.0.29
FreeBSD:13:mips--
FreeBSD:13:mips648.0.18.0.2
FreeBSD:13:powerpc648.0.0_18.0.29
FreeBSD:13:riscv64-8.0.20
FreeBSD:14:aarch648.0.30-
FreeBSD:14:amd648.0.30-
FreeBSD:14:armv68.0.27-
FreeBSD:14:armv78.0.30-
FreeBSD:14:i3868.0.30-
FreeBSD:14:mips--
FreeBSD:14:mips648.0.15-
FreeBSD:14:powerpc64--
FreeBSD:14:riscv648.0.13-
FreeBSD:15:amd648.0.30-
FreeBSD:15:armv6--
FreeBSD:15:armv78.0.30-
FreeBSD:15:i3868.0.30-
FreeBSD:15:mips64--
FreeBSD:15:powerpc64--
FreeBSD:15:riscv64--
 
Master port: lang/php80
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. phpize : lang/php80
  2. autoconf>0 : devel/autoconf
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. php.h : lang/php80
This port is required by:
for Run
  1. lang/php80-extensions

Deleted ports which required this port:

Expand this list of 4 deleted ports
  1. www/moodle310*
  2. www/moodle311*
  3. www/moodle39*
  4. www/moodle40*
  5. 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:
Options name:
USES:
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 www/php74-opcache on 2022-12-25
    REASON: Has expired: Security support ended on 2022-11-22

Number of commits found: 7

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/php80
CommitCreditsLog message
8.0.11
16 Oct 2021 09:51:39
commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4acommit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4acommit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4acommit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
*: fix tab vs. space issues, and comments according to the guide.
8.0.7
04 Jun 2021 20:44:41
commit hash:c4d81d7c8bc890a3f43ede1c9dc4fde0e4dd92ddcommit hash:c4d81d7c8bc890a3f43ede1c9dc4fde0e4dd92ddcommit hash:c4d81d7c8bc890a3f43ede1c9dc4fde0e4dd92ddcommit hash:c4d81d7c8bc890a3f43ede1c9dc4fde0e4dd92dd files touched by this commit
Torsten Zuehlsdorff (tz) search for other commits by this committer
lang/php80: Upgrade from 8.0.6 to 8.0.7

Changelog:

    Core:
        Fixed bug #80960 (opendir() warning wrong info when failed on Windows).
        Fixed bug #67792 (HTTP Authorization schemes are treated as
case-sensitive).
        Fixed bug #80972 (Memory exhaustion on invalid string offset).
    FPM:
        Fixed bug #65800 (Events port mechanism).
    FTP:
        Fixed bug #80901 (Info leak in ftp extension).
        Fixed bug #79100 (Wrong FTP error messages).
    GD:
        Fixed bug #81032 (GD install is affected by external libgd
installation).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
8.0.3
07 Apr 2021 08:09:01
commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash:cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash:cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
8.0.3
06 Apr 2021 14:31:07
commit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
8.0.3
06 Mar 2021 01:34:35
Revision:567450Original commit files touched by this commit
tz search for other commits by this committer
lang/php80: Update from 8.0.2 to 8.0.3

Changelog:

    Core:
        Fixed #80706 (mail(): Headers after Bcc headers may be ignored).
    DOM:
        Fixed bug #80600 (DOMChildNode::remove() doesn't work on CharacterData
nodes).
    Gettext:
        Fixed bug #53251 (bindtextdomain with null dir doesn't return old
value).
    MySQLnd:
        Fixed bug #78680 (mysqlnd's mysql_clear_password does not transmit
null-terminated password).
        Fixed bug #80713 (SegFault when disabling ATTR_EMULATE_PREPARES and
MySQL 8.0).
    MySQLi:
        Fixed bug #74779 (x() and y() truncating floats to integers).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
8.0.0_1
09 Jan 2021 00:01:50
Revision:560820Original commit files touched by this commit
samm search for other commits by this committer
Fix JIT support in the PHP8 build

Approved by:		tz
Differential Revision:	https://reviews.freebsd.org/D28042
8.0.0.r2
21 Oct 2020 22:58:51
Revision:552906Original commit files touched by this commit
tz search for other commits by this committer
Welcome PHP 8.0 RC 2 to the ports tree

There are many greater changes including:
- json is now part of core
- xmlrpc is removed
- More than 150 backward incompatible changes

Have a look at: https://github.com/php/php-src/blob/php-8.0.0RC2/UPGRADING

Reviewed by:	ale, mfechner, Pascal Christen
Sponsored by:	PHP Update Service
Differential Revision:	https://reviews.freebsd.org/D26848

Number of commits found: 7