Skip to content

Instantly share code, notes, and snippets.

@ambiamber
Last active September 16, 2022 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ambiamber/6d2fd9305c31344b23b7539e42a8b378 to your computer and use it in GitHub Desktop.
Save ambiamber/6d2fd9305c31344b23b7539e42a8b378 to your computer and use it in GitHub Desktop.
partkeepr php7.0 dependencies
$ dpkg -l | grep php
ii libapache2-mod-php7.0 7.0.33-0+deb9u12 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
ii php 1:7.0+49 all server-side, HTML-embedded scripting language (default)
ii php-apcu 5.1.8+4.0.11-1 amd64 APC User Cache for PHP
ii php-apcu-bc 1.0.3-2 amd64 APCu Backwards Compatibility Module
ii php-bcmath 1:7.0+49 all Bcmath module for PHP [default]
ii php-cli-prompt 1.0.2+dfsg-1 all tiny helper prompting for user input
ii php-common 1:49 all Common files for PHP packages
ii php-composer-ca-bundle 1.0.2-1 all utility library to find a path to the system CA bundle
ii php-composer-semver 1.4.2-1 all utilities, version constraint parsing and validation
ii php-composer-spdx-licenses 1.1.5-1 all SPDX licenses list and validation library
ii php-intl 1:7.0+49 all Internationalisation module for PHP [default]
ii php-json-schema 1.6.1-2 all implementation of JSON schema
ii php-psr-log 1.0.0-4 all common interface for logging libraries
ii php-symfony-console 2.8.7+dfsg-1.3+deb9u3 all run tasks from the command line
ii php-symfony-filesystem 2.8.7+dfsg-1.3+deb9u3 all basic filesystem utilities
ii php-symfony-finder 2.8.7+dfsg-1.3+deb9u3 all find files and directories
ii php-symfony-ldap 2.8.7+dfsg-1.3+deb9u3 all abstraction layer for the PHP LDAP module
ii php-symfony-polyfill-mbstring 1.2.0-1 all Symfony polyfill for the Mbstring extension
ii php-symfony-polyfill-php56 1.2.0-1 all Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions
ii php-symfony-polyfill-util 1.2.0-1 all Symfony utilities for portability of PHP codes
ii php-symfony-process 2.8.7+dfsg-1.3+deb9u3 all execute commands in sub-processes
ii php-xml 1:7.0+49 all DOM, SimpleXML, WDDX, XML, and XSL module for PHP [default]
ii php7.0 7.0.33-0+deb9u12 all server-side, HTML-embedded scripting language (metapackage)
ii php7.0-bcmath 7.0.33-0+deb9u12 amd64 Bcmath module for PHP
ii php7.0-cli 7.0.33-0+deb9u12 amd64 command-line interpreter for the PHP scripting language
ii php7.0-common 7.0.33-0+deb9u12 amd64 documentation, examples and common module for PHP
ii php7.0-curl 7.0.33-0+deb9u12 amd64 CURL module for PHP
ii php7.0-gd 7.0.33-0+deb9u12 amd64 GD module for PHP
ii php7.0-intl 7.0.33-0+deb9u12 amd64 Internationalisation module for PHP
ii php7.0-json 7.0.33-0+deb9u12 amd64 JSON module for PHP
ii php7.0-ldap 7.0.33-0+deb9u12 amd64 LDAP module for PHP
ii php7.0-mysql 7.0.33-0+deb9u12 amd64 MySQL module for PHP
ii php7.0-opcache 7.0.33-0+deb9u12 amd64 Zend OpCache module for PHP
ii php7.0-readline 7.0.33-0+deb9u12 amd64 readline module for PHP
ii php7.0-xml 7.0.33-0+deb9u12 amd64 DOM, SimpleXML, WDDX, XML, and XSL module for PHP
@ambiamber
Copy link
Author

These are from a working partkeepr on Debian 9 Stretch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment