Port details |
- php74-extensions "meta-port" to install PHP extensions
- 1.0 lang
=1 1.0Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream Security Support ends on 2022-11-28
This port expired on: 2022-11-29
- Maintainer: tz@FreeBSD.org
- Port Added: 2019-09-20 12:21:31
- Last Update: 2022-12-25 19:36:42
- Commit Hash: 0d310d7
- People watching this port, also watch:: xcb-util-image, libXdamage, lsof, libevent
- License: NA
- WWW:
- https://www.php.net/
- Description:
- This is a "meta-port" to install the extensions for PHP 7.4.
Defaults to:
ctype, dom, filter, iconv, json, opcache, pdo, pdo_sqlite, phar, posix,
session, simplexml, sqlite3, tokenizer, xml, xmlreader and xmlwriter.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}extensions>0:lang/php74-extensions
- No installation instructions:
- This port has been deleted.
- PKGNAME: php74-extensions
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php74
- ctype.so : textproc/php74-ctype
- dom.so : textproc/php74-dom
- filter.so : security/php74-filter
- iconv.so : converters/php74-iconv
- json.so : devel/php74-json
- opcache.so : www/php74-opcache
- pdo.so : databases/php74-pdo
- pdo_sqlite.so : databases/php74-pdo_sqlite
- phar.so : archivers/php74-phar
- posix.so : sysutils/php74-posix
- session.so : www/php74-session
- simplexml.so : textproc/php74-simplexml
- sqlite3.so : databases/php74-sqlite3
- tokenizer.so : devel/php74-tokenizer
- xml.so : textproc/php74-xml
- xmlreader.so : textproc/php74-xmlreader
- xmlwriter.so : textproc/php74-xmlwriter
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for php74-extensions-1.0:
BCMATH=off: bc style precision math functions
BZ2=off: bzip2 library support
CALENDAR=off: calendar conversion support
CTYPE=on: ctype functions
CURL=off: CURL support
DBA=off: dba support
DOM=on: DOM support
ENCHANT=off: Enchant spelling support
EXIF=off: EXIF support
FILEINFO=off: fileinfo support
FILTER=on: input filter support
FTP=off: FTP support
GD=off: GD library support
GETTEXT=off: gettext library support
GMP=off: GNU MP support
ICONV=on: iconv support
IMAP=off: IMAP support
INTL=off: Internationalization(ICU)
JSON=on: JavaScript Object Serialization support
LDAP=off: OpenLDAP support
MBSTRING=off: multibyte string support
MYSQLI=off: MySQLi database support
ODBC=off: ODBC support
OPCACHE=on: OPcache support
OPENSSL=off: OpenSSL support
PCNTL=off: pcntl support (CLI only)
PDF=off: PDFlib support (implies GD)
PDO=on: PHP Data Objects Interface (PDO)
PDO_DBLIB=off: PDO DBLIB-DB driver
PDO_FIREBIRD=off: PDO Firebird driver
PDO_MYSQL=off: PDO MySQL driver
PDO_ODBC=off: PDO ODBC driver
PDO_PGSQL=off: PDO PostgreSQL driver
PDO_SQLITE=on: PDO sqlite driver
PGSQL=off: PostgreSQL database support
PHAR=on: phar support
POSIX=on: POSIX-like functions
PSPELL=off: pspell support
READLINE=off: readline support (CLI only)
SESSION=on: session support
SHMOP=off: shmop support
SIMPLEXML=on: simplexml support
SNMP=off: SNMP support
SOAP=off: SOAP support
SOCKETS=off: sockets support
SODIUM=off: Sodium encryption support
SQLITE3=on: sqlite3 support
SYSVMSG=off: System V message support
SYSVSEM=off: System V semaphore support
SYSVSHM=off: System V shared memory support
TIDY=off: TIDY support
TOKENIZER=on: tokenizer support
XML=on: XML support
XMLREADER=on: XMLReader support
XMLRPC=off: XMLRPC-EPI support
XMLWRITER=on: XMLWriter support
XSL=off: XSL support (Implies DOM)
ZIP=off: ZIP support
ZLIB=off: ZLIB support
===> Use 'make config' to modify these settings
- Options name:
- lang_php74-extensions
- USES:
- metaport php
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Port Moves |
- port moved to lang/php80-extensions on 2022-12-25
REASON: Has expired: Security support ended on 2022-11-22
- port moved here from lang/php73-extensions on 2022-01-26
REASON: Has expired: Security support ended on 2021-12-06
|
Number of commits found: 13
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0 25 Dec 2022 19:36:42 |
Muhammad Moinur Rahman (bofh) |
*/*php74*: Sunset php 7.4
As per upstream php 7.4 has reached it's EOL on 2022-11-22. Remove php74
from the tree. Default version of php has already been switched to 8.1.
Approved by: portmgr (blanket infrastructure)
Sponsored by: Bounce Experts |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0 13 Jun 2022 00:08:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Ignore with php82 |
1.0 01 Feb 2022 08:08:43 |
Muhammad Moinur Rahman (bofh) |
lang/php74{-extensions}: Mark DEPRECATED
Security support for php74 will expire on 28th November, 2022. For
details please see:
https://www.php.net/supported-versions
EXPIRATION_DATE has been set 1 day after the EOL.
A metabug has been created to track which ports explicitly depends on
php74{-extensions} only; which is available at:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261604
PR: 261604
Approved by: tz (private email)
Sponsored by: Bounce Experts |
1.0 26 Jan 2022 00:36:09 |
Muhammad Moinur Rahman (bofh) |
Remove references to defunct php73
- Add regex in CONFLICTS* [1]
Reported by: se [1]
Approved by: portmgr (blanket infrastructure sweep)
Sponsored by: Bounce Experts
Differential Revision: https://reviews.freebsd.org/D33983 [1] |
1.0 28 Dec 2021 02:38:30 |
Muhammad Moinur Rahman (bofh) |
Remove references to defunct php72
Approved by: portmgr (blanlet infrastructure cleanup) |
1.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0 07 Mar 2021 16:45:49 |
tobik |
Remove redundant option descriptions that match the default ones
(ignoring case)
Reported by: danfe (for net/mosquitto), portscan |
1.0 17 Dec 2019 20:28:36 |
rene |
Remove IGNORE_WITH_PHP=71 and add IGNORE_WITH_PHP=74 where relevant. |
1.0 08 Oct 2019 09:38:54 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.0 20 Sep 2019 12:21:12 |
tz |
Welcome PHP 7.4 RC 1 in the ports-tree.
There are many greater changes including:
- New module ffi
- Remove interbase module
- Remove recode module
- Remove wddx module
- Many modules changes the build switches
- Many modules changes the config format, so patches needed to be recreated
Special thanks to tobik and ale for their support.
Reviewed by: tobik, ale, joneum
Sponsored by: PHP Update Service
Differential Revision: https://reviews.freebsd.org/D21349 |
Number of commits found: 13
|