Source: ea-php74-php
Section: EA4
Priority: optional
Maintainer: cPanel
Homepage: http://www.php.net/

Package: ea-php74-php
Architecture: any
Depends: libzip5 | libzip4, openssl, libssl1.1 | libssl3, libargon2-1, ea-apache24-mmn, ea-php74-php-common, ea-apache24-forked-mpm, ea-php74-php-cli, ea-apache24-mod-mpm-prefork
Provides: ea-php74-mod-php, ea-mod-php
Conflicts: ea-mod-php
Description: PHP DSO

Package: ea-php74-php-sodium
Architecture: any
Depends: ea-php74-php-common, libsodium23
Provides: ea-php74-php-sodium
Description: Cryptographic Extension Based on Libsodium
 PHP binding to libsodium software library for encryption, decryption,
 signatures, password hashing and more.

Package: ea-php74-php-cli
Architecture: any
Depends: ea-php74-php-common, ea-php-cli, ea-php-cli-lsphp, ea-php74-php-litespeed
Provides: ea-php74-php-cgi, ea-php74-php-pcntl, ea-php74-php-readline
Description: Command-line interface for PHP
 The php-cli package contains the command-line interface
 executing PHP scripts, /usr/bin/php, and the CGI interface.

Package: ea-php74-php-dbg
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Description: The interactive PHP debugger
 The ea-php74-php-dbg package contains the interactive PHP debugger.

Package: ea-php74-php-fpm
Architecture: any
Depends: ea-apache24-mod-proxy-fcgi, ea-php74-php-common, ea-php74-php-cli
Description: PHP FastCGI Process Manager
 PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI
 implementation with some additional features useful for sites of
 any size, especially busier sites.

Package: ea-php74-php-litespeed
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Description: LiteSpeed Web Server PHP support
 The ea-php74-php-litespeed package provides the /opt/cpanel/ea-php74/root/usr/bin/lsphp command
 used by the LiteSpeed Web Server (LSAPI enabled PHP).

Package: ea-php74-php-common
Architecture: any
Depends: ea-php74-runtime
Provides: ea-php74-php-core, ea-php74-php-ctype, ea-php74-php-date, ea-php74-php-filter, ea-php74-php-hash, ea-php74-php-mhash, ea-php74-php-json, ea-php74-php-pecl-json, ea-php74-php-libxml, ea-php74-php-openssl, ea-php74-php-phar, ea-php74-php-pcre, ea-php74-php-reflection, ea-php74-php-session, ea-php74-php-spl, ea-php74-php-standard, ea-php74-php-tokenizer, ea-php74-php-zlib
Description: Common files for PHP
 The ea-php74-php-common package contains files used by both
 the ea-php74-php package and the php-cli package.

Package: ea-php74-php-devel
Architecture: any
Depends: ea-php74-php-cli, autoconf, automake, libpcre3-dev
Description: Files needed for building PHP extensions
 The ea-php74-php-devel package contains the files needed for building PHP
 extensions. If you need to compile your own PHP extensions, you will
 need to install this package.

Package: ea-php74-php-opcache
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Provides: ea-php74-php-pecl-zendopcache
Description: The Zend OPcache
 The Zend OPcache provides faster PHP execution through opcode caching and
 optimization. It improves PHP performance by storing precompiled script
 bytecode in the shared memory. This eliminates the stages of reading code from
 the disk and compiling it on future access. In addition, it applies a few
 bytecode optimization patterns that make code execution faster.

Package: ea-php74-php-bz2
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Provides: ea-php74-php-bz2
Description: A module for PHP applications that interface with .bz2 files
 The php-bz2 package delivers a module which will allow PHP scripts to
 interface with .bz2 files.

Package: ea-php74-php-calendar
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Provides: ea-php74-php-calendar
Description: A module for PHP applications that need date/time calculations
 The php-calendar package delivers a module which will allow PHP scripts to
 do date and time conversions and calculations.

Package: ea-php74-php-curl
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli, libcurl4, libcurl3-gnutls
Provides: ea-php74-php-curl
Description: A module for PHP applications that need to interface with curl
 The php-curl package delivers a module which will allow PHP
 scripts to connect and communicate to many different types of servers
 with many different types of protocols. libcurl currently supports the
 http, https, ftp, gopher, telnet, dict, file, and ldap
 protocols. libcurl also supports HTTPS certificates, HTTP POST, HTTP
 PUT, FTP uploading, HTTP form based upload, proxies, cookies, and
 user+password authentication.

Package: ea-php74-php-exif
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Provides: ea-php74-php-exif
Description: A module for PHP applications that need to work with image metadata
 The php-exif package delivers a module which will allow PHP scripts to
 work with image meta data. For example, you may use exif functions to
 read meta data of pictures taken from digital cameras by working with
 information stored in the headers of the JPEG and TIFF images.

Package: ea-php74-php-fileinfo
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Provides: ea-php74-php-fileinfo
Description: A module for PHP applications that need to detect file types
 The php-fileinfo package delivers a module which will allow PHP
 scripts to try to guess the content type and encoding of a file by
 looking for certain magic byte sequences at specific positions within
 the file. While this is not a bullet proof approach the heuristics
 used do a very good job.

Package: ea-php74-php-ftp
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Provides: ea-php74-php-ftp
Description: A module for PHP applications that need full FTP protocol support
 The php-ftp package delivers a module which will allow PHP scripts
 client access to files servers speaking the File Transfer Protocol
 (FTP) as defined in http://www.faqs.org/rfcs/rfc959. This extension is
 meant for detailed access to an FTP server providing a wide range of
 control to the executing script. If you only wish to read from or
 write to a file on an FTP server, consider using the ftp:// wrapper
 with the ea-php74-php-filesystem package which provides a simpler
 and more intuitive interface.

Package: ea-php74-php-gettext
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Provides: ea-php74-php-gettext
Description: A module for PHP applications that need native language support
 The php-gettext package delivers a module which will allow PHP scripts
 to access an NLS (Native Language Support) API which can be used to
 internationalize your PHP applications. Please see the gettext
 documentation for your system for a thorough explanation of these
 functions or view the docs at
 http://www.gnu.org/software/gettext/manual/gettext.html.

Package: ea-php74-php-iconv
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Provides: ea-php74-php-iconv
Description: A module for PHP applications that need to convert character sets
 The php-iconv package delivers a module which will allow PHP scripts
 to access the iconv character set conversion facility. With this
 module, you can turn a string represented by a local character set
 into the one represented by another character set, which may be the
 Unicode character set. Supported character sets depend on the iconv
 implementation of your system. Note that the iconv function on some
 systems may not work as you expect. In such case, it would be a good
 idea to install the GNU libiconv library. It will most likely end up
 with more consistent results.

Package: ea-php74-php-imap
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli, openssl, libssl1.1 | libssl3, libc-client2007e
Provides: ea-php74-php-imap
Description: A module for PHP applications that use IMAP
 The ea-php74-php-imap module will add IMAP (Internet Message Access Protocol)
 support to PHP. IMAP is a protocol for retrieving and uploading e-mail
 messages on mail servers. PHP is an HTML-embedded scripting language.

Package: ea-php74-php-ldap
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli, openssl, libssl1.1 | libssl3
Description: A module for PHP applications that use LDAP
 The ea-php74-php-ldap package adds Lightweight Directory Access Protocol (LDAP)
 support to PHP. LDAP is a set of protocols for accessing directory
 services over the Internet. PHP is an HTML-embedded scripting
 language.

Package: ea-php74-php-pdo
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli, libpq5
Provides: ea-php74-php-pdo-abi, ea-php74-php-sqlite3, ea-php74-php-pdo-sqlite
Description: A database access abstraction module for PHP applications
 The ea-php74-php-pdo package contains a dynamic shared object that will add
 a database access abstraction layer to PHP.  This module provides
 a common interface for accessing MySQL, PostgreSQL or other
 databases.

Package: ea-php74-php-mysqlnd
Architecture: any
Depends: ea-php74-php-pdo
Provides: ea-php74-php-database, ea-php74-php-mysql, ea-php74-php-mysqli, ea-php74-php-pdo-mysql
Description: A module for PHP applications that use MySQL databases
 The ea-php74-php-mysqlnd package contains a dynamic shared object that will add
 MySQL database support to PHP. MySQL is an object-relational database
 management system. PHP is an HTML-embeddable scripting language. If
 you need MySQL support for PHP applications, you will need to install
 this package and the php package.
 This package use the MySQL Native Driver

Package: ea-php74-php-posix
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Provides: ea-php74-php-posix
Description: Modules for PHP scripts that need access to POSIX functions
 The php-posix package adds a PHP interface to those functions defined
 in the IEEE 1003.1 (POSIX.1) standards document which are not
 accessible through other means.

Package: ea-php74-php-pgsql
Architecture: any
Depends: ea-php74-php-pdo, openssl, libssl1.1 | libssl3, libpq5
Provides: ea-php74-php-database, ea-php74-php-pdo-pgsql
Description: A PostgreSQL database module for PHP
 The ea-php74-php-pgsql package add PostgreSQL database support to PHP.
 PostgreSQL is an object-relational database management
 system that supports almost all SQL constructs. PHP is an
 HTML-embedded scripting language. If you need back-end support for
 PostgreSQL, you should install this package in addition to the main
 php package.

Package: ea-php74-php-process
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Provides: ea-php74-php-shmop, ea-php74-php-sysvsem, ea-php74-php-sysvshm, ea-php74-php-sysvmsg
Description: Modules for PHP script using system process interfaces
 The ea-php74-php-process package contains dynamic shared objects which add
 support to PHP using system interfaces for inter-process
 communication.

Package: ea-php74-php-odbc
Architecture: any
Depends: ea-php74-php-pdo, libodbc1
Provides: ea-php74-php-database, ea-php74-php-pdo-odbc
Description: A module for PHP applications that use ODBC databases
 The ea-php74-php-odbc package contains a dynamic shared object that will add
 database support through ODBC to PHP. ODBC is an open specification
 which provides a consistent API for developers to use for accessing
 data sources (which are often, but not always, databases). PHP is an
 HTML-embeddable scripting language. If you need ODBC support for PHP
 applications, you will need to install this package and the php
 package.

Package: ea-php74-php-soap
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Description: A module for PHP applications that use the SOAP protocol
 The ea-php74-php-soap package contains a dynamic shared object that will add
 support to PHP for using the SOAP web services protocol.

Package: ea-php74-php-sockets
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Provides: ea-php74-php-sockets
Description: A module for PHP applications that need low-level access to sockets
 The php-sockets package delivers a module which will allow PHP scripts
 access to a low-level interface to the socket communication functions
 based on the popular BSD sockets, providing the possibility to act as
 a socket server as well as a client.

Package: ea-php74-php-snmp
Architecture: any
Depends: ea-php74-php-common, libnet-snmp-perl, libsnmp35 | libsnmp40, ea-php74-php-cli, libsnmp35
Description: A module for PHP applications that query SNMP-managed devices
 The ea-php74-php-snmp package contains a dynamic shared object that will add
 support for querying SNMP devices to PHP.  PHP is an HTML-embeddable
 scripting language. If you need SNMP support for PHP applications, you
 will need to install this package and the php package.

Package: ea-php74-php-xml
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli, libxml2
Provides: ea-php74-php-dom, ea-php74-php-domxml, ea-php74-php-xmlreader, ea-php74-php-xmlwriter, ea-php74-php-xsl, ea-php74-php-simplexml
Description: A module for PHP applications which use XML
 The ea-php74-php-xml package contains dynamic shared objects which add support
 to PHP for manipulating XML documents using the DOM tree,
 and performing XSL transformations on XML documents.

Package: ea-php74-php-xmlrpc
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Description: A module for PHP applications which use the XML-RPC protocol
 The ea-php74-php-xmlrpc package contains a dynamic shared object that will add
 support for the XML-RPC protocol to PHP.

Package: ea-php74-php-mbstring
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli, libonig-dev
Description: A module for PHP applications which need multi-byte string handling
 The ea-php74-php-mbstring package contains a dynamic shared object that will add
 support for multi-byte string handling to PHP.

Package: ea-php74-php-gd
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli, libjpeg-turbo8, libpng16-16,libpng-tools, libxpm4, libfreetype6, libwebp6 | libwebp7
Description: A module for PHP applications for using the gd graphics library
 The ea-php74-php-gd package contains a dynamic shared object that will add
 support for using the gd graphics library to PHP.

Package: ea-php74-php-gmp
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Description: A module for PHP applications for using the GNU MP library
 These functions allow you to work with arbitrary-length integers
 using the GNU MP library.

Package: ea-php74-php-bcmath
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli
Description: A module for PHP applications for using the bcmath library
 The ea-php74-php-bcmath package contains a dynamic shared object that will add
 support for using the bcmath library to PHP.

Package: ea-php74-php-dba
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli, libtokyocabinet9
Description: A database abstraction layer module for PHP applications
 The ea-php74-php-dba package contains a dynamic shared object that will add
 support for using the DBA database abstraction layer to PHP.

Package: ea-php74-php-tidy
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli, libtidy5deb1
Description: Standard PHP module provides tidy library support
 The ea-php74-php-tidy package contains a dynamic shared object that will add
 support for using the tidy library to PHP.

Package: ea-php74-php-pspell
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli, libaspell15
Description: A module for PHP applications for using pspell interfaces
 The ea-php74-php-pspell package contains a dynamic shared object that will add
 support for using the pspell library to PHP.

Package: ea-php74-php-intl
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli, libicu66 | libicu70
Description: Internationalization extension for PHP applications
 The ea-php74-php-intl package contains a dynamic shared object that will add
 support for using the ICU library to PHP.

Package: ea-php74-php-enchant
Architecture: any
Depends: ea-php74-php-common, ea-php74-php-cli, libenchant-2-2
Description: Enchant spelling extension for PHP applications
 The ea-php74-php-enchant package contains a dynamic shared object that will add
 support for using the enchant library to PHP.

Package: ea-php74-php-zip
Architecture: any
Depends: libzip5 | libzip4, ea-php74-php-common, ea-php74-php-cli
Provides: ea-php74-php-zip
Description: A module for PHP applications that need to handle .zip files
 The ea-php74-php-zip package delivers a module which will allow PHP scripts
 to transparently read or write ZIP compressed archives and the files
 inside them.

