Port details |
- php73-imap The imap shared extension for php
- 7.3.31 mail
=0 7.3.31Version of this port present on the latest quarterly branch.
- Maintainer: tz@FreeBSD.org
- Port Added: 2018-10-08 08:53:20
- Last Update: 2022-01-26 00:20:01
- Commit Hash: cc378fb
- 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/
- ¦ ¦ ¦ ¦
- 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/php73-imap
- No installation instructions:
- This port has been deleted.
- PKGNAME: php73-imap
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1632774611
SHA256 (php-7.3.31.tar.xz) = d1aa8f44595d01ac061ff340354d95e146d6152f70e799b44d6b8654fb45cbcc
SIZE (php-7.3.31.tar.xz) = 12142912
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:
-
- phpize : lang/php73
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php73
- Library dependencies:
-
- libc-client4.so.10 : mail/panda-cclient
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for php73-imap-7.3.31:
====> 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_php73-imap
- USES:
- tar:xz cpe gnome 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/php73 |
Commit | Credits | Log message |
7.3.31 26 Jan 2022 00:20:01 |
Muhammad Moinur Rahman (bofh) |
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.31 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
7.3.27 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
7.3.27 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.3.21 19 Aug 2020 21:30:32 |
tz |
lang/php73: Update from 7.3.20 to 7.3.21
Changelog:
Apache:
Fixed bug #79030 (Upgrade apache2handler's
php_apache_sapi_get_request_time to return usec).
Core:
Fixed bug #79877 (getimagesize function silently truncates after a null
byte).
Fixed bug #79778 (Assertion failure if dumping closure with unresolved
static variable).
Fixed bug #79792 (HT iterators not removed if empty array is destroyed).
COM:
Fixed bug #63208 (BSTR to PHP string conversion not binary safe).
Fixed bug #63527 (DCOM does not work with Username, Password parameter).
Curl:
Fixed bug #79741 (curl_setopt CURLOPT_POSTFIELDS asserts on object with
declared properties). (Only the first 15 lines of the commit message are shown above ) |
7.3.20_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.3.0 07 Dec 2018 07:50:31 |
tz |
lang/php73: Upgrade from RC6 to 7.3.0
Changelog: http://www.php.net/ChangeLog-7.php#7.3.0 |
7.3.0.r6 23 Nov 2018 10:28:43 |
joneum |
Update to RC6
Changelog: https://github.com/php/php-src/blob/php-7.3.0RC6/NEWS
Approved by: tz (implicit)
Sponsored by: Netzkommune GmbH |
7.3.0.r5_1 22 Nov 2018 11:53:54 |
joneum |
Disable rsh/ssh functionality in imap by default (php bug #77153).
PR: 233384
Submitted by: joneum
Approved by: tz (implicit)
MFH: 2018Q4
Security: ec49f6b5-ee39-11e8-b2f4-74d435b63d51
Sponsored by: Netzkommune GmbH |
7.3.0.r2 08 Oct 2018 08:52:52 |
tz |
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 |