| Port details on branch 2020Q3 |
- php74 PHP Scripting Language
- 7.4.10 lang
=1 7.4.10Version of this port present on the latest quarterly branch. - Maintainer: tz@FreeBSD.org
 - Port Added: 2020-07-10 11:29:14
- Last Update: 2020-09-08 23:06:55
- Commit Hash: d5966b0
- People watching this port, also watch:: dspam
- Also Listed In: devel www
- 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 - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/lang/php74/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/php74
- pkg install php74
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php74
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1599249301
SHA256 (php-7.4.10.tar.xz) = c2d90b00b14284588a787b100dee54c2400e7db995b457864d66f00ad64fb010
SIZE (php-7.4.10.tar.xz) = 10298480
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- 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
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- Library dependencies:
-
- libpcre2-8.so : devel/pcre2
- libargon2.so : security/libargon2
- libxml2.so : textproc/libxml2
- This port is required by:
- for Build
-
- archivers/php74-bz2
- archivers/php74-phar
- archivers/php74-zip
- archivers/php74-zlib
- converters/php74-iconv
- converters/php74-mbstring
- databases/php74-dba
- for Run
-
- archivers/php74-bz2
- archivers/php74-phar
- archivers/php74-zip
- archivers/php74-zlib
- converters/php74-iconv
- converters/php74-mbstring
- databases/php74-dba
Configuration Options:
- ===> The following configuration options are available for php74-7.4.10:
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 settings
- Options name:
- lang_php74
- USES:
- compiler:c11 tar:xz cpe gnome pkgconfig autoreconf:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
7.4.10 08 Sep 2020 23:06:55
    |
Torsten Zuehlsdorff (tz)  |
MFH: r547952
lang/php74: Upgrade from 7.4.9 to 7.4.10
Changelog:
Core:
Fixed bug #79884 (PHP_CONFIG_FILE_PATH is meaningless).
Fixed bug #77932 (File extensions are case-sensitive).
Fixed bug #79806 (realpath() erroneously resolves link to link).
Fixed bug #79895 (PHP_CHECK_GCC_ARG does not allow flags with equal
sign).
Fixed bug #79919 (Stack use-after-scope in define()).
Fixed bug #79934 (CRLF-only line in heredoc causes parsing error).
Fixed bug #79947 (Memory leak on invalid offset type in compound
assignment).
COM:(Only the first 15 lines of the commit message are shown above ) |
7.4.10 08 Sep 2020 23:06:55
  |
tz  |
MFH: r547952
lang/php74: Upgrade from 7.4.9 to 7.4.10
Changelog:
Core:
Fixed bug #79884 (PHP_CONFIG_FILE_PATH is meaningless).
Fixed bug #77932 (File extensions are case-sensitive).
Fixed bug #79806 (realpath() erroneously resolves link to link).
Fixed bug #79895 (PHP_CHECK_GCC_ARG does not allow flags with equal
sign).
Fixed bug #79919 (Stack use-after-scope in define()).
Fixed bug #79934 (CRLF-only line in heredoc causes parsing error).
Fixed bug #79947 (Memory leak on invalid offset type in compound
assignment).
COM:(Only the first 15 lines of the commit message are shown above ) |
7.4.9 19 Aug 2020 22:02:34
    |
Torsten Zuehlsdorff (tz)  |
MFH: r545456
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).(Only the first 15 lines of the commit message are shown above ) |
7.4.9 19 Aug 2020 22:02:34
  |
tz  |
MFH: r545456
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).(Only the first 15 lines of the commit message are shown above ) |
7.4.8 10 Jul 2020 11:29:06
  |
tz  |
MFH: r541855
lang/php74: Upgrade from 7.4.7 to 7.4.8
Changelog:
Core:
Fixed bug #79595 (zend_init_fpu() alters FPU precision).
Fixed bug #79650 (php-win.exe 100% cpu lockup).
Fixed bug #79668 (get_defined_functions(true) may miss functions).
Fixed bug #79657 ("yield from" hangs when invalid value encountered).
Fixed bug #79683 (Fake reflection scope affects __toString()).
Fixed possibly unsupported timercmp() usage.
Exif:
Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes).(Only the first 15 lines of the commit message are shown above ) |
7.4.8 10 Jul 2020 11:29:05
    |
Torsten Zuehlsdorff (tz)  |
MFH: r541855
lang/php74: Upgrade from 7.4.7 to 7.4.8
Changelog:
Core:
Fixed bug #79595 (zend_init_fpu() alters FPU precision).
Fixed bug #79650 (php-win.exe 100% cpu lockup).
Fixed bug #79668 (get_defined_functions(true) may miss functions).
Fixed bug #79657 ("yield from" hangs when invalid value encountered).
Fixed bug #79683 (Fake reflection scope affects __toString()).
Fixed possibly unsupported timercmp() usage.
Exif:
Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes).(Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 6
|