Port details |
- php74-imap The imap shared extension for php
- 7.4.33 mail
=2 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:: rsync, p5-MIME-Tools, php81-pear, indexinfo
- 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}imap>0:mail/php74-imap
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: php74-imap
- 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
- phpize : lang/php74
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php74
- Library dependencies:
-
- libc-client.so.2010 : mail/panda-cclient
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for php74-imap-7.4.33:
====> Options available for the radio CLIENT: you can only select none or one of them
CCLIENT=off: Uses the original but unmaintained cclient
PANDA=on: Uses the forked panda-cclient instead of the original cclient
===> Use 'make config' to modify these settings
- Options name:
- mail_php74-imap
- USES:
- compiler:c11 tar:xz cpe gnome pkgconfig php:ext,noflavors ssl
- 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/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.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.29_1 19 Apr 2022 20:49:43 |
Thierry Thomas (thierry) |
lang/php??, mail/php*-imap: chase panda-cclient |
7.4.24 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
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.9 19 Aug 2020 21:31:23 |
tz |
lang/php74: Update from 7.4.8 to 7.4.9
Changelog:
Apache:
Fixed bug #79030 (Upgrade apache2handler's
php_apache_sapi_get_request_time to return usec).
COM:
Fixed bug #63208 (BSTR to PHP string conversion not binary safe).
Fixed bug #63527 (DCOM does not work with Username, Password parameter).
Core:
Fixed bug #79740 (serialize() and unserialize() methods can not be
called statically).
Fixed bug #79783 (Segfault in php_str_replace_common).
Fixed bug #79778 (Assertion failure if dumping closure with unresolved
static variable).
Fixed bug #79779 (Assertion failure when assigning property of string
offset by reference).
Fixed bug #79792 (HT iterators not removed if empty array is destroyed). (Only the first 15 lines of the commit message are shown above ) |
7.4.8_1 13 Jul 2020 13:32:28 |
tz |
mail/php7[2-4]-imap: change client from cclient to panda-cclient
There are some reports about PHP crashes, when using php-imap
(especially with OpenSSL and TSL 1.3). All this problems went away,
when using the panda-cclient instead of the old cclient.
Therefore we make the panda-cclient the new default,
but still allow cclient in order to allow backwards compatibility.
Special thanks to bofh for figuring out the complex details and
the solution!
Special thanks to Jason for being patience and
helpful about so many months!
Reported by: Jason de Cordoba <jason@aventia.pw>
Reviewed by: bofh
Sponsored by: Bounce Experts |
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 |