php.net
General-purpose scripting language
Package Information
- Domain:
php.net - Name:
php.net - Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install phpPrograms
This package provides the following executable programs:
pearpeclpharphpphp-cgiphp-configphpdbgphpize
Aliases
This package can also be accessed using these aliases:
php
Available Versions
Show all 81 versions
8.4.12,8.4.11,8.4.10,8.4.9,8.4.88.4.7,8.4.6,8.4.5,8.4.4,8.4.38.4.2,8.4.1,8.4.0,8.3.25,8.3.248.3.23,8.3.22,8.3.21,8.3.20,8.3.198.3.18,8.3.17,8.3.16,8.3.15,8.3.148.3.13,8.3.12,8.3.11,8.3.10,8.3.98.3.8,8.3.7,8.3.6,8.3.5,8.3.48.3.3,8.3.2,8.3.1,8.3.0,8.2.298.2.28,8.2.27,8.2.26,8.2.25,8.2.248.2.23,8.2.22,8.2.21,8.2.20,8.2.198.2.18,8.2.17,8.2.16,8.2.15,8.2.148.2.13,8.2.12,8.2.11,8.2.10,8.2.98.2.8,8.2.7,8.2.6,8.2.5,8.1.328.1.31,8.1.30,8.1.29,8.1.28,8.1.278.1.26,8.1.25,8.1.24,8.1.23,8.1.228.1.21,8.1.20,8.1.18,8.0.30,8.0.287.4.33
Latest Version: 8.4.12
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +php.net@8.4.12 -- $SHELL -iDependencies
This package depends on:
gnu.org/bison^3re2c.org^3apache.org/apr^1apache.org/apr-util^1bcrypt.sourceforge.net^1gnu.org/autoconf^2curl.se^8gnu.org/gettext^0gnu.org/gmp^6libsodium.org<1.0.19libzip.org~1.9github.com/kkos/oniguruma^6openssl.orgpcre.org/v2>=10.30sqlite.org^3unicode.org^71gnu.org/libiconv^1kerberos.org^1gnome.org/libxml2thrysoee.dk/editline^3sourceware.org/libffi>=3.4.7gnome.org/libxslt>=1.1.0<1.1.43libpng.org^1google.com/webp^1ijg.org^9gnu.org/sed^4 # phpize requires thisopenldap.org^2 # since 8.1.31, 8.2.26, 8.3.14, 8.4.0gnu.org/gcc/libstdcxx@14darwin:sourceware.org/bzip2^1darwin:zlib.net^1
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.php
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)Links
This documentation was auto-generated from package data.