Port details |
- mod_php74 PHP Scripting Language
- 7.4.33 www
=4 7.4.33Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream Security Support ends on 2022-11-28
This port expired on: 2022-11-29
- Maintainer: tz@FreeBSD.org
- Port Added: 2019-09-20 12:21:31
- Last Update: 2022-12-25 19:36:42
- Commit Hash: 0d310d7
- People watching this port, also watch:: p5-HTML-Parser, p11-kit, p5-HTML-Tagset
- 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_php74>0:www/mod_php74
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: mod_php74
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1667595170
SHA256 (php/php-7.4.33.tar.xz) = 924846abf93bc613815c55dd3f5809377813ac62a9ec4eb3778675b82a27b927
SIZE (php/php-7.4.33.tar.xz) = 10420144
Packages (timestamps in pop-ups are UTC):
- Master port: lang/php74
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- apxs : www/apache24
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : 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_php74-7.4.33:
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_php74
- USES:
- compiler:c11 tar:xz cpe gnome pkgconfig autoreconf:build apache:2.2+
- pkg-message:
- ******************************************************************************
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:
|
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/php74 |
Commit | Credits | Log message |
7.4.33 25 Dec 2022 19:36:42 |
Muhammad Moinur Rahman (bofh) |
*/*php74*: Sunset php 7.4
As per upstream php 7.4 has reached it's EOL on 2022-11-22. Remove php74
from the tree. Default version of php has already been switched to 8.1.
Approved by: portmgr (blanket infrastructure)
Sponsored by: Bounce Experts |
7.4.33 05 Nov 2022 14:19:15 |
Muhammad Moinur Rahman (bofh) |
lang/php74: Update version 7.4.32=>7.4.33
* GD:
- Fixed bug #81739: OOB read due to insufficient input validation in
imageloadfont(). (CVE-2022-31630)
* Hash:
- Fixed bug #81738: buffer overflow in hash_update() on long parameter
(CVE-2022-37454)
Approved by: tz (By private mail)
Relnotes: https://www.php.net/ChangeLog-7.php#7.4.33
Sponsored by: Bounce Experts |
7.4.30_1 09 Jul 2022 16:04:30 |
Muhammad Moinur Rahman (bofh) |
www/mod_php74: Fix CONFLICTS_INSTALL
- After d4b3ad6 mod_php* ports creates CONFLICTS with php* ports itself
- Adopt port
Reported by: vvd@unislabs.com
Fixes: d4b3ad make CONFLICTS_INSTALL visible to PHP module ports
MFH: 2022Q3
Sponsored by: Bounce Experts |
7.4.30 10 Jun 2022 13:34:22 |
Muhammad Moinur Rahman (bofh) |
lang/php74: Update version 7.4.29=>7.4.30
- mysqlnd:
Fixed bug #81719: mysqlnd/pdo password buffer overflow.
(CVE-2022-31626)
- pgsql:
Fixed bug #81720: Uninitialized array in pg_query_params().
(CVE-2022-31625)
Approved by: tz (private email)
Relnotes: https://www.php.net/ChangeLog-7.php#7.4.30
Sponsored by: Bounce Experts |
7.4.28_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
7.4.28_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
7.4.16 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
7.4.16 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.4.0.r1 20 Sep 2019 12:21:12 |
tz |
Welcome PHP 7.4 RC 1 in the ports-tree.
There are many greater changes including:
- New module ffi
- Remove interbase module
- Remove recode module
- Remove wddx module
- Many modules changes the build switches
- Many modules changes the config format, so patches needed to be recreated
Special thanks to tobik and ale for their support.
Reviewed by: tobik, ale, joneum
Sponsored by: PHP Update Service
Differential Revision: https://reviews.freebsd.org/D21349 |