| 
	
		| Port details on branch 2021Q3 |  | 
 php74 PHP Scripting Language
 7.4.24 lang  =0          7.4.24Version of this port present on the latest quarterly branch.Maintainer: tz@FreeBSD.org Port Added: 2021-07-10 00:57:42Last Update: 2021-09-29 09:55:57Commit Hash: be45b7fAlso Listed In: devel wwwLicense: PHP301WWW: 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-plistUSE_RC_SUBR (Service Scripts)
no SUBR information found for this portDependency lines:
Conflicts:CONFLICTS:
To install the port: cd /usr/ports/lang/php74/ && make install cleanTo add the package, run one of these commands:NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.pkg install lang/php74pkg install php74
PKGNAME: php74Flavors: there is no flavor information for this port.distinfo:TIMESTAMP = 1632771540
SHA256 (php-7.4.24.tar.xz) = ff7658ee2f6d8af05b48c21146af5f502e121def4e76e862df5ec9fa06e98734
SIZE (php-7.4.24.tar.xz) = 10372816 
Packages (timestamps in pop-ups are UTC):
 
DependenciesNOTE: FreshPorts displays only information on required and default dependencies.  Optional dependencies are not covered.Build dependencies:
pkgconf>=1.3.0_1 : devel/pkgconfautoconf>=2.69 : devel/autoconfautomake>=1.16.1 : devel/automake
Library dependencies:
libpcre2-8.so : devel/pcre2libargon2.so : security/libargon2libxml2.so : textproc/libxml2
This port is required by:for Build
					            
archivers/php74-bz2archivers/php74-phararchivers/php74-ziparchivers/php74-zlibconverters/php74-iconvconverters/php74-mbstringdatabases/php74-dba
for Run
					            
archivers/php74-bz2archivers/php74-phararchivers/php74-ziparchivers/php74-zlibconverters/php74-iconvconverters/php74-mbstringdatabases/mantis
Configuration Options:
===> The following configuration options are available for php74-7.4.24:
     CLI=on: Build CLI version
     CGI=on: Build CGI version
     FPM=on: Build FPM version
     EMBED=on: Build embedded library
     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 settingsOptions name:lang_php74USES:compiler:c11 tar:xz cpe gnome pkgconfig autoreconf:buildFreshPorts was unable to extract/find any pkg message
Master Sites: |  Number of commits found: 4 
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |  | Commit | Credits | Log message | 
|---|
 | 7.4.24 29 Sep 2021 09:55:57
 
       | Torsten Zuehlsdorff (tz)  | lang/php74: Update from 7.4.23 to 7.4.24
Changelog:
    Core:
        Fixed bug #81302 (Stream position after stream filter removed).
        Fixed bug #81346 (Non-seekable streams don't update position after
write).
        Fixed bug #73122 (Integer Overflow when concatenating strings).
    GD:
        Fixed bug #53580 (During resize gdImageCopyResampled cause colors
change).
    Opcache:
        Fixed bug #81353 (segfault with preloading and statically bound
closure).
    Shmop:
        Fixed bug #81407 (shmop_open won't attach and causes php to crash).
    Standard:(Only the first 15 lines of the commit message are shown above ) |  | 7.4.23 29 Aug 2021 20:50:40
 
       | Torsten Zuehlsdorff (tz)  | lang/php74: Upgrade from 7.4.22 to 7.4.23
Changelog:
    Core:
        Fixed bug #72595 (php_output_handler_append illegal write access).
        Fixed bug #66719 (Weird behaviour when using get_called_class() with
call_user_func()).
        Fixed bug #81305 (Built-in Webserver Drops Requests With "Upgrade"
Header).
    BCMath:
        Fixed bug #78238 (BCMath returns "-0").
    CGI:
        Fixed bug #80849 (HTTP Status header truncation).
    GD:
        Fixed bug #51498 (imagefilledellipse does not work for large circles).
    MySQLi:(Only the first 15 lines of the commit message are shown above ) |  | 7.4.22 31 Jul 2021 21:31:57
 
       | Torsten Zuehlsdorff (tz)  | lang/php74: Update from 7.4.21 to 7.4.22
Changelog:
    Core:
        Fixed bug #81145 (copy() and stream_copy_to_stream() fail for +4GB
files).
        Fixed bug #81163 (incorrect handling of indirect vars in __sleep).
        Fixed bug #80728 (PHP built-in web server resets timeout when it can
kill the process).
        Fixed bug #73630 (Built-in Weberver - overwrite
$_SERVER['request_uri']).
        Fixed bug #80173 (Using return value of zend_assign_to_variable() is not
safe).
        Fixed bug #73226 (--r[fcez] always return zero exit code).
    Intl:
        Fixed bug #72809 (Locale::lookup() wrong result with canonicalize
option).
        Fixed bug #68471 (IntlDateFormatter fails for "GMT+00:00" timezone).
        Fixed bug #74264 (grapheme_strrpos() broken for negative offsets).(Only the first 15 lines of the commit message are shown above ) |  | 7.4.21 05 Jul 2021 21:32:42
 
       | Torsten Zuehlsdorff (tz)  | lang/php74: Update from 7.4.20 to 7.4.21
Changelog:
    Core:
        Fixed bug #81068 (Double free in realpath_cache_clean()).
        Fixed bug #76359 (open_basedir bypass through adding "..").
        Fixed bug #81090 (Typed property performance degradation with .=
operator).
        Fixed bug #81070 (Integer underflow in memory limit comparison).
        Fixed bug #81122 (SSRF bypass in FILTER_VALIDATE_URL). (CVE-2021-21705)
    Bzip2:
        Fixed bug #81092 (fflush before stream_filter_remove corrupts stream).
    OpenSSL:
        Fixed bug #76694 (native Windows cert verification uses CN as sever
name).
    PDO_Firebird:
        Fixed bug #76448 (Stack buffer overflow in firebird_info_cb).
(CVE-2021-21704)
        Fixed bug #76449 (SIGSEGV in firebird_handle_doer). (CVE-2021-21704)
        Fixed bug #76450 (SIGSEGV in firebird_stmt_execute). (CVE-2021-21704)
        Fixed bug #76452 (Crash while parsing blob data in firebird_fetch_blob).
(CVE-2021-21704)
    Standard:
        Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion").
Sponsored by:	Bounce Experts
(cherry picked from commit bc406bce1549423d3bbc85170abe393f4dcccfba) |  Number of commits found: 4 |