Port details |
- mod_php73 PHP Scripting Language
- 7.3.30 www
=0 7.3.30Version of this port present on the latest quarterly branch. - Maintainer: tz@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2018-10-08 08:53:20
- Last Update: 2022-01-26 00:20:01
- Commit Hash: cc378fb
- 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.
WWW: https://www.php.net/
¦ ¦ ¦ ¦ ![SVNWeb - no subversion history for this port SVNWeb - no subversion history for this port](/images/subversion-greyed.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mod_php73>0:www/mod_php73
- Conflicts:
- CONFLICTS:
- php56-*
- php70-*
- php71-*
- php72-*
- No installation instructions:
- This port has been deleted.
- PKGNAME: mod_php73
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1630262714
SHA256 (php-7.3.30.tar.xz) = 0ebfd656df0f3b1ea37ff2887f8f2d1a71cd160fb0292547c0ee0a99e58ffd1b
SIZE (php-7.3.30.tar.xz) = 12142596
Packages (timestamps in pop-ups are UTC):
- Master port: lang/php73
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- apxs : www/apache24
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- Runtime dependencies:
-
- apxs : www/apache24
- Library dependencies:
-
- libpcre2-8.so : devel/pcre2
- libargon2.so : security/libargon2
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mod_php73-7.3.30:
AP2FILTER=off: Use Apache 2.x filter interface (experimental)
PHPDBG=off: Interactive PHP debugger
DEBUG=off: Build with debugging support
DTRACE=on: Build with DTrace probes
IPV6=on: IPv6 protocol support
MYSQLND=on: Build with MySQL Native Driver
LINKTHR=on: Link thread lib (for threaded extensions)
ZTS=off: Force Zend Thread Safety (ZTS) build
===> Use 'make config' to modify these settings
- Options name:
- www_mod_php73
- USES:
- tar:xz cpe gnome autoreconf:build apache:2.2+
- pkg-message:
- For install:
- 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>
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.
- Master Sites:
|
Port Moves |
- port moved to www/mod_php74 on 2022-01-26
REASON: Has expired: Security support ended on 2021-12-06
|
Number of commits found: 4
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/php73 | Commit | Credits | Log message |
7.3.30 26 Jan 2022 00:20:01
![commit hash: cc378fb60bd6ff39ac810093b5fc83cf330c1d92 commit hash: cc378fb60bd6ff39ac810093b5fc83cf330c1d92](/images/git.png) ![commit hash: cc378fb60bd6ff39ac810093b5fc83cf330c1d92 commit hash: cc378fb60bd6ff39ac810093b5fc83cf330c1d92](/images/codeberg.svg) ![commit hash: cc378fb60bd6ff39ac810093b5fc83cf330c1d92 commit hash: cc378fb60bd6ff39ac810093b5fc83cf330c1d92](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
lang/php73: Remove port
- EOL reached on 2021-12-06
https://www.php.net/eol.php
PR: 260624
Approved by: tz (private email) ale portmgr (blanket)
Sponsored by: Bounce Experts |
7.3.27 07 Apr 2021 08:09:01
![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/git.png) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/codeberg.svg) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
7.3.27 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
7.3.0.r2 08 Oct 2018 08:52:52
![Revision:481525 Revision:481525](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add PHP 7.3 RC2 to the ports-tree.
Notable changes:
- Switch from PCRE to PCRE2
- Many modules now require PCRE2 for building
- graphics/php73-gd: X11 option is no longer default
Changes to Mk/Uses/php.mk approved by ale |
Number of commits found: 4
|