Port details |
- php81-pdo_firebird The pdo_firebird shared extension for php
- 8.1.30 databases =2 8.1.29Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream EOL reaches on 2025-12-31
EXPIRATION DATE: 2025-12-31
- Maintainer: bofh@FreeBSD.org
- Port Added: 2021-12-29 02:21:11
- Last Update: 2024-06-07 15:15:39
- Commit Hash: 4940c35
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}pdo_firebird>0:databases/php81-pdo_firebird
- Conflicts:
- CONFLICTS_INSTALL:
- php[0-9][0-9]-pdo_firebird
- To install the port:
- cd /usr/ports/databases/php81-pdo_firebird/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/php81-pdo_firebird
- pkg install php81-pdo_firebird
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-pdo_firebird
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727411956
SHA256 (php-8.1.30.tar.xz) = f24a6007f0b25a53cb7fbaee69c85017e0345b62089c2425a0afb7e177192ed1
SIZE (php-8.1.30.tar.xz) = 11850340
Packages (timestamps in pop-ups are UTC):
- Master port: lang/php81
- 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
- phpize : lang/php81
- autoconf>0 : devel/autoconf
- pdo.so : databases/php81-pdo
- Runtime dependencies:
-
- php.h : lang/php81
- pdo.so : databases/php81-pdo
- Library dependencies:
-
- libfbclient.so : databases/firebird30-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_php81-pdo_firebird
- USES:
- compiler:c11 cpe gnome localbase pkgconfig tar:xz php:ext,noflavors firebird
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
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 |
Commit | Credits | Log message |
8.1.29 07 Jun 2024 15:15:39 |
Muhammad Moinur Rahman (bofh) |
*/php81: Update version 8.1.28=>8.1.29
- Fix comment in rc files
- Make the rc script jail ready [1]
Changelog: https://www.php.net/ChangeLog-8.php#8.1.29
Reported by: netchile [1] |
8.1.27_1 19 Jan 2024 17:19:11 |
Jose Alonso Cardenas Marquez (acm) |
*/*: Bump PORTREVISION. databases/firebird30-client was update to 3.0.11 |
8.1.14 10 Jan 2023 00:07:49 |
Muhammad Moinur Rahman (bofh) |
lang/php81: Update version 8.1.13=>8.1.14
MFH: 2023Q1
Relnotes: https://www.php.net/ChangeLog-8.php#8.1.14
Sponsored by: Bounce Experts |
8.1.13_1 31 Dec 2022 01:46:09 |
Rene Ladan (rene) |
databases/*: bump PORTREVISIONs of ports depending on firebird |
8.1.1 29 Dec 2021 02:09:08 |
Muhammad Moinur Rahman (bofh) |
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 ) |