| Port details on branch 2020Q3 |
- php73 PHP Scripting Language
- 7.3.22 lang
=0 7.3.22Version of this port present on the latest quarterly branch. - Maintainer: tz@FreeBSD.org
 - Port Added: 2020-07-10 11:28:10
- Last Update: 2020-09-08 23:05:21
- Commit Hash: 2340b75
- 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:
- php56-*
- php70-*
- php71-*
- php72-*
- To install the port:
- cd /usr/ports/lang/php73/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/php73
- pkg install php73
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php73
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1599249335
SHA256 (php-7.3.22.tar.xz) = 0e66606d3bdab5c2ae3f778136bfe8788e574913a3d8138695e54d98562f1fb5
SIZE (php-7.3.22.tar.xz) = 12134212
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:
-
- 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/php73-bz2
- archivers/php73-phar
- archivers/php73-zip
- archivers/php73-zlib
- converters/php73-iconv
- converters/php73-mbstring
- converters/php73-recode
- for Run
-
- archivers/php73-bz2
- archivers/php73-phar
- archivers/php73-zip
- archivers/php73-zlib
- converters/php73-iconv
- converters/php73-mbstring
- converters/php73-recode
Configuration Options:
- ===> The following configuration options are available for php73-7.3.22:
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_php73
- USES:
- tar:xz cpe gnome 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.3.22 08 Sep 2020 23:05:21
    |
Torsten Zuehlsdorff (tz)  |
MFH: r547951
lang/php73: Upgrade from 7.3.21 to 7.3.22
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).
COM:
Fixed bug #48585 (com_load_typelib holds reference, fails on second
call).(Only the first 15 lines of the commit message are shown above ) |
7.3.22 08 Sep 2020 23:05:21
  |
tz  |
MFH: r547951
lang/php73: Upgrade from 7.3.21 to 7.3.22
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).
COM:
Fixed bug #48585 (com_load_typelib holds reference, fails on second
call).(Only the first 15 lines of the commit message are shown above ) |
7.3.21 19 Aug 2020 22:01:00
    |
Torsten Zuehlsdorff (tz)  |
MFH: r545455
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).(Only the first 15 lines of the commit message are shown above ) |
7.3.21 19 Aug 2020 22:01:00
  |
tz  |
MFH: r545455
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).(Only the first 15 lines of the commit message are shown above ) |
7.3.20 10 Jul 2020 11:28:05
    |
Torsten Zuehlsdorff (tz)  |
MFH: r541854
lang/php73: Update from 7.3.19 to 7.3.20
Changelog:
Core:
Fixed bug #79650 (php-win.exe 100% cpu lockup).
Fixed bug #79668 (get_defined_functions(true) may miss functions).
Fixed possibly unsupported timercmp() usage.
Exif:
Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes).
Filter:
Fixed bug #73527 (Invalid memory access in php_filter_strip).
GD:(Only the first 15 lines of the commit message are shown above ) |
7.3.20 10 Jul 2020 11:28:05
  |
tz  |
MFH: r541854
lang/php73: Update from 7.3.19 to 7.3.20
Changelog:
Core:
Fixed bug #79650 (php-win.exe 100% cpu lockup).
Fixed bug #79668 (get_defined_functions(true) may miss functions).
Fixed possibly unsupported timercmp() usage.
Exif:
Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes).
Filter:
Fixed bug #73527 (Invalid memory access in php_filter_strip).
GD:(Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 6
|