notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
php81-ftp The ftp shared extension for php
8.1.26_1 ftp on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 8.1.1Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-12-29 02:21:11
Last Update: 2021-12-29 02:09:08
Commit Hash: 44e99de
People watching this port, also watch:: screen, php81-mbstring, bind916, libunwind, monit
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/php81-ftp-8.1.26_1/catalog.mk
  2. /usr/local/share/licenses/php81-ftp-8.1.26_1/LICENSE
  3. /usr/local/share/licenses/php81-ftp-8.1.26_1/PHP301
Collapse this list.
Dependency lines:
  • php81-ftp>0:ftp/php81-ftp
Conflicts:
CONFLICTS_INSTALL:
  • php[0-9][0-9]-ftp
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/ftp/php81-ftp/ && make install clean
To add the package, run one of these commands:
  • pkg install ftp/php81-ftp
  • pkg install php81-ftp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: php81-ftp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1700690550 SHA256 (php-8.1.26.tar.xz) = 17f87133596449327451ad4b8d9911bfaea59ff5109f3a6f2bb679f967a8ea0f SIZE (php-8.1.26.tar.xz) = 11809448

Packages (timestamps in pop-ups are UTC):
php81-ftp
ABIlatestquarterly
FreeBSD:12:aarch64-8.1.24
FreeBSD:12:amd648.1.268.1.24
FreeBSD:12:armv6--
FreeBSD:12:armv7--
FreeBSD:12:i3868.1.268.1.24
FreeBSD:12:mips--
FreeBSD:12:mips64--
FreeBSD:12:powerpc64--
FreeBSD:13:aarch648.1.268.1.24
FreeBSD:13:amd648.1.268.1.24
FreeBSD:13:armv6-8.1.20
FreeBSD:13:armv78.1.268.1.24
FreeBSD:13:i3868.1.268.1.24
FreeBSD:13:mips--
FreeBSD:13:mips64--
FreeBSD:13:powerpc64-8.1.24
FreeBSD:13:riscv64-8.1.9
FreeBSD:14:aarch648.1.258.1.24
FreeBSD:14:amd648.1.268.1.24
FreeBSD:14:armv68.1.14-
FreeBSD:14:armv78.1.258.1.24
FreeBSD:14:i3868.1.268.1.24
FreeBSD:14:mips--
FreeBSD:14:mips648.1.2-
FreeBSD:14:powerpc648.1.208.1.24
FreeBSD:14:riscv64--
FreeBSD:15:aarch648.1.25-
FreeBSD:15:amd648.1.26-
FreeBSD:15:armv6--
FreeBSD:15:armv78.1.25-
FreeBSD:15:i3868.1.26-
FreeBSD:15:mips64--
FreeBSD:15:powerpc648.1.23-
FreeBSD:15:riscv64--
 
Master port: lang/php81
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
  2. phpize : lang/php81
  3. autoconf>0 : devel/autoconf
Runtime dependencies:
  1. php.h : lang/php81
This port is required by:
for Run
  1. chinese/wordpress-zh_CN
  2. chinese/wordpress-zh_TW
  3. french/wordpress
  4. ftp/net2ftp
  5. ftp/pear-Net_FTP
  6. ftp/phpwebftp
  7. german/wordpress
Expand this list (11 items / 4 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. japanese/wordpress
  3. russian/wordpress
  4. sysutils/froxlor
  5. www/wordpress
  6. Collapse this list.

Configuration Options:
No options to configure
Options name:
ftp_php81-ftp
USES:
compiler:c11 cpe gnome localbase pkgconfig tar:xz php:ext,noflavors pkgconfig ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://raw.githubusercontent.com/php/web-php-distributions/master/
  2. https://www.php.net/distributions/
Collapse this list.

Number of commits found: 1

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/php81
CommitCreditsLog message
8.1.1
29 Dec 2021 02:09:08
commit hash: 44e99def8ddf26311675cb2070eb062e1f7d0da5commit hash: 44e99def8ddf26311675cb2070eb062e1f7d0da5commit hash: 44e99def8ddf26311675cb2070eb062e1f7d0da5commit hash: 44e99def8ddf26311675cb2070eb062e1f7d0da5 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Add php81 to the tree

Core:
  Fixed inclusion order for phpize builds on Windows.
  Added missing hashtable insertion APIs for arr/obj/ref.
  Implemented FR #77372 (Relative file path is removed from uploaded
  file).
  Fixed bug #81607 (CE_CACHE allocation with concurrent access).
  Fixed bug #81507 (Fiber does not compile on AIX).
  Fixed bug #78647 (SEGFAULT in zend_do_perform_implementation_check).
  Fixed bug #81518 (Header injection via default_mimetype / default_charset).
  Fixed bug #75941 (Fix compile failure on Solaris with clang).
  Fixed bug #81380 (Observer may not be initialized properly).
  Fixed bug #81514 (Using Enum as key in WeakMap triggers GC + SegFault).
  Fixed bug #81520 (TEST_PHP_CGI_EXECUTABLE badly set in run-tests.php).
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 1