Port details |
- mod_php82 PHP Scripting Language (8.2.X branch)
- 8.2.26 www =6 8.2.1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2022-06-11 21:06:06
- Last Update: 2023-01-25 21:13:29
- Commit Hash: 8ea662c
- People watching this port, also watch:: p5-CGI, freetype2, perl5, libxml2, zstd
- Also Listed In: devel
- 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:
-
- mod_php82>0:www/mod_php82
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/mod_php82/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mod_php82
- pkg install mod_php82
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mod_php82
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1732354143
SHA256 (php-8.2.26.tar.xz) = 54747400cb4874288ad41a785e6147e2ff546cceeeb55c23c00c771ac125c6ef
SIZE (php-8.2.26.tar.xz) = 12138868
Packages (timestamps in pop-ups are UTC):
- Master port: lang/php82
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- re2c>0 : devel/re2c
- pkgconf>=1.3.0_1 : devel/pkgconf
- apxs : www/apache24
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- Runtime dependencies:
-
- apxs : www/apache24
- Library dependencies:
-
- libargon2.so : security/libargon2
- libpcre2-8.so : devel/pcre2
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mod_php82-8.2.26:
AP2FILTER=off: Use Apache 2.x filter interface (experimental)
DEBUG=off: Build with debugging support
DTRACE=on: Build with DTrace probes
IPV6=on: IPv6 protocol support
LINKTHR=on: Link thread lib (for threaded extensions)
MYSQLND=on: Build with MySQL Native Driver
PCRE=on: Use system pcre instead of bundled one
PHPDBG=off: Interactive PHP debugger
ZTS=off: Force Zend Thread Safety (ZTS) build
===> Use 'make config' to modify these settings
- Options name:
- www_mod_php82
- USES:
- compiler:c11 cpe gnome localbase pkgconfig tar:xz autoreconf:build ssl apache
- pkg-message:
- ******************************************************************************
Consider switching to php-fpm and mod_fast_cgi as per Apache httpd project
recommendation. See https://cwiki.apache.org/confluence/display/HTTPD/PHP-FPM
******************************************************************************
If you are building PHP-based ports in poudriere(8) or Synth with ZTS enabled,
add WITH_MPM=event to /etc/make.conf to prevent build failures.
******************************************************************************
Make sure index.php is part of your DirectoryIndex.
You should add the following to your Apache configuration file:
<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>
******************************************************************************
- 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/php82 |
Commit | Credits | Log message |
8.2.1 25 Jan 2023 21:13:29 |
Muhammad Moinur Rahman (bofh) |
www/mod_php8*: Fix build
USES=apache must be called before bsd.pre.port.mk however this was
overridden using an include clause. During my previous commit on
refactoring apache.mk these include blocks were deleted which causes
failure to the build of these port as USES=apache in preport.mk is never
called. This commit changes and refactors the code.
Fixes: 40843b1 Mk/Uses/apache.mk: Refactor after removal of older versions |
8.2.0 08 Dec 2022 16:55:12 |
Muhammad Moinur Rahman (bofh) |
lang/php82: Update version 8.2.0RC7=>8.2.0
This is the first production release of 8.2.X lineup and is safe to use
in production contrary to the previous commits which were development
versions.
Check the Relnotes for the Changesets of this production release.
Relnotes: https://www.php.net/ChangeLog-8.php#8.2.0
Sponsored by: Bounce Experts |
8.2.0.a3_1 09 Jul 2022 16:04:31 |
Muhammad Moinur Rahman (bofh) |
www/mod_php82: Fix CONFLICTS_INSTALL
Reported by: vvd@unislabs.com
Sponsored by: Bounce Experts |
8.2.0.a1 11 Jun 2022 21:02:49 |
Muhammad Moinur Rahman (bofh) |
*/*php82*: Welcome php 8.2.0 Alpha 1
Please DO NOT use this version in production, it is an early test
version.
port-committers@ please DO NOT mark your ports IGNORE_WITH_PHP=82. A
build is running to check all php ports with php82 and will be
committed in batch tomorrow.
Sponsored by: Bounce Experts |