[php] Extension 리스트 정리
우분트 패키지 리스트 
apt-cache search php7.4 
//----------- 
//기본 
php7.4 - server-side, HTML-embedded scripting language (metapackage) 
php7.4-cli - command-line interpreter for the PHP scripting language 
php7.4-common - documentation, examples and common module for PHP 
php7.4-bcmath - 수학 , Bcmath module for PHP 
php7.4-bz2 - bzip2 module for PHP 
php7.4-curl - CURL module for PHP 
php7.4-gd - 이미지 프로세싱, GD module for PHP 
php7.4-fpm - FPM (FastCGI Process Manager) ( CGI -> FastCGI -> FPM) 
php7.4-gmp - 수학 (GNU Multiple Precision,  GNU MP  )GMP module for PHP 
php7.4-intl - Internationalisation module for PHP 
php7.4-json - JSON module for PHP 
php7.4-mbstring - MBSTRING module for PHP 
php7.4-opcache - Zend OpCache module for PHP 
php7.4-xml - DOM, SimpleXML, XML, and XSL module for PHP 
php7.4-xsl - XML 문서를 위한 스타일 시트 언어, XPath, XSL module for PHP (dummy) 
php7.4-zip - Zip module for PHP 
php7.4-tidy - HTML 클린, 수리 유틸, tidy module for PHP 
php7.4-enchant - 스펠링 체크, Enchant module for PHP 
https://www.php.net/manual/en/enchant.installation.php 
php7.4-pspell - 2002년에 중단, 스펠링 체크, 제안, pspell module for PHP 
https://www.php.net/manual/en/pspell.installation.php 
//---------------- 
// 선택 
php-ds -  자료형 , efficient data structures for PHP 7 
php-geoip - GeoIP module for PHP 
php-yac - fast shared memory user data cache, YAC (Yet Another Cache) for PHP 
php-yaml - YAML Ain't Markup Language (YAML)  YAML-1.1 parser and emitter for PHP 
php-psr -  PHP Standard Recommendation (PSR), PSR interfaces for PHP 
php-xhprof - 성능 측정, Hierarchical Profiler for PHP 5.x 
php-raphf - Resource and persistent handles factory, raphf module for PHP 
php-tideways - 코드 프로파일링, Tideways PHP Profiler Extension 
//---------------- 
// Pass 
php-uuid - PHP UUID extension 
이미지 모듈은 gd로 충분 webp까지 지원 
php-imagick - 최신 업데이트 Provides a wrapper to the ImageMagick library 
php-gmagick - 업데이트 중단(2018), Provides a wrapper to the GraphicsMagick library 
php-amqp - 메시지 통신, AMQP extension for PHP 
php-apcu - APC User Cache for PHP 
php-apcu-bc - APCu Backwards Compatibility Module 
php-gearman - 기기간 통신, PHP wrapper to libgearman 
php-gnupg - GNU Privacy Guard , 통신 암호화 
php-http - PECL HTTP module for PHP Extended HTTP Support 
php-igbinary - php serializer. data structures in a compact binary form  
php-mailparse - Email message manipulation for PHP 
php-memcache - memcache extension module for PHP 
php-memcached - memcached extension module for PHP, uses libmemcached 
php-mongodb - MongoDB driver for PHP 
php-msgpack - PHP extension for interfacing with MessagePack 
php-oauth - 아이디, 패스워드 없는 로그인, OAuth 1.0 consumer and provider extension 
php-pinba - 서버  성능, 통계, 앱 모니터링, Pinba module for PHP 
php-propro - Property proxy (propro) module for PHP 
php-radius - radius(Remote Authentication Dial In User Service)  client library for PHP 
php-redis - PHP extension for interfacing with Redis 
php-rrd -  RRDtool , data logging and graphing system for time series data 
php-sass - PHP bindings to libsass - fast, native Sass parsing in PHP 
php-smbclient - PHP wrapper for libsmbclient 
php-solr - PHP extension for communicating with Apache Solr server 
php-ssh2 - Bindings for the libssh2 library 
php-stomp - Streaming Text Oriented Messaging Protocol (STOMP) client module for PHP 
php-uploadprogress - file upload progress tracking extension for PHP 
php-zmq - ZeroMQ messaging bindings for PHP 
libapache2-mod-php7.4 - server-side, HTML-embedded scripting language (Apache 2 module) 
libphp7.4-embed - HTML-embedded scripting language (Embedded SAPI library) 
php-lua - PHP Embedded lua interpreter 
php-pcov - Code coverage driver 
php-phalcon4 - full-stack PHP framework delivered as a C-extension 
php-xdebug - 디버깅, Xdebug Module for PHP 
php7.4-cgi - server-side, HTML-embedded scripting language (CGI binary) 
php7.4-dba - Berkeley DB 제어, DBA module for PHP 
php7.4-dev - 모듈 개발용 파일, Files for PHP7.4 module development 
php7.4-imap - 메일(NNTP, POP3 ) IMAP module for PHP 
php7.4-interbase - 컴팩트 데이타베이스( Firebird )Interbase module for PHP 
php7.4-ldap - 원격 디렉토리 서비스 LDAP(Lightweight Directory Access Protocol, ) module for PHP 
php7.4-mysql - MySQL module for PHP 
php7.4-odbc - ODBC module for PHP 
php7.4-opcache - Zend OpCache module for PHP 
php7.4-pgsql - PostgreSQL module for PHP 
php7.4-phpdbg - 서버측 디버깅, SAPI(Server API) server-side, HTML-embedded scripting language (PHPDBG binary) 
php7.4-readline - 커맨드 라인에 쉘의 기능, readline module for PHP 
php7.4-snmp - 원격 장비 관리, SNMP module for PHP 
php7.4-soap - SOAP Servers and Clients 통신, SOAP module for PHP 
php7.4-sqlite3 - SQLite3 module for PHP 
php7.4-sybase - SAP 이 인수한 데이터베이스, Sybase module for PHP 
php7.4-xmlrpc - 원격 실행 , XMLRPC-EPI module for PHP 
// 
"phar" (PHP Archive)  
//---------------------------------------------------------------------- 
//-------------------------------------------------- 
PHP Extension List 
https://www.php.net/manual/en/extensions.membership.php 
//------------------------- 
< Core Extensions > 
php 내부에 포함 
Arrays 
Classes/Objects 
CSPRNG 
Date/Time 
Directories 
Error Handling 
Program execution 
Filesystem 
Filter 
Function Handling 
Hash 
PHP Options/Info 
Mail 
Math 
Misc. 
Network 
Output Control 
Password Hashing 
Phar 
Reflection 
POSIX Regex 
Sessions 
SPL 
Streams 
Strings 
Tokenizer 
URLs 
Variable handling 
//------------------------- 
< Bundled Extensions > 
These extensions are bundled with PHP. 
Apache 
BC Math 
Calendar 
COM 
Ctype 
DBA 
Exif 
Fileinfo 
FTP 
iconv 
GD 
intl 
JSON 
Multibyte String 
NSAPI 
OPcache 
PCNTL 
PCRE 
PDO 
POSIX 
Semaphore 
Shared Memory 
Sockets 
SQLite3 
XML-RPC 
Zlib 
//------------------------ 
< External Extensions > 
These extensions are bundled with PHP but in order to compile them, external libraries will be needed. 
Bzip2 
cURL 
dBase 
DOM 
Enchant 
FrontBase 
Gettext 
GMP 
Firebird/InterBase 
Informix 
IMAP 
LDAP 
libxml 
Mcrypt 
Mhash 
mSQL 
Mssql 
MySQL (Original) 
MySQLi 
Mysqlnd 
OCI8 
OpenSSL 
MS SQL Server (PDO) 
Firebird (PDO) 
MySQL (PDO) 
Oracle (PDO) 
ODBC and DB2 (PDO) 
PostgreSQL (PDO) 
SQLite (PDO) 
PostgreSQL 
Pspell 
Readline 
Recode 
SimpleXML 
SNMP 
SOAP 
Sodium 
Sybase 
Tidy 
ODBC 
WDDX 
XML Parser 
XMLReader 
XMLWriter 
XSL 
Zip 
//--------------------- 
< PECL Extensions > 
These extensions are available from » PECL. They may require external libraries. More PECL extensions exist but they are not documented in the PHP manual yet. 
APC 
APD 
BBCode 
bcompiler 
Cairo 
chdb 
Classkit 
Crack 
CUBRID 
Cyrus 
DB++ 
dbx 
Direct IO 
Eio 
Ev 
Event 
Expect 
FAM 
FDF 
filePro 
FriBiDi 
Gearman 
Gender 
GeoIP 
Gmagick 
GnuPG 
Gupnp 
haru 
htscanner 
Hyperwave API 
IBM DB2 
ID3 
IIS 
ImageMagick 
inclued 
Ingres 
Inotify 
Judy 
KADM5 
KTaglib 
Lapack 
Libevent 
Lua 
LuaSandbox 
LZF 
Mailparse 
MaxDB 
MCVE 
Memcache 
Memcached 
Memtrack 
Mimetype 
Ming 
mnoGoSearch 
Mongo 
mqseries 
Msession 
mysqlnd_memcache 
mysqlnd_ms 
mysqlnd_mux 
mysqlnd_qc 
mysqlnd_uh 
Ncurses 
Gopher 
Newt 
YP/NIS 
OAuth 
oggvorbis 
OpenAL 
Paradox 
Parsekit 
PDF 
4D (PDO) 
CUBRID (PDO) 
IBM (PDO) 
Informix (PDO) 
MS SQL Server (PDO) 
Proctitle 
PS 
pthreads 
Quickhash 
Radius 
Rar 
RPM Reader 
RRD 
runkit 
SAM 
SCA 
ScoutAPM 
scream 
SDO 
SDO DAS XML 
SDO-DAS-Relational 
Seaslog 
Session PgSQL 
Solr 
Sphinx 
SPL Types 
SQLite 
SQLSRV 
ssdeep 
SSH2 
Statistics 
Stomp 
Swoole 
SVM 
SVN 
Swish 
Taint 
TCP 
tokyo_tyrant 
Trader 
V8js 
Varnish 
vpopmail 
Weakref 
win32ps 
win32service 
WinCache 
xattr 
xdiff 
Xhprof 
Yaf 
Yaml 
YAZ 
ZooKeeper 
//------------- 
PHP extensions status with upcoming PHP 7.4 
https://blog.remirepo.net/post/2019/05/23/PHP-extensions-status-with-upcoming-PHP-7.4