From 89a0aedf763e021dc7ac6e2a3ac961b86905cb6d Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Sat, 2 Dec 2023 00:56:46 +0000 Subject: [PATCH] Automatic update of recent PECL packages --- docs/data/summary.json | 16 +- docs/data/summary.min.json | 2 +- public/data/summary.json | 16 +- public/data/summary.min.json | 2 +- xml/maxminddb-versions.xml | 1 + xml/maxminddb/1.11.1.xml | 55 ++++ xml/scoutapm-versions.xml | 1 + xml/scoutapm/1.10.0.xml | 541 +++++++++++++++++++++++++++++++++++ 8 files changed, 626 insertions(+), 8 deletions(-) create mode 100644 xml/maxminddb/1.11.1.xml create mode 100644 xml/scoutapm/1.10.0.xml diff --git a/docs/data/summary.json b/docs/data/summary.json index 8f7b9be6..39d2364a 100644 --- a/docs/data/summary.json +++ b/docs/data/summary.json @@ -8147,7 +8147,8 @@ "1.9.0", "1.10.0", "1.10.1", - "1.11.0" + "1.11.0", + "1.11.1" ], "min": "7.2.0" } @@ -8159,7 +8160,8 @@ "1.9.0", "1.10.0", "1.10.1", - "1.11.0" + "1.11.0", + "1.11.1" ] } ] @@ -16087,6 +16089,13 @@ ], "min": "7.1.0", "max": "8.2.99" + }, + { + "v": [ + "1.10.0" + ], + "min": "7.1.0", + "max": "8.3.99" } ], "confopts": [ @@ -16118,7 +16127,8 @@ "1.8.2", "1.8.3", "1.9.0", - "1.9.1" + "1.9.1", + "1.10.0" ] } ] diff --git a/docs/data/summary.min.json b/docs/data/summary.min.json index 54ea7c90..8aac38f8 100644 --- a/docs/data/summary.min.json +++ b/docs/data/summary.min.json @@ -1 +1 @@ -[{"name":"ahocorasick","license":"PHP License","summary":"Effective Aho-Corasick string pattern matching algorithm","description":"PHP extension implementing Aho-Corasick pattern matching algorithm (more on wiki).\n\nIs especially effective if there is a large database of needles (=strings to be searched, for example virus\nsignatures). Another advantage is that built search structure is initialized before search in separate call thus\nit can be called more times with different haystack, saving time.\n\nComputing Aho-Corasick in th native code (PHP extension) rather than in a pure PHP manner gives this\nimplementation significant performance boost.","phpv":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7"],"min":"5.2.0","max":"7.3.99"}],"confopts":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7"]}]},{"name":"amfext","license":"PHP","summary":"ActionScript Message Format extension","description":"Allows to encode and decode PHP data in ActionScript Message Format (AMF) version 0 and 3","phpv":[{"v":["0.9.1","0.9.2"]}],"confopts":[{"v":["0.9.1","0.9.2"]}]},{"name":"amqp","license":"PHP License","summary":"Communicate with any AMQP compliant server","description":"This extension can communicate with any AMQP spec 0-9-1 compatible server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to create and delete exchanges and queues, as well as publish to any exchange and consume from any queue.","phpv":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2","0.3.0","0.3.1"],"min":"4.3.0"},{"v":["1.0.0","1.0.1","1.0.3"],"min":"5.0.0"},{"v":["1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.2.0","1.3.0","1.4.0beta1","1.4.0beta2","1.4.0","1.6.0beta2","1.6.0beta3","1.6.0beta4","1.6.0","1.6.1","1.7.0alpha1","1.7.0alpha2"],"min":"5.2.0"},{"v":["1.7.0","1.7.1","1.8.0beta1","1.8.0beta2","1.8.0","1.9.0beta1","1.9.0beta2","1.9.0","1.9.1","1.9.3","1.9.4"],"min":"5.3.0"},{"v":["1.10.0","1.10.2","1.11.0beta","1.11.0RC1","1.11.0"],"min":"5.6.0"},{"v":["2.0.0alpha1","2.0.0alpha2","2.0.0beta1","2.0.0beta2","2.0.0RC1","2.0.0","2.1.0","2.1.1"],"min":"7.4.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2","0.3.0","0.3.1","1.0.0","1.0.1","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.2.0","1.3.0","1.4.0beta1","1.4.0beta2","1.4.0","1.6.0beta2","1.6.0beta3","1.6.0beta4","1.6.0","1.6.1"]},{"v":["1.7.0alpha1","1.7.0alpha2","1.7.0","1.7.1","1.8.0beta1","1.8.0beta2","1.8.0","1.9.0beta1","1.9.0beta2","1.9.0","1.9.1","1.9.3","1.9.4","1.10.0","1.10.2","1.11.0beta","1.11.0RC1","1.11.0","2.0.0alpha1","2.0.0alpha2","2.0.0beta1","2.0.0beta2","2.0.0RC1","2.0.0","2.1.0","2.1.1"],"opts":[{"n":"with-librabbitmq-dir","p":"Set the path to librabbitmq install prefix","d":"autodetect"}]}]},{"name":"AOP","license":"PHP License","summary":"Aspect Oriented Programming On PHP","description":"AOP is a PECL extension that enables you to use Aspect Oriented Programming in PHP, without the need to compile or proceed to any other intermediate step before publishing your code.\n\nThe AOP extension is designed to be the easiest way you can think of for integrating AOP to PHP.\n\nAOP aims to allow separation of cross-cutting concerns (cache, log, security, transactions, ...)","phpv":[{"v":["0.1.0","0.2.0","0.2.1b1","0.2.1b2","0.2.1b3","0.2.1b4","0.2.1b5","0.2.1","0.2.2b1"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1b1","0.2.1b2","0.2.1b3","0.2.1b4","0.2.1b5","0.2.1","0.2.2b1"]}]},{"name":"ApacheAccessor","license":"PHP 3.01","summary":"simple API to Apache runtime configuration","description":"ApacheAccessor lets you retrieve Apache configuration (at runtime of current proccess) as PHP array or dump it as HTML table.","phpv":[{"v":["0.1.0","0.1.1","0.5.1","1.0.1"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.5.1","1.0.1"],"opts":[{"n":"with-apxs","p":"Please provide the prefix of apxs2 binary","d":"autodetect"},{"n":"with-aprconfig","p":"Please provide the prefix of aprconfig binary","d":"autodetect"}]}]},{"name":"APC","license":"PHP License","summary":"Alternative PHP Cache","description":"APC is a free, open, and robust framework for caching and optimizing PHP intermediate code.","phpv":[{"v":["2.0","2.0.2","2.0.3","2.0.4","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8"]},{"v":["3.0.9","3.0.10","3.0.11","3.0.12","3.0.12p1","3.0.12p2","3.0.13","3.0.14","3.0.15","3.0.16","3.0.17","3.0.18","3.0.19"],"min":"4.3.0"},{"v":["3.1.1","3.1.2","3.1.3","3.1.3p1","3.1.4","3.1.5","3.1.6","3.1.7","3.1.8","3.1.9","3.1.10","3.1.11","3.1.12","3.1.13"],"min":"5.1.0"}],"confopts":[{"v":["2.0","2.0.2","2.0.3","2.0.4","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8"]},{"v":["3.0.9","3.0.10","3.0.11","3.0.12","3.0.12p1","3.0.12p2"],"opts":[{"n":"enable-apc-mmap","p":"Use mmap instead of shmget (usually a good idea)","d":"yes"},{"n":"with-apxs","p":"Use apxs to set compile flags (if using APC with Apache)?","d":"yes"}]},{"v":["3.0.13","3.0.14","3.0.15","3.0.16","3.0.17","3.0.18","3.0.19","3.1.1"],"opts":[{"n":"with-apxs","p":"Use apxs to set compile flags (if using APC with Apache)?","d":"yes"}]},{"v":["3.1.2"],"opts":[{"n":"enable-apc-filehits","p":"Enable per request file info about files used from the APC cache","d":"no"},{"n":"enable-spinlocks","p":"Enable spin locks (EXPERIMENTAL)","d":"no"}]},{"v":["3.1.3","3.1.3p1","3.1.4","3.1.5","3.1.6"],"opts":[{"n":"enable-apc-filehits","p":"Enable per request file info about files used from the APC cache","d":"no"},{"n":"enable-apc-spinlocks","p":"Enable spin locks (EXPERIMENTAL)","d":"no"}]},{"v":["3.1.7","3.1.8","3.1.9"],"opts":[{"n":"enable-apc-debug","p":"Enable internal debugging in APC","d":"no"},{"n":"enable-apc-filehits","p":"Enable per request file info about files used from the APC cache","d":"no"},{"n":"enable-apc-spinlocks","p":"Enable spin locks (EXPERIMENTAL)","d":"no"},{"n":"enable-apc-memprotect","p":"Enable memory protection (EXPERIMENTAL)","d":"no"},{"n":"enable-apc-pthreadmutex","p":"Enable pthread mutexes (default)","d":"yes"},{"n":"enable-apc-pthreadrwlocks","p":"Enable pthread read/write locks (EXPERIMENTAL)","d":"no"}]},{"v":["3.1.10","3.1.11","3.1.12","3.1.13"],"opts":[{"n":"enable-apc-debug","p":"Enable internal debugging in APC","d":"no"},{"n":"enable-apc-filehits","p":"Enable per request file info about files used from the APC cache","d":"no"},{"n":"enable-apc-spinlocks","p":"Enable spin locks (EXPERIMENTAL)","d":"no"},{"n":"enable-apc-memprotect","p":"Enable memory protection (EXPERIMENTAL)","d":"no"},{"n":"enable-apc-pthreadmutex","p":"Enable pthread mutexes (default)","d":"no"},{"n":"enable-apc-pthreadrwlocks","p":"Enable pthread read/write locks (EXPERIMENTAL)","d":"yes"}]}]},{"name":"APCu","license":"PHP License","summary":"APCu - APC User Cache","description":"APC User Caching","phpv":[{"v":["4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.0.10","4.0.11"],"min":"5.3.0"},{"v":["5.1.0","5.1.2","5.1.3","5.1.4","5.1.5","5.1.6","5.1.7","5.1.8","5.1.9","5.1.10","5.1.11","5.1.12","5.1.13","5.1.14","5.1.15","5.1.16","5.1.17","5.1.18","5.1.19","5.1.20","5.1.21","5.1.22","5.1.23"],"min":"7.0.0-dev"}],"confopts":[{"v":["4.0.0"]},{"v":["4.0.1","4.0.2","4.0.3","4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.0.10","4.0.11","5.1.0","5.1.2"],"opts":[{"n":"enable-apc-bc","p":"Enable full APC compatibility","d":"yes"},{"n":"enable-apcu-debug","p":"Enable internal debugging in APCu","d":"no"}]},{"v":["5.1.3","5.1.4","5.1.5","5.1.6","5.1.7","5.1.8","5.1.9","5.1.10","5.1.11","5.1.12","5.1.13","5.1.14","5.1.15","5.1.16","5.1.17","5.1.18","5.1.19","5.1.20","5.1.21","5.1.22","5.1.23"],"opts":[{"n":"enable-apcu-debug","p":"Enable internal debugging in APCu","d":"no"}]}]},{"name":"apcu_bc","license":"PHP License","summary":"APCu Backwards Compatibility Module","description":"This module provides a backwards APC compatible API using APCu.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"]}]},{"name":"apd","license":"PHP License","summary":"A full-featured engine-level profiler/debugger","description":"APD is a full-featured profiler/debugger that is loaded as a zend_extension. It aims to be an analog of C's gprof or Perl's Devel::DProf.","phpv":[{"v":["0.2","0.3","0.3p1","0.3p2","0.4","0.4p1","0.4p2","0.9","0.9.1","0.9.2","1.0","1.0.1"]}],"confopts":[{"v":["0.2","0.3","0.3p1","0.3p2","0.4","0.4p1","0.4p2","0.9","0.9.1","0.9.2","1.0","1.0.1"]}]},{"name":"apfd","license":"BSD-2-Clause","summary":"Always Populate Form Data","description":"This tiny extension lets PHP's post handler parse `multipart/form-data` and\n`application/x-www-form-urlencoded` (or any other customly registered form data\nhandler, like \"json_post\") without regard to the request's request method.\n\nThis extension does not provide any INI entries, constants, functions or classes.","phpv":[{"v":["1.0.0RC1","1.0.0","1.0.1","1.0.2","1.0.3"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0RC1","1.0.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"APM","license":"PHP License","summary":"Alternative PHP Monitor","description":"Monitoring extension for PHP, collects error events and statistics and send them to one of his drivers:\nSQLite and MariaDB/MySQL drivers are storing those in a database.\nStatsD driver sends them to StatsD using UDP.\nSocket driver sends them via UDP or TCP socket using its dedicated protocol.\nMore drivers to come (SNMP, e-mail, Hadoop,...).\n\nA web frontend exists for manipulating the data stored in database at: https://github.com/patrickallaert/php-apm-web","phpv":[{"v":["1.0.0beta1","1.0.0beta2","1.0.0beta3","1.0.0","1.0.1","1.1.0beta1","1.1.0beta2","1.1.0beta3","1.1.0beta4","1.1.0RC1","1.1.0RC2","2.0.0alpha1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0","2.1.1","2.1.2","2.1.3"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0beta1","1.0.0beta2","1.0.0beta3"]},{"v":["1.0.0","1.0.1","1.1.0beta1","1.1.0beta2","1.1.0beta3","1.1.0beta4","1.1.0RC1","1.1.0RC2","2.0.0alpha1"],"opts":[{"n":"with-sqlite3","p":"Enable Sqlite3 support","d":"yes"},{"n":"with-mysql","p":"Enable MySQL support","d":"yes"}]},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0","2.1.1","2.1.2","2.1.3"],"opts":[{"n":"with-sqlite3","p":"Enable Sqlite3 support","d":"yes"},{"n":"with-mysql","p":"Enable MariaDB/MySQL support","d":"yes"},{"n":"enable-socket","p":"Enable Socket support","d":"yes"},{"n":"enable-statsd","p":"Enable Statsd support","d":"yes"}]}]},{"name":"apn","license":"PHP 3.01","summary":"An extension for sending push notifications to iOS and OS X devices from within your PHP code","description":"apn is a PHP extension to introduce simple yet powerful interface for sending push notifications to iOS\nand OS X devices from within your PHP code","phpv":[{"v":["1.0.1","1.0.2","1.0.3"],"min":"5.3.0"}],"confopts":[{"v":["1.0.1","1.0.2","1.0.3"],"opts":[{"n":"with-apn","p":"libcapn installation prefix","d":"no"}]}]},{"name":"archive","license":"PHP License","summary":"archive extension","description":"archive extension allows to read and write\ntar and cpio archives using libarchive (http://people.freebsd.org/~kientzle/libarchive/).","phpv":[{"v":["0.2"]}],"confopts":[{"v":["0.2"]}]},{"name":"ares","license":"BSD-2-Clause","summary":"Asynchronous Resolver","description":"Binding for the ares (MIT) or c-ares (CURL) library.","phpv":[{"v":["0.5.0","0.6.0","0.7.0","0.8.0"],"min":"4.3","max":"6.0"}],"confopts":[{"v":["0.5.0","0.6.0","0.7.0","0.8.0"],"opts":[{"n":"with-ares","p":"whether to enable asynchronous resolver support","d":"yes"}]}]},{"name":"ast","license":"BSD-3-Clause","summary":"Extension exposing PHP 7 abstract syntax tree","description":"php-ast exports the AST internally used by PHP 7.\nphp-ast is significantly faster than PHP-Parser, because the AST construction is implemented in C.\nHowever, php-ast may only parse code that is syntactically valid on the version of PHP it runs on.","phpv":[{"v":["0.1.5","0.1.6","0.1.7","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.0.15","1.0.16"],"min":"7.0.0"},{"v":["1.1.0","1.1.1"],"min":"7.2.0"}],"confopts":[{"v":["0.1.5","0.1.6","0.1.7","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.0.15","1.0.16","1.1.0","1.1.1"]}]},{"name":"augeas","license":"PHP License","summary":"PHP bindings to the Augeas API","description":"Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files. This extension provides PHP bindings to it's API.","phpv":[{"v":["0.3","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1"],"min":"5.2"}],"confopts":[{"v":["0.3","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1"]}]},{"name":"automap","license":"PHP License","summary":"The automap accelerator","description":"For performance reasons, this extension is now merged into the PHK extension, which now contains the Automap *and* PHK accelerators."},{"name":"awscrt","license":"Apache 2.0","summary":"AWS Common Runtime PHP bindings","description":"AWS Common Runtime provides a set of low level tools as network protocols and authentication used by the AWSSDK for PHP to provide high level API to access AWS services.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"],"min":"7.4.0"},{"v":["1.0.6","1.0.7"],"min":"7.2.0"},{"v":["1.0.8","1.0.9","1.0.10","1.0.11","1.1.0"],"min":"7.4.0"},{"v":["1.2.0","1.2.1","1.2.2","1.2.3"],"min":"5.5.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.1.0","1.2.0","1.2.1","1.2.2","1.2.3"]}]},{"name":"axis2","license":"The Apache 2.0 License","summary":"Web Services for PHP","description":"This extension provides support for providing and consuming Web services based on Apache Axis2/C.\n\nThe development of this extension has been moved to WSO2 WSF/PHP Project.\nYou can download the latest release of this package from the downloads page.\nPlease note that there is a pecl package available.\n\nThis package has full Web services support including WS-Addressing, WS-Security, WS-Security Policy , MTOM for binary attachments, WSDL Generation and contract first Web services (WSDL mode). It also has some level of REST support."},{"name":"base58","license":"MIT License","summary":"Encode and decode data with base58","description":"PHP extension for base58 encoding and decoding using the Bitcoin alphabet","phpv":[{"v":["0.1.3"],"min":"7.0.0"},{"v":["0.1.4"],"min":"7.1.0"},{"v":["1.0.0","1.0.1","1.0.2"],"min":"7.0.0"}],"confopts":[{"v":["0.1.3","0.1.4","1.0.0","1.0.1","1.0.2"]}]},{"name":"bbcode","license":"PHP / BSD","summary":"BBCode parsing Extension","description":"This is a quick and efficient BBCode Parsing Library.\nIt provides various tag types, high speed tree based parsing,\ncallback system, tag position restriction, Smiley Handling,\nSubparsing\n\nIt will force closing BBCode tags in the good order, and closing\nterminating tags at the end of the string this is in order to ensure\nHTML Validity in all case.","phpv":[{"v":["0.9.1"],"min":"4.0.0"},{"v":["0.10.1","0.10.2","0.10.3","0.10.4","1.0.0","1.0.1","1.0.2","1.0.3b1"],"min":"5.2.0"}],"confopts":[{"v":["0.9.1","0.10.1","0.10.2","0.10.3","0.10.4","1.0.0","1.0.1","1.0.2","1.0.3b1"]}]},{"name":"bcgen","license":"PHP","summary":"PHP 7+ compiler","description":"BCgen is derived from the Zend OPcache source code.\n\nIt provides a single function to compile a PHP script into binary bytecode file.\nBCgen is similiar to bcompiler, but not a direct replacement."},{"name":"bcompiler","license":"PHP","summary":"A bytecode compiler","description":"bcompiler enables you to encode your scripts in phpbytecode, enabling you to protect the source code.\nbcompiler could be used in the following situations\n\n- to create a exe file of a PHP-GTK application (in conjunction with other software)\n- to create closed source libraries\n- to provide clients with time expired software (prior to payment)\n- to deliver close source applications\n- for use on embedded systems, where disk space is a priority.\n\nFor install instructions see the manual at pear.php.net\n\nNote: a PHP7 version is being worked on here - https://pecl.php.net/package/bcgen","phpv":[{"v":["0.3","0.4","0.5","0.6","0.7","0.8"]},{"v":["0.9.1","0.9.2","0.9.3","1.0.0","1.0.1","1.0.2"],"min":"4.0.0"}],"confopts":[{"v":["0.3","0.4","0.5","0.6","0.7","0.8","0.9.1","0.9.2","0.9.3","1.0.0","1.0.1","1.0.2"]}]},{"name":"big_int","license":"see LICENSE","summary":"big_int library provides a set of functions for calculations with arbitrary length integers and bitsets","description":"Functions from this package are useful for number theory\napplications. For example, in two-keys cryptography.\n\nSee /tests/RSA.php in the package for example of simple\nimplementation of RSA-like cryptoalgorithm.\nSee http://pear.php.net/packages/Crypt_RSA/ project for\nmore complex implementation of RSA-like crypto, which\nsupports key generating, encrypting/decrypting, generating\nand validating of digital sign.\n\nThe package has many bitset functions, which allow to work\nwith arbitrary length bitsets.\n\nThis package is much faster than bundled into PHP BCMath\nand consists almost all functions, which are implemented\nin PHP GMP extension, but it needn't any external libraries.","phpv":[{"v":["0.0.4","0.0.5"]},{"v":["1.0.0"],"min":"4.0.0","max":"6.0.0"},{"v":["1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]}],"confopts":[{"v":["0.0.4","0.0.5","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]}]},{"name":"binpack","license":"PHP","summary":"binpack for PHP.","description":"The php implementation for BINPACK.","phpv":[{"v":["1.0.0","1.0.1"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.0.1"]}]},{"name":"Bitset","license":"PHP","summary":"BITSET library","description":"Bitsets manipulation library","phpv":[{"v":["1.0"]},{"v":["1.0.1"],"min":"4.0.0"},{"v":["2.0","2.0.1"],"min":"5.3.0"},{"v":["2.0.2"],"min":"5.3.0","max":"5.6.0"},{"v":["2.0.3","2.0.4"],"min":"5.3.0","max":"5.6.999"},{"v":["3.0.0","3.0.1","3.1.0","3.2.0"],"min":"7.0.0"}],"confopts":[{"v":["1.0","1.0.1","2.0","2.0.1","2.0.2","2.0.3","2.0.4","3.0.0","3.0.1","3.1.0","3.2.0"]}]},{"name":"BLENC","license":"PHP","summary":"BLowfish ENCryption for PHP Scripts","description":"BLENC is an extension that permit to protect PHP source scripts with Blowfish Encription.\nBLENC hooks into the Zend Engine, allowing for transparent execution of PHP scripts previously encoded with BLENC.\nIt is not designed for complete security (it is still possible to disassemble the script into op codes using a package such as XDebug), however it does keep people out of your code and make reverse engineering difficult.","phpv":[{"v":["1.0alpha"]},{"v":["1.1.0b","1.1.1b","1.1.2b","1.1.3b","1.1.4b"],"min":"4.3.0"}],"confopts":[{"v":["1.0alpha"]},{"v":["1.1.0b","1.1.1b","1.1.2b","1.1.3b","1.1.4b"],"opts":[{"n":"enable-blenc","p":"Enable BLENC?","d":"autodetect"}]}]},{"name":"bloomy","license":"PHP","summary":"Extension implementing a Bloom filter","description":"This extension implements a Bloom filter, which is a space-efficient\nprobabilistic data structure that is used to test whether an element is a\nmember of a set.","phpv":[{"v":["0.1.0"],"min":"5.2.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0"]}]},{"name":"brotli","license":"MIT","summary":"Brotli extension","description":"PHP extension for compression and decompression with Brotli library.","phpv":[{"v":["0.14.0","0.14.1","0.14.2"],"min":"7.0"}],"confopts":[{"v":["0.14.0","0.14.1","0.14.2"]}]},{"name":"bsdiff","license":"PHP","summary":"The bsdiff extension for PHP","description":"A PHP extension to build and apply patches to binary files.","phpv":[{"v":["0.1.1","0.1.2"],"min":"7.2.0"}],"confopts":[{"v":["0.1.1"]},{"v":["0.1.2"],"opts":[{"n":"with-bz2","p":"BZip2 installation prefix","d":"/usr"}]}]},{"name":"bz2","license":"PHP License","summary":"A Bzip2 management extension","description":"Bz2 is an extension to create and parse bzip2 compressed data.","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"bz2_filter","license":"PHP","summary":"bz2 filter implementation backport for PHP 5.0","description":"bzip2 compress/decompress stream filter implementation. Performs inline compression/decompression using the bzip2 algorythm on any PHP I/O stream. The data produced by this filter, while compatable with the payload portion of a bz2 file, does not include headers or tailers for full bz2 file compatability. To achieve this format, use the compress.bzip2:// fopen wrapper built directly into PHP.","phpv":[{"v":["1.0"]},{"v":["1.1.0"],"min":"5.0.0","max":"5.1.0"}],"confopts":[{"v":["1.0","1.1.0"]}]},{"name":"cairo","license":"PHP License","summary":"Cairo Graphics Library Extension","description":"Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System, Quartz, Win32, image buffers, PostScript, PDF, and SVG file output.","phpv":[{"v":["0.1.0","0.2.0"],"min":"5.2.0"},{"v":["0.3.0","0.3.1","0.3.2"],"min":"5.1.6"}],"confopts":[{"v":["0.1.0"]},{"v":["0.2.0"],"opts":[{"n":"with-cairo","p":"Please provide the prefix of Cairo installation","d":"autodetect"}]},{"v":["0.3.0","0.3.1","0.3.2"],"opts":[{"n":"with-cairo","p":"Please provide the prefix of the Cairo installation","d":"autodetect"}]}]},{"name":"cairo_wrapper","license":"PHP","summary":"Cairo Wrapper Extension","description":"A cairo API wrapper. For details about cairo see http://cairographics.org/.","phpv":[{"v":["0.2.2","0.2.3","0.2.4"],"min":"4.0.0"}],"confopts":[{"v":["0.2.2","0.2.3","0.2.4"],"opts":[{"n":"with-cairo","p":"cairo installation directory?","d":"autodetect"}]}]},{"name":"cassandra","license":"Apache License 2.0","summary":"DataStax PHP Driver for Apache Cassandra","description":"A modern, feature-rich and highly tunable PHP client library for Apache\nCassandra and DataStax Enterprise using exclusively Cassandra's binary\nprotocol and Cassandra Query Language v3.","phpv":[{"v":["1.0.0RC","1.0.0","1.0.1"],"min":"5.3.4","max":"5.99.99"},{"v":["1.1.0","1.2.0","1.2.1","1.2.2"],"min":"5.5.0","max":"7.0.99"},{"v":["1.3.0"],"min":"5.6.0","max":"7.0.99"},{"v":["1.3.2"],"min":"5.6.0","max":"7.1.99"}],"confopts":[{"v":["1.0.0RC","1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.2.2","1.3.0","1.3.2"]}]},{"name":"chdb","license":"BSD","summary":"A fast database for constant data with memory sharing across processes","description":"CHDB (constant hash database) is a fast key-value database for constant data,\nrealized by using a memory-mapped file and thus providing the following\nfunctionalities:\n- Extremely fast initial load, regardless of the size of the database.\n- Only the pages of the file which are actually used are loaded from the disk.\n- Once a page is loaded it is shared across multiple processes.\n- Loaded pages are cached across multiple requests and even process recycling.\nA typical use of CHDB is as a faster alternative to defining many PHP\nconstants.\nCHDB is internally implemented as a hash-table using a perfect hashing function,\nthus guaranteeing worst case O(1) lookup time.","phpv":[{"v":["0.1.0","0.2.0","1.0.0","1.0.1","1.0.2","1.0.3"],"min":"5.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","1.0.0","1.0.1","1.0.2","1.0.3"],"opts":[{"n":"with-chdb","p":"enable chdb support?","d":"yes"},{"n":"with-libcmph-dir","p":"cmph installation path?","d":"autodetect"}]}]},{"name":"classkit","license":"PHP","summary":"Runtime redefinition of class methods","description":"Allows a running script to add, remove, rename, and redefine class methods without reloading.\nNOTICE: This package has been discontinued. Please refer to the runkit package which is fully BC with classkit and contains additional functionality.","phpv":[{"v":["0.1","0.1.1","0.1.2","0.2","0.3","0.4"]}],"confopts":[{"v":["0.1","0.1.1","0.1.2","0.2","0.3","0.4"]}]},{"name":"cld","license":"BSD License","summary":"PHP Bindings for Chromium Compact Language Detector","description":"Exposes Chromium Compact Language Detector to PHP to find out what language a text is","phpv":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0"],"min":"5.3"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0"]}]},{"name":"clips","license":"PHP License 3.0","summary":"Integrated CLIPS environment for deployment of expert systems","description":"CLIPS is a tool for building expert systems. This extension is an interface to the CLIPS C library. A CLIPS environment is initialized upon each page request. Most of the common CLIPS commands are available as functions. Additional functions are available to create facts and instances from associative arrays in PHP.","phpv":[{"v":["0.5.0"]}],"confopts":[{"v":["0.5.0"]}]},{"name":"clucene","license":"PHP","summary":"Extension for CLucene","description":"This is an extension for CLucene. CLucene is a C++ port of the popular Apache Lucene text search engine.","phpv":[{"v":["0.0.9"],"min":"5.0.0"}],"confopts":[{"v":["0.0.9"]}]},{"name":"cmark","license":"PHP License","summary":"CommonMark extension","description":"This extension provides access to the reference implementation of CommonMark,\na rationalized version of Markdown syntax with a specification.","phpv":[{"v":["1.0.0","1.0.1","1.1.0"],"min":"7.0.0"},{"v":["1.2.0"],"min":"7.2.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.2.0"]}]},{"name":"coherence","license":"PHP","summary":"Extension for Oracle Coherence","description":"Provides native access to Coherence caches for PHP applications and out-of-the-box support for resilient in-memory HTTP session caching"},{"name":"coin_acceptor","license":"PHP","summary":"Interface for serial coin acceptors","description":"This module let you control your local coin acceptor, using\na serial connection and the simple management protocol. This module\nsupports 4 slot coin acceptors using the ABCD method to control them.","phpv":[{"v":["0.1","0.2","0.3"]}],"confopts":[{"v":["0.1","0.2","0.3"]}]},{"name":"colorer","license":"PHP License","summary":"Syntax highlighting","description":"Colorer take5 is a syntax highlighting and text parsing library, that provides\nservices of text parsing in host editor systems in real-time and transforming\nresults into colored text. For details, see http://colorer.sourceforge.net/\n\nWhile colorer is primarily designed for use with text editors, it can be also\nused for non-interactive syntax highlighting, for example, in web\napplications. This PHP extension provides basic functions for syntax\nhighlighting.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.5","0.6","0.7"]}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.5","0.6","0.7"]}]},{"name":"componere","license":"PHP License","summary":"Composing PHP classes at runtime","description":"Componere is able to compose classes at runtime, and monkey patch objects.","phpv":[{"v":["2.1.3","3.0.0"],"min":"7.0.0"},{"v":["3.1.0","3.1.1","3.1.2"],"min":"7.1.0"}],"confopts":[{"v":["2.1.3","3.0.0","3.1.0","3.1.1","3.1.2"]}]},{"name":"couchbase","license":"Apache V2","summary":"Couchbase Server PHP extension","description":"The PHP client library provides fast access to documents stored in a Couchbase Server.","phpv":[{"v":["1.1.4","1.1.5","1.2.0","1.2.1","1.2.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0","2.2.0beta1","2.2.0beta2","2.2.0beta3","2.2.0beta4","2.2.0","2.2.1","2.2.2","2.2.3"],"min":"5.3.0"},{"v":["2.2.4","2.3.0","2.3.1","2.3.2","2.3.3","2.3.4"],"min":"5.4.0"},{"v":["2.4.0","2.4.1","2.4.2","2.4.3","2.4.4","2.4.5","2.4.6","2.4.7","2.5.0","2.6.0","2.6.1","2.6.2"],"min":"5.6.0"},{"v":["3.0.0alpha1","3.0.0alpha2","3.0.0alpha3","3.0.0alpha4","3.0.0beta1","3.0.4"],"min":"7.1.0"},{"v":["3.0.5","3.1.0"],"min":"7.2.0"},{"v":["3.1.1","3.1.2","3.2.0","3.2.1","3.2.2"],"min":"7.3.0"},{"v":["4.0.0","4.1.0"],"min":"7.4.0"},{"v":["4.1.1","4.1.2","4.1.3","4.1.4","4.1.5","4.1.6"],"min":"8.0.0"}],"confopts":[{"v":["1.1.4","1.1.5","1.2.0","1.2.1","1.2.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0","2.2.0beta1","2.2.0beta2","2.2.0beta3","2.2.0beta4","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4","2.3.0","2.3.1","2.3.2","2.3.3","2.3.4","2.4.0","2.4.1","2.4.2","2.4.3","2.4.4","2.4.5","2.4.6","2.4.7","2.5.0","2.6.0","2.6.1","2.6.2","3.0.0alpha1","3.0.0alpha2","3.0.0alpha3","3.0.0alpha4","3.0.0beta1","3.0.4","3.0.5","3.1.0","3.1.1","3.1.2","3.2.0","3.2.1","3.2.2","4.0.0","4.1.0","4.1.1","4.1.2","4.1.3","4.1.4","4.1.5","4.1.6"]}]},{"name":"courierauth","license":"BSD-2-Clause","summary":"courierauth binding","description":"Provides means for authentication against any courier authdaemond backends.","phpv":[{"v":["0.1.0"],"min":"4.3","max":"6.0"}],"confopts":[{"v":["0.1.0"],"opts":[{"n":"with-courierauth","p":"whether to enable courierauth support","d":"yes"},{"n":"with-courierauth-security-risk","p":"whether to enable passwd security risk","d":"no"}]}]},{"name":"cpdf","license":"PHP License 3.0","summary":"C language API definitions for ClibPDF library","description":"C language API definitions for ClibPDF library"},{"name":"crack","license":"PHP","summary":"\"Good Password\" Checking Utility: Keep your users' passwords reasonably safe from dictionary based attacks","description":"This package provides an interface to the cracklib (libcrack) libraries that come standard on most unix-like distributions. This allows you to check passwords against dictionaries of words to ensure some minimal level of password security.\n\nFrom the cracklib README\nCrackLib makes literally hundreds of tests to determine whether you've\nchosen a bad password.\n\n* It tries to generate words from your username and gecos entry to tries\nto match them against what you've chosen.\n\n* It checks for simplistic patterns.\n\n* It then tries to reverse-engineer your password into a dictionary\nword, and searches for it in your dictionary.\n\n- after all that, it's PROBABLY a safe(-ish) password. 8-)","phpv":[{"v":["0.1","0.2","0.3"]},{"v":["0.4"],"min":"4.1.0"}],"confopts":[{"v":["0.1","0.2","0.3","0.4"]}]},{"name":"crack_dll","license":"PHP","summary":"\"Good Password\" Checking Utility: Keep your users' passwords reasonably safe from dictionary based attacks","description":"This package provides an interface to the cracklib (libcrack) libraries that come standard on most unix-like distributions. This allows you to check passwords against dictionaries of words to ensure some minimal level of password security.\n\nFrom the cracklib README\nCrackLib makes literally hundreds of tests to determine whether you've\nchosen a bad password.\n\n* It tries to generate words from your username and gecos entry to tries\nto match them against what you've chosen.\n\n* It checks for simplistic patterns.\n\n* It then tries to reverse-engineer your password into a dictionary\nword, and searches for it in your dictionary.\n\n- after all that, it's PROBABLY a safe(-ish) password. 8-)","phpv":[{"v":["0.4"],"min":"4.1.0"}],"confopts":[{"v":["0.4"]}]},{"name":"crypto","license":"PHP 3.01","summary":"Wrapper for OpenSSL Crypto Library","description":"This package provides an objective wrapper for OpenSSL Crypto Library","phpv":[{"v":["0.1.0","0.1.1"],"min":"5.3.0"},{"v":["0.2.0","0.2.1","0.2.2","0.3.0","0.3.1","0.3.2"],"min":"5.3.2"}],"confopts":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2","0.3.0","0.3.1","0.3.2"]}]},{"name":"CSV","license":"PHP V3.01","summary":"CSV PHP extension","description":"A new and improved CSV file PHP extension which follows RFC 4180 instead of using a custom escape mechanism.\n\nSupports multi-bytes delimiters, enclosures, and providing a custom EOL sequence.","phpv":[{"v":["0.3.0","0.3.1","0.3.2"],"min":"7.3.0"},{"v":["0.4.0","0.4.1","0.4.2"],"min":"8.0.0"}],"confopts":[{"v":["0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.4.2"]}]},{"name":"CUBRID","license":"PHP","summary":"This is the official PHP Extension to connect to CUBRID Database.","description":"CUBRID is an open source database management system highly optimized for Web applications (http://www.cubrid.org). The current PHP extension is fully compatibly with the latest stable version of CUBRID Database. To post issues and report bugs, please use CUBRID Official Forum at http://forum.cubrid.org.","phpv":[{"v":["8.3.0.0001","8.3.0.0002","8.3.0.0003","8.3.0.0004","8.3.0.0005","8.3.1.0001","8.3.1.0002","8.3.1.0003","8.3.1.0004","8.3.1.0005","8.3.1.0006","8.3.1.0007","8.3.1.0008","8.4.0.0001","8.4.0.0002","8.4.0.0003","8.4.0.0004","8.4.0.0005","8.4.1.0001","8.4.1.0002","8.4.1.0003","8.4.1.0004","8.4.1.0005","8.4.1.0006","8.4.3.0001","9.0.0.0001"],"min":"5.2.0"},{"v":["9.1.0.0001","9.1.0.0002","9.1.0.0003","9.1.0.0004","9.2.0.0001","9.3.0.0001","10.1.0.0001","10.1.0.0002"],"min":"5.3.0"}],"confopts":[{"v":["8.3.0.0001"],"opts":[{"n":"with-cubrid","p":"Include CUBRID support","d":"yes"}]},{"v":["8.3.0.0002","8.3.0.0003","8.3.0.0004","8.3.0.0005","8.3.1.0001","8.3.1.0002","8.3.1.0003","8.3.1.0004","8.3.1.0005","8.3.1.0006","8.3.1.0007","8.3.1.0008","8.4.0.0001","8.4.0.0002","8.4.0.0003","8.4.0.0004","8.4.0.0005","8.4.1.0001","8.4.1.0002","8.4.1.0003","8.4.1.0004","8.4.1.0005","8.4.1.0006","8.4.3.0001","9.0.0.0001","9.1.0.0001","9.1.0.0002"],"opts":[{"n":"with-cubrid","p":"CUBRID base install dir","d":"autodetect"}]},{"v":["9.1.0.0003","9.1.0.0004","9.2.0.0001","9.3.0.0001","10.1.0.0001","10.1.0.0002"]}]},{"name":"cvsclient","license":"PHP","summary":"CVS pserver client","description":"pserver client extension. Current version has read-only, diff, and log support.\nLater versions to include add/commit/remove.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"cybercash","license":"PHP License","summary":"providesa access to cybercash online payment API","description":"providesa access to cybercash online payment API","phpv":[{"v":["1.18","1.18p1"]}],"confopts":[{"v":["1.18","1.18p1"]}]},{"name":"cybermut","license":"PHP License","summary":"CyberMut Paiement System","description":"This extension gives you the possibility to use the CyberMut Paiement System of the Credit Mutuel (French Bank).","phpv":[{"v":["1.0","1.1"]}],"confopts":[{"v":["1.0","1.1"]}]},{"name":"cyrus","license":"PHP License","summary":"An extension which eases the manipulation of Cyrus IMAP servers.","description":"An extension which eases the manipulation of Cyrus IMAP servers.","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"daffodildb","license":"Proprietary","summary":"Daffodil DB extention module Driver.","description":"It' a database extention module driver ,that is required to work with Daffodil DB in PHP."},{"name":"datadog_trace","license":"BSD 3-Clause","summary":"APM and distributed tracing for PHP","description":"The Datadog PHP Tracer brings APM and distributed tracing to PHP.","phpv":[{"v":["0.8.1"],"min":"5.4"},{"v":["0.9.0","0.9.1","0.10.0","0.11.0","0.12.0","0.13.0","0.13.1","0.13.2","0.13.3","0.13.4","0.14.0","0.14.1","0.15.1","0.16.0","0.16.1","0.17.0","0.18.0","0.19.0","0.20.0","0.21.0"],"min":"5.6","max":"7.2.99"},{"v":["0.22.0","0.23.0","0.26.0","0.27.1","0.27.2","0.28.0","0.28.1","0.29.0","0.30.0","0.30.2","0.31.0","0.32.1","0.33.0","0.34.0","0.34.1","0.35.0","0.36.0","0.37.0"],"min":"5.6","max":"7.3.99"},{"v":["0.38.0","0.38.1","0.39.0","0.40.0","0.41.0","0.41.1","0.42.0","0.43.0","0.44.0","0.44.1","0.45.0","0.45.1","0.46.0","0.47.0","0.47.1","0.48.0","0.48.1","0.48.2","0.48.3"],"min":"5.6","max":"7.4.99"},{"v":["0.49.0"],"min":"5.4","max":"7.4.99"},{"v":["0.50.0","0.51.0","0.52.0","0.53.0","0.54.0","0.55.0","0.56.0","0.58.0","0.59.0","0.60.0","0.61.0","0.62.0","0.62.1","0.63.0","0.64.0","0.64.1","0.65.0","0.65.1"],"min":"5.4","max":"8.0.99"},{"v":["0.66.0","0.67.0","0.68.0","0.68.1","0.68.2","0.69.0","0.70.0","0.70.1","0.71.0","0.71.1","0.72.0","0.73.0","0.74.0","0.75.0","0.76.0"],"min":"5.4","max":"8.1.99"},{"v":["0.76.1","0.76.2","0.77.0","0.78.0","0.79.0","0.80.0","0.81.0","0.81.1"],"min":"7.0","max":"8.1.99"},{"v":["0.82.0","0.83.0","0.83.1","0.84.0","0.86.0","0.86.1","0.86.2","0.86.3","0.87.0","0.87.1","0.87.2","0.88.0","0.88.1","0.89.0","0.90.0","0.91.0","0.91.1","0.91.2","0.92.0","0.92.1","0.92.2"],"min":"7.0","max":"8.2.99"},{"v":["0.93.0","0.93.1","0.93.2","0.94.0","0.94.1"],"min":"7.0","max":"8.3.99"}],"confopts":[{"v":["0.8.1","0.9.0","0.9.1","0.10.0","0.11.0","0.12.0","0.13.0","0.13.1","0.13.2","0.13.3","0.13.4","0.14.0","0.14.1","0.15.1","0.16.0","0.16.1","0.17.0","0.18.0","0.19.0","0.20.0","0.21.0","0.22.0","0.23.0","0.26.0","0.27.1","0.27.2","0.28.0","0.28.1","0.29.0","0.30.0","0.30.2","0.31.0","0.32.1","0.33.0","0.34.0","0.34.1","0.35.0","0.36.0","0.37.0","0.38.0","0.38.1","0.39.0","0.40.0","0.41.0","0.41.1","0.42.0","0.43.0","0.44.0","0.44.1","0.45.0","0.45.1","0.46.0","0.47.0","0.47.1"],"opts":[{"n":"enable-ddtrace-debug","p":"Enable internal debugging in ddtrace","d":"no"}]},{"v":["0.48.0","0.48.1","0.48.2","0.48.3","0.49.0","0.50.0","0.51.0","0.52.0","0.53.0","0.54.0","0.55.0","0.56.0","0.58.0","0.59.0","0.60.0","0.61.0","0.62.0","0.62.1","0.63.0","0.64.0","0.64.1","0.65.0","0.65.1","0.66.0","0.67.0","0.68.0","0.68.1","0.68.2","0.69.0","0.70.0","0.70.1","0.71.0","0.71.1","0.72.0","0.73.0","0.74.0","0.75.0","0.76.0","0.76.1","0.76.2","0.77.0","0.78.0","0.79.0","0.80.0","0.81.0","0.81.1","0.82.0","0.83.0","0.83.1","0.84.0","0.86.0","0.86.1","0.86.2","0.86.3","0.87.0","0.87.1","0.87.2","0.88.0","0.88.1","0.89.0","0.90.0","0.91.0","0.91.1","0.91.2","0.92.0","0.92.1","0.92.2","0.93.0","0.93.1","0.93.2","0.94.0","0.94.1"]}]},{"name":"date_time","license":"PHP","summary":"Date and Time Library","description":"Date is a collection of functions and classes to deal with dates.\nSupport for date outside the UNIX date limitations. It provides\na lot of convenience functions/methods.","phpv":[{"v":["0.1"]}],"confopts":[{"v":["0.1"]}]},{"name":"dazuko","license":"PHP","summary":"Dazuko file-access-control","description":"Dazuko (in german: (Da)tei (Zu)griffs (Ko)ntrolle)\nfile-access-control allows you to communicate with the dazuko-kernel module\n(See: http://www.dazuko.org for details).\n\nIt is used to allow or disallow access to a file or directory, based upon\nthe event, the file or directory was accessed. So it is possible to use\ndazuko to code virus scanners and other security frameworks.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.41","0.42"]}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.41","0.42"]}]},{"name":"dbase","license":"PHP","summary":"dBase database file access functions","description":"These functions allow you to access records stored\nin dBase-format (dbf) databases.\n\nThere is no support for indexes or memo fields.\nThe databases are automatically locked with blocking flock()s.\n\ndBase files are simple sequential files of fixed length records.\nRecords are appended to the end of the file and deleted records\nare kept until you call dbase_pack().","phpv":[{"v":["5.0","5.0.1","5.1.0"],"min":"5"},{"v":["5.1.1"],"min":"5","max":"5.7"},{"v":["7.0.0beta1","7.0.0RC1","7.0.0","7.0.1","7.1.0RC1","7.1.0RC2","7.1.0","7.1.1"],"min":"7.0.0"}],"confopts":[{"v":["5.0","5.0.1","5.1.0","5.1.1","7.0.0beta1","7.0.0RC1","7.0.0","7.0.1","7.1.0RC1","7.1.0RC2","7.1.0","7.1.1"]}]},{"name":"DBDO","license":"PHP","summary":"Database DataObjects","description":"DEAD - I'm not working on this, - currently PEAR::DB_DataObjects does all I need, so there is no motivation to carry on with it.\n\n\nDBDO performs 2 tasks:\n1. Builds SQL statements based on the objects vars and the builder methods.\n2. acts as a datastore for a table row. (ORM)\nThe core class is designed to be extended for each of your tables so\nthat you put the data logic inside the data classes.\n\nFor the most part, refer to this for documentation\nhttp://pear.php.net/manual/en/package.database.db-dataobject.php\nand the project home page for any changes in method names.\n\nThe key differences between DataObjects and DBDO are:\n- PHP5 only\n- query() / with no arguments replaces find()\n- assignFrom replaces setFrom\n- DBDO::factory('dbalias','table') has 2 arguments, first being the db alias\n- Configuration done using static methods.\nDBDO::config('dbalias', 'provider','Mysql');\nDBDO::config('dbalias', 'cnc','database=XYZ');\n- Addition of FetchAll\n$do->fetchAll(DBDO::SINGLE | DBDO::OBJECTS | DBDO::KEY_VALUE | DBDO::VALUE)\n- Error handling\n* Throws exceptions for database errors / unusual stuff\n* E_ERROR's and dies if you use it incorrectly (eg. fixable at code level)\n- No support for joins yet.. (On the TODO list)\n\nBuilding it Requires libgda (www.gnome-db.org), currently from CVS, which can be a pain.\n\n- Win32 support is theoretically possible, it just requires someone to spend time working\nout how to build libgda (which has windows makefiles) and this library.","phpv":[{"v":["0.1.0"]}],"confopts":[{"v":["0.1.0"]}]},{"name":"dbplus","license":"PHP License","summary":"db++ database functions","description":"db++, made by the German company Concept asa, is a relational database\nsystem with high performance and low memory and disk usage in\nmind. While providing SQL as an additional language interface, it is\nnot really a SQL database in the first place but provides its own AQL\nquery language which is much more influenced by the relational algebra\nthen SQL is.","phpv":[{"v":["0.9"]}],"confopts":[{"v":["0.9"]}]},{"name":"DBus","license":"PHP","summary":"Extension for interaction with DBUS busses","description":"This extension allows you to talk to DBUS services on a system, and also act\nas a DBUS service.","phpv":[{"v":["0.1.0","0.1.1"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1"]}]},{"name":"dbx","license":"PHP","summary":"Database abstraction functions","description":"The dbx module is a database abstraction layer. The dbx functions allow\nyou to access all supported databases using a single calling convention.\nThe dbx-functions themselves do not interface directly to the databases,\nbut interface to the modules that are used to support these databases.\nThe currently supported databases are MySQL, ODBC, Oracle (oci8), MS SQL\nServer, PostgreSQL, FrontBase, Sybase-CT and SQLite. The\nmodule-dependencies are only for the databases you wish to use.","phpv":[{"v":["1.1.0"],"min":"4.3.0"},{"v":["1.1.1","1.1.2"],"min":"5.1.0"}],"confopts":[{"v":["1.1.0","1.1.1","1.1.2"]}]},{"name":"decimal","license":"MIT License","summary":"Arbitrary precision floating-point decimal","description":"Correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP 7","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.3.0","1.3.1","1.4.0"],"min":"7.0.0"},{"v":["2.0.0"],"min":"7.2.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.3.0","1.3.1","1.4.0","2.0.0"]}]},{"name":"dio","license":"PHP","summary":"Direct I/O functions","description":"PHP supports the direct io functions as described in the\nPosix Standard (Section 6) for performing I/O functions at\na lower level than the C-Language stream I/O functions\n(fopen(), fread(),..).\n\nDIO provides functions and stream wrappers which provide raw and\nserial low level IO support. The use of the DIO functions should\nbe considered only when direct control of a device is needed.\nIn all other cases, the standard filesystem functions are\nmore than adequate.","phpv":[{"v":["0.0.2"]},{"v":["0.0.4RC4","0.0.5","0.0.6","0.0.7"],"min":"5.2"},{"v":["0.0.8","0.0.9","0.1.0","0.2.0","0.2.1"],"min":"5.3.3"}],"confopts":[{"v":["0.0.2","0.0.4RC4","0.0.5","0.0.6","0.0.7","0.0.8","0.0.9","0.1.0","0.2.0","0.2.1"]}]},{"name":"docblock","license":"PHP License","summary":"phpDocumentor-style DocBlock (T_DOC_COMMENT token) tokenizer","description":"This extension is like the tokenizer extension for PHP.\nIt takes a document comment (docblock) like this one:\n\n/**\n* information {@inlinetag}\n* @tags\n*/\n\nand parses it into tokens.\n\nThe primary function is docblock_tokenize(), which accepts a\nstring, and returns an array of arrays of array(TOKEN, \"token\").\nTOKEN is one of DOCBLOCK_* constants.\n\ndocblock_tokenize() has an optional second bool parameter that\ndetermine whether to output non-essential tokens like\nthe /** * stuff.\n\ndocblock_token_name() takes a DOCBLOCK_* constant and returns its name","phpv":[{"v":["0.1.0","0.2.0"],"min":"5.1.0b1"}],"confopts":[{"v":["0.1.0","0.2.0"]}]},{"name":"domxml","license":"PHP","summary":"DOM XML Functions","description":"This extension allows you to operate on an XML document with the DOM API.\n\nIt has been superseded by the DOM extension that ships with PHP 5.\n\nAlthough it should be possible to use this old domxml extension with PHP 5, its use is highly discouraged, as there a very high potential for conflicts with the new dom extension.\n\nIf you are migrating from PHP 4 to PHP 5, the recommended best-practice is to port your domxml code to the much better dom code.\n\nIf you really must build domxml, you will need to obtain the sources from CVS and build them yourself.\n\nSee http://www.php.net/manual/en/install.pecl.php for instructions.\n\nNOTE: if you're running PHP 4.x, the domxml is already part of the distribution.\n\nNOTE 2: The download link below \"Download latest\" is broken and doesn't lead to anything. Please read above carefully for how to get it, if you really need to."},{"name":"dom_varimport","license":"PHP","summary":"Convert nested arrays into DOMDocument","description":"The extension converts nested PHP arrays and objects into DOMDocument.\nSome of projects use XSLT as a templating engine. To build XML for such engines,\nwe need a very fast and memory efficient way to convert PHP nested arrays and\nobjects into DOMDocument object. Also, produced XML should be straight-forward\nand as simple as it could be (BTW XMLRPC, SOAP and other XML-based formats are quite\nsloppy in this case). So dom_varimport has been introduced: it produces DOMDocument\nfrom a nested array near 20 times faster than a hand-made code in native PHP\n(1 MB XML with thousands of nodes could be generated in 1-2 ms).","phpv":[{"v":["1.11.0","1.11.1","1.11.2","1.11.3"],"min":"5.3.0"}],"confopts":[{"v":["1.11.0","1.11.1","1.11.2","1.11.3"]}]},{"name":"doublemetaphone","license":"PHP License","summary":"Provide Double Metaphone functionality","description":"The Double Metaphone algorithm by Lawrence Philips allows a word to be broken down into its phonemes.","phpv":[{"v":["0.1.2","0.2.0","1.0.0","1.0.1"],"min":"4.3.0"}],"confopts":[{"v":["0.1.2","0.2.0","1.0.0","1.0.1"]}]},{"name":"drizzle","license":"PHP","summary":"Drizzle Database API","description":"This extension uses libdrizzle library to provide API for communicating with drizzle and mysql databases.","phpv":[{"v":["0.4.0","0.4.1","0.4.2"],"min":"5.1.0","max":"6.0.0"}],"confopts":[{"v":["0.4.0","0.4.1","0.4.2"]}]},{"name":"Druid","license":"Apache2.0","summary":"A Druid driver for PHP with PECL extension.","description":"A Druid driver for PHP with PECL extension.\n- Build Druid REST Client Use CURL.\n- Request both with Full-Json or Templates-Json","phpv":[{"v":["0.3.0","0.6.0","0.9.0","0.9.2","1.0.0"],"min":"5.2.0"}],"confopts":[{"v":["0.3.0","0.6.0","0.9.0","0.9.2","1.0.0"]}]},{"name":"ds","license":"MIT License","summary":"Data Structures","description":"Data Structures for PHP 7","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0"],"min":"7.0.0"},{"v":["1.4.0"],"min":"7.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0","1.4.0"]}]},{"name":"DTrace","license":"PHP","summary":"A Solaris Dtrace provider","description":"Obsolete; use the much better implementation available in the core of PHP:\n\nhttp://www.php.net/manual/en/features.dtrace.php","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3"]}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"ecasound","license":"PHP","summary":"Ecasound provides audio recording and processing functions","description":"This extension wraps the Ecasound libraries to provide advanced audio processing capabilities.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"ecma_intl","license":"BSD-3-Clause","summary":"ecma_intl is an i18n and l10n extension for PHP","description":"ecma_intl is a PHP implementation of the ECMA-402 11th Edition\nInternationalization API Specification.","phpv":[{"v":["0.1.0","0.1.1","0.1.2"],"min":"8.2.0","max":"8.2.99"},{"v":["0.1.3","0.2.0"],"min":"8.2.0","max":"8.3.99"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.2.0"]}]},{"name":"eio","license":"php","summary":"Provides interface to the libeio library","description":"This extension provides interface to the libeio library written by Marc Lehmann\n(see http://software.schmorp.de/pkg/libeio.html).\n\nLibeio is a an asynchronous I/O library. Features basically include\nasynchronous versions of POSIX API(read, write, open, close, stat, unlink,\nfdatasync, mknod, readdir etc.); sendfile (native on Solaris, Linux, HP-UX,\nFreeBSD); readahead. libeio itself emulates the system calls, if they are not\navailable on specific(UNIX-like) platform.\n\nCurrently this extension supports GNU/Linux and BSD platforms only. But you can\ntry it on any UNIX OS.","phpv":[{"v":["0.0.1","0.1.0"],"min":"5.0.0"},{"v":["0.1.1","0.2.0","0.3.0","0.4.0"],"min":"5.0.1"},{"v":["0.5.0","1.0.0","1.1.0","1.2.0","1.2.1","1.2.3","1.2.4","1.2.5","1.2.6","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","3.0.0RC1","3.0.0RC2","3.0.0RC3","3.0.0RC4","3.0.1","3.1.0RC1","3.1.0"],"min":"5.3.0"}],"confopts":[{"v":["0.0.1","0.1.0","0.1.1","0.2.0","0.3.0"]},{"v":["0.4.0"],"opts":[{"n":"enable-eio-debug","p":"Enable internal debugging in Eio","d":"no"}]},{"v":["0.5.0","1.0.0","1.1.0","1.2.0"],"opts":[{"n":"enable-eio-debug","p":"Enable internal debugging in Eio","d":"no"},{"n":"enable-eio-sockets","p":"Enable sockets support in Eio","d":"yes"}]},{"v":["1.2.1","1.2.3","1.2.4","1.2.5","1.2.6","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","3.0.0RC1","3.0.0RC2","3.0.0RC3","3.0.0RC4","3.0.1","3.1.0RC1","3.1.0"],"opts":[{"n":"enable-eio-debug","p":"Enable internal debugging in Eio","d":"no"}]}]},{"name":"enchant","license":"PHP","summary":"libenchant binder, support near all spelling tools","description":"Enchant is a binder for libenchant. Libenchant provides a common\nAPI for many spell libraries:\n- aspell/pspell (intended to replace ispell)\n- hspell (hebrew)\n- ispell\n- myspell/hunspell (OpenOffice project, mozilla)\n- uspell (primarily Yiddish, Hebrew, and Eastern European languages)\nA plugin system allows to add custom spell support.\nsee www.abisource.com/enchant/","phpv":[{"v":["0.1","0.2.0","0.2.1","1.0"]},{"v":["1.0.1","1.0.2","1.1.0"],"min":"5"}],"confopts":[{"v":["0.1","0.2.0","0.2.1","1.0"]},{"v":["1.0.1","1.0.2","1.1.0"],"opts":[{"n":"with-enchant","p":"libenchant prefix?","d":"shared"}]}]},{"name":"env","license":"MIT","summary":"Load environment variables into PHP from a global configuration file","description":"Based on 12Factor Application rules this extension allows you to load environment variables into every PHP request, in every SAPI using a global configuration file with key value pairs of environment variables.","phpv":[{"v":["0.1.0","0.2.0","0.2.1"],"min":"5.5.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1"]}]},{"name":"ereg","license":"PHP","summary":"POSIX Regex Functions","description":"This extension provides the ereg family of functions that were provided with PHP 3-5. These functions have been superseded by the preg family of functions provided by the PCRE extension: http://php.net/pcre\n\nAlthough it should be possible to build this extension with PHP 7.0, you are strongly encouraged to port your code to use PCRE, as this extension is not maintained and is available for historical reasons only."},{"name":"esmtp","license":"PHP License","summary":"ESMTP client extenion","description":"Esmtp is a wrapper for SMTP client library based on the libESMTP library\n(http://www.stafford.uklinux.net/libesmtp/). You can use it to send messages\nusing internal SASL, and external/openssl SSL support.","phpv":[{"v":["0.3.0","0.3.1"]}],"confopts":[{"v":["0.3.0","0.3.1"]}]},{"name":"ev","license":"PHP","summary":"Provides interface to libev library","description":"ev provides interface to libev library - high performance\nfull-featured event loop written in C.","phpv":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.2.10","0.2.11","0.2.12","0.2.13","0.2.14","0.2.15","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0RC5","1.0.0RC6","1.0.0RC7","1.0.0RC8","1.0.0RC9","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.6","1.0.7","1.0.8","1.0.9","1.1.0","1.1.1r1","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6RC1"],"min":"5.4.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2"],"opts":[{"n":"enable-ev-debug","p":"Enable internal debugging in ev","d":"no"},{"n":"enable-ev-sockets","p":"Enable sockets support in ev","d":"yes"}]},{"v":["0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.2.10","0.2.11","0.2.12","0.2.13","0.2.14","0.2.15","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0RC5","1.0.0RC6","1.0.0RC7","1.0.0RC8","1.0.0RC9","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.6","1.0.7","1.0.8","1.0.9","1.1.0","1.1.1r1","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6RC1"],"opts":[{"n":"enable-ev-debug","p":"Enable internal debugging in ev","d":"no"}]}]},{"name":"event","license":"PHP","summary":"Provides interface to libevent library","description":"This is an extension to efficiently schedule I/O, time and signal based\nevents using the best I/O notification mechanism available for specific platform.\nThis is a port of libevent to the PHP infrastructure.\n\nVersion 1.0.0 introduces:\n* new OO API breaking backwards compatibility\n* support of libevent 2+ including HTTP, DNS, OpenSSL and the event listener.\n\nNote, event-1.0.0 and greater is not compatible with previous versions.","phpv":[{"v":["0.9","0.9.1"]},{"v":["1.2.5","1.2.6","1.3.0","1.4.0","1.5.0","1.5.1","1.6.0","1.6.1","1.6.2","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.7.6","1.7.7","1.7.8","1.8.0","1.8.1","1.9.0","1.9.1","1.10.0","1.10.1","1.10.2","1.10.3","1.11.0","1.11.1","1.11.2","1.11.3","2.0.0RC1","2.0.0RC2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.2.1","2.3.0RC1","2.3.0","2.4.0RC1","2.4.0RC2","2.4.0RC3","2.4.0","2.4.1","2.4.2","2.4.3","2.4.4","2.5.0","2.5.1","2.5.2","2.5.3","2.5.4","2.5.5","2.5.6","2.5.7","3.0.0","3.0.1","3.0.2r1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7RC1","3.0.7","3.0.8","3.1.0RC1"],"min":"5.4.0"}],"confopts":[{"v":["0.9","0.9.1"]},{"v":["1.2.5","1.2.6"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in event","d":"no"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["1.3.0"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in event","d":"no"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in event","d":"yes"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["1.4.0","1.5.0","1.5.1","1.6.0","1.6.1","1.6.2","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in event","d":"no"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["1.7.6","1.7.7","1.7.8","1.8.0","1.8.1","1.9.0","1.9.1","1.10.0","1.10.1","1.10.2","1.10.3","1.11.0","1.11.1","1.11.2","1.11.3","2.0.0RC1","2.0.0RC2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.2.1","2.3.0RC1","2.3.0"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in Event","d":"no"},{"n":"enable-event-sockets","p":"Enable sockets support in Event","d":"yes"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in Event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["2.4.0RC1","2.4.0RC2","2.4.0RC3","2.4.0"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in Event","d":"no"},{"n":"enable-event-sockets","p":"Enable sockets support in Event","d":"yes"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in Event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-event-ns","p":"PHP Namespace for all Event classes","d":""},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["2.4.1","2.4.2","2.4.3","2.4.4","2.5.0","2.5.1","2.5.2","2.5.3","2.5.4","2.5.5","2.5.6","2.5.7","3.0.0","3.0.1","3.0.2r1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7RC1","3.0.7"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in Event","d":"no"},{"n":"enable-event-sockets","p":"Enable sockets support in Event","d":"yes"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in Event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-event-ns","p":"PHP Namespace for all Event classes","d":"no"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["3.0.8","3.1.0RC1"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in Event","d":"no"},{"n":"enable-event-sockets","p":"Enable sockets support in Event","d":"yes"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in Event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-event-ns","p":"PHP Namespace for all Event classes","d":"no"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"yes"}]}]},{"name":"excimer","license":"Apache 2.0","summary":"Interrupting timer and low-overhead sampling profiler","description":"Calls a user-defined callback when a one-shot or periodic timer expires. Also a sampling profiler backend, which aggregates backtraces collected by a periodic timer.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1"],"min":"7.1.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1"]}]},{"name":"expect","license":"PHP License","summary":"PHP extension for expect library","description":"This extension allows to interact with processes through PTY, using expect library.","phpv":[{"v":["0.1","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"]},{"v":["0.2.7","0.2.8","0.2.9","0.3.0","0.3.1","0.3.2"],"min":"4.0.0"},{"v":["0.3.3"],"min":"4.0.0","max":"5.99.99"},{"v":["0.4.0"],"min":"4.0.0","max":"7.99.99"}],"confopts":[{"v":["0.1","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.3.0","0.3.1","0.3.2","0.3.3","0.4.0"]}]},{"name":"fam","license":"PHP","summary":"File Alteration Monitor Functions","description":"FAM monitors files and directories, notifying interested\napplications of changes.\nA PHP script may specify a list of files for FAM to monitor\nusing the functions provided by this extension.\nThe FAM process is started when the first connection from\nany application to it is opened. It exits after all\nconnections to it have been closed.","phpv":[{"v":["5.0.1"],"min":"4.3.0"}],"confopts":[{"v":["5.0.1"]}]},{"name":"fann","license":"PHP 3.01","summary":"Wrapper for FANN (Fast Artificial Neural Network) Library","description":"This package provides a PHP binding for FANN (Fast Artificial Neural Network) Library","phpv":[{"v":["0.1.0","0.1.1"]},{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.1.0RC1","1.1.0RC2","1.1.0","1.1.1","1.2.0RC1","1.2.0RC2"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.1.0RC1","1.1.0RC2","1.1.0","1.1.1","1.2.0RC1","1.2.0RC2"]}]},{"name":"ffi","license":"PHP","summary":"Foreign Function Interface","description":"FFI is a multi-platform extension for PHP 5 that allows you to bind to functions from arbitrary shared libraries and call them.","phpv":[{"v":["0.1","0.2","0.3"]}],"confopts":[{"v":["0.1","0.2","0.3"]}]},{"name":"Fileinfo","license":"PHP","summary":"libmagic bindings","description":"Allows retrieval of information regarding a vast majority of file types. This information may include dimensions, quality, length etc.\n\nAdditionally it can also be used to retrieve the mime type for a particular\nfile and for text files proper language encoding.\n\nNote: As of PHP 5.3.0 this extension is enabled by default and this PECL extension is no longer maintained and will contain no more releases.","phpv":[{"v":["0.1","0.2","0.3","1.0","1.0.1","1.0.2","1.0.3","1.0.4"]}],"confopts":[{"v":["0.1","0.2","0.3","1.0","1.0.1","1.0.2","1.0.3","1.0.4"]}]},{"name":"filepro","license":"PHP License 3.01","summary":"filePro database access functions","description":"These functions allow read-only access to data stored in filePro databases."},{"name":"filter","license":"PHP","summary":"Extension for safely dealing with input parameters.\n\nNote: This extension is now part of PHP Core, so use it instead of this outdated PECL version (as of PHP 5.2.0).","description":"The Input Filter extension is meant to address this issue by implementing a set\nof filters and mechanisms that users can use to safely access their input data.","phpv":[{"v":["0.9.0","0.9.2","0.9.3","0.9.4"],"min":"4.0.0"},{"v":["0.10.0","0.11.0"],"min":"5.0.0"}],"confopts":[{"v":["0.9.0","0.9.2","0.9.3","0.9.4","0.10.0","0.11.0"]}]},{"name":"FliteTTS","license":"PHP License 3.01","summary":"Text to speech voice synthesis for PHP","description":"FliteTTS is an extension built upon the Flite voice synthesis library. Flite was developed at Carnegie Mellon University and is a small, fast run-time voice synthesis engine which is designed to run in embedded systems and/or large scale server deployments (aka memory/processor efficient). The PHP extension uses the Flite library to transform text strings into spoken audio via both RIFF and raw formatted wave files. For more information please see the included README and or the documentation."},{"name":"fpdf","license":"PHP License","summary":"PDF Form Data Format functions","description":"Forms Data Format (FDF) is a format for handling forms\nwithin PDF documents. You should read the documentation\nat http://partners.adobe.com/asn/acrobat/forms.jsp for\nmore information on what FDF is and how it is used in\ngeneral."},{"name":"framegrab","license":"PHP","summary":"A video frame grabber extension","description":"Provides a set of classes and functions for grabbing video frames from video capture devices.","phpv":[{"v":["0.0.1","0.1.0","0.1.1"],"min":"5.2"}],"confopts":[{"v":["0.0.1","0.1.0","0.1.1"],"opts":[{"n":"with-png","p":"libpng prefix?","d":"autodetect"}]}]},{"name":"FreeImage","license":"PHP","summary":"Provides a wrapper to the FreeImage library.","description":"This extension is a wrapper for the FreeImage (http://freeimage.sourceforge.net)\nlibrary that allows PHP to support popular graphics image fromats like GIF, PNG,\nBMP, JPEG, TIFF, PSD, XPM and others as needed by today's multimedia application.\nSee the examples in the examples/ directory for some hints on how to use it.","phpv":[{"v":["0.1"]}],"confopts":[{"v":["0.1"]}]},{"name":"fribidi","license":"PHP","summary":"Implementation of the Unicode Bidirectional Algorithm (bidi)","description":"A PHP frontend to the GNU FriBidi library: an implementation of the Unicode Bidirectional Algorithm (UBA), provides means for handling right-to-left text.","phpv":[{"v":["1.0"]},{"v":["1.1"],"min":"4.0.0"},{"v":["1.2"],"min":"5.0.0"}],"confopts":[{"v":["1.0","1.1","1.2"]}]},{"name":"funcall","license":"New BSD","summary":"Add callbacks for any function/method","description":"Call callbacks before or after specified functions/methods being called.\n\nFor PHP 5.3, use version 0.3.0alpha\nFor PHP 5.2 and 5.1, use version 0.2.5","phpv":[{"v":["0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5"],"min":"5"},{"v":["0.3.0alpha"],"min":"5.3"}],"confopts":[{"v":["0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.3.0alpha"]}]},{"name":"functional","license":"BSD License","summary":"Functional primitives for PHP","description":"A number of functional primitives like map(), select(), each() for the PHP language","phpv":[{"v":["0.0.1","0.0.5","0.6.0"],"min":"5.3"}],"confopts":[{"v":["0.0.1","0.0.5","0.6.0"]}]},{"name":"fuse","license":"PHP","summary":"File system in user space package","description":"FUSE is a loadable kernel module that provides support for creating POSIX file system drivers that run in user space. This library is intended to work with the PHP command-line interpreter.","phpv":[{"v":["0.1"],"min":"5"}],"confopts":[{"v":["0.1"]}]},{"name":"GDChart","license":"PHP","summary":"GDChart Based Graphing Interface","description":"The GDChart extension provides an interface to the bundled\ngdchart library. This library uses GD (bundled) library to generate\n20 different types of graphs based on supplied parameters.\n\nThe extension provides an OO interface to gdchart exposing\nmajority of options via properties and complex (array) options via\na series of methods.\n\nTo use the current version of the extension PHP 5.0.0 is required,\nand older PHP 4 only version can be downloaded from CVS, by checking\nout the extension with PECL_4_3 tag.","phpv":[{"v":["0.2.0"],"min":"5.0.0","max":"6.0.0"}],"confopts":[{"v":["0.2.0"]}]},{"name":"gearman","license":"PHP","summary":"PHP wrapper to libgearman","description":"This extension uses libgearman library to provide API for communicating with gearmand, and writing clients and workers.","phpv":[{"v":["0.3","0.4.0","0.5.0","0.6.0","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2"],"min":"5.1.0","max":"6.0.0"},{"v":["2.1.0"],"min":"7.0.0","max":"8.1.99"}],"confopts":[{"v":["0.3","0.4.0","0.5.0","0.6.0","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","2.1.0"]}]},{"name":"gender","license":"PHP","summary":"Gender Extension","description":"Gender PHP extension is a port of the gender.c program originally written by Joerg Michael. The main purpose is to find out the gender of firstnames. The name dictionary contains >40000 firstnames from 54 countries.","phpv":[{"v":["0.6.0","0.6.1","0.7.0"],"min":"5.2.0"},{"v":["0.8.0","0.9.0","1.0.0","1.1.0"],"min":"5.3.0"}],"confopts":[{"v":["0.6.0","0.6.1","0.7.0","0.8.0","0.9.0","1.0.0","1.1.0"]}]},{"name":"geoip","license":"PHP License","summary":"Map IP address to geographic places","description":"This PHP extension allows you to find the location of an IP address - City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type. For more info, please visit Maxmind's website.","phpv":[{"v":["0.2.0","1.0.0"]},{"v":["1.0.1","1.0.2","1.0.3","1.0.5","1.0.6","1.0.7","1.0.8","1.1.0","1.1.1"],"min":"4.3.0"}],"confopts":[{"v":["0.2.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.5","1.0.6","1.0.7","1.0.8","1.1.0","1.1.1"]}]},{"name":"geospatial","license":"PHP 3.01","summary":"PHP Extension to handle common geospatial functions","description":"The extension currently has implementations of the Haversine and\nVincenty's formulas for calculating distances, an initial bearing calculation\nfunction, a Helmert transformation function to transfer between different\nsupported datums, conversions between polar and Cartesian coordinates,\nconversions between Degree/Minute/Seconds and decimal degrees, a method to\nsimplify linear geometries, as well as a method to calculate intermediate\npoints on a LineString.","phpv":[{"v":["0.1.0","0.2.0","0.2.1"],"min":"5.4.0"},{"v":["0.3.1","0.3.2"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.3.1","0.3.2"]}]},{"name":"gmagick","license":"PHP License","summary":"Provides a wrapper to the GraphicsMagick library.","description":"Gmagick is a php extension to create, modify and obtain meta information of images using the GraphicsMagick API.\nVersion 2.0.0RC1 onwards requires GraphicsMagick version 1.3.17+ and PHP 7.0.1+\nVersion 2.0.5RC1 onwards requires GraphicsMagick version 1.3.20+ and PHP 7.0.1+\nIf you're using versions of PHP below 7.0.1 but above 5.1.3, please use version Gmagick 1.1.7RC3","phpv":[{"v":["1.0a1","1.0a2","1.0.0a3","1.0.0b1","1.0.1c1","1.0.1a1","1.0.1b1","1.0.2b1","1.0.2b2","1.0.2b3","1.0.2b4","1.0.3b1","1.0.3b2","1.0.3b3","1.0.3b4","1.0.3b5","1.0.4b1","1.0.5b1","1.0.6b1","1.0.7b1","1.0.8b1","1.0.8b2","1.0.8b3","1.0.9b1","1.0.10b1","1.1.0RC1","1.1.0RC2","1.1.0RC3","1.1.1RC1","1.1.2RC1","1.1.3RC1","1.1.4RC1","1.1.5RC1","1.1.6RC1","1.1.6RC2","1.1.6RC3","1.1.7RC1","1.1.7RC2","1.1.7RC3"],"min":"5.1.3"},{"v":["2.0.0RC1","2.0.1RC1","2.0.1RC2","2.0.1RC3","2.0.2RC1","2.0.2RC2","2.0.3RC1","2.0.4RC1","2.0.5RC1","2.0.6RC1"],"min":"7.0.1"}],"confopts":[{"v":["1.0a1","1.0a2","1.0.0a3","1.0.0b1","1.0.1c1","1.0.1a1","1.0.1b1","1.0.2b1","1.0.2b2","1.0.2b3","1.0.2b4","1.0.3b1","1.0.3b2","1.0.3b3","1.0.3b4","1.0.3b5","1.0.4b1","1.0.5b1","1.0.6b1","1.0.7b1","1.0.8b1","1.0.8b2","1.0.8b3","1.0.9b1","1.0.10b1","1.1.0RC1","1.1.0RC2","1.1.0RC3","1.1.1RC1","1.1.2RC1","1.1.3RC1","1.1.4RC1","1.1.5RC1","1.1.6RC1","1.1.6RC2","1.1.6RC3","1.1.7RC1","1.1.7RC2","1.1.7RC3","2.0.0RC1","2.0.1RC1","2.0.1RC2","2.0.1RC3","2.0.2RC1","2.0.2RC2","2.0.3RC1","2.0.4RC1","2.0.5RC1","2.0.6RC1"],"opts":[{"n":"with-gmagick","p":"Please provide the prefix of GraphicsMagick installation","d":"autodetect"}]}]},{"name":"gnupg","license":"BSD, revised","summary":"wrapper around the gpgme library","description":"This extension provides methods to interact with gnupg","phpv":[{"v":["0.1","0.2","0.3"],"min":"5.0"},{"v":["0.4","0.5","0.6","0.6.1","0.7","0.7.1","1.0","1.1","1.2"],"min":"4.3"},{"v":["1.3","1.3.1","1.3.2","1.3.3","1.3.5","1.3.6"],"min":"4.4"},{"v":["1.4.0RC1","1.4.0RC2","1.4.0","1.5.0RC1","1.5.0RC2"],"min":"5.2.0"},{"v":["1.5.0","1.5.1"],"min":"5.3.2"}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.5","0.6","0.6.1","0.7","0.7.1","1.0","1.1","1.2","1.3","1.3.1","1.3.2","1.3.3","1.3.5","1.3.6","1.4.0RC1","1.4.0RC2","1.4.0","1.5.0RC1","1.5.0RC2","1.5.0","1.5.1"]}]},{"name":"graphdat","license":"Apache-2.0","summary":"Troubleshoot application and server performance","description":"Graphdat is a real time performance monitoring tool for websites. Graphdat graphs system metrics along side request counts and response time data. The purpose of the extension is report request counts and response time information to our agent (installed on the box) which forwards that along to our servers. The data is then presented in a graph so that you can see performance spikes as they happen, and trends over time.","phpv":[{"v":["0.1.0","0.2.0","0.3.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4"],"min":"4.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4"]}]},{"name":"gRPC","license":"Apache 2.0","summary":"A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.","description":"Remote Procedure Calls (RPCs) provide a useful abstraction for building distributed applications and services. The libraries in this repository provide a concrete implementation of the gRPC protocol, layered over HTTP/2. These libraries enable communication between clients and servers using any combination of the supported languages.","phpv":[{"v":["0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","0.8.0","0.8.1","0.14.0","0.15.0","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0","1.0.1RC1","1.0.1","1.1.0RC1","1.1.0","1.2.0RC1","1.2.0","1.3.1RC1","1.3.2RC1","1.3.2","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.4.3","1.4.4","1.4.6RC1","1.4.6RC2","1.4.6RC3","1.4.6RC4","1.4.6RC5","1.4.6RC6","1.4.6","1.6.0RC1","1.6.0","1.7.0RC1","1.7.0","1.8.0RC1","1.8.0","1.8.3","1.8.5","1.9.0RC1","1.9.0RC3","1.9.0","1.10.0RC2","1.10.0","1.10.1RC1","1.10.1","1.11.0RC1","1.11.0RC2","1.11.0","1.11.1RC1","1.11.1","1.12.0RC1","1.12.0","1.13.0RC3","1.13.0","1.14.0RC2","1.14.0","1.14.1","1.15.0RC1","1.15.0","1.16.0","1.17.0RC1","1.17.0RC2","1.17.0RC3","1.17.0","1.18.0RC1","1.18.0","1.19.0RC1","1.19.0","1.20.0RC1","1.20.0RC3","1.20.0","1.21.0RC1","1.21.2","1.21.3RC1","1.21.3","1.22.0RC1","1.22.0","1.22.1","1.23.0RC1","1.23.0","1.23.1","1.24.0RC1","1.24.0","1.25.0RC1","1.25.0","1.26.0RC1","1.26.0RC2","1.26.0","1.27.0RC1","1.27.0RC2","1.27.0","1.28.0RC1","1.28.0RC2","1.28.0","1.29.0","1.29.1","1.30.0RC1","1.30.0","1.31.0RC1","1.31.0","1.31.1","1.32.0RC1","1.32.0","1.33.0RC1","1.33.1"],"min":"5.5.0"},{"v":["1.34.0RC1","1.34.0RC2","1.34.0","1.35.0RC1","1.35.0","1.36.0RC1","1.36.0","1.37.0RC1","1.37.0RC2","1.37.0","1.37.1","1.38.0RC1","1.38.0","1.39.0RC1","1.39.0","1.40.0RC1","1.40.0","1.41.0RC2","1.41.0","1.42.0RC1","1.42.0","1.43.0RC1","1.43.0","1.44.0RC2","1.44.0","1.45.0","1.46.0RC1","1.46.0RC2","1.46.0","1.46.1","1.46.3","1.47.0","1.47.4","1.48.0RC1","1.48.0","1.48.1","1.48.4","1.49.0RC3","1.49.0","1.49.3","1.50.0RC1","1.50.0","1.50.2","1.51.1","1.51.3","1.52.0RC1","1.52.1","1.53.0RC1","1.53.0RC2","1.53.0","1.54.0RC1","1.54.0","1.55.0RC1","1.55.0","1.56.0RC1","1.56.0","1.57.0","1.58.0RC1","1.58.0","1.59.0RC1","1.59.1","1.60.0RC1","1.60.0"],"min":"7.0.0"}],"confopts":[{"v":["0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","0.8.0","0.8.1","0.14.0","0.15.0","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0","1.0.1RC1","1.0.1","1.1.0RC1","1.1.0","1.2.0RC1","1.2.0","1.3.1RC1","1.3.2RC1","1.3.2","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.4.3","1.4.4","1.4.6RC1","1.4.6RC2","1.4.6RC3","1.4.6RC4","1.4.6RC5","1.4.6RC6","1.4.6","1.6.0RC1","1.6.0","1.7.0RC1","1.7.0","1.8.0RC1","1.8.0","1.8.3","1.8.5","1.9.0RC1","1.9.0RC3","1.9.0","1.10.0RC2","1.10.0","1.10.1RC1","1.10.1","1.11.0RC1","1.11.0RC2","1.11.0","1.11.1RC1","1.11.1","1.12.0RC1","1.12.0","1.13.0RC3","1.13.0","1.14.0RC2","1.14.0","1.14.1","1.15.0RC1","1.15.0","1.16.0","1.17.0RC1","1.17.0RC2","1.17.0RC3","1.17.0","1.18.0RC1","1.18.0","1.19.0RC1","1.19.0","1.20.0RC1","1.20.0RC3","1.20.0","1.21.0RC1","1.21.2","1.21.3RC1","1.21.3","1.22.0RC1","1.22.0","1.22.1","1.23.0RC1","1.23.0","1.23.1","1.24.0RC1","1.24.0","1.25.0RC1","1.25.0","1.26.0RC1","1.26.0RC2","1.26.0","1.27.0RC1","1.27.0RC2","1.27.0","1.28.0RC1","1.28.0RC2","1.28.0","1.29.0","1.29.1","1.30.0RC1","1.30.0","1.31.0RC1","1.31.0","1.31.1","1.32.0RC1","1.32.0","1.33.0RC1","1.33.1","1.34.0RC1","1.34.0RC2","1.34.0","1.35.0RC1","1.35.0","1.36.0RC1","1.36.0","1.37.0RC1","1.37.0RC2","1.37.0","1.37.1","1.38.0RC1","1.38.0","1.39.0RC1","1.39.0","1.40.0RC1","1.40.0","1.41.0RC2","1.41.0","1.42.0RC1","1.42.0","1.43.0RC1","1.43.0","1.44.0RC2","1.44.0","1.45.0","1.46.0RC1","1.46.0RC2","1.46.0","1.46.1","1.46.3","1.47.0","1.47.4","1.48.0RC1","1.48.0","1.48.1","1.48.4","1.49.0RC3","1.49.0","1.49.3","1.50.0RC1","1.50.0","1.50.2","1.51.1","1.51.3","1.52.0RC1","1.52.1","1.53.0RC1","1.53.0RC2","1.53.0","1.54.0RC1","1.54.0","1.55.0RC1","1.55.0","1.56.0RC1","1.56.0","1.57.0","1.58.0RC1","1.58.0","1.59.0RC1","1.59.1","1.60.0RC1","1.60.0"]}]},{"name":"gupnp","license":"PHP","summary":"GUPnP wrapper extension","description":"GUPnP is an object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. This extension wraps GUPnP and provides similar API.","phpv":[{"v":["0.1.0","0.2.0","1.0.0"],"min":"5.2.2","max":"6.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","1.0.0"],"opts":[{"n":"with-gupnp","p":"Please provide the installation prefix of gupnp library","d":"autodetect"}]}]},{"name":"handlebars","license":"BSD-2-Clause","summary":"Handlebars templating language","description":"This extension embeds a Handlebars interpreter into PHP, allowing the execution of Handlebars templates.","phpv":[{"v":["0.8.2RC1"],"min":"5.6.0","max":"7.1.99"},{"v":["0.8.2RC2","0.8.2"],"min":"5.6.0","max":"7.2.99"},{"v":["0.8.3"],"min":"5.6.0","max":"7.3.99"},{"v":["0.9.0","0.9.1","0.9.2","1.0.0"],"min":"7.2.0"}],"confopts":[{"v":["0.8.2RC1","0.8.2RC2","0.8.2","0.8.3","0.9.0","0.9.1","0.9.2","1.0.0"]}]},{"name":"haru","license":"PHP","summary":"Haru PDF functions","description":"These functions allow you to create PDF documents using the Haru Free PDF Library.","phpv":[{"v":["0.0.1","1.0.0","1.0.3","1.0.4"],"min":"5.1.3","max":"6.0.0"}],"confopts":[{"v":["0.0.1","1.0.0","1.0.3","1.0.4"],"opts":[{"n":"with-haru","p":"Please provide the prefix of libharu installation","d":"autodetect"}]}]},{"name":"hash","license":"PHP","summary":"HASH Message Digest Framework","description":"Native implementations of common message digest algorithms using a generic factory method","phpv":[{"v":["1.1"]},{"v":["1.2","1.3","1.4","1.5"],"min":"4.0.0"}],"confopts":[{"v":["1.1","1.2","1.3","1.4","1.5"]}]},{"name":"hdr_histogram","license":"New BSD","summary":"A PHP extension wrapper for the C hdrhistogram API","description":"HdrHistogram: A High Dynamic Range Histogram. A Histogram that supports recording and analyzing sampled data value counts across a configurable integer value range with configurable value precision within the range. Value precision is expressed as the number of significant digits in the value recording, and provides control over value quantization behavior across the value range and the subsequent value resolution at any given level.","phpv":[{"v":["0.1.0","0.2.0","0.3.0"],"min":"5.4.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0"]}]},{"name":"hidef","license":"PHP License","summary":"Constants for real","description":"Allow definition of user defined constants in simple ini files,\nwhich are then processed like internal constants, without any\nof the usual performance penalties.","phpv":[{"v":["0.1.0"],"min":"5.1.0"},{"v":["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.1.10","0.1.11","0.1.12","0.1.13"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.1.10","0.1.11","0.1.12","0.1.13"]}]},{"name":"hprose","license":"MIT","summary":"Hprose for PHP.","description":"Hprose extension for PHP.\nHprose is a High Performance Remote Object Service Engine.\n\nIt is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.\n\nHprose supports many programming languages, for example:\n\nAAuto Quicker\nActionScript\nASP\nC++\nDart\nDelphi/Free Pascal\ndotNET(C#, Visual Basic...)\nGolang\nJava\nJavaScript\nNode.js\nObjective-C\nPerl\nPHP\nPython\nRuby\n...\nThrough Hprose, You can conveniently and efficiently intercommunicate between those programming languages.\n\nThis project is the implementation of Hprose for PHP.","phpv":[{"v":["1.0.0","1.1.0","1.2.0","1.3.0"],"min":"5.3"},{"v":["1.3.1","1.3.2","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8","1.7.0","1.8.0"],"min":"5.2"}],"confopts":[{"v":["1.0.0","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5"],"opts":[{"n":"enable-hprose","p":"whether to enable hprose support","d":"yes"}]},{"v":["1.6.6","1.6.7","1.6.8","1.7.0","1.8.0"]}]},{"name":"hrtime","license":"BSD","summary":"High resolution timing","description":"The extension implements a high resolution StopWatch class. It uses the the best possible APIs on different platforms. It also makes possible to implement a custom stopwatch using low level ticks delivered by the underlaying APIs.","phpv":[{"v":["0.4.3","0.5.0","0.5.1","0.6.0"],"min":"5.3"}],"confopts":[{"v":["0.4.3","0.5.0","0.5.1","0.6.0"]}]},{"name":"html_parse","license":"PHP","summary":"HTML parser extenion","description":"HTML parser extension based on the ekhtml library\n(http://ekhtml.sourceforge.net/)","phpv":[{"v":["0.1"]},{"v":["0.9.0","1.0.0"],"min":"4.0.0"}],"confopts":[{"v":["0.1"]},{"v":["0.9.0","1.0.0"],"opts":[{"n":"with-ekhtml","p":"ekhtml installation directory?","d":"autodetect"}]}]},{"name":"htscanner","license":"PHP License","summary":"htaccess support for PHP","description":"Allow one to use htaccess-like file to configure PHP\nper directory, just like apache's htaccess. It is especially useful with fastcgi (ISS5/6/7, lighttpd, etc.).\nThis package was originally developed by Bart Vanbrabant. Old versions are available\nfrom: http://files.zoeloelip.be/htscanner","phpv":[{"v":["0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.7.0","0.8.0","0.8.1","0.9.0","1.0.0","1.0.1"],"min":"5.1.0"}],"confopts":[{"v":["0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.7.0","0.8.0","0.8.1","0.9.0","1.0.0","1.0.1"]}]},{"name":"http_message","license":"MIT License","summary":"PSR-7 HTTP Message implementation","description":"PSR-7 compatible HTTP Message implementation as PHP extension","phpv":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2"],"min":"7.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2"]}]},{"name":"huffman","license":"PHP","summary":"Huffman compression is a lossless compression algorithm that is ideal for compressing textual data.","description":"Huffman compression belongs into a family of algorithms with a variable codeword length. That means that individual symbols (characters in a text file for instance) are replaced by bit sequences that have a distinct length. So symbols that occur a lot in a file are given a short sequence while other that are used seldom get a longer bit sequence.","phpv":[{"v":["0.1.0","0.2.0"]}],"confopts":[{"v":["0.1.0","0.2.0"]}]},{"name":"hwapi","license":"PHP License 3.01","summary":"Include official Hyperwave API support","description":"Include official Hyperwave API support"},{"name":"ibm_db2","license":"Apache License 2.0","summary":"Extension for IBM DB2 Universal Database, IBM Cloudscape, and\nApache Derby","description":"This extension supports IBM DB2 Universal Database, IBM\nCloudscape, and Apache Derby databases.","phpv":[{"v":["1.0","1.0.1","1.0.2","1.1.0","1.1.1"]},{"v":["1.1.2"],"min":"4.0.0"},{"v":["1.1.3","1.1.4","1.1.5","1.1.6","1.2.0","1.2.1","1.2.2","1.2.3","1.4.9","1.4.10","1.5.0","1.5.1","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.7.0","1.7.1","1.8.0","1.8.1","1.8.2"]},{"v":["1.8.3","1.8.4","1.9.0","1.9.1","1.9.2","1.9.3","1.9.4","1.9.5","1.9.6","1.9.7","1.9.8","1.9.9","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8"],"min":"4.0.0"},{"v":["2.1.0","2.1.1","2.1.2","2.1.3"],"min":"7.0.0"},{"v":["2.1.5","2.1.6","2.1.7","2.2.0"],"min":"7.3.0"}],"confopts":[{"v":["1.0","1.0.1","1.0.2","1.1.0","1.1.1"]},{"v":["1.1.2"],"opts":[{"n":"with-IBM_DB2","p":"DB2 Installation Directory?"}]},{"v":["1.1.3","1.1.4","1.1.5","1.1.6","1.2.0","1.2.1","1.2.2","1.2.3","1.4.9","1.4.10","1.5.0","1.5.1","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.7.0","1.7.1","1.8.0","1.8.1","1.8.2"]},{"v":["1.8.3","1.8.4","1.9.0","1.9.1","1.9.2","1.9.3","1.9.4","1.9.5","1.9.6","1.9.7","1.9.8","1.9.9","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.1.0","2.1.1","2.1.2","2.1.3","2.1.5","2.1.6","2.1.7","2.2.0"],"opts":[{"n":"with-IBM_DB2","p":"DB2 Installation Directory?"}]}]},{"name":"ice","license":"BSD-3-Clause","summary":"Simple and fast PHP framework","description":"Ice is a PHP framework frozen in C extension.","phpv":[{"v":["1.6.0","1.6.1","1.6.2","1.7.0"],"min":"7.1.0","max":"8.0.0"},{"v":["1.8.0alpha2","1.8.0alpha3","1.8.0","1.9.0","1.10.0","1.10.1"],"min":"7.4.0"}],"confopts":[{"v":["1.6.0","1.6.1","1.6.2","1.7.0","1.8.0alpha2","1.8.0alpha3","1.8.0","1.9.0","1.10.0","1.10.1"]}]},{"name":"id3","license":"PHP License","summary":"Functions to read and write ID3 tags in MP3 files.","description":"id3 enables to to retrieve and update information from ID3 tags in\nMP3 files. It supports version 1.0, 1.1 and 2.2+ (only reading text- and url-frames at the moment).","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"idn","license":"PHP","summary":"GNU Libidn","description":"Binding to the GNU libidn for using Internationalized Domain Names.","phpv":[{"v":["0.1"]},{"v":["0.2.0"],"min":"4"}],"confopts":[{"v":["0.1"]},{"v":["0.2.0"],"opts":[{"n":"with-idn","p":"GNU libidn installation dir?","d":"autodetect"}]}]},{"name":"igbinary","license":"BSD-3-Clause","summary":"igbinary extension","description":"Igbinary is a drop in replacement for the standard php serializer. Instead of\ntime and space consuming textual representation, igbinary stores php data\nstructures in a compact binary form. Savings are significant when using\nmemcached or similar memory based storages for serialized data.","phpv":[{"v":["1.1.1"],"min":"5.2.0"},{"v":["1.2.0"],"min":"5.4.0"},{"v":["1.2.1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5RC1","2.0.5","2.0.6RC1","2.0.6","2.0.7","2.0.8"],"min":"5.2.0"},{"v":["3.0.0a1","3.0.0a2","3.0.0","3.0.1","3.1.0b1","3.1.0b2","3.1.0b3","3.1.0b4","3.1.0","3.1.1a1","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6RC1","3.1.6","3.2.0","3.2.1","3.2.2RC1","3.2.2","3.2.3","3.2.4","3.2.5","3.2.6","3.2.7","3.2.8","3.2.9","3.2.10","3.2.11","3.2.12","3.2.13","3.2.14"],"min":"7.0.0"}],"confopts":[{"v":["1.1.1","1.2.0","1.2.1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5RC1","2.0.5","2.0.6RC1","2.0.6","2.0.7","2.0.8","3.0.0a1","3.0.0a2","3.0.0","3.0.1","3.1.0b1","3.1.0b2","3.1.0b3","3.1.0b4","3.1.0","3.1.1a1","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6RC1","3.1.6","3.2.0","3.2.1","3.2.2RC1","3.2.2","3.2.3","3.2.4","3.2.5","3.2.6","3.2.7","3.2.8","3.2.9","3.2.10","3.2.11","3.2.12","3.2.13","3.2.14"]}]},{"name":"imagick","license":"PHP License","summary":"Provides a wrapper to the ImageMagick library.","description":"Imagick is a native php extension to create and modify images using the ImageMagick API.\nThis extension requires ImageMagick version 6.5.3-10+ and PHP 5.4.0+.","phpv":[{"v":["0.1.1","0.1.2","0.9","0.9.0.1","0.9.1","0.9.2","0.9.3","0.9.4","0.9.5","0.9.6","0.9.7","0.9.8","0.9.9","0.9.10","0.9.11","0.9.13"]},{"v":["2.0.0a1","2.0.0a2","2.0.0a3","2.0.0b1","2.0.0b2","2.0.0b3","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0","2.0.1RC1","2.0.1","2.1.0RC1","2.1.0RC2","2.1.0RC3","2.1.0","2.1.1RC1","2.1.1","2.2.0b1","2.2.0b2","2.2.0RC1","2.2.0","2.2.1RC1","2.2.1RC2","2.2.1","2.2.2RC1","2.2.2RC2","2.2.2RC3","2.2.2RC4","2.2.2","2.3.0b1","2.3.0RC1","2.3.0RC2","2.3.0RC3","2.3.0","3.0.0b1","3.0.0b2","3.0.0RC1","3.0.0RC2","3.0.0","3.0.1RC1","3.0.1RC2","3.0.1","3.1.0b1","3.1.0RC1","3.1.0RC2","3.1.0RC3","3.1.0","3.1.1","3.1.2","3.2.0b1","3.2.0b2","3.2.0RC1","3.3.0RC1"],"min":"5.1.3"},{"v":["3.3.0RC2","3.3.0"],"min":"5.1.3","max":"7.0.0"},{"v":["3.4.0RC1","3.4.0RC2","3.4.0RC3","3.4.0RC4","3.4.0RC5","3.4.0RC6","3.4.0","3.4.1","3.4.2","3.4.3RC1","3.4.3RC2","3.4.3RC3","3.4.3RC4","3.4.3","3.4.4RC2","3.4.4","3.5.0RC1","3.5.0RC2","3.5.0","3.5.1RC1","3.5.1","3.6.0RC1","3.6.0RC2","3.6.0","3.7.0RC1","3.7.0"],"min":"5.4.0"}],"confopts":[{"v":["0.1.1","0.1.2","0.9","0.9.0.1","0.9.1","0.9.2","0.9.3","0.9.4","0.9.5","0.9.6","0.9.7","0.9.8","0.9.9","0.9.10","0.9.11","0.9.13"]},{"v":["2.0.0a1","2.0.0a2","2.0.0a3","2.0.0b1","2.0.0b2","2.0.0b3","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0","2.0.1RC1","2.0.1","2.1.0RC1","2.1.0RC2","2.1.0RC3","2.1.0","2.1.1RC1","2.1.1","2.2.0b1","2.2.0b2","2.2.0RC1","2.2.0","2.2.1RC1","2.2.1RC2","2.2.1","2.2.2RC1","2.2.2RC2","2.2.2RC3","2.2.2RC4","2.2.2","2.3.0b1","2.3.0RC1","2.3.0RC2","2.3.0RC3","2.3.0","3.0.0b1","3.0.0b2","3.0.0RC1","3.0.0RC2","3.0.0","3.0.1RC1","3.0.1RC2","3.0.1","3.1.0b1","3.1.0RC1","3.1.0RC2","3.1.0RC3","3.1.0","3.1.1","3.1.2","3.2.0b1","3.2.0b2","3.2.0RC1","3.3.0RC1","3.3.0RC2","3.3.0","3.4.0RC1","3.4.0RC2","3.4.0RC3","3.4.0RC4","3.4.0RC5","3.4.0RC6","3.4.0","3.4.1","3.4.2","3.4.3RC1","3.4.3RC2","3.4.3RC3","3.4.3RC4","3.4.3"],"opts":[{"n":"with-imagick","p":"Please provide the prefix of Imagemagick installation","d":"autodetect"}]},{"v":["3.4.4RC2","3.4.4","3.5.0RC1","3.5.0RC2","3.5.0","3.5.1RC1","3.5.1","3.6.0RC1","3.6.0RC2","3.6.0","3.7.0RC1","3.7.0"],"opts":[{"n":"with-imagick","p":"Please provide the prefix of ImageMagick installation","d":"autodetect"}]}]},{"name":"imlib2","license":"PHP License 4.0","summary":"Provides an image manipulation interface using libimlib2","description":"imlib2 is a very fast image manipulation library, but without the support for as many image formats as other libraries such as imagemagick.\nYou will need the imlib2 library from http://sourceforge.net/projects/enlightenment/ in order to compile this extension.\nThis extension is experimental. It's been tested on a number of Linux installs, but nothing else. Please report any bugs.","phpv":[{"v":["0.1.00"]}],"confopts":[{"v":["0.1.00"]}]},{"name":"immutable_cache","license":"PHP License","summary":"immutable_cache - an shared memory cache of immutable values","description":"immutable_cache - an shared memory cache of immutable values. Based on APCu.","phpv":[{"v":["6.1.0"],"min":"7.2.0"}],"confopts":[{"v":["6.1.0"],"opts":[{"n":"enable-immutable-cache-debug","p":"Enable internal debugging in immutable_cache","d":"no"}]}]},{"name":"IMS","license":"PHP 3.01","summary":"Communication with IBM Z/OS through IMS Connect","description":"Implements IMS Connect protocol to execute transactions on Mainframe platforms :\n\n- Most connection parameters available (host, user, clientid, lterm, datastore, RACF security, ...)\n- Input/Output messages processed as associative arrays in PHP scripts\n- Data fields processed accordingly to Close Copy description (from separate XML files).\n- Automatic character conversion ASCII/EBCDIC\n- Data communication tracing (through HTML display)\n\nTechnical considerations :\n\n- Compatibility with both PHP 4 and PHP 5\n- Requires a Z/OS server with IMS Connect for testing\n- Supported IMS Connect Exits :\no HWSJAVA0 Java module (default)\no HWSIMSO0 Simple module\n- No documentation published yet","phpv":[{"v":["0.1.0","0.1.1"]}],"confopts":[{"v":["0.1.0","0.1.1"]}]},{"name":"inclued","license":"PHP License","summary":"Clued-in about your inclueds","description":"Allows you trace through and dump the hierarchy of file inclusions and class inheritance at runtime","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"],"min":"5.1.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"]}]},{"name":"informix","license":"PHP License 3.01","summary":"Informix driver","description":"Informix driver"},{"name":"ingres","license":"PHP","summary":"Extension for the Ingres/Vectorwise Database Systems.","description":"This extension supports the Ingres/Vectorwise Database Systems.","phpv":[{"v":["1.0"]},{"v":["1.4.3","2.0.0","2.0.1","2.0.2","2.1.0","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4"],"min":"4.3.0"}],"confopts":[{"v":["1.0"]},{"v":["1.4.3","2.0.0","2.0.1","2.0.2","2.1.0","2.2.0","2.2.1"],"opts":[{"n":"with-ingres","p":"Ingres II_SYSTEM dir?"}]},{"v":["2.2.2","2.2.3","2.2.4"],"opts":[{"n":"with-ingres","p":"Ingres II_SYSTEM dir?","d":"/opt/Ingres/IngresII"}]}]},{"name":"inotify","license":"PHP License","summary":"Inotify","description":"Inotify bindings for PHP","phpv":[{"v":["0.1.2","0.1.3","0.1.4","0.1.5","0.1.6"],"min":"5.2.0"},{"v":["2.0.0","3.0.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","2.0.0","3.0.0"]}]},{"name":"interbase","license":"PHP License","summary":"InterBase/FireBird extension","description":"This is a PECL package of the interbase extension, which was previously apart of the PHP distribution.\n\nThis extension enables connectivity to an InterBase or FireBird based database system."},{"name":"intercept","license":"PHP","summary":"Intercept function/method calls","description":"Allows the user to have a user-space function called\nwhen the specified function or method is called.","phpv":[{"v":["0.1"]},{"v":["0.2.0"],"min":"4.3.10","max":"6.0.0"},{"v":["0.3.0"]},{"v":["0.4.0"],"min":"4.3.10","max":"6.0.0"}],"confopts":[{"v":["0.1","0.2.0","0.3.0","0.4.0"]}]},{"name":"intl","license":"PHP License","summary":"Internationalization extension","description":"pecl/intl is not mainained anymore. Use the version bundled with PHP.\n\nThe Internationalization extension exposes functionality of the ICU library to PHP.

This extension has been bundled with PHP since version 5.3. This PECL version backports improvements made in the development version of PHP to PHP 5.2-5.4.
Version 3.0 is in sync with PHP 5.5.","phpv":[{"v":["1.0.0beta"],"min":"5.2.0"},{"v":["1.0.0RC1","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","2.0.0b1","2.0.0","2.0.1","3.0.0a1","3.0.0a2","3.0.0b1","3.0.0"],"min":"5.2.4"}],"confopts":[{"v":["1.0.0beta","1.0.0RC1","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","2.0.0b1","2.0.0","2.0.1","3.0.0a1","3.0.0a2","3.0.0b1","3.0.0"],"opts":[{"n":"with-icu-dir","p":"Specify where ICU libraries and headers can be found","d":"DEFAULT"}]}]},{"name":"ion","license":"2-Clause-BSD","summary":"PHP extension for Amazon ION serialization format","description":"Amazon Ion is a richly-typed, self-describing, hierarchical data serialization format offering interchangeable binary and text representations.\n\nThe text format (a superset of JSON) is easy to read and author, supporting rapid prototyping. The binary representation is efficient to store, transmit, and skip-scan parse.","phpv":[{"v":["0.1.0","0.2.0","0.2.1"],"min":"8.1.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1"],"opts":[{"n":"with-ion","p":"where to find libion","d":"bundled"}]}]},{"name":"ip2location","license":"PHP License","summary":"Get geo location information of an IP address","description":"This PECL extension enables you to get the geo location information of an IP address, such as country, region or state, city, latitude and longitude, US ZIP code, time zone, Internet Service Provider (ISP) or company name, domain name, net speed, area code, weather station code, weather station name, mobile country code (MCC), mobile network code (MNC) and carrier brand, elevation, and usage type.","phpv":[{"v":["6.0.0","6.0.1","6.0.2","6.0.3","6.0.4","8.0.0","8.0.1","8.1.0","8.1.1","8.1.2"],"min":"5"},{"v":["8.2.0"],"min":"5.4.0"}],"confopts":[{"v":["6.0.0","6.0.1","6.0.2","6.0.3","6.0.4","8.0.0","8.0.1","8.1.0","8.1.1","8.1.2","8.2.0"]}]},{"name":"ip2proxy","license":"PHP License","summary":"Get proxy information of an IP address","description":"This PECL extension allows you to detect proxy servers with country, region, city, ISP, domain, usage type, ASN, security threat and proxy type information using IP2Proxy binary database.","phpv":[{"v":["3.0.0","3.0.1","3.0.2","3.0.3"],"min":"5"}],"confopts":[{"v":["3.0.0","3.0.1","3.0.2","3.0.3"]}]},{"name":"ircclient","license":"BSD-2-Clause","summary":"IRC Client","description":"Binding for the ircclient library.","phpv":[{"v":["0.3.0"],"min":"5.3"}],"confopts":[{"v":["0.3.0"],"opts":[{"n":"with-ircclient","p":"whether to enable libircclient suport; set libircclient directory","d":"yes"}]}]},{"name":"isis","license":"BSD","summary":"PHP extension for reading CDS/ISIS databases.","description":"This extension adds functionality to PHP in order to read CDS/ISIS databases through the OpenIsis library.","phpv":[{"v":["1.0.3p3"]}],"confopts":[{"v":["1.0.3p3"]}]},{"name":"jsmin","license":"PHP License","summary":"PHP extension for minifying JavaScript","description":"This extension provides an API for minifying JavaScript.","phpv":[{"v":["0.1.0"],"min":"5.3.0"},{"v":["0.1.1","1.0.0","1.1.0"],"min":"5.3.10"},{"v":["2.0.0"],"min":"5.5.0"},{"v":["2.0.1"],"min":"5.4.0"},{"v":["3.0.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","1.0.0","1.1.0","2.0.0","2.0.1","3.0.0"]}]},{"name":"json","license":"PHP 3.01","summary":"JavaScript Object Notation.\n\nNote: This extension is now part of PHP Core, so use it instead. As of PHP 5.2.0.","description":"Support for JSON (JavaScript Object Notation) serialization.","phpv":[{"v":["1.2.0","1.2.1"]}],"confopts":[{"v":["1.2.0","1.2.1"]}]},{"name":"jsonc","license":"PHP 3.01","summary":"JavaScript Object Notation","description":"Support for JSON (JavaScript Object Notation) serialization.\nThis is a drop-in alternative to PHP standard json extension.","phpv":[{"v":["1.3.0"],"min":"5.3.0"},{"v":["1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"min":"5.4.0"},{"v":["1.3.7","1.3.8RC1","1.3.8","1.3.9","1.3.10"],"min":"5.4.0","max":"6.0.0"}],"confopts":[{"v":["1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","1.3.8RC1","1.3.8","1.3.9","1.3.10"]}]},{"name":"jsond","license":"PHP 3.01","summary":"JavaScript Object Notation","description":"This is a drop-in alternative to the standard PHP JSON extension.","phpv":[{"v":["1.3.0"],"min":"5.2.6"},{"v":["1.4.0RC1","1.4.0"],"min":"5.3.3"}],"confopts":[{"v":["1.3.0","1.4.0RC1","1.4.0"]}]},{"name":"jsonnet","license":"Apache2.0","summary":"The Google JsonNet for PHP.","description":"The Google JsonNet for PHP.\n\nJsonnet language, from its most basic features to its powerful object model, punctuated with examples drawn from\nthe world of cocktails. These examples are meant to be fun, and although a little contrived, do not restrict our\nthinking to any one particular application of Jsonnet.\n\nCaveat: Note that Jsonnet unparses JSON in a simple way. In particular, it alphabetically reorders object fields\nin its output. This is natural and compatible with JSON, since if order is meaningful, an array of pairs should\nbe used instead of an object. Also, unparsing JSON using a canonical ordering of field names makes it possible\nto use diff to compare outputs. However, the example output on this page has been manually re-ordered in order\nto allow easier visual comparison to the given input. The whitespace of the output has also been tweaked to make\nit fit more neatly on the page. So, if you run these examples yourself, the output might be different (but\nequivalent).","phpv":[{"v":["1.0.0","1.1.0","1.1.1","1.2.0","1.3.0","1.3.1"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.1.0","1.1.1","1.2.0","1.3.0","1.3.1"]}]},{"name":"jsonpath","license":"PHP","summary":"Extract data using JSONPath notation","description":"This extension allows you to use the versatile JSONPath query language to extract the properties that you want from a decoded JSON document.","phpv":[{"v":["0.9.3","0.9.4","0.9.5","0.9.6","1.0.0"],"min":"7.4.0"}],"confopts":[{"v":["0.9.3","0.9.4","0.9.5","0.9.6","1.0.0"]}]},{"name":"json_post","license":"BSD-2-Clause","summary":"JSON POST handler","description":"This extension provides a PHP content type handler for \"application/json\" and\n\"text/json\" to PHP's form data parser. If the `Content-Type` of an incoming\nrequest is `text/json`, the JSON contents of the request body will by parsed\ninto `$_POST`.\n\nThis extension does not provide any constants, functions or classes.","phpv":[{"v":["1.0.0RC1","1.0.0RC2","1.0.0","1.0.1","1.0.2","1.1.0"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0RC1","1.0.0RC2","1.0.0","1.0.1","1.0.2","1.1.0"]}]},{"name":"Judy","license":"PHP","summary":"PHP Judy implements sparse dynamic arrays (aka Judy Arrays)","description":"PHP Judy implements sparse dynamic arrays (aka Judy Arrays). This extension is based\non the Judy C library. A Judy array consumes memory only when it is populated,\nyet can grow to take advantage of all available memory if desired. Judy's key benefits\nare scalability, high performance, and memory efficiency.","phpv":[{"v":["0.0.1","0.1.1","0.1.2"],"min":"5.3.3"},{"v":["0.1.3","0.1.4","0.1.5","0.1.6","1.0.0"],"min":"5.2.0"},{"v":["1.0.1","1.0.2"],"min":"5.3.0"}],"confopts":[{"v":["0.0.1","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","1.0.0","1.0.1","1.0.2"],"opts":[{"n":"with-judy","p":"Please provide the prefix of libJudy installation","d":"autodetect"}]}]},{"name":"kadm5","license":"LGPL","summary":"Remote access to Kerberos Administration Servers","description":"This package allows you to access Kerberos V administration servers.\nYou can create, modify, and delete Kerberos V principals and policies.","phpv":[{"v":["0.2.3"]}],"confopts":[{"v":["0.2.3"]}]},{"name":"krb5","license":"MIT License","summary":"Features:","description":"+ An interface for maintaining credential caches (KRB5CCache),\nthat can be used for authenticating against a kerberos5 realm\n+ Bindings for nearly the complete GSSAPI (RFC2744)\n+ The administrative interface (KADM5)\n+ Support for HTTP Negotiate authentication via GSSAPI\n\nDocumentation:\n+ see docs/ for the API documentation\n+ there are several pieces of example code in the examples/ directory\n+ see below for install instructions","phpv":[{"v":["1.0.0","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5"]}]},{"name":"KTaglib","license":"Modified BSD License","summary":"Library to edit audio properties and tags on MPEG and OGG files","description":"KTaglib is a PHP binding for the KDE taglib, which reads and writes tags for various audio files","phpv":[{"v":["0.0.1a1","0.2.0"],"min":"5.2.0"}],"confopts":[{"v":["0.0.1a1","0.2.0"]}]},{"name":"lapack","license":"PHP","summary":"Wrapper for the LAPACK linear algebra library.","description":"LAPACK (http://www.netlib.org/lapack) is written in Fortran 90 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. This PHP extension makes use of the LAPACKE C bindings to LAPACK, and provides access to some of the 'driver' methods, allowing straightforward solving of linear algebra problems from PHP.","phpv":[{"v":["0.1.0"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0"]}]},{"name":"lchash","license":"PHP","summary":"LibC Hash Interface","description":"The LCHASH extension provides interface to libc implementation\nof hash tables described by POSIX 1003.1-2001.","phpv":[{"v":["0.9","0.9.1"]}],"confopts":[{"v":["0.9","0.9.1"]}]},{"name":"leveldb","license":"PHP","summary":"LevelDB PHP bindings","description":"This extension is a PHP binding for Google LevelDB","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5"],"min":"5.2.0"},{"v":["0.2.1","0.3.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.1","0.3.0"]}]},{"name":"libevent","license":"PHP","summary":"Libevent - event notification","description":"This extension is a wrapper for libevent - event notification library.","phpv":[{"v":["0.0.2","0.0.4"],"min":"5.1.3","max":"6.0.0"},{"v":["0.0.5","0.1.0"],"min":"5.3.0","max":"6.0.0"}],"confopts":[{"v":["0.0.2","0.0.4","0.0.5","0.1.0"],"opts":[{"n":"with-libevent","p":"Please provide the prefix of libevent installation","d":"autodetect"}]}]},{"name":"libsodium","license":"BSD 2-Clause License","summary":"Wrapper for the Sodium cryptographic library","description":"A simple, low-level PHP extension for libsodium.","phpv":[{"v":["0.1.1","0.1.2"],"min":"5.2.0"},{"v":["0.1.3"],"min":"5.2.0","max":"5.99.99"},{"v":["0.2.0","0.2.1","1.0.0","1.0.1","1.0.2"],"min":"5.2.0","max":"7.99.99"},{"v":["1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"],"min":"5.4.0","max":"7.99.99"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11","2.0.12","2.0.13","2.0.14","2.0.15","2.0.16","2.0.17","2.0.18","2.0.19","2.0.20","2.0.21","2.0.22"],"min":"7.0.0","max":"7.99.99"},{"v":["2.0.23"],"min":"7.0.0","max":"8.0.99"}],"confopts":[{"v":["0.1.1","0.1.2","0.1.3","0.2.0","0.2.1","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11","2.0.12","2.0.13","2.0.14","2.0.15","2.0.16","2.0.17","2.0.18","2.0.19","2.0.20","2.0.21","2.0.22","2.0.23"]}]},{"name":"libvirt","license":"PHP","summary":"PHP bindings for libvirt","description":"libvirt-php is a php module that provides PHP bindings for libvirt virtualization toolkit and therefore you can access libvirt directly from your PHP scripts with no need to have virt-manager or libvirt-based CLI/GUI tools installed."},{"name":"llvm","license":"PHP License","summary":"Zend bytecode to LLVM assembly compiler","description":"Compiles Zend bytecode to LLVM assembly and then into optimized machine code."},{"name":"lua","license":"PHP","summary":"Embedded lua interpreter","description":"\"Lua is a powerful, fast, light-weight, embeddable scripting language.\"\nThis extension embeds the lua interpreter and offers an OO-API to lua variables and functions.","phpv":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4","1.0.0"],"min":"5.1.0","max":"5.4.0"},{"v":["1.1.0"],"min":"5.1.0"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"],"min":"7.0.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4","1.0.0","1.1.0","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"]}]},{"name":"LuaSandbox","license":"MIT","summary":"Lua interpreter with limits and safe environment","description":"LuaSandbox is an extension for running untrusted Lua code within a PHP web request. Code is run in a stripped-down, safe environment. Time and memory limits can be set.","phpv":[{"v":["3.0.2","3.0.3"],"min":"5.2.0"},{"v":["4.0.0","4.0.1","4.0.2","4.1.0","4.1.1"],"min":"7.2.0"}],"confopts":[{"v":["3.0.2","3.0.3","4.0.0","4.0.1","4.0.2","4.1.0","4.1.1"]}]},{"name":"lzf","license":"PHP License","summary":"LZF compression.","description":"This package handles LZF de/compression.","phpv":[{"v":["0.1","1.0","1.1","1.2","1.3","1.4"]},{"v":["1.5.0","1.5.1","1.5.2","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8"],"min":"4.0.0"},{"v":["1.7.0"],"min":"7.2.0"}],"confopts":[{"v":["0.1","1.0","1.1","1.2","1.3","1.4"]},{"v":["1.5.0","1.5.1","1.5.2","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8","1.7.0"],"opts":[{"n":"enable-lzf-better-compression","p":"Sacrifice speed in favour of compression ratio?","d":"no"}]}]},{"name":"mailparse","license":"PHP","summary":"Email message manipulation","description":"Mailparse is an extension for parsing and working with email messages.\nIt can deal with rfc822 and rfc2045 (MIME) compliant messages.","phpv":[{"v":["0.9","0.9.1","0.9.2","0.9.3","0.9.4","2.0b","2.1"]},{"v":["2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6"],"min":"4.3.0","max":"6.0.0"},{"v":["3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.1.0","3.1.1","3.1.2","3.1.3"],"min":"7.0.0"},{"v":["3.1.4","3.1.5","3.1.6"],"min":"7.3.0"}],"confopts":[{"v":["0.9","0.9.1","0.9.2","0.9.3","0.9.4","2.0b","2.1","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6"]}]},{"name":"markdown","license":"New BSD License","summary":"Processes the Markdown language with the bundled discount library.","description":"Markdown is a lightweight markup language created by John Gruber. It is also\nthe name of the original tool written in Perl that converts such markup into\nHTML.\n\nThis library is a wrapper for a modified version of the discount Markdown\nprocessor, created by David Parsons. It supports several extensions of the\noriginal Markdown language, including smartypants-style substitutions, pandoc-\nstyle document headers, and parts of Markdown Extra.\n\nThe modifications to discount include discarding several parts important only\nto stand-alone applications that accompany the library code, better consistency\nin library interface functions, thread-safety without eager initialization of\nglobals, usage of the Zend memory manager and support for Microsoft Windows.\n\nDiscount is available at <http://www.pell.portland.or.us/~orc/Code/discount/>.\n\nThe page of the original Markdown is available at\n<http://daringfireball.net/projects/markdown/>.\n\nWindows binaries (VC 9, x86, 1.0.0), with PDB files:\nThis extension is also compatible with PHP 5.2, but no Windows binaries will be provided here.","phpv":[{"v":["0.1.0","0.2.0","1.0.0"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.2.0","1.0.0"]}]},{"name":"maxdb","license":"PHP License","summary":"An extension to access MaxDB databases","description":"MaxDB PHP is an extension which provides access to the MySQL MaxDB databases. It is compatible\nwith MySQL's mysqli extension.","phpv":[{"v":["1.0","7.5.00.24","7.5.00.26","7.6.00.12","7.6.00.16","7.6.00.27","7.6.00.32","7.6.00.34","7.6.00.37","7.6.00.38"]}],"confopts":[{"v":["1.0","7.5.00.24","7.5.00.26","7.6.00.12","7.6.00.16","7.6.00.27","7.6.00.32","7.6.00.34","7.6.00.37","7.6.00.38"]}]},{"name":"maxminddb","license":"Apache License 2.0","summary":"Reader for the MaxMind DB file format","description":"This is the PHP extension for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).","phpv":[{"v":["1.8.0","1.9.0","1.10.0","1.10.1","1.11.0"],"min":"7.2.0"}],"confopts":[{"v":["1.8.0","1.9.0","1.10.0","1.10.1","1.11.0"]}]},{"name":"mcrypt","license":"PHP License","summary":"Bindings for the libmcrypt library","description":"Provides bindings for the unmaintained libmcrypt.","phpv":[{"v":["1.0.0"],"min":"7.1.0","max":"7.3.0"},{"v":["1.0.1"],"min":"7.2.0","max":"7.3.0"},{"v":["1.0.2"],"min":"7.2.0","max":"7.4.0"},{"v":["1.0.3"],"min":"7.2.0","max":"8.0.0"},{"v":["1.0.4"],"min":"7.2.0","max":"8.1.0"},{"v":["1.0.5"],"min":"7.2.0","max":"8.2.0"},{"v":["1.0.6"],"min":"7.2.0","max":"8.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6"],"opts":[{"n":"with-mcrypt","p":"libmcrypt prefix?","d":"autodetect"}]}]},{"name":"mcrypt_filter","license":"PHP","summary":"Applies mcrypt symmetric encryption using stream filters","description":"Creates mcrypt.* and mdecrypt.* class of filters for inline symmetric encryption and decryption.","phpv":[{"v":["0.1.0"],"min":"5.0.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0"]}]},{"name":"mcve","license":"PHP","summary":"libmonetra/libmcve interface","description":"Interface the MCVE/Monetra API (libmonetra [formerly libmcve]), allowing you to work directly with MCVE/Monetra from your PHP scripts. Monetra is Main Street Softworks' solution to direct credit\ncard processing for Unix.","phpv":[{"v":["1.0.0","1.0.1","5.2.0","5.2.1","5.2.2","7.0.0","7.0.1","7.0.2","7.0.3"],"min":"4.2.0"}],"confopts":[{"v":["1.0.0","1.0.1","5.2.0","5.2.1","5.2.2","7.0.0","7.0.1","7.0.2","7.0.3"]}]},{"name":"mdbtools","license":"LGPL","summary":"MDB data file access library","description":"mdbtools provides read access to MDB data files\nas used by Microsoft Access and its underlying\nJetEngine.\n\nIt is based on libmdb from the mdbtools package\navailable at http://mdbtools.sourceforge.net/","phpv":[{"v":["0.1"]},{"v":["0.6.0","1.0.0"],"min":"4.0.0"}],"confopts":[{"v":["0.1"]},{"v":["0.6.0","1.0.0"],"opts":[{"n":"with-mdbtools","p":"mdbtools installation directory?","d":"autodetect"}]}]},{"name":"memcache","license":"PHP License","summary":"memcached extension","description":"Memcached is a caching daemon designed especially for\ndynamic web applications to decrease database load by\nstoring objects in memory.\nThis extension allows you to work with memcached through\nhandy OO and procedural interfaces.\nThe extension allows use to store sessions in memcached via memcache.","phpv":[{"v":["0.2","0.4","1.0","1.1","1.2","1.3","1.4","1.5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0"]},{"v":["2.1.1","2.1.2"],"min":"4.0.0"},{"v":["2.2.0","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8"],"min":"4.3.11"},{"v":["4.0.5.1","4.0.5.2"],"min":"7.0.0"},{"v":["8.0","8.2"],"min":"8.0.0"}],"confopts":[{"v":["0.2","0.4","1.0","1.1","1.2","1.3","1.4","1.5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.1.1","2.1.2","2.2.0","2.2.1"]},{"v":["2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7"],"opts":[{"n":"enable-memcache-session","p":"Enable memcache session handler support?","d":"yes"}]},{"v":["3.0.0"]},{"v":["3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8","4.0.5.1","4.0.5.2","8.0","8.2"],"opts":[{"n":"enable-memcache-session","p":"Enable memcache session handler support?","d":"yes"}]}]},{"name":"memcached","license":"PHP","summary":"PHP extension for interfacing with memcached via libmemcached library","description":"This extension uses libmemcached library to provide API for communicating with memcached servers.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.0","1.0.0","1.0.1","1.0.2","2.0.0b1","2.0.0b2","2.0.0","2.0.1","2.1.0","2.2.0b1","2.2.0RC1","2.2.0"],"min":"5.2.0","max":"6.0.0"},{"v":["3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.2.0RC1","3.2.0RC2","3.2.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.0","1.0.0","1.0.1","1.0.2","2.0.0b1","2.0.0b2","2.0.0","2.0.1","2.1.0"]},{"v":["2.2.0b1","2.2.0RC1","2.2.0","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4"],"opts":[{"n":"with-libmemcached-dir","p":"libmemcached directory","d":"no"}]},{"v":["3.1.0"],"opts":[{"n":"with-libmemcached-dir","p":"libmemcached directory","d":"no"},{"n":"with-zlib-dir","p":"zlib directory","d":"no"},{"n":"with-system-fastlz","p":"use system fastlz","d":"no"},{"n":"enable-memcached-igbinary","p":"enable igbinary serializer","d":"no"},{"n":"enable-memcached-msgpack","p":"enable msgpack serializer","d":"no"},{"n":"enable-memcached-json","p":"enable json serializer","d":"no"},{"n":"enable-memcached-protocol","p":"enable server protocol","d":"no"},{"n":"disable-memcached-sasl","p":"disable sasl","d":"no"},{"n":"disable-memcached-session","p":"disable sessions","d":"no"}]},{"v":["3.1.1"],"opts":[{"n":"with-libmemcached-dir","p":"libmemcached directory","d":"no"},{"n":"with-zlib-dir","p":"zlib directory","d":"no"},{"n":"with-system-fastlz","p":"use system fastlz","d":"no"},{"n":"enable-memcached-igbinary","p":"enable igbinary serializer","d":"no"},{"n":"enable-memcached-msgpack","p":"enable msgpack serializer","d":"no"},{"n":"enable-memcached-json","p":"enable json serializer","d":"no"},{"n":"enable-memcached-protocol","p":"enable server protocol","d":"yes"},{"n":"enable-memcached-sasl","p":"enable sasl","d":"yes"},{"n":"enable-memcached-session","p":"enable sessions","d":"yes"}]},{"v":["3.1.2","3.1.3","3.1.4","3.1.5","3.2.0RC1","3.2.0RC2","3.2.0"],"opts":[{"n":"with-libmemcached-dir","p":"libmemcached directory","d":"no"},{"n":"with-zlib-dir","p":"zlib directory","d":"no"},{"n":"with-system-fastlz","p":"use system fastlz","d":"no"},{"n":"enable-memcached-igbinary","p":"enable igbinary serializer","d":"no"},{"n":"enable-memcached-msgpack","p":"enable msgpack serializer","d":"no"},{"n":"enable-memcached-json","p":"enable json serializer","d":"no"},{"n":"enable-memcached-protocol","p":"enable server protocol","d":"no"},{"n":"enable-memcached-sasl","p":"enable sasl","d":"yes"},{"n":"enable-memcached-session","p":"enable sessions","d":"yes"}]}]},{"name":"memoize","license":"http://www.php.net/license/3_01.txt","summary":"Transparently cache PHP functions","description":"Memoize is an extension which transparently caches PHP functions, much like Perl's Memoize module.\n\nIt can use APC or memcached for storage, so values persist between requests.","phpv":[{"v":["0.2.0"],"min":"5.2.0"}],"confopts":[{"v":["0.2.0"],"opts":[{"n":"enable-memoize-memory","p":"Enable memory storage module?","d":"yes"},{"n":"enable-memoize-apc","p":"Enable APC storage module?","d":"no"},{"n":"with-memcached","p":"Please provide the prefix where libmemcached-1.0 is installed","d":"no"}]}]},{"name":"memprof","license":"BSD","summary":"Memory profiler","description":"Memprof is a fast and accurate memory profiler that can be used to find the cause of memory leaks in PHP applications.","phpv":[{"v":["1.0.0"],"min":"5.3.0"},{"v":["2.0.0","2.1.0","2.1.1"],"min":"7.0.0"},{"v":["2.1.2","3.0.0","3.0.1","3.0.2"],"min":"7.1.0"}],"confopts":[{"v":["1.0.0","2.0.0","2.1.0","2.1.1","2.1.2","3.0.0","3.0.1","3.0.2"]}]},{"name":"memsession","license":"PHP License","summary":"In-memory session extension","description":"Store session in process memory for single process multi-threaded php servers","phpv":[{"v":["1.0.0","1.0.1"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.0.1"]}]},{"name":"memtrack","license":"PHP","summary":"PHP extension to watch (unusually high) memory consumption in PHP scripts","description":"memtrack is a PHP extension that tracks memory consumption in PHP scripts\nand produces reports (warnings) when memory usage reaches certain levels\nset by the user.","phpv":[{"v":["0.1.0","0.2.0","0.2.1"],"min":"5.1.3","max":"6.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1"]}]},{"name":"meta","license":"PHP","summary":"Build ASTs and CSTs from PHP source code","description":"A PHP module for generating the AST tree of a PHP source code, useful for\nuserland tools for static code analysis, a preprocessor, meta programming.\n\nSee README.md for further details.","phpv":[{"v":["0.0.1"],"min":"5.3.0"}],"confopts":[{"v":["0.0.1"]}]},{"name":"ming","license":"PHP License 3.01","summary":"Binding for the ming library, swf generation (flash)","description":"Ming is an open-source (LGPL) library which allows you to create SWF (\"Flash\") format movies. Ming supports almost all of Flash 4's features, including: shapes, gradients, bitmaps (pngs and jpegs), morphs (\"shape tweens\"), text, buttons, actions, sprites (\"movie clips\"), streaming mp3, and color transforms --the only thing that's missing is sound events."},{"name":"mnogosearch","license":"PHP License","summary":"mnoGoSearch extension module for PHP","description":"Until PHP 5.1.0, this package was bundled in PHP.\n\nThis extension is a complete PHP binding for the mnoGoSearch API.\nFor details please see to http://www.mnogosearch.org/ or the manual.","phpv":[{"v":["1.0.0"],"min":"4.3.0"}],"confopts":[{"v":["1.0.0"],"opts":[{"n":"with-mnogosearch","p":"mnoGoSearch base install directory","d":"/usr/local/mnogosearch"}]}]},{"name":"mogilefs","license":"BSD License","summary":"PHP client library to communicate with the MogileFS storage","description":"PHP MogileFS is a client library to communicate with MogileFS trackers. Those trackers are part of the distributed filesystem MogileFS created by Danga Interactive (http://www.danga.com/) and used in serveral large scale projects like LiveJournal.","phpv":[{"v":["0.7.5b4","0.7.5b5","0.7.5b6","0.7.5b7","0.7.5RC1"],"min":"5.2","max":"5.3"},{"v":["0.7.5","0.8.1"],"min":"5.2","max":"5.3.3"},{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.3.1"],"min":"5.2"}],"confopts":[{"v":["0.7.5b4","0.7.5b5","0.7.5b6","0.7.5b7","0.7.5RC1","0.7.5","0.8.1","0.9.0","0.9.1","0.9.2","0.9.3","0.9.3.1"]}]},{"name":"Molten","license":"Apache 2.0","summary":"molten is transparency tool for application tracing it self module call","description":"molten is transparency tool for application tracing it self module call.\n\nIt trace php app core call and output zipkin/opentracing format trace log.\n\nProvides features about muliti trace sapi, multi sampling type, upload tracing status, module control and muliti sink type.\n\nIt very easy to build a distributed systems tracing infrastructure base on php, already run on thousand instance on production env.","phpv":[{"v":["0.1.0beta","0.1.1beta","0.1.2beta"],"min":"5.4.0","max":"7.2.0"}],"confopts":[{"v":["0.1.0beta","0.1.1beta","0.1.2beta"]}]},{"name":"mongo","license":"Apache License","summary":"MongoDB database driver","description":"This package provides an interface for communicating with the MongoDB database in PHP.","phpv":[{"v":["0.9.0"],"min":"5.0.0"},{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.2.12"],"min":"5.1.0"},{"v":["1.3.0beta1","1.3.0beta2","1.3.0RC1","1.3.0RC2"],"min":"5.3.0"},{"v":["1.3.0RC3","1.3.0","1.3.1","1.3.2RC1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","1.4.0beta1","1.4.0RC1","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5","1.5.0alpha1","1.5.0RC1","1.5.0RC2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.5.6","1.5.7","1.5.8"],"min":"5.2.6"},{"v":["1.6.0RC1","1.6.0RC2","1.6.0RC3","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8","1.6.9","1.6.10","1.6.11"],"min":"5.3.0"},{"v":["1.6.12","1.6.13","1.6.14","1.6.15","1.6.16"],"min":"5.3.0","max":"5.99.99"}],"confopts":[{"v":["0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.2.12","1.3.0beta1","1.3.0beta2","1.3.0RC1","1.3.0RC2","1.3.0RC3","1.3.0","1.3.1","1.3.2RC1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","1.4.0beta1","1.4.0RC1","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5","1.5.0alpha1","1.5.0RC1","1.5.0RC2"]},{"v":["1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.5.6","1.5.7","1.5.8","1.6.0RC1","1.6.0RC2","1.6.0RC3","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8","1.6.9","1.6.10","1.6.11","1.6.12","1.6.13","1.6.14","1.6.15","1.6.16"],"opts":[{"n":"with-mongo-sasl","p":"Build with Cyrus SASL (MongoDB Enterprise Authentication) support?","d":"no"}]}]},{"name":"mongodb","license":"Apache License","summary":"MongoDB driver for PHP","description":"The purpose of this driver is to provide exceptionally thin glue between MongoDB\nand PHP, implementing only fundamental and performance-critical components\nnecessary to build a fully-functional MongoDB driver.","phpv":[{"v":["0.2.0","0.3.0","0.3.1","0.4.0","0.4.1"],"min":"5.2.0"},{"v":["0.5.0","0.5.1","0.6.0","0.6.1","0.6.2","0.6.3"],"min":"5.3.0","max":"5.99.99"},{"v":["1.0.0alpha1","1.0.0alpha2","1.0.0beta1","1.0.0beta2","1.0.0RC0","1.0.0","1.0.1","1.1.0"],"min":"5.4.0","max":"5.99.99"},{"v":["1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.2.0alpha1","1.2.0alpha2","1.2.0alpha3","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.3.0beta1"],"min":"5.4.0","max":"7.99.99"},{"v":["1.3.0RC1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.4.0beta1","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6.0alpha1","1.6.0alpha2"],"min":"5.5.0","max":"7.99.99"},{"v":["1.6.0alpha3","1.6.0RC1","1.6.0","1.6.1","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5"],"min":"5.6.0","max":"7.99.99"},{"v":["1.8.0beta1","1.8.0beta2","1.8.0RC1","1.8.0","1.8.1","1.8.2"],"min":"7.0.0","max":"7.99.99"},{"v":["1.9.0RC1","1.9.0","1.9.1","1.9.2","1.10.0alpha1"],"min":"7.0.0","max":"8.99.99"},{"v":["1.10.0","1.11.0alpha1","1.11.0","1.11.1"],"min":"7.1.0","max":"8.99.99"},{"v":["1.12.0","1.12.1","1.13.0","1.14.0beta1","1.14.0","1.14.1","1.14.2","1.15.0","1.15.1","1.15.2","1.15.3","1.16.0","1.16.1","1.16.2"],"min":"7.2.0","max":"8.99.99"},{"v":["1.17.0"],"min":"7.4.0","max":"8.99.99"}],"confopts":[{"v":["0.2.0","0.3.0","0.3.1","0.4.0","0.4.1","0.5.0","0.5.1","0.6.0","0.6.1","0.6.2","0.6.3","1.0.0alpha1","1.0.0alpha2","1.0.0beta1","1.0.0beta2","1.0.0RC0","1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.2.0alpha1","1.2.0alpha2","1.2.0alpha3","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.3.0beta1","1.3.0RC1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.4.0beta1","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6.0alpha1","1.6.0alpha2","1.6.0alpha3","1.6.0RC1","1.6.0","1.6.1","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.8.0beta1","1.8.0beta2","1.8.0RC1","1.8.0","1.8.1","1.8.2","1.9.0RC1","1.9.0","1.9.1","1.9.2","1.10.0alpha1","1.10.0","1.11.0alpha1","1.11.0","1.11.1","1.12.0","1.12.1","1.13.0","1.14.0beta1","1.14.0","1.14.1","1.14.2","1.15.0","1.15.1","1.15.2","1.15.3","1.16.0","1.16.1","1.16.2"]},{"v":["1.17.0"],"opts":[{"n":"enable-mongodb-developer-flags","p":"Enable developer flags? (yes/no)","d":"no"},{"n":"enable-mongodb-coverage","p":"Enable code coverage? (yes/no)","d":"no"},{"n":"with-mongodb-system-libs","p":"Use system libraries for libbson, libmongoc, and libmongocrypt? (yes/no)","d":"no"},{"n":"with-mongodb-client-side-encryption","p":"Enable client-side encryption? (auto/yes/no)","d":"auto"},{"n":"with-mongodb-snappy","p":"Enable Snappy for compression? (auto/yes/no)","d":"auto"},{"n":"with-mongodb-zlib","p":"Enable zlib for compression? (auto/system/bundled/no)","d":"auto"},{"n":"with-mongodb-zstd","p":"Enable zstd for compression? (auto/yes/no)","d":"auto"},{"n":"with-mongodb-sasl","p":"Enable SASL for Kerberos authentication? (auto/cyrus/no)","d":"auto"},{"n":"with-mongodb-ssl","p":"Enable crypto and TLS? (auto/openssl/libressl/darwin/no)","d":"auto"},{"n":"enable-mongodb-crypto-system-profile","p":"Use system crypto profile (OpenSSL only)? (yes/no)","d":"no"},{"n":"with-mongodb-utf8proc","p":"Use bundled or system utf8proc for SCRAM-SHA-256 SASLprep? (bundled/system)","d":"bundled"}]}]},{"name":"mono","license":"PHP License","summary":"Allows you to access .NET assemblies from PHP","description":"A C extension that interfaces with the mono library to allow\naccess to .NET assemblies.","phpv":[{"v":["0.2","0.3","0.3.1","0.7"]}],"confopts":[{"v":["0.2","0.3","0.3.1","0.7"]}]},{"name":"Mosquitto","license":"BSD 3-Clause License","summary":"Extension for libmosquitto","description":"Mosquitto provides support for the MQTT protocol, including publishing, subscribing, and an event loop.","phpv":[{"v":["0.2.1","0.2.2","0.3.0","0.4.0"],"min":"5.3.0"}],"confopts":[{"v":["0.2.1","0.2.2","0.3.0","0.4.0"],"opts":[{"n":"with-mosquitto","p":"Please provide the prefix of the libmosquitto installation","d":"autodetect"}]}]},{"name":"mqseries","license":"BSD","summary":"mqseries client library","description":"This package provides support for IBM Websphere MQ (MQSeries).","phpv":[{"v":["0.7.0","0.8.0"]},{"v":["0.9.0","0.10.0","0.11.0","0.12.0","0.12.1","0.13.0","0.14.0","0.14.1","0.14.2","0.15.0"],"min":"4.0.0"}],"confopts":[{"v":["0.7.0","0.8.0","0.9.0","0.10.0","0.11.0","0.12.0","0.12.1","0.13.0","0.14.0","0.14.1","0.14.2","0.15.0"]}]},{"name":"msession","license":"PHP License","summary":"mohawksoft session serveur support","description":"msession is an interface to a high speed session daemon which can run either locally or remotely. It is designed to provide consistent session management for a PHP web farm. More Information about msession and the session server software itself can be found at http://www.mohawksoft.org/?q=node/8."},{"name":"msgpack","license":"3-Clause-BSD","summary":"PHP extension for interfacing with MessagePack","description":"This extension provide API for communicating with MessagePack serialization.","phpv":[{"v":["0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7"],"min":"5.0.0"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.1.0beta1","2.1.0","2.1.1","2.1.2","2.2.0RC1","2.2.0RC2","2.2.0"],"min":"7.0.0"}],"confopts":[{"v":["0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7","2.0.0","2.0.1","2.0.2","2.0.3","2.1.0beta1","2.1.0","2.1.1","2.1.2","2.2.0RC1","2.2.0RC2","2.2.0"]}]},{"name":"mustache","license":"MIT","summary":"Mustache templating language","description":"This extension embeds a Mustache interpreter into PHP, allowing the execution of Mustache templates.","phpv":[{"v":["0.7.4RC1"],"min":"5.6.0","max":"7.1.99"},{"v":["0.7.4RC2"],"min":"5.6.0","max":"7.2.99"},{"v":["0.7.4"],"min":"5.4.0","max":"7.2.99"},{"v":["0.8.1"],"min":"5.6.0","max":"7.3.99"},{"v":["0.9.0","0.9.1"],"min":"7.0.0","max":"7.4.99"},{"v":["0.9.2","0.9.3"],"min":"7.0.0"}],"confopts":[{"v":["0.7.4RC1","0.7.4RC2","0.7.4","0.8.1","0.9.0","0.9.1","0.9.2","0.9.3"]}]},{"name":"mysql","license":"PHP","summary":"MySQL database access functions","description":"This extension provides the mysql family of functions that were provided with PHP 3-5. These functions have been superseded by MySQLi and PDO_MySQL, which continue to be bundled with PHP 7.\n\nAlthough it should be possible to build this extension with PHP 7.0, you are strongly encouraged to port your code to use either MySQLi or PDO_MySQL, as this extension is not maintained and is available for historical reasons only."},{"name":"mysqlnd_azure","license":"PHP License","summary":"mysqlnd_azure - a redirection plugin for mysqlnd","description":"mysqlnd extension for azure","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3RC","1.0.3","1.1.0","1.1.1"],"min":"7.2.15"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3RC","1.0.3","1.1.0","1.1.1"]}]},{"name":"mysqlnd_krb","license":"PHP","summary":"Kerberos authentication plugin for mysqlnd","description":"The mysqlnd_krb extension is an authentication\nplugin for mysqlnd that enables connections to MySQL accounts\nthat use Kerberos authentication.\n\nIf a MySQL account is configured with Kerberos authentication\n(using `IDENTIFIED WITH kerberos_authentication` clause\nof `CREATE USER`, see [1]) then normally `mysqlnd` will not\nbe able to connect to such an account. With this plugin such\nconnections are possible provided that user has appropriate\ntickets loaded into the Kerberos ticket cache (in this case\nno password is needed in the connection data).\n\nIf a ticket for the MySQL service is not present in the cache\nthe plugin can fetch the required ticket from Kerberos provided\nthat user principal's password is given in the connection data.\n\n[1] https://dev.mysql.com/doc/refman/8.0/en/kerberos-pluggable-authentication.html","phpv":[{"v":["1.0.0"],"min":"7.4.0"}],"confopts":[{"v":["1.0.0"]}]},{"name":"mysqlnd_memcache","license":"PHP License","summary":"A PHP extension for transparently translating SQL into requests for the MySQL InnoDB Memcached Daemon Plugin","description":"The mysqlnd memcache plugin (mysqlnd_memcache) is an PHP extension for transparently translating SQL into requests for the MySQL InnoDB Memcached Daemon Plugin (server plugin). It includes experimental support for the MySQL Cluster Memcached Daemon. The server plugin provides access to data stored inside MySQL InnoDB (respectively MySQL Cluster NDB) tables using the Memcache protocol. This PHP extension, which supports all PHP MySQL extensions that use mysqlnd, will identify tables exported in this way and will translate specific SELECT queries into Memcache requests.","phpv":[{"v":["1.0.0","1.0.1"],"min":"5.4.0"}],"confopts":[{"v":["1.0.0","1.0.1"]}]},{"name":"mysqlnd_ms","license":"PHP License","summary":"A replication and load balancing plugin for mysqlnd","description":"The mysqlnd_ms replication and load balancing plugin can be used with PHP MySQL extensions (ext/mysql, ext/mysqli, ext/pdo_mysql) if they are compiled to use mysqlnd. The plugin inspects queries and does read-write splitting. Read-only queries are sent to MySQL replication slave servers while all other queries are redirected to the MySQL replication master server. Very few, if any, application changes are required, depending on the usage scenario.","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.6.0"],"min":"5.3.6-dev"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.6.0"]}]},{"name":"mysqlnd_ngen","license":"PHP","summary":"Extended version of mysqlnd,mysqli and pdo","description":"This package is an enhanced version of mysqlnd, it includes PDO and Mysqli as well.\nThe purpose of releasing this version of mysqlnd is to make available new features that can take\nlonger to be rolled out to the official php repo."},{"name":"mysqlnd_qc","license":"PHP License","summary":"A query cache plugin for mysqlnd","description":"The mysqlnd query result cache plugin is a mysqlnd plugin. It adds basic client side result set caching to all PHP MySQL extensions (ext/mysql, ext/mysqli, PDO_MySQL). if they are compiled to use mysqlnd. It does not change the API of the MySQL extensions and thus it operates virtually transparent for applications.\"","phpv":[{"v":["1.0.0"],"min":"5.3.3-dev"},{"v":["1.0.1","1.1.0","1.1.1","1.2.0"],"min":"5.3.4-dev"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.2.0"],"opts":[{"n":"enable-mysqlnd-qc-apc","p":"Enable mysqlnd_qc APC support","d":"no"},{"n":"enable-qc-memcache","p":"Enable mysqlnd_qc Memcache support","d":"no"},{"n":"enable-qc-sqlite","p":"Enable mysqlnd_qc SQLite support","d":"no"}]}]},{"name":"mysqlnd_uh","license":"PHP License","summary":"MySQLnd Userland Handler","description":"MySQLnd Userland Handler let you specify a userland handler for all\nmysqlnd connections.","phpv":[{"v":["0.1.0a1"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0a1"]}]},{"name":"mysql_xdevapi","license":"PHP","summary":"MySQL X DevAPI for PHP","description":"The X DevAPI is the new common API for MySQL Connectors built on the X Protocol introduced in MySQL 5.7.12.\n\nThe X DevAPI wraps powerful concepts in a simple API.\n* A new high-level session concept enables you to write code that can transparently scale from single MySQL Server to a multiple server environment.\n* Read operations are simple and easy to understand.\n\nThe X DevAPI introduces a new, modern and easy-to-learn way to work with your data.\n* Documents are stored in Collections and have their dedicated CRUD operation set.\n* Work with your existing domain objects or generate code based on structure definitions for strictly typed languages.\n* Focus is put on working with data via CRUD operations. See Section 3.1, \u201cCRUD Operations Overview\u201d.\n* Modern practices and syntax styles are used to get away from traditional SQL-String-Building. See Chapter 10, Building Expressions.","phpv":[{"v":["1.0.0","1.0.1","8.0.2","8.0.3","8.0.4"],"min":"7.1.0-dev"},{"v":["8.0.11","8.0.12","8.0.13","8.0.14","8.0.15","8.0.16","8.0.17","8.0.18","8.0.19","8.0.20","8.0.21","8.0.22","8.0.23","8.0.24","8.0.25","8.0.26","8.0.27","8.0.28","8.0.29","8.0.30"],"min":"7.1.0"}],"confopts":[{"v":["1.0.0","1.0.1","8.0.2","8.0.3"],"opts":[{"n":"enable-mysql-xdevapi","p":"Enable MySQL X DevAPI","d":"autodetect"}]},{"v":["8.0.4"],"opts":[{"n":"enable-mysql-xdevapi","p":"Enable MySQL X DevAPI","d":"autodetect"},{"n":"with-boost","p":"Point out boost library install dir","d":"autodetect"},{"n":"with-protobuf","p":"Point outprotobuf library install dir","d":"autodetect"}]},{"v":["8.0.11","8.0.12"],"opts":[{"n":"enable-mysql-xdevapi","p":"Enable MySQL X DevAPI","d":"autodetect"},{"n":"with-boost","p":"Point out boost library install dir","d":"autodetect"},{"n":"with-protobuf","p":"Point out protobuf library install dir","d":"autodetect"}]},{"v":["8.0.13","8.0.14","8.0.15","8.0.16","8.0.17","8.0.18","8.0.19","8.0.20","8.0.21","8.0.22","8.0.23","8.0.24","8.0.25","8.0.26","8.0.27","8.0.28","8.0.29","8.0.30"],"opts":[{"n":"with-boost","p":"Point out boost library install dir","d":"autodetect"},{"n":"with-protobuf","p":"Point out protobuf library install dir","d":"autodetect"}]}]},{"name":"namazu","license":"PHP or GPL","summary":"full-text search extension using Namazu","description":"Namazu is a full-text search system. This module an interface to the Namazu\nlibrary. This extension is originally made by Takuya Tsukada."},{"name":"ncurses","license":"PHP","summary":"Terminal screen handling and optimization package","description":"ncurses (new curses) is a free software emulation of curses in\nSystem V Rel 4.0 (and above). It uses terminfo format, supports\npads, colors, multiple highlights, form characters and function\nkey mapping. Because of the interactive nature of this library,\nit will be of little use for writing Web applications, but may\nbe useful when writing scripts meant using PHP from the command\nline.\n\nSee also http://www.gnu.org/software/ncurses/ncurses.html","phpv":[{"v":["1.0.0"]},{"v":["1.0.1","1.0.2"],"min":"5"}],"confopts":[{"v":["1.0.0"]},{"v":["1.0.1","1.0.2"],"opts":[{"n":"enable-ncursesw","p":"enable support for wide chars?","d":"autodetect"},{"n":"with-ncurses","p":"path to ncurses installation?","d":"autodetect"}]}]},{"name":"netools","license":"PHP","summary":"Networking tools","description":"Netools provides tools to deal with devices, TCP and UDP clients/servers, etc.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"Net_Gopher","license":"PHP","summary":"fopen wrapper for the gopher protocol","description":"fopen wrapper for retreiving documents via the gopher protocol.\nIncludes additional function for parsing gopher directory entries.","phpv":[{"v":["0.1"]},{"v":["1.0.0"],"min":"4.3.0","max":"6.0.0"}],"confopts":[{"v":["0.1","1.0.0"]}]},{"name":"newt","license":"PHP License","summary":"Extension for Red Hat Newt window library","description":"PHP-NEWT - PHP language extension for Red Hat Newt library, a terminal-based window and widget library for writing applications with user friendly interface. Once this extension is enabled in PHP it will provide the use of Newt widgets, such as windows, buttons, checkboxes, radiobuttons, labels, editboxes, scrolls, textareas, scales, etc. Use of this extension if very similar to the original Newt API of C programming language.","phpv":[{"v":["0.1","0.2","0.3","1.0","1.1","1.2.1","1.2.2","1.2.3","1.2.4"]},{"v":["1.2.5","1.2.6","1.2.7","1.2.8"],"min":"4.3.0"},{"v":["1.2.9"],"min":"4.3.0","max":"5.99.99"}],"confopts":[{"v":["0.1","0.2","0.3","1.0","1.1","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9"]}]},{"name":"notes","license":"PHP","summary":"Lotus Notes bindings for PHP","description":"A Lotus Notes extension for PHP.\nThis is an unmaintained Windows-only extension.\nYou will need Visual C++ 6.0 to build it; use the CVS Web link below to obtain the source.\n\nVolunteers are welcomed to maintain this extension; contact pecl-dev@lists.php.net if you are willing to contribute."},{"name":"nsq","license":"PHP","summary":"PHP extension for NSQ client","description":"This extension is a NSQ client .NSQ is a message queue system which like Kafka .","phpv":[{"v":["2.3.2","2.4.0","3.0","3.1.0","3.3.0","3.4.0","3.4.1","3.4.2","3.4.3","3.5.0","3.5.1"],"min":"7.0.0"}],"confopts":[{"v":["2.3.2","2.4.0","3.0","3.1.0","3.3.0","3.4.0","3.4.1","3.4.2","3.4.3","3.5.0","3.5.1"],"opts":[{"n":"with-libevent-path","p":"libevent directory","d":"no"}]}]},{"name":"oauth","license":"BSD","summary":"oauth consumer extension","description":"OAuth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store usernames and passwords.\n\nRequirements: ext/hash (now a part of PHP core)","phpv":[{"v":["0.99.1","0.99.2","0.99.4","0.99.5","0.99.7","0.99.8","0.99.9","1.0.0","1.1.0","1.2","1.2.2","1.2.3"],"min":"5.1.0"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"],"min":"7.0.0"}],"confopts":[{"v":["0.99.1","0.99.2","0.99.4","0.99.5","0.99.7","0.99.8","0.99.9","1.0.0","1.1.0","1.2","1.2.2","1.2.3","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"]}]},{"name":"ocal","license":"PHP","summary":"Oracle Calendar connectivity","description":"This extension provides Oracle Calendar connectivity via the Oracle Calendar SDK (CSDK, CAPI) which is included in the Oracle Collaboration Suite distribution at http://www.oracle.com/","phpv":[{"v":["0.1.0","1.0.0"]}],"confopts":[{"v":["0.1.0","1.0.0"]}]},{"name":"oci8","license":"PHP","summary":"Extension for Oracle Database","description":"The OCI8 extension lets you access Oracle Database.\n\nUse 'pecl install oci8' to install for PHP 8.\n\nUse 'pecl install oci8-2.2.0' to install for PHP 7.\n\nUse 'pecl install oci8-2.0.12' to install for PHP 5.2 - PHP 5.6.\n\nUse 'pecl install oci8-1.4.10' to install for PHP 4.3.9 - PHP 5.1.\n\nThe OCI8 extension can be linked with Oracle client libraries from Oracle Database 10.2 or later. These libraries are found in your database installation, or in the free Oracle Instant Client from https://www.oracle.com/database/technologies/instant-client.html.\n\nOracle's standard cross-version connectivity applies. For example, PHP OCI8 linked with Instant Client 19c can connect to Oracle Database 11.2 onward. See Oracle's note \"Oracle Client / Server Interoperability Support\" (ID 207303.1) for details.","phpv":[{"v":["1.0","1.1","1.1.1","1.2.0","1.2.1","1.2.2"]},{"v":["1.2.3"],"min":"4.3.10","max":"6.0.0"},{"v":["1.2.4"],"min":"4.3.11","max":"6.0.0"},{"v":["1.2.5"],"min":"4.3.10","max":"6.0.0"},{"v":["1.3.0","1.3.1"],"min":"4.3.11","max":"6.0.0"},{"v":["1.3.2","1.3.3","1.3.4","1.3.5","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5"],"min":"4.3.9","max":"6.0.0"},{"v":["1.4.6","1.4.7","1.4.8","1.4.9"],"min":"4.3.9","max":"5.4.99"},{"v":["1.4.10","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4"],"min":"4.3.9","max":"6.0.0"},{"v":["2.0.5","2.0.6","2.0.7","2.0.8"],"min":"5.2.0"},{"v":["2.0.10","2.0.11","2.0.12"],"min":"5.2.0","max":"5.6.99"},{"v":["2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.7","2.1.8","2.2.0","3.0.0"],"min":"7.0.0"},{"v":["3.0.1"],"min":"8.0.0"},{"v":["3.2.0","3.2.1","3.3.0"],"min":"8.1.0"}],"confopts":[{"v":["1.0","1.1","1.1.1","1.2.0","1.2.1","1.2.2"]},{"v":["1.2.3","1.2.4","1.2.5","1.3.0"],"opts":[{"n":"with-oci8","p":"Please provide the path to ORACLE_HOME dir. Use 'instantclient,/path/to/instant/client/lib' if you're compiling against Oracle Instant Client","d":"autodetect"}]},{"v":["1.3.1"],"opts":[{"n":"with-oci8","p":"Please provide the path to ORACLE_HOME dir. Use 'instantclient,/path/to/instant/client/lib' if you're compiling with Oracle Instant Client","d":"autodetect"}]},{"v":["1.3.2","1.3.3","1.3.4","1.3.5","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5","1.4.6","1.4.7","1.4.8","1.4.9","1.4.10","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.10","2.0.11","2.0.12","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.7","2.1.8","2.2.0","3.0.0","3.0.1","3.2.0","3.2.1","3.3.0"],"opts":[{"n":"with-oci8","p":"Please provide the path to the ORACLE_HOME directory. Use 'instantclient,/path/to/instant/client/lib' if you're compiling with Oracle Instant Client","d":"autodetect"}]}]},{"name":"odbtp","license":"LGPL","summary":"ODBTP client functions","description":"This extension provides a set of ODBTP, Open Database Transport\nProtocol, client functions. ODBTP allows any platform to remotely\naccess Win32-based databases. Linux and UNIX clients can use this\nextension to access Win32 databases like MS SQL Server, MS Access\nand Visual FoxPro.","phpv":[{"v":["1.1.1","1.1.2","1.1.3","1.1.4"]}],"confopts":[{"v":["1.1.1","1.1.2","1.1.3","1.1.4"]}]},{"name":"oggvorbis","license":"PHP","summary":"OGG wrapper for OGG/Vorbis files","description":"fopen wrapper for OGG/Vorbis files.\nDecompress OGG data to PCM audio and vice-versa.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"openal","license":"PHP","summary":"OpenAL Bindings","description":"OpenAL - Platform independent sound bindings","phpv":[{"v":["0.1"]},{"v":["0.9.0"],"min":"7.3.0"}],"confopts":[{"v":["0.1","0.9.0"]}]},{"name":"opencensus","license":"Apache 2.0","summary":"A stats collection and distributed tracing framework","description":"OpenCensus is a open source, distributed tracing system that allows you to collect latency data and report it to any trace aggregation system such as Zipkin or Stackdriver Trace.\n\nThis extension allows you to easily gather latency and other metadata by watching for targeted function and method invocations without needing to inject code into the libraries.","phpv":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","0.1.0RC1","0.1.0RC2","0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.2.0","0.2.1","0.2.2","0.3.0"],"min":"7.0.0"}],"confopts":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","0.1.0RC1","0.1.0RC2","0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.2.0","0.2.1","0.2.2","0.3.0"]}]},{"name":"opencv","license":"PHP License","summary":"An OpenCV binding for PHP","description":"An OpenCV binding for PHP"},{"name":"opendirectory","license":"PHP","summary":"PHP interface to OpenDirectory Framework","description":"Open Directory is a directory service architecture whose programming\ninterface provides a centralized way for applications and services to retrieve\ninformation stored in directories. The Open Directory architecture consists of\nthe DirectoryServices daemon, which receives Open Directory client API calls and\nsends them to the appropriate Open Directory plug-in.","phpv":[{"v":["0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"]}],"confopts":[{"v":["0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"]}]},{"name":"opengl","license":"PHP","summary":"OpenGL (3D graphics library) bindings for the PHP language","description":"This extension allows you to develop 3D multimedia applications with PHP using the complete OpenGL library API.","phpv":[{"v":["0.8.0"],"min":"5.3"},{"v":["0.9.0"],"min":"7.2.0"}],"confopts":[{"v":["0.8.0"]},{"v":["0.9.0"],"opts":[{"n":"with-opengl","p":"The location of the OpenGL library","d":"autodetect"}]}]},{"name":"openswoole","license":"Apache 2.0","summary":"Swoole PHP extension managed by Swoole Labs.","description":"Open source PHP extension for Async IO, Coroutines and Fibers.","phpv":[{"v":["4.7.1","4.7.2","4.8.0","4.8.1","4.9.0","4.9.1","4.10.0"],"min":"7.2.0"},{"v":["4.11.0","4.11.1","4.12.0","4.12.1","22.0.0"],"min":"7.4.0"},{"v":["22.1.0"],"min":"8.1.0"}],"confopts":[{"v":["4.7.1","4.7.2"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-json","p":"enable json support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"}]},{"v":["4.8.0","4.8.1","4.9.0","4.9.1","4.10.0","4.11.0","4.11.1","4.12.0","4.12.1"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-json","p":"enable json support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"with-postgres","p":"enable postgres support?","d":"no"}]},{"v":["22.0.0"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-hook-curl","p":"enable hook curl support?","d":"no"},{"n":"with-postgres","p":"enable postgres support?","d":"no"}]},{"v":["22.1.0"],"opts":[{"n":"enable-sockets","p":"enable coroutine sockets?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 protocol?","d":"no"},{"n":"enable-mysqlnd","p":"enable coroutine mysqlnd?","d":"no"},{"n":"enable-hook-curl","p":"enable coroutine curl?","d":"no"},{"n":"with-postgres","p":"enable coroutine postgres?","d":"no"}]}]},{"name":"opentelemetry","license":"Apache 2.0","summary":"auto-instrumentation hooks for opentelemetry","description":"OpenTelemetry is an open-source CNCF project for collecting, processing, and exporting telemetry data (metrics, traces, and logs) from distributed systems.\nThe OpenTelemetry extension for PHP enables automatic instrumentation (tracing) of functions by providing methods to hook into the PHP 8.0+ observability API.","phpv":[{"v":["1.0.0beta2","1.0.0beta3","1.0.0beta4","1.0.0beta5","1.0.0beta6","1.0.0beta7","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0"],"min":"8.0.0"}],"confopts":[{"v":["1.0.0beta2","1.0.0beta3","1.0.0beta4","1.0.0beta5","1.0.0beta6","1.0.0beta7","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0"]}]},{"name":"operator","license":"PHP","summary":"Operator overloading for Objects","description":"Operator overloading for: +, -, *, /, %, <<, >>, ., |, &, ^, ~, !, ++, --,\n+=, -=, *=, /=, %=, <<=, >>=, .=, |=, &=, ^=, ~=,\n==, !=, ===, !==, <, and <= operators.\nConditional support for > and >= available with application of a patch.","phpv":[{"v":["0.4.0","0.4.1"],"min":"4.0.0"}],"confopts":[{"v":["0.4.0","0.4.1"]}]},{"name":"optimizer","license":"BSD style","summary":"PHP optimizer extension for APC","description":"An opcode optimizer for PHP to be used with the APC opcode cache.","phpv":[{"v":["0.1alpha1"],"min":"5.2.5","max":"5.2.99"}],"confopts":[{"v":["0.1alpha1"]}]},{"name":"orng","license":"PHP License","summary":"orng - Object scoped PRNG Extension","description":"Provides a past PHP compatible PRNG implementation of object scope.","phpv":[{"v":["0.0.3"],"min":"7.3.0"}],"confopts":[{"v":["0.0.3"]}]},{"name":"Ovrimos","license":"PHP Licence","summary":"Ovrimos interface","description":"Interface to Ovrimos SQL Server client/server, transactional RDBMS combined with Web capabilities and fast transactions."},{"name":"PAM","license":"PHP","summary":"PAM integration","description":"This extension provides PAM (Pluggable Authentication Modules) integration. PAM is a system of libraries that handle the authentication tasks of applications and services. The library provides a stable API for applications to defer to for authentication tasks.","phpv":[{"v":["1.0.0","1.0.1","1.0.2"]},{"v":["1.0.3"],"min":"4.3.0"},{"v":["2.2.1"],"min":"8.0.0"},{"v":["2.2.2"],"min":"7.0.0"},{"v":["2.2.3","2.2.4","2.2.5"],"min":"7.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5"]}]},{"name":"panda","license":"PHP","summary":"Panda PDF library","description":"Panda is a free PDF library that can be used to create PDF documents.","phpv":[{"v":["0.1.0"]}],"confopts":[{"v":["0.1.0"]}]},{"name":"pango","license":"PHP Licence 3.01","summary":"Wrapper for the Pango text rendering library","description":"This is a wrapper for the Pango text rendering library (http://www.pango.org) that makes its features available for use with PHP via object-oriented and procedural APIs.\n\nRequirements:\n* PHP 5.2+\n* PECL/Cairo\n\nThe code is currently on GitHub; it will be moved to PECL SVN soon."},{"name":"Paradox","license":"PHP License","summary":"An extension to read and write Paradox files","description":"Paradox is an extension to read and write Paradox .DB and .PX files.\nIt can handle almost all field types and binary large objects stored\nin .MB files.","phpv":[{"v":["1.0","1.1.0","1.3.0","1.4.0","1.4.1","1.4.2","1.4.3"]}],"confopts":[{"v":["1.0","1.1.0","1.3.0","1.4.0","1.4.1","1.4.2","1.4.3"]}]},{"name":"parallel","license":"PHP License","summary":"Parallel concurrency API","description":"A succinct parallel concurrency API for PHP 7.","phpv":[{"v":["0.8.0","0.8.1","0.8.2","0.8.3"],"min":"7.1.0"},{"v":["0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4"],"min":"7.2.0"},{"v":["1.2.0","1.2.1"],"min":"8.0.0"}],"confopts":[{"v":["0.8.0","0.8.1","0.8.2","0.8.3","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.2.0","1.2.1"]}]},{"name":"params","license":"PHP","summary":"Parameter Parsing Utility","description":"Userspace equivalent of zend_parse_parameters()","phpv":[{"v":["1.0"],"min":"4.0.0"}],"confopts":[{"v":["1.0"]}]},{"name":"parle","license":"BSD 2-clause","summary":"Parsing and lexing","description":"With Parle, it is possible to implement lexing and parsing in PHP while relying on features and principles of the parser/lexer generator tools for C/C++.","phpv":[{"v":["0.5.1","0.5.2","0.5.3","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","0.6.5","0.7.0","0.7.1","0.7.2","0.7.3","0.8.0","0.8.1","0.8.2","0.8.3"],"min":"7.0"},{"v":["0.8.4","0.8.5"],"min":"7.4"}],"confopts":[{"v":["0.5.1","0.5.2","0.5.3","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","0.6.5","0.7.0","0.7.1","0.7.2","0.7.3","0.8.0","0.8.1","0.8.2","0.8.3"]},{"v":["0.8.4","0.8.5"],"opts":[{"n":"enable-parle-utf32","p":"Enable internal UTF-32 support in parle","d":"no"}]}]},{"name":"parsekit","license":"PHP","summary":"PHP Opcode Analyser","description":"Provides a userspace interpretation of the opcodes generated by the Zend engine compiler built into PHP.\nThis extension is meant for development and debug purposes only and contains some code which is potentially non-threadsafe.","phpv":[{"v":["0.2","0.3","0.3.1","1.0"]},{"v":["1.1","1.2","1.3.0"],"min":"4.0.0"}],"confopts":[{"v":["0.2","0.3","0.3.1","1.0","1.1","1.2","1.3.0"]}]},{"name":"Parse_Tree","license":"PHP","summary":"Generates a parse tree for a PHP source file in XML format.","description":"Generates a parse tree for a PHP source file in XML format.\nThe Windows build is available here: http://phpaspect.org/parse_tree/php_parse_tree.dll","phpv":[{"v":["0.0.1"]},{"v":["0.1.1","0.1.2","0.1.3","0.1.4"],"min":"4.0.0"}],"confopts":[{"v":["0.0.1","0.1.1","0.1.2","0.1.3","0.1.4"]}]},{"name":"pcov","license":"PHP License","summary":"Code coverage driver","description":"A self contained php-code-coverage compatible driver for PHP.","phpv":[{"v":["0.9.0"],"min":"7.0.0"},{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11"],"min":"7.1.0"}],"confopts":[{"v":["0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11"]}]},{"name":"pcs","license":"PHP License","summary":"PHP Code Service","description":"PCS provides a fast and easy way to mix C and PHP code in your PHP extension.\n\nPHP code can be embedded in the compiled module or distributed as a separate file tree.\n\nCompatibility : PHP 5 (5.3+) and 7","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.2.0","1.2.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.7"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.2.0","1.2.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.7"]}]},{"name":"pcsc","license":"PHP","summary":"winscard PC/SC API support for PHP","description":"This is an extension for using PC/SC based smart cards with PHP. It is a wrapper to the winscard API which provides a native interface to smart cards using the PC/SC standard. Linux/UNIX and Windows are supported.","phpv":[{"v":["0.1","0.2","0.3","0.3.1"],"min":"5.3"},{"v":["0.4.0","0.5.0","0.5.1"],"min":"7.3"}],"confopts":[{"v":["0.1","0.2","0.3","0.3.1","0.4.0","0.5.0","0.5.1"]}]},{"name":"pdflib","license":"PHP","summary":"Creating PDF on the fly with the PDFlib library","description":"This extension wraps the PDFlib programming library\nfor processing PDF on the fly, available from PDFlib GmbH\nat https://www.pdflib.com.\n\nMore info on how to use PDFlib with PHP can be found at\nhttps://www.pdflib.com/documentation/howtos/","phpv":[{"v":["1.0","2.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4"]},{"v":["2.1.5","2.1.6","2.1.7","2.1.8","2.1.9","2.1.10"],"min":"4.1"},{"v":["3.0.1","3.0.2","3.0.3","3.0.4"],"min":"5.2.0"},{"v":["4.0.0"],"min":"5.4.0"},{"v":["4.0.1"],"min":"5.3.0"},{"v":["4.1.0","4.1.1","4.1.2","4.1.3","4.1.4"],"min":"5.4.0"}],"confopts":[{"v":["1.0","2.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4"]},{"v":["2.1.5","2.1.6","2.1.7","2.1.8","2.1.9","2.1.10","3.0.1","3.0.2","3.0.3","3.0.4","4.0.0","4.0.1","4.1.0","4.1.1","4.1.2","4.1.3","4.1.4"],"opts":[{"n":"with-pdflib","p":"path to pdflib installation?"}]}]},{"name":"PDO","license":"PHP","summary":"PHP Data Objects Interface.","description":"Do not use this, as PDO has been moved into core (the php source) so this pecl extension is dead.\n\nPDO provides a uniform data access interface, sporting advanced features such\nas prepared statements and bound parameters. PDO drivers are dynamically\nloadable and may be developed independently from the core, but still accessed\nusing the same API.","phpv":[{"v":["0.1","0.1.1","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.3","0.9","1.0RC1","1.0RC2","1.0","1.0.1","1.0.2"]},{"v":["1.0.3"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.1.1","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.3","0.9","1.0RC1","1.0RC2","1.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"PDO_4D","license":"PHP License","summary":"PDO driver for 4D-SQL database","description":"PDO_4D is a driver for the PHP Data Objects (PDO) interface to enable access from PHP to 4D databases.","phpv":[{"v":["0.1.0","0.2.0","0.2.1","0.3"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.3"]}]},{"name":"PDO_CUBRID","license":"PHP","summary":"CUBRID driver for PDO","description":"This extension provides a CUBRID driver for PDO.","phpv":[{"v":["8.3.0.0001","8.3.1.0001","8.3.1.0002","8.3.1.0003","8.4.0.0001","8.4.0.0002","8.4.3.0001","9.0.0.0001","9.1.0.0001","9.1.0.0002","9.1.0.0003","9.2.0.0001","9.3.0.0001","9.3.0.0002","10.1.0.0001","10.1.0.0002","10.1.0.0003","10.1.0.0004"],"min":"5.2.0"}],"confopts":[{"v":["8.3.0.0001","8.3.1.0001","8.3.1.0002","8.3.1.0003","8.4.0.0001","8.4.0.0002","8.4.3.0001","9.0.0.0001","9.1.0.0001"],"opts":[{"n":"with-pdo-cubrid","p":"CUBRID base install dir","d":"autodetect"}]},{"v":["9.1.0.0002","9.1.0.0003","9.2.0.0001","9.3.0.0001","9.3.0.0002","10.1.0.0001","10.1.0.0002","10.1.0.0003","10.1.0.0004"]}]},{"name":"PDO_DBLIB","license":"PHP","summary":"FreeTDS/Sybase/MSSQL driver for PDO","description":"This extension provides a FreeTDS/Sybase/MSSQL driver for PDO.","phpv":[{"v":["0.9","1.0RC1","1.0RC2","1.0"]}],"confopts":[{"v":["0.9","1.0RC1","1.0RC2","1.0"]}]},{"name":"PDO_FIREBIRD","license":"PHP","summary":"Firebird/InterBase 6 driver for PDO","description":"This extension provides a Firebird/InterBase driver for PDO. It supports\nall versions of Firebird and InterBase versions 6 and up.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"PDO_IBM","license":"Apache License 2.0","summary":"PDO driver for IBM databases","description":"This extension provides an IBM database driver for PDO. This driver supports IBM DB2\nUniversal Database, IBM Cloudscape, Apache Derby databases and IDS (Informix Data Server).","phpv":[{"v":["0.9.0","1.0.0","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.3.0"]},{"v":["1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"min":"5.0.3"},{"v":["1.4.0","1.4.1","1.4.2","1.5.0"],"min":"7.0.0"},{"v":["1.6.0","1.6.1"],"min":"7.3.0"}],"confopts":[{"v":["0.9.0","1.0.0","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.3.0"]},{"v":["1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.4.0","1.4.1","1.4.2","1.5.0","1.6.0","1.6.1"],"opts":[{"n":"with-pdo-ibm","p":"DB2 install directory location?"}]}]},{"name":"PDO_INFORMIX","license":"Apache License 2.0","summary":"PDO driver for IBM Informix INFORMIX databases","description":"This extension provides an IBM Informix Dynamic Server driver for PDO. To build and run\nPDO_INFORMIX, you must install the Informix Client Software Development Kit (CSDK)\nfrom http://ibm.com/informix/downloads.html.","phpv":[{"v":["0.1","0.2.1","1.0.0","1.0.1","1.1.0","1.2.0","1.2.5","1.2.6"]},{"v":["1.2.7","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.2.1","1.0.0","1.0.1","1.1.0","1.2.0","1.2.5","1.2.6"]},{"v":["1.2.7","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"opts":[{"n":"with-pdo-informix","p":"Informix Client SDK location?"}]}]},{"name":"PDO_MYSQL","license":"PHP","summary":"MySQL driver for PDO","description":"Do not use this, as PDO has been moved into core (the php source) so this pecl extension is dead.\n\nThis old extension provided a MySQL driver for PDO.","phpv":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0","1.0.1"]},{"v":["1.0.2"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0","1.0.1","1.0.2"]}]},{"name":"PDO_OCI","license":"PHP","summary":"Oracle Call Interface driver for PDO","description":"This extension provides an Oracle driver for PDO.","phpv":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0"]}],"confopts":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0"]}]},{"name":"PDO_ODBC","license":"PHP","summary":"ODBC v3 Interface driver for PDO","description":"This extension provides an ODBC v3 driver for PDO. It supports unixODBC\nand IBM DB2 libraries, and will support more in future releases.","phpv":[{"v":["0.1","0.1.1","0.2","0.9","1.0RC2","1.0"]},{"v":["1.0.1"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.1.1","0.2","0.9","1.0RC2","1.0"]},{"v":["1.0.1"],"opts":[{"n":"with-pdo-odbc","p":"flavour,dir? (just leave blank for help)"}]}]},{"name":"PDO_PGSQL","license":"PHP","summary":"PostgreSQL driver for PDO","description":"This extension provides an PostgreSQL driver for PDO.","phpv":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0","1.0.1"]},{"v":["1.0.2"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0","1.0.1","1.0.2"]}]},{"name":"PDO_SQLANYWHERE","license":"Apache License 2.0","summary":"SAP SQL Anywhere driver for PDO","description":"An extension to enable PDO to access SAP SQL Anywhere databases.","phpv":[{"v":["0.1.1","0.1.2","0.1.3","0.1.4"],"min":"5.2.3"}],"confopts":[{"v":["0.1.1","0.1.2","0.1.3","0.1.4"]}]},{"name":"PDO_SQLITE","license":"PHP","summary":"SQLite v3 Interface driver for PDO","description":"This extension provides an SQLite v3 driver for PDO.\nSQLite V3 is NOT compatible with the bundled SQLite 2 in PHP 5, but is a significant\nstep forwards, featuring complete utf-8 support, native support for blobs,\nnative support for prepared statements with bound parameters and improved\nconcurrency.","phpv":[{"v":["0.2","0.2.1","0.2.2","0.3","0.9","1.0RC1","1.0RC2","1.0"]},{"v":["1.0.1"],"min":"5.0.3"}],"confopts":[{"v":["0.2","0.2.1","0.2.2","0.3","0.9","1.0RC1","1.0RC2","1.0","1.0.1"]}]},{"name":"pdo_sqlsrv","license":"The MIT License (MIT)","summary":"Microsoft Drivers for PHP for SQL Server (PDO_SQLSRV)","description":"The Microsoft Drivers for PHP for SQL Server are PHP extensions that allow for the reading and writing of SQL Server data from within PHP scripts. The SQLSRV extension provides a procedural interface while the PDO_SQLSRV extension implements PDO for accessing data in all editions of SQL Server 2012 and later (including Azure SQL DB). These drivers rely on the Microsoft ODBC Driver for SQL Server to handle the low-level communication with SQL Server.\n*This package contains only the PDO_SQLSRV driver.*","phpv":[{"v":["2.0.1"],"min":"5.2.0"},{"v":["3.0.1"],"min":"5.3.6"},{"v":["4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.1.6","4.1.6.1","4.1.7preview","4.1.8preview","4.1.9preview","4.2.0preview","4.3.0RC1","4.3.0","5.0.0preview","5.1.0preview","5.1.1preview","5.1.2preview","5.2.0RC","5.2.0RC1","5.2.0","5.2.1preview","5.3.0"],"min":"7.0.0"},{"v":["5.4.0preview","5.5.0preview","5.6.0","5.6.1","5.7.0preview"],"min":"7.1.0"},{"v":["5.7.1preview","5.8.0","5.8.1","5.9.0preview1"],"min":"7.2.0"},{"v":["5.9.0beta2","5.9.0","5.10.0beta1","5.10.0beta2"],"min":"7.3.0"},{"v":["5.10.0"],"min":"7.4.0"},{"v":["5.10.1","5.11.0beta1"],"min":"7.3.0"},{"v":["5.11.0","5.11.1"],"min":"8.0.0"}],"confopts":[{"v":["2.0.1","3.0.1","4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.1.6","4.1.6.1","4.1.7preview","4.1.8preview","4.1.9preview","4.2.0preview","4.3.0RC1","4.3.0","5.0.0preview","5.1.0preview","5.1.1preview","5.1.2preview","5.2.0RC","5.2.0RC1","5.2.0","5.2.1preview","5.3.0","5.4.0preview","5.5.0preview","5.6.0","5.6.1","5.7.0preview","5.7.1preview","5.8.0","5.8.1","5.9.0preview1","5.9.0beta2","5.9.0","5.10.0beta1","5.10.0beta2","5.10.0","5.10.1","5.11.0beta1","5.11.0","5.11.1"]}]},{"name":"PDO_TAOS","license":"Apache2.0","summary":"TDengine driver for PDO","description":"This extension provides a TDengine database driver for PDO.\nTDengine is an open-sourced time-series big data platform, designed and optimized for IoT, faster on insert/query speeds.\nThis extension can be used to develop IoT projects with Swoole extension.\nThis extension is compatible with PHP versions since 7.0.","phpv":[{"v":["1.0.0","1.0.2","1.0.3"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.2","1.0.3"]}]},{"name":"pdo_user","license":"PHP","summary":"Userspace driver for PDO","description":"This extension provides a Userspace interface for PDO drivers","phpv":[{"v":["0.1.0","0.2.0","0.3.0"],"min":"5.0.3"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0"]}]},{"name":"PDO_XML","license":"GNU","summary":"PHP extension to export results from PHP PDO to XML","description":"PdoXml is an fast and easy to use PHP extension writen in C for export results from PHP PDO queries to XML. You can create XML document from database, export MySQL, PostgreSQL or other PHP supported databases to XML. Support both Windows and Linux."},{"name":"PECL_Gen","license":"PHP","summary":"Tool to generate PECL extensions from an XML description","description":"PECL_Gen has been split up into CodeGen and CodeGen_PECL\npackages and has moved back to PEAR","phpv":[{"v":["0.6.0","0.6.1","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","0.8.4","0.8.5","0.9.9"]}],"confopts":[{"v":["0.6.0","0.6.1","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","0.8.4","0.8.5","0.9.9"]}]},{"name":"pecl_http","license":"BSD-2-Clause","summary":"Extended HTTP Support","description":"This HTTP extension aims to provide a convenient and powerful\nset of functionality for one of PHPs major applications.\n\nIt eases handling of HTTP urls, headers and messages, provides\nmeans for negotiation of a client's preferred content type,\nlanguage and charset, as well as a convenient way to send any\narbitrary data with caching and resuming capabilities.\n\nIt provides powerful request functionality with support for\nparallel requests.\n\nDocumentation:\nhttps://mdref.m6w6.name/http","phpv":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","0.8.0","0.9.0","0.10.0","0.10.1","0.11.0","0.12.0","0.13.0"]},{"v":["0.14.0","0.14.1","0.14.2","0.15.0","0.16.0","0.17.0","0.18.0","0.18.1","0.19.0","0.20.0","0.21.0","0.22.0","0.23.0","0.23.1","0.24.0","0.24.1","0.25.0","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0RC5","1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.3.0","1.3.1","1.3.2","1.3.3","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.5.0RC1","1.5.0RC2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.5.6","1.6.0b1","1.6.0b2","1.6.0RC1","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.7.0b1","1.7.0b2","1.7.0","1.7.1"],"min":"4.3","max":"6.0.0"},{"v":["1.7.2","1.7.3","1.7.4","1.7.5","1.7.6"],"min":"4.3"},{"v":["2.0.0dev1","2.0.0dev2","2.0.0dev3","2.0.0dev4","2.0.0dev5","2.0.0dev6","2.0.0dev7","2.0.0dev8","2.0.0dev9","2.0.0dev10","2.0.0alpha1"],"min":"5.3.99"},{"v":["2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0beta4","2.0.0beta5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0RC1","2.1.0RC2","2.1.0RC3","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.2.0RC1","2.2.0","2.2.1","2.3.0RC1","2.3.0","2.3.1","2.3.2","2.4.0","2.4.1","2.4.2","2.4.3","2.5.0RC1","2.5.0","2.5.1"],"min":"5.3.0"},{"v":["2.5.2","2.5.3","2.5.5","2.5.6","2.6.0beta1","2.6.0beta2","2.6.0RC1","2.6.0"],"min":"5.3.0","max":"7.0.0"},{"v":["3.0.0RC1","3.0.0","3.0.1","3.1.0beta1","3.1.0beta2","3.1.0RC1","3.1.0","3.1.1RC1","3.2.0RC1","3.2.0","3.2.1","3.2.2","3.2.3"],"min":"7.0.0"},{"v":["3.2.4","3.2.5","3.3.0"],"min":"7.0.0","max":"8.0.0"},{"v":["4.0.0beta1","4.0.0","4.1.0","4.2.0","4.2.1","4.2.2","4.2.3","4.2.4"],"min":"8.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","0.8.0","0.9.0","0.10.0","0.10.1","0.11.0","0.12.0","0.13.0"]},{"v":["0.14.0","0.14.1","0.14.2"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-mhash-etags","p":"whether to enable mhash ETag generator; specify libmhash directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"}]},{"v":["0.15.0","0.16.0"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-mhash-etags","p":"whether to enable mhash ETag generator; specify libmhash directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies","d":"yes"}]},{"v":["0.17.0"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-mhash-etags","p":"whether to enable mhash ETag generator; specify libmhash directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"}]},{"v":["0.18.0","0.18.1"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-mhash-etags","p":"whether to enable mhash ETag generator; specify libmhash directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"}]},{"v":["0.19.0","0.20.0","0.21.0","0.22.0","0.23.0","0.23.1","0.24.0","0.24.1","0.25.0","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0RC5"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"}]},{"v":["1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.3.0","1.3.1","1.3.2","1.3.3","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-shared-deps","p":"whether to depend on extensions which have been built shared","d":"yes"}]},{"v":["1.5.0RC1"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-shared-deps","p":"whether to depend on extensions which have been built shared","d":"yes"},{"n":"enable-http-persistent-handles","p":"whether to enable per-process persistent cURL handles","d":"no"}]},{"v":["1.5.0RC2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.5.6","1.6.0b1","1.6.0b2","1.6.0RC1","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.7.0b1","1.7.0b2","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.7.6"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-shared-deps","p":"whether to depend on extensions which have been built shared","d":"yes"}]},{"v":["2.0.0dev1","2.0.0dev2"],"opts":[{"n":"with-http","p":"Enable extended HTTP support","d":"yes"},{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libneon-dir","p":"where to find libneon","d":"/usr"},{"n":"with-http-libserf-dir","p":"where to find libserf","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"}]},{"v":["2.0.0dev3","2.0.0dev4","2.0.0dev5","2.0.0dev6","2.0.0dev7","2.0.0dev8","2.0.0dev9","2.0.0dev10","2.0.0alpha1","2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0beta4","2.0.0beta5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0RC1","2.1.0RC2","2.1.0RC3","2.1.0","2.1.1","2.1.2"],"opts":[{"n":"with-http","p":"Enable extended HTTP support","d":"yes"},{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"}]},{"v":["2.1.3","2.1.4","2.2.0RC1","2.2.0","2.2.1","2.3.0RC1","2.3.0","2.3.1","2.3.2","2.4.0","2.4.1","2.4.2","2.4.3","2.5.0RC1","2.5.0"],"opts":[{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"}]},{"v":["2.5.1","2.5.2","2.5.3","2.5.5","2.5.6","2.6.0beta1","2.6.0beta2","2.6.0RC1","2.6.0","3.0.0RC1","3.0.0","3.0.1","3.1.0beta1","3.1.0beta2"],"opts":[{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"},{"n":"with-http-libidn-dir","p":"where to find libidn","d":"/usr"}]},{"v":["3.1.0RC1","3.1.0","3.1.1RC1","3.2.0RC1","3.2.0","3.2.1","3.2.2","3.2.3","3.2.4","3.2.5","3.3.0","4.0.0beta1","4.0.0","4.1.0","4.2.0","4.2.1","4.2.2","4.2.3","4.2.4"],"opts":[{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"},{"n":"with-http-libicu-dir","p":"where to find libicu","d":"/usr"},{"n":"with-http-libidn2-dir","p":"where to find libidn2","d":"/usr"},{"n":"with-http-libidn-dir","p":"where to find libidn","d":"/usr"},{"n":"with-http-libidnkit2-dir","p":"where to find libidnkit2","d":"/usr"},{"n":"with-http-libidnkit-dir","p":"where to find libidnkit","d":"/usr"}]}]},{"name":"perforce","license":"BSD License","summary":"Perforce API Extension","description":"The Perforce extension wraps the Perforce C/C++ API. This gives PHP developers direct access to the native Perforce client functions.","phpv":[{"v":["0.2.0","0.3.0"]},{"v":["0.5.0"],"min":"5.0.0"},{"v":["0.6.0","0.9.0","0.9.1","0.9.2","0.9.3","1.0.0RC","1.0.0","1.0.1","1.0.3"],"min":"5.2.0"}],"confopts":[{"v":["0.2.0","0.3.0","0.5.0","0.6.0","0.9.0","0.9.1","0.9.2"]},{"v":["0.9.3","1.0.0RC","1.0.0","1.0.1","1.0.3"],"opts":[{"n":"with-perforce","p":"Path to P4API","d":"autodetect"}]}]},{"name":"perl","license":"PHP","summary":"Embedded Perl.","description":"This extension embeds Perl Interpreter into PHP. It allows execute Perl files, evaluate Perl code, access Perl variables and instantiate Perl objects.","phpv":[{"v":["0.6","1.0.0"]},{"v":["1.0.1"],"min":"5.0.0"}],"confopts":[{"v":["0.6","1.0.0","1.0.1"]}]},{"name":"phalcon","license":"BSD 3-Clause License","summary":"Phalcon is a full stack PHP framework offering low resource consumption and high performance.","description":"Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever its needed, without expensive file stats and file reads that traditional PHP frameworks employ.","phpv":[{"v":["4.0.2","4.0.3","4.0.4","4.0.5","4.0.6","4.1.0"],"min":"7.2.0","max":"8.0.0"},{"v":["4.1.2"],"min":"7.2.0","max":"7.4.99"},{"v":["5.0.0alpha3","5.0.0alpha5","5.0.0alpha6","5.0.0alpha7","5.0.0beta1","5.0.0beta2","5.0.0beta3"],"min":"7.4.1","max":"8.0.99"},{"v":["5.0.0RC1","5.0.0RC2","5.0.0RC3","5.0.0RC4","5.0.0","5.0.1","5.0.2","5.0.3","5.0.4","5.0.5","5.1.0","5.1.1","5.1.2","5.1.3","5.1.4"],"min":"7.4.1","max":"8.1.99"},{"v":["5.2.0","5.2.1","5.2.2","5.2.3","5.3.0","5.3.1","5.4.0"],"min":"7.4.1","max":"8.2.99"}],"confopts":[{"v":["4.0.2","4.0.3","4.0.4","4.0.5","4.0.6","4.1.0","4.1.2","5.0.0alpha3","5.0.0alpha5","5.0.0alpha6","5.0.0alpha7","5.0.0beta1","5.0.0beta2","5.0.0beta3","5.0.0RC1","5.0.0RC2","5.0.0RC3","5.0.0RC4","5.0.0","5.0.1","5.0.2","5.0.3","5.0.4","5.0.5","5.1.0","5.1.1","5.1.2","5.1.3","5.1.4","5.2.0","5.2.1","5.2.2","5.2.3","5.3.0","5.3.1","5.4.0"]}]},{"name":"phar","license":"PHP License","summary":"allows running of complete applications out of .phar files (like Java .jar files)","description":"This is the extension version of PEAR's PHP_Archive package. Support for\nzlib, bz2 and crc32 is achieved without any dependency other than the external\nzlib or bz2 extension.\n\n.phar files can be read using the phar stream, or with the Phar class. If the SPL extension\nis available, a Phar object can be used as an array to iterate over a phar's contents\nor to read files directly from the phar.\n\nPhar supports tar and zip file formats as well as the native phar file format, and can also be\nused to create data-only tar and zip archives with the PharData class, even if\nwrite access is disabled by the phar.readonly ini variable.\n\nExecutable phar archives can be created using the streams API or with the Phar class, if\nthe phar.readonly ini variable is set to false.\n\nFull support for MD5 and SHA1 signatures is possible. Signatures can be required\nif the ini variable phar.require_hash is set to true. When PECL extension hash is\navailable then SHA-256 and SHA-512 signatures are supported as well.\n\nPhar is APC-compatible, the latest APC will cache files within a phar archive, resulting in\na 6x speedup measured running phpMyAdmin as a phar archive.","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.2.2","1.2.3","2.0.0a1","2.0.0a2","2.0.0b1"],"min":"5.2.0"},{"v":["2.0.0RC1","2.0.0RC2","2.0.0"],"min":"5.2.1"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.2.2","1.2.3","2.0.0a1","2.0.0a2","2.0.0b1","2.0.0RC1","2.0.0RC2","2.0.0"]}]},{"name":"phdfs","license":"PHP License","summary":"PHP client library to communicate with the hadoop hdfs","description":"phdfs is using PHP to manipulate Hadoop HDFS.Extension is an interface to HDFS.Currently in use in the phone business consulting system","phpv":[{"v":["0.1.0","0.1.1","0.1.2"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2"]}]},{"name":"phk","license":"PHP License","summary":"An optional accelerator for Automap and PHK","description":"An optional accelerator for Automap and PHK.\n\nAutomap (http://automap.tekwire.net) is a fast map-based autoloader.\n\nPHK (http://phk.tekwire.net) is a PHP-oriented package/archive system.\n\nThis extension does not provide any new feature, it just provides a dramatic\nincrease in performance when using Automap and/or PHK.\n\nNote that there is no 'Automap' PECL extension anymore. The PHK extension now\nincludes it. So, this is the one you need, even if using Automap out of PHK\npackages.","phpv":[{"v":["3.0.1"],"min":"5.3.0"}],"confopts":[{"v":["3.0.1"]}]},{"name":"PHPScript","license":"PHP","summary":"Allows you to use PHP as an ActiveScript engine from within other applications","description":"this ActiveScript SAPI allows you to embed PHP into your Windows applications via the MS Scripting control, Windows Scripting Host or any other ActiveScript aware host application."},{"name":"php_trie","license":"PHP License","summary":"Trie and HAT trie data structures for PHP.","description":"Trie and HAT trie data structures for PHP.","phpv":[{"v":["0.1.0"],"min":"7.3.0","max":"7.4.99"},{"v":["0.1.1","0.1.2"],"min":"7.3.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2"]}]},{"name":"php_xcb","license":"PHP 3.01","summary":"A Wrapper to XCB, the X11 C Bindings","description":"php-xcb allows you to interact with the X desktop, create windows, and draw primitives, or even create a window manager"},{"name":"PKCS11","license":"PHP License","summary":"PHP Bindings for PKCS11 modules","description":"This extension provides an Object Oriented API for PKCS11 C_* functions to interact with a Hardware Security Module.","phpv":[{"v":["0.1"],"min":"7.0.0","max":"8.0.99"},{"v":["0.1.1","1.0","1.1","1.1.1","1.1.2"],"min":"7.4.0"}],"confopts":[{"v":["0.1","0.1.1","1.0","1.1","1.1.1","1.1.2"]}]},{"name":"pledge","license":"ISC License","summary":"OpenBSD's pledge / unveil support","description":"This is a PHP extension that adds support for OpenBSD's pledge and unveil system calls.","phpv":[{"v":["1.0.0","2.0.0","2.0.1","2.0.2","2.0.3","2.1.0","2.1.1","2.1.2"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","2.0.0","2.0.1","2.0.2","2.0.3","2.1.0","2.1.1","2.1.2"]}]},{"name":"POP3","license":"PHP","summary":"POP3 Client Library","description":"The POP3 extension makes it possible for a PHP\nscript to connect to and interact with a POP3 mail server.\nIt is based on the PHP streams interface and requires no\nexternal library.","phpv":[{"v":["0.1","1.0","1.0.1","1.0.2"]}],"confopts":[{"v":["0.1","1.0","1.0.1","1.0.2"]}]},{"name":"postparser","license":"PHP","summary":"Handle file file uploads within a php script","description":"This extension give the ability to authenticate users before actually downloading a file from the client (saving bandwidth), provide progress bars of downloaded files, stream files directly to disk (for example to encrypt a file directly to disk)."},{"name":"pq","license":"BSD-2-Clause","summary":"PostgreSQL client library (libpq) binding","description":"Documents: https://mdref.m6w6.name/pq\n\nHighlights:\n* Nearly complete support for asynchronous usage:\nhttps://mdref.m6w6.name/pq/Connection/%3A%20Asynchronous%20Usage\n* Extended type support by pg_type:\nhttps://mdref.m6w6.name/pq/Types/%3A%20Overview\n* Fetching simple multi-dimensional array maps:\nhttps://mdref.m6w6.name/pq/Result/map\n* Working Gateway implementation:\nhttps://mdref.m6w6.name/pq-gateway","phpv":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","0.5.1","0.5.2","0.5.3","0.5.4","0.5.5","0.6.0RC1","0.6.0RC2"],"min":"5.4"},{"v":["0.6.0","1.0.0RC1","1.0.0","1.0.1","1.1.0","1.1.1"],"min":"5.4.0","max":"7.0.0"},{"v":["2.0.0RC1","2.0.0","2.0.1"],"min":"7.0.0"},{"v":["2.1.0"],"min":"5.4.0","max":"7.0.0"},{"v":["2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.1.7","2.1.8","2.2.0","2.2.1","2.2.2"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0"],"opts":[{"n":"with-pq","p":"whether to enable libpq support","d":"yes"}]},{"v":["0.5.0","0.5.1","0.5.2","0.5.3","0.5.4"]},{"v":["0.5.5","0.6.0RC1","0.6.0RC2","0.6.0","1.0.0RC1","1.0.0","1.0.1","1.1.0","1.1.1","2.0.0RC1","2.0.0","2.0.1","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.1.7","2.1.8","2.2.0","2.2.1","2.2.2"],"opts":[{"n":"with-pq","p":"where to find the postgresql library/headers","d":"yes"}]}]},{"name":"PreProcessor","license":"PHP","summary":"PHP Macro Preprocessor","description":"PHP Macro Preprocessor should provide functionality similar to the C++ preprocessor facilities, e.g. allow user to make some manipulation with code before interpretation starts.\nC++ macro preprocessing is widely used by almost all C++ developers, though it is often considered a C-like feature. It proved itself helpful in practice, so PHP as a very practical language should have similar feature. The main idea is to modify code in certain way even before interpretation starts, and do it more efficiently then it will be done with plain PHP features.\n\nThe scope is to enable users to work with macro-names in all possible means. So, the #define, #undef, #ifdef, #ifndef, #else, #endif statements will be implemented."},{"name":"printer","license":"PHP License 2.02","summary":"Extension to control a printer or or draw to printer device on Windows","description":"Printer allows drawing (text, lines, ellipse, paging, etc.) and spool controlling operation using a printer device on Windows."},{"name":"proctitle","license":"PHP License","summary":"Allows setting the current process name on Linux and BSD","description":"This extension allows changing the current process' name on Linux and *BSD systems. This is useful when using pcntl_fork() to identify running processes in process list","phpv":[{"v":["0.1.0","0.1.1","0.1.2"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2"]}]},{"name":"propro","license":"BSD-2-Clause","summary":"Property proxy","description":"A reusable split-off of pecl_http's property proxy API.","phpv":[{"v":["0.1.0","1.0.0"],"min":"5.3"},{"v":["1.0.2RC1","1.0.2"],"min":"5.3.0","max":"7.0.0"},{"v":["2.0.0RC1","2.0.0","2.0.1","2.1.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","1.0.0"],"opts":[{"n":"enable-propro","p":"whether to enable property proxy support","d":"yes"}]},{"v":["1.0.2RC1","1.0.2","2.0.0RC1","2.0.0","2.0.1","2.1.0"]}]},{"name":"protobuf","license":"3-Clause BSD License","summary":"Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.","description":"https://developers.google.com/protocol-buffers/","phpv":[{"v":["3.1.0a1","3.2.0a1","3.3.0","3.3.2","3.4.0","3.5.0","3.5.0.1","3.5.1","3.5.1.1","3.6.0","3.6.1","3.7.0RC2","3.7.0RC3","3.7.0","3.7.1","3.8.0RC1","3.8.0","3.9.0RC1","3.9.0","3.9.1","3.9.2","3.10.0RC1","3.10.0","3.11.0RC1","3.11.0RC2","3.11.0","3.11.1","3.11.2","3.11.3","3.11.4","3.12.0RC1","3.12.0RC2","3.12.0","3.12.1","3.12.2","3.12.3","3.12.4"],"min":"5.5.9"},{"v":["3.13.0RC3","3.13.0","3.13.0.1","3.14.0RC1","3.14.0RC2","3.14.0RC3","3.14.0","3.15.0RC1","3.15.0RC2","3.15.0","3.15.1","3.15.2","3.15.3","3.15.4","3.15.5","3.15.6","3.15.7","3.15.8","3.16.0RC1","3.16.0RC2","3.16.0","3.17.0RC1","3.17.0RC2","3.17.0","3.17.1","3.17.2","3.17.3","3.18.0RC1","3.18.0RC2","3.18.0","3.18.1","3.18.2","3.18.3","3.19.0RC1","3.19.0RC2","3.19.0","3.19.1","3.19.2","3.19.3","3.19.4","3.19.5","3.19.6","3.20.0RC1","3.20.0RC2","3.20.0","3.20.1RC1","3.20.1","3.20.2","3.20.3","3.21.0RC1","3.21.0RC2","3.21.0","3.21.1","3.21.2","3.21.3","3.21.4","3.21.5","3.21.6","3.21.7","3.21.8","3.21.9","3.21.10","3.21.11","3.21.12","3.22.0RC1","3.22.0RC2","3.22.0RC3","3.22.0","3.22.1","3.22.3","3.22.4","3.22.5","3.23.0RC2","3.23.0RC3","3.23.0","3.23.1","3.23.2","3.23.3","3.23.4","3.24.0RC1","3.24.0RC2","3.24.0RC3","3.24.0","3.24.1","3.24.2","3.24.3","3.24.4","3.25.0RC1"],"min":"7.0.0"},{"v":["3.25.0RC2","3.25.0","3.25.1"],"min":"8.0.0"},{"v":["4.0.0RC1"],"min":"5.5.9"},{"v":["4.0.0RC2"],"min":"7.0.0"}],"confopts":[{"v":["3.1.0a1","3.2.0a1","3.3.0","3.3.2","3.4.0","3.5.0","3.5.0.1","3.5.1","3.5.1.1","3.6.0","3.6.1","3.7.0RC2","3.7.0RC3","3.7.0","3.7.1","3.8.0RC1","3.8.0","3.9.0RC1","3.9.0","3.9.1","3.9.2","3.10.0RC1","3.10.0","3.11.0RC1","3.11.0RC2","3.11.0","3.11.1","3.11.2","3.11.3","3.11.4","3.12.0RC1","3.12.0RC2","3.12.0","3.12.1","3.12.2","3.12.3","3.12.4","3.13.0RC3","3.13.0","3.13.0.1","3.14.0RC1","3.14.0RC2","3.14.0RC3","3.14.0","3.15.0RC1","3.15.0RC2","3.15.0","3.15.1","3.15.2","3.15.3","3.15.4","3.15.5","3.15.6","3.15.7","3.15.8","3.16.0RC1","3.16.0RC2","3.16.0","3.17.0RC1","3.17.0RC2","3.17.0","3.17.1","3.17.2","3.17.3","3.18.0RC1","3.18.0RC2","3.18.0","3.18.1","3.18.2","3.18.3","3.19.0RC1","3.19.0RC2","3.19.0","3.19.1","3.19.2","3.19.3","3.19.4","3.19.5","3.19.6","3.20.0RC1","3.20.0RC2","3.20.0","3.20.1RC1","3.20.1","3.20.2","3.20.3","3.21.0RC1","3.21.0RC2","3.21.0","3.21.1","3.21.2","3.21.3","3.21.4","3.21.5","3.21.6","3.21.7","3.21.8","3.21.9","3.21.10","3.21.11","3.21.12","3.22.0RC1","3.22.0RC2","3.22.0RC3","3.22.0","3.22.1","3.22.3","3.22.4","3.22.5","3.23.0RC2","3.23.0RC3","3.23.0","3.23.1","3.23.2","3.23.3","3.23.4","3.24.0RC1","3.24.0RC2","3.24.0RC3","3.24.0","3.24.1","3.24.2","3.24.3","3.24.4","3.25.0RC1","3.25.0RC2","3.25.0","3.25.1","4.0.0RC1","4.0.0RC2"]}]},{"name":"protocolbuffers","license":"New BSD License","summary":"Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.","description":"Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the \"old\" format.","phpv":[{"v":["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"],"min":"5.2.0"}],"confopts":[{"v":["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"]}]},{"name":"ps","license":"BSD style","summary":"An extension to create PostScript files","description":"ps is an extension similar to the pdf extension but for creating PostScript files. Its api is modelled after the pdf extension.","phpv":[{"v":["1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5"]},{"v":["1.3.6","1.3.7","1.4.0"],"min":"4.3.10"},{"v":["1.4.1","1.4.2","1.4.3","1.4.4"],"min":"7.0.0"}],"confopts":[{"v":["1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5"]},{"v":["1.3.6","1.3.7","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4"],"opts":[{"n":"with-ps","p":"path to pslib installation?"}]}]},{"name":"pspell","license":"PHP 3.01","summary":"This extension allows you to check the spelling of a word and offer suggestions","description":"This extension allows you to check the spelling of a word and offer suggestions.","phpv":[{"v":["1.0.0","1.0.1"],"min":"8.1.0"}],"confopts":[{"v":["1.0.0","1.0.1"]}]},{"name":"psr","license":"BSD-2-Clause","summary":"PSR interfaces","description":"This extension provides the accepted PSR interfaces, so they can be used in an extension.\n\nSee http://www.php-fig.org/psr/","phpv":[{"v":["0.3.0RC1","0.3.0RC3","0.3.0RC4","0.3.0","0.4.0"],"min":"5.4.0","max":"7.2.99"},{"v":["0.5.0","0.5.1"],"min":"5.4.0","max":"7.3.99"},{"v":["0.6.0","0.6.1"],"min":"5.6.0","max":"7.3.99"},{"v":["0.7.0"],"min":"7.0.0","max":"7.4.99"},{"v":["1.0.0","1.0.1","1.1.0"],"min":"7.0.0"},{"v":["1.2.0"],"min":"7.3.0"}],"confopts":[{"v":["0.3.0RC1","0.3.0RC3","0.3.0RC4","0.3.0","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","1.0.0","1.0.1","1.1.0","1.2.0"]}]},{"name":"pthreads","license":"PHP License","summary":"Threading API","description":"A compatible Threading API for PHP","phpv":[{"v":["0.0.33","0.0.35","0.0.36","0.0.37","0.0.38","0.0.39","0.0.40","0.0.41","0.0.42","0.0.43","0.0.44","0.0.45","0.1.0","1.0.0","1.0.1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10"],"min":"5.3.0"},{"v":["3.0.0","3.0.1"],"min":"7.0.0"},{"v":["3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8"],"min":"7.0.0RC2"},{"v":["3.1.0","3.1.1"],"min":"7.0.0RC7"},{"v":["3.1.2","3.1.3","3.1.4","3.1.5","3.1.6"],"min":"7.0.0RC5"}],"confopts":[{"v":["0.0.33","0.0.35","0.0.36","0.0.37","0.0.38","0.0.39","0.0.40","0.0.41","0.0.42","0.0.43","0.0.44","0.0.45","0.1.0","1.0.0","1.0.1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6"]}]},{"name":"python","license":"MIT License","summary":"Embedded Python","description":"This extension allows the Python interpreter to be embedded inside of PHP, allowing for the instantiate and manipulation of Python objects from within PHP.","phpv":[{"v":["0.6.0","0.7.0"]},{"v":["0.8.0"],"min":"5.0.0"}],"confopts":[{"v":["0.6.0","0.7.0","0.8.0"]}]},{"name":"qb","license":"PHP License","summary":"Accelerator designed mainly for graphic work","description":"QB stands for \"Quick Binary.\" It's a PHP extension designed to enable faster handling of binary data. It takes a function written in PHP and translate it for a specialized virtual machine. The use of static type information leads significantly higher performance than under PHP's regular dynamic type system. A PHP+QB function can run anywhere from five to twenty times faster than regular PHP code. For even higher level of performance, one can compile PHP+QB functions to native code (on supported platforms).\n\nQB performs code translation on a per-function basis. It does not affect in anyway code not specially marked. Interaction between PHP+QB functions and regular PHP code is basically seamless. A key design objective of QB is to let developers harness greater processing power than what baseline PHP offers without the risk involved in adopting a brand new platform.","phpv":[{"v":["2.1.1","2.1.2","2.2.0","2.3","2.4.0"],"min":"5.2.0"}],"confopts":[{"v":["2.1.1","2.1.2","2.2.0","2.3","2.4.0"]}]},{"name":"qqwry","license":"New BSD","summary":"Get IP location from QQWry file","description":"QQWry is a file that contains IP geo locations information. This ext can be used to look for the geo locations in the QQWry file with IPs","phpv":[{"v":["0.1.0"],"min":"5"}],"confopts":[{"v":["0.1.0"]}]},{"name":"quickhash","license":"The PHP License","summary":"Provides a set of specific strongly-typed classes for sets and hashing","description":"This extension contains four classes for managing: an integer set, an integer\nhash, integer to string hash and a string to integer hash. The main features\nare low memory consumption and fast serialization and deserialization of\nthe sets and hashes.","phpv":[{"v":["0.1.0","1.0.0"],"min":"5.2.0"},{"v":["1.1.1"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","1.0.0","1.1.1"]}]},{"name":"radius","license":"BSD","summary":"Radius client library","description":"This package is based on the libradius of FreeBSD, with some modifications and extensions.\nThis PECL provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866),\nworks on Unix and on Windows. Its an easy way to authenticate your users against the user-database of your\nOS (for example against Windows Active-Directory via IAS).","phpv":[{"v":["1.1","1.2","1.2.1","1.2.2","1.2.3","1.2.4"]},{"v":["1.2.5"],"min":"4.0.0"},{"v":["1.2.6","1.2.7","1.3.0b1","1.3.0"],"min":"4.3.0"},{"v":["1.4.0b1"],"min":"5.3.0"}],"confopts":[{"v":["1.1","1.2","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.3.0b1","1.3.0","1.4.0b1"]}]},{"name":"raphf","license":"BSD-2-Clause","summary":"Resource and persistent handles factory","description":"A reusable split-off of pecl_http's persistent handle and resource factory API.","phpv":[{"v":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0"],"min":"5.3"},{"v":["1.1.1RC1","1.1.1","1.1.2"],"min":"5.3.0","max":"7.0.0"},{"v":["2.0.0RC1","2.0.0","2.0.1"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4"],"opts":[{"n":"enable-raphf","p":"whether to enable raphf support","d":"yes"}]},{"v":["1.1.0","1.1.1RC1","1.1.1","1.1.2","2.0.0RC1","2.0.0","2.0.1"]}]},{"name":"rar","license":"PHP License","summary":"rar extension","description":"PHP extension for reading RAR archives using bundled unRAR library.","phpv":[{"v":["0.1","0.2","0.3.0","0.3.1"]},{"v":["1.0.0"],"min":"4.0.0"},{"v":["2.0.0b2","2.0.0RC1","2.0.0","3.0.0","3.0.1","3.0.2"],"min":"5.2.0"},{"v":["4.0.0","4.1.0","4.2.0"],"min":"5.3.0"}],"confopts":[{"v":["0.1","0.2","0.3.0","0.3.1","1.0.0","2.0.0b2","2.0.0RC1","2.0.0","3.0.0","3.0.1","3.0.2","4.0.0","4.1.0","4.2.0"]}]},{"name":"rdkafka","license":"MIT License","summary":"Kafka client based on librdkafka","description":"This extension is a librdkafka binding providing a working client for Kafka","phpv":[{"v":["0.0.1","0.0.2","0.9.0"],"min":"5.4.0"},{"v":["0.9.1"],"min":"5.3.0"},{"v":["1.0.0"],"min":"5.3.0","max":"5.99"},{"v":["2.0.0","2.0.1"],"min":"7.0"},{"v":["3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5"],"min":"5.3.0","max":"7.99.99"},{"v":["3.1.0","3.1.1","3.1.2","3.1.3","4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1","4.1.2"],"min":"5.6.0","max":"7.99.99"},{"v":["5.0.0","5.0.1","5.0.2","6.0.0RC1","6.0.0RC2","6.0.0","6.0.1","6.0.2","6.0.3"],"min":"7.0.0","max":"8.99.99"}],"confopts":[{"v":["0.0.1","0.0.2","0.9.0","0.9.1","1.0.0","2.0.0","2.0.1","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.1.0","3.1.1","3.1.2","3.1.3","4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1","4.1.2","5.0.0","5.0.1","5.0.2","6.0.0RC1","6.0.0RC2","6.0.0","6.0.1","6.0.2"]},{"v":["6.0.3"],"opts":[{"n":"with-rdkafka","p":"librdkafka installation path?","d":"autodetect"}]}]},{"name":"re2","license":"PHP License","summary":"Extension for RE2","description":"This extension provides a PCRE-like interface to RE2, \"an efficient, principled regular expression library\".","phpv":[{"v":["0.0.1RC1"],"min":"5.2.0"}],"confopts":[{"v":["0.0.1RC1"],"opts":[{"n":"with-re2","p":"Please provide the prefix of the RE2 installation","d":"autodetect"}]}]},{"name":"recode","license":"PHP","summary":"Convert between character sets/encodings","description":"Convert between character sets/encodings"},{"name":"redis","license":"PHP","summary":"PHP extension for interfacing with Redis","description":"This extension provides an API for communicating with Redis servers.","phpv":[{"v":["2.2.3","2.2.4","2.2.5","2.2.7","2.2.8"],"min":"5.2.0","max":"6.0.0"},{"v":["3.0.0"],"min":"7.0.0","max":"7.1.0"},{"v":["3.1.0"],"min":"5.2.0","max":"7.1.0"},{"v":["3.1.1RC2","3.1.1"],"min":"5.2.0","max":"7.9.99"},{"v":["3.1.2","3.1.3RC1","3.1.3RC2","3.1.3","3.1.4RC1","3.1.4RC2","3.1.4RC3","3.1.4","3.1.5RC1","3.1.5RC2","3.1.5","3.1.6","4.0.0RC1","4.0.0RC2","4.0.0","4.0.1","4.0.2","4.1.0RC1","4.1.0RC2","4.1.0RC3","4.1.0","4.1.1","4.2.0RC1","4.2.0RC2","4.2.0RC3","4.2.0","4.3.0RC1","4.3.0RC2","4.3.0"],"min":"5.3.0","max":"7.9.99"},{"v":["5.0.0RC1","5.0.0RC2","5.0.0","5.0.1","5.0.2","5.1.0RC1","5.1.0RC2","5.1.0","5.1.1","5.2.0RC1","5.2.0RC2","5.2.0","5.2.1","5.2.2","5.3.0RC1","5.3.0RC2","5.3.0","5.3.1"],"min":"7.0.0","max":"7.9.99"},{"v":["5.3.2RC1","5.3.2RC2","5.3.2","5.3.3","5.3.4","5.3.5RC1","5.3.5","5.3.6","5.3.7RC1","5.3.7RC2","5.3.7","6.0.0RC1"],"min":"7.0.0"},{"v":["6.0.0RC2","6.0.0","6.0.1","6.0.2"],"min":"7.2.0"}],"confopts":[{"v":["2.2.3","2.2.4","2.2.5","2.2.7","2.2.8","3.0.0","3.1.0","3.1.1RC2","3.1.1","3.1.2"]},{"v":["3.1.3RC1","3.1.3RC2","3.1.3","3.1.4RC1","3.1.4RC2","3.1.4RC3","3.1.4","3.1.5RC1","3.1.5RC2","3.1.5","3.1.6"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"}]},{"v":["4.0.0RC1","4.0.0RC2","4.0.0","4.0.1","4.0.2","4.1.0RC1","4.1.0RC2","4.1.0RC3","4.1.0","4.1.1","4.2.0RC1","4.2.0RC2","4.2.0RC3","4.2.0","4.3.0RC1","4.3.0RC2","4.3.0","5.0.0RC1","5.0.0RC2","5.0.0","5.0.1","5.0.2"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-redis-lzf","p":"enable lzf compression support?","d":"no"}]},{"v":["5.1.0RC1","5.1.0RC2","5.1.0","5.1.1","5.2.0RC1","5.2.0RC2","5.2.0","5.2.1","5.2.2","5.3.0RC1","5.3.0RC2","5.3.0","5.3.1","5.3.2RC1","5.3.2RC2","5.3.2","5.3.3","5.3.4","5.3.5RC1","5.3.5","5.3.6","5.3.7RC1","5.3.7RC2","5.3.7"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-redis-lzf","p":"enable lzf compression support?","d":"no"},{"n":"enable-redis-zstd","p":"enable zstd compression support?","d":"no"}]},{"v":["6.0.0RC1"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-redis-lzf","p":"enable lzf compression support?","d":"no"},{"n":"enable-redis-zstd","p":"enable zstd compression support?","d":"no"},{"n":"enable-redis-msgpack","p":"enable msgpack serializer support?","d":"no"},{"n":"enable-redis-lz4","p":"enable lz4 compression?","d":"no"}]},{"v":["6.0.0RC2","6.0.0","6.0.1","6.0.2"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-redis-lzf","p":"enable lzf compression support?","d":"no"},{"n":"enable-redis-zstd","p":"enable zstd compression support?","d":"no"},{"n":"enable-redis-msgpack","p":"enable msgpack serializer support?","d":"no"},{"n":"enable-redis-lz4","p":"enable lz4 compression?","d":"no"},{"n":"with-liblz4","p":"use system liblz4?","d":"yes"}]}]},{"name":"ref","license":"The MIT License (MIT)","summary":"Soft and Weak references support in PHP","description":"This extension adds Soft and Weak references support to PHP 7 and may serve as a ground for other data structures that require advanced referencing model.","phpv":[{"v":["0.4.1"],"min":"7.0"},{"v":["0.4.2","0.4.3","0.4.4"],"min":"7.0.3"},{"v":["0.5.0"],"min":"7.1.0"},{"v":["0.6.0"],"min":"7.2.0"}],"confopts":[{"v":["0.4.1","0.4.2","0.4.3","0.4.4","0.5.0","0.6.0"]}]},{"name":"request","license":"MIT","summary":"Provides server-side request and response objects.","description":"This extension provides server-side request and response objects for PHP 7.\nThese are *not* HTTP message objects proper. They are more like wrappers\nfor existing global PHP variables and functions, with some limited\nadditional convenience functionality.\n\nThis extension defines two classes in the global namespace:\n\n- ServerRequest, composed of read-only copies of PHP superglobals and some\nother commonly-used values, with methods for adding application-specific\nrequest information in immutable fashion.\n\n- ServerResponse, essentially a wrapper around (and buffer for) response-\nrelated PHP functions, with some additional convenience methods, and self-\nsending capability.\n\nDocumentation: https://github.com/pmjones/ext-request\n\nA PHP 5 userland implementation that tracks this extension is available at\nhttps://packagist.org/packages/pmjones/request .","phpv":[{"v":["1.0.0a1","1.0.0a2","1.0.0b1","1.0.0b2"],"min":"7.0.0"},{"v":["2.0.0"],"min":"7.3.0"}],"confopts":[{"v":["1.0.0a1","1.0.0a2","1.0.0b1","1.0.0b2","2.0.0"]}]},{"name":"riak","license":"Apache 2","summary":"Riak database PHP extension","description":"Fast protocol buffers client for Riak database and session module.","phpv":[{"v":["0.4.0","0.4.1","0.4.2","0.4.3","0.5.0","0.5.1","0.5.2","0.5.4","0.6.0","0.6.1","0.6.2","0.7.0","0.8.0","0.9.0","0.9.1","1.0.0","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.2.0"],"min":"5.3.0","max":"6.0.0"}],"confopts":[{"v":["0.4.0","0.4.1","0.4.2","0.4.3","0.5.0","0.5.1","0.5.2","0.5.4","0.6.0","0.6.1","0.6.2","0.7.0","0.8.0","0.9.0","0.9.1","1.0.0","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.2.0"]}]},{"name":"rnp","license":"BSD","summary":"High-performance OpenPGP library","description":"RNP is a high-performance OpenPGP library compatible with RFC 4880 and offers AEAD (OCB) functionality.","phpv":[{"v":["0.1.1","0.2.0"],"min":"8.0.0"}],"confopts":[{"v":["0.1.1","0.2.0"]}]},{"name":"rpminfo","license":"PHP 3.01","summary":"RPM information","description":"Retrieve RPM information using librpm.\nAvailable functions:\n- rpmvercmp to compare 2 EVRs\n- rpminfo to retrieve information from a RPM file\n- rpmdbinfo to rerieve information from an installed RPM\n- rpmdbsearch to search installed RPMs","phpv":[{"v":["0.1.2","0.2.0","0.2.1","0.2.2","0.2.3","0.3.0","0.3.1","0.4.0","0.4.1","0.4.2","0.5.0","0.5.1"],"min":"7.0.0"},{"v":["0.6.0"],"min":"7.2.0"},{"v":["0.7.0","1.0.0","1.0.1","1.1.0"],"min":"8.0.0"}],"confopts":[{"v":["0.1.2","0.2.0","0.2.1","0.2.2","0.2.3","0.3.0","0.3.1","0.4.0","0.4.1","0.4.2","0.5.0","0.5.1","0.6.0","0.7.0","1.0.0","1.0.1","1.1.0"]}]},{"name":"rpmreader","license":"PHP 3.0","summary":"RPM file meta information reader","description":"rpmreader is an extension that provides the ability to\nread RedHat Package Manager (RPM) files' header information. This\nextension currently does not provide the functionality to read the\nsignature or archive sections of the RPM file.","phpv":[{"v":["0.1"]},{"v":["0.2"],"min":"5.0.0","max":"5.1.0"},{"v":["0.3"],"min":"4.4.1","max":"5.1.0"},{"v":["0.4"],"min":"4.4.1"}],"confopts":[{"v":["0.1","0.2","0.3","0.4"]}]},{"name":"rrd","license":"BSD","summary":"PHP bindings to rrd tool system","description":"Procedural and simple OO wrapper for rrdtool - data logging and graphing system for time series data.","phpv":[{"v":["0.9.0"],"min":"5.2"},{"v":["0.10.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5RC1","1.0.5RC2","1.0.5","1.1.0","1.1.1","1.1.2","1.1.3"],"min":"5.3.2"},{"v":["2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0","2.0.1","2.0.2","2.0.3"],"min":"7.0.0"}],"confopts":[{"v":["0.9.0","0.10.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5RC1","1.0.5RC2","1.0.5","1.1.0","1.1.1","1.1.2","1.1.3","2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0","2.0.1","2.0.2","2.0.3"]}]},{"name":"rsvg","license":"PHP License","summary":"RSVG Extension","description":"RSVG is a library for rendering SVG images, which","phpv":[{"v":["0.1.0","0.1.1"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1"],"opts":[{"n":"with-rsvg","p":"Please provide the prefix of the RSVG installation","d":"autodetect"}]}]},{"name":"rsync","license":"Modified BSD License","summary":"Wrapper for librsync library","description":"The librsync library itself can be found at http://librsync.sourceforge.net/ and implements rsync remote-delta algorithm (http://rsync.samba.org/tech_report).\n\nThis algorithm is using a rolling check-sum and a md4 check-sum for\nblocks of the file to generate a signature file. The signature file is used\nto generate a diff from the file on the remote site. This diff can be\nused on the local site to patch the file.\nThe Algorithm is from rsync 1.x and not compatible with rsync 2.x.","phpv":[{"v":["0.1.0"],"min":"5.2.6"}],"confopts":[{"v":["0.1.0"]}]},{"name":"runkit","license":"BSD License (3 Clause)","summary":"For all those things you.... probably shouldn't have been doing anyway.... but surely do!","description":"Replace, rename, and remove user defined functions and classes.\nDefine customized superglobal variables for general purpose use.\nExecute code in restricted environment (sandboxing).","phpv":[{"v":["0.7"]},{"v":["0.8","0.8.1","0.9","1.0.1","1.0.2","1.0.3"],"min":"4.0.0"},{"v":["1.0.4"],"min":"5.0.0"}],"confopts":[{"v":["0.7","0.8","0.8.1","0.9","1.0.1","1.0.2","1.0.3","1.0.4"]}]},{"name":"runkit7","license":"BSD License (3 Clause)","summary":"Runkit7 : For all those things you.... probably shouldn't have been doing anyway.... but surely do!","description":"Replace, rename, and remove user defined functions, methods, and constants.\nDefine customized superglobal variables for general purpose use.","phpv":[{"v":["2.0.2","2.0.3","2.1.0","3.0.0a1","3.0.0RC1","3.0.0","3.1.0a1"],"min":"7.1.0"},{"v":["4.0.0a1","4.0.0a2","4.0.0a3","4.0.0a5","4.0.0a6"],"min":"7.2.0"}],"confopts":[{"v":["2.0.2","2.0.3","2.1.0","3.0.0a1","3.0.0RC1","3.0.0","3.1.0a1","4.0.0a1","4.0.0a2","4.0.0a3","4.0.0a5","4.0.0a6"]}]},{"name":"sam","license":"Apache 2.0","summary":"SAM - Simple Asynchronous Messaging for PHP","description":"Simple Asynchronous Messaging (SAM) allows PHP applications to send and receive messages to a number of different Messaging and Queuing middleware systems through a very simple interface.","phpv":[{"v":["0.1.0","0.2.0","0.3.0","1.0.0","1.1.0"]}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","1.0.0","1.1.0"]}]},{"name":"sandbox","license":"PHP License","summary":"Isolated environment","description":"A sandbox is an isolated environment (a thread in our case); Things may go\nvery badly wrong in the sandbox environment and not effect the environment\nthat created it. This means that we must try very hard to limit the\ninfluence each environment has on the other. So the prototype and\ninstructions of entry point \"Closures\" are verified to ensure they will not\nreduce or break isolation.\n\nIn practice this means entry point closures must not:\n\n* accept or return by reference\n* accept or return objects\n* execute a limited set of instructions\n\nInstructions prohibited directly in the sandbox are:\n\n* declare (anonymous) function\n* declare (anonymous) class\n* lexical scope access\n* yield\n\nNo instructions are prohibited in the files which the sandbox may include,\nbut allowing these instructions directly in the code which the sandbox\nexecutes at entry would break the isolation of the sandbox such that we\ncouldn't be sure the system would remain stable.\n\nWith these restrictions in place, we can be sure that a sandbox may do\nanything up to but excluding making PHP segfault, and not effect the\nenvironment that created it.","phpv":[{"v":["0.1.1","0.1.2","0.1.3"],"min":"7.1.0"}],"confopts":[{"v":["0.1.1","0.1.2","0.1.3"]}]},{"name":"sasl","license":"PHP License","summary":"Cyrus SASL Extension","description":"SASL is the Simple Authentication and Security Layer (as defined by RFC 2222). It provides a system for adding plugable authenticating support to connection-based protocols. The SASL Extension for PHP makes the Cyrus SASL library functions available to PHP. It aims to provide a 1-to-1 wrapper around the SASL library to provide the greatest amount of implementation flexibility. To that end, it is possible to build both a client-side and server-side SASL implementation entirely in PHP.","phpv":[{"v":["0.1.0"]}],"confopts":[{"v":["0.1.0"]}]},{"name":"SCA_SDO","license":"Apache 2.0","summary":"Service Component Architecture (SCA) and Service Data Objects (SDO) for PHP","description":"Service Data Objects (SDOs) enable PHP applications to work with data from different sources (typically a database query or an XML file) using a single interface. SCA for PHP allows a PHP programmer to write reusable components (classes) in PHP, which can be called either locally, or in a a variety of ways remotely (soap web services, xml-rpc, json-rpc, REST, etc), but always with the same interface.","phpv":[{"v":["0.5.0","0.5.1","0.5.2","0.6.1","0.7.0","0.7.1","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4"]}],"confopts":[{"v":["0.5.0","0.5.1","0.5.2","0.6.1","0.7.0","0.7.1","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4"]}]},{"name":"scoutapm","license":"MIT","summary":"Native Extension Component for ScoutAPM's PHP Agent","description":"ScoutAPM's extension for PHP provides additional capabilities to application monitoring over just using the base PHP userland library.","phpv":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","1.0.0","1.0.1","1.0.2"],"min":"7.1.0"},{"v":["1.1.0","1.1.1"],"min":"7.1.0","max":"7.4.99"},{"v":["1.2.0","1.2.1","1.2.2","1.3.0","1.4.0","1.4.1","1.4.2","1.4.3","1.5.0","1.5.1"],"min":"7.1.0","max":"8.0.99"},{"v":["1.6.0","1.7.0","1.8.0","1.8.1","1.8.2","1.8.3"],"min":"7.1.0","max":"8.1.99"},{"v":["1.9.0","1.9.1"],"min":"7.1.0","max":"8.2.99"}],"confopts":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","1.0.0","1.0.1","1.0.2","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.3.0","1.4.0","1.4.1","1.4.2","1.4.3","1.5.0","1.5.1","1.6.0","1.7.0","1.8.0","1.8.1","1.8.2","1.8.3","1.9.0","1.9.1"]}]},{"name":"scream","license":"PHP License","summary":"Break the silence operator","description":"Allows you to disable the silence operator (@) to get all error messages","phpv":[{"v":["0.1.0"],"min":"5.1.0"}],"confopts":[{"v":["0.1.0"]}]},{"name":"scrypt","license":"BSD 2-Clause","summary":"Scrypt hashing function","description":"A PHP wrapper to Colin Percival's scrypt implementation.","phpv":[{"v":["1.2","1.3"],"min":"5.2"},{"v":["1.4","1.4.1","1.4.2","1.4.3"],"min":"5.3"},{"v":["2.0.0","2.0.1"],"min":"7.0"}],"confopts":[{"v":["1.2","1.3","1.4","1.4.1","1.4.2","1.4.3","2.0.0","2.0.1"],"opts":[{"n":"enable-scrypt","p":"whether to enable scrypt support","d":"yes"}]}]},{"name":"sdl","license":"PHP","summary":"SDL for PHP","description":"Bindings of the SDL2 (Simple DirectMedia Layer) library for PHP.","phpv":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3"],"min":"5.3"},{"v":["2.1.0","2.2.0"],"min":"7.2.0"},{"v":["2.2.2","2.3.0"],"min":"7.3.0"},{"v":["2.4.0"],"min":"7.4.0"},{"v":["2.5.0","2.6.0","2.7.0"],"min":"8.0.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","2.1.0","2.2.0","2.2.2","2.3.0","2.4.0","2.5.0","2.6.0","2.7.0"]}]},{"name":"sdl_image","license":"Zlib","summary":"Binding of SDL_image for PHP","description":"SDL_image for PHP allows to load images (PNG, JPG, BMP, TGA, TIF, etc.) and create SDL_Texture or SDL_Surface. It requires SDL PHP Extension.","phpv":[{"v":["0.4.0"],"min":"8.0.0"}],"confopts":[{"v":["0.4.0"]}]},{"name":"sdl_mixer","license":"Zlib","summary":"SDL_mixer for PHP","description":"Bindings for PHP of the SDL_mixer extension for SDL2 (Simple DirectMedia Layer) library","phpv":[{"v":["0.2.0","0.3.0"],"min":"8.0.0","max":"8.1.99"},{"v":["0.4.0"],"min":"8.0.0"}],"confopts":[{"v":["0.2.0","0.3.0","0.4.0"]}]},{"name":"sdl_ttf","license":"PHP License","summary":"SDL_ttf bindings for the PHP language","description":"SDL_ttf bindings for the PHP language","phpv":[{"v":["0.2.0"],"min":"7.0.0"},{"v":["0.3.0"],"min":"7.3.0"}],"confopts":[{"v":["0.2.0","0.3.0"]}]},{"name":"SeasClick","license":"PHP3.01","summary":"An Yandex ClickHouse client driven extension for PHP.","description":"PHP client for Yandex ClickHouse?Based on ClickHouse C++ client.","phpv":[{"v":["0.1.0","0.1.1"],"min":"5.4.0"}],"confopts":[{"v":["0.1.0","0.1.1"]}]},{"name":"SeasLog","license":"PHP3.01","summary":"An effective,fast,stable log extension for PHP.","description":"An effective,fast,stable log extension for PHP.\n- In the PHP project, for convenient record log.\n- The default log directory and module configuration.\n- Specify the log directory and get the current configuration.\n- Analysis of early warning framework preliminary.\n- Buffer debug efficient log buffer, convenient.\n- With PSR-3 Logger interface.\n- Error and exception automatic logging.\n- Support appender with File,TCP,UDP.\n- Send to Rsyslog(TCP/UDP) with RFC5424.\n- Support RequestId differentiated requests.\n- Support for log template customizations.\n- Support trace performance automatic logging.","phpv":[{"v":["1.0.0","1.0.2","1.1.0","1.1.4","1.1.6","1.1.8","1.2.0","1.2.2","1.2.3","1.4.0","1.4.2","1.4.4","1.4.6","1.4.8","1.5.0","1.5.3","1.5.6","1.6.0","1.6.2","1.6.8","1.6.9","1.7.5","1.7.6","1.8.4","1.8.6","1.9.0","1.9.1","2.0.2","2.1.0","2.2.0"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.0.2","1.1.0","1.1.4","1.1.6","1.1.8","1.2.0","1.2.2","1.2.3","1.4.0","1.4.2","1.4.4","1.4.6","1.4.8","1.5.0","1.5.3","1.5.6","1.6.0","1.6.2","1.6.8","1.6.9","1.7.5","1.7.6","1.8.4","1.8.6","1.9.0","1.9.1","2.0.2","2.1.0","2.2.0"]}]},{"name":"SeasSnowflake","license":"PHP3.01","summary":"PHP Extension for [Distributed unique ID generator]","description":"SeasSnowflake is a distributed unique ID generator inspired by [Twitter's Snowflake](https://blog.twitter.com/engineering/en_us/a/2010/announcing-snowflake).","phpv":[{"v":["1.0.0"],"min":"5.4.0"}],"confopts":[{"v":["1.0.0"]}]},{"name":"selinux","license":"PHP License","summary":"SELinux binding for PHP script language","description":"This extension provides a set of interfaces to communicate between\nSELinux and PHP script language. It contains functions to get/set\nsecurity context of processes and other objects, to get/set system\nbooleans, to make a query for in-kernel security server and so on.","phpv":[{"v":["0.1.2","0.2.1","0.3.1","0.4.1","0.4.2"],"min":"5.2.0"},{"v":["0.5.0","0.6.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.2","0.2.1","0.3.1","0.4.1","0.4.2","0.5.0","0.6.0"],"opts":[{"n":"enable-selinux","p":"Enable SELinux?","d":"autodetect"}]}]},{"name":"session_mysql","license":"MIT / Beerware","summary":"mysql session save handler for php","description":"mysql session save handler for php with locking support"},{"name":"shape","license":"PHP License","summary":"libshape wrapper","description":"Extension that wraps libshape, provides the ability to write programs for manipulating ESRI shapefiles.","phpv":[{"v":["0.9.0","0.9.1","0.9.2"],"min":"4.3.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2"]}]},{"name":"simdjson","license":"Apache 2.0","summary":"Provides faster json decoding through simdjson bindings for PHP","description":"Provides faster json decoding through simdjson bindings for PHP (Single Instruction, Multiple Data)","phpv":[{"v":["2.0.3","2.0.4","2.0.5","2.1.0","3.0.0","4.0.0"],"min":"7.0.0"}],"confopts":[{"v":["2.0.3","2.0.4","2.0.5","2.1.0","3.0.0","4.0.0"]}]},{"name":"simple_kafka_client","license":"BSD-3 License","summary":"Kafka client based on librdkafka","description":"This extension is a librdkafka binding providing a working client for Kafka","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4"],"min":"7.3.0","max":"8.99.99"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4"]}]},{"name":"skywalking","license":"Apache2.0","summary":"The PHP instrument agent for Apache SkyWalking.","description":"The package is the PHP instrumentation agent, which is compatible with Apache SkyWalking backend and others compatible agents/SDKs.","phpv":[{"v":["3.2.4","3.2.5","3.2.6","3.2.8","3.3.0","3.3.1","3.3.2"],"min":"7.1.0"},{"v":["4.0.0","4.1.0","4.1.1","4.1.2","4.1.3","4.2.0","5.0.0","5.0.1"],"min":"7.0.0"}],"confopts":[{"v":["3.2.4","3.2.5","3.2.6","3.2.8","3.3.0","3.3.1","3.3.2","4.0.0","4.1.0","4.1.1","4.1.2","4.1.3","4.2.0","5.0.0","5.0.1"]}]},{"name":"skywalking_agent","license":"Apache-2.0","summary":"Apache SkyWalking PHP Agent.","description":"The PHP Agent for Apache SkyWalking, which provides the native tracing abilities for PHP project.","phpv":[{"v":["0.1.0","0.2.0"],"min":"7.1.0"},{"v":["0.3.0","0.4.0","0.5.0","0.6.0","0.7.0"],"min":"7.2.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0"],"opts":[{"n":"enable-cargo-debug","p":"enable cargo debug?","d":"no"}]},{"v":["0.6.0","0.7.0"],"opts":[{"n":"enable-cargo-debug","p":"enable cargo debug?","d":"no"},{"n":"enable-kafka-reporter","p":"enable kafka reporter?","d":"no"}]}]},{"name":"smbclient","license":"BSD 2-clause","summary":"A PHP wrapper for libsmbclient","description":"smbclient is a PHP extension that uses Samba's libsmbclient library to provide\nSamba related functions and 'smb' streams to PHP programs.","phpv":[{"v":["0.8.0RC1","0.8.0","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"],"min":"5.3.0"},{"v":["1.1.0","1.1.1"],"min":"5.3.7"}],"confopts":[{"v":["0.8.0RC1","0.8.0","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.1.0","1.1.1"]}]},{"name":"solr","license":"PHP License","summary":"The Apache Solr PHP extension is an extremely fast,\nlight-weight, feature-rich library that allows PHP applications to\ncommunicate easily and efficiently with Apache Solr server instances\nusing an object-oriented API.","description":"It effectively simplifies the process of interacting with Apache Solr using PHP5 and it already comes with built-in readiness for the latest features.\n\nThe extension has features such as built-in, serializable query string builder objects which effectively simplifies the manipulation of name-value pair request parameters across repeated requests.\nThe response from the Solr server is also automatically parsed into native php objects whose properties can be accessed as array keys or object properties without any additional configuration on the client-side.\n\nIts advanced HTTP client reuses the same connection across multiple requests and provides built-in support for connecting to Solr servers secured behind HTTP Authentication or HTTP proxy servers. It is also able to connect to SSL-enabled containers.\n\nPlease consult the documentation for more details on features. Included in the source code are phpdoc stubs that enable autocomplete of Solr classes and methods in IDE during development in userland.\n\nPlease consider staring the package on github, and get a free release ;)\n\nhttps://github.com/php/pecl-search_engine-solr","phpv":[{"v":["0.9.11","1.0.1","1.0.2"],"min":"5.2.3"},{"v":["1.1.0b","1.1.0","1.1.1","2.0.0b","2.0.0","2.1.0"],"min":"5.3"},{"v":["2.2.0","2.2.1","2.3.0"],"min":"5.3","max":"5.99.99"},{"v":["2.4.0"],"min":"5.3"},{"v":["2.5.0","2.5.1"],"min":"7.0"},{"v":["2.6.0"],"min":"7.0","max":"8.2.99"}],"confopts":[{"v":["0.9.11","1.0.1","1.0.2","1.1.0b"],"opts":[{"n":"enable-solr","p":"Enable Solr (yes of course)","d":"yes"},{"n":"enable-solr-debug","p":"Enable Solr Debugging (Compiles solr in debug mode)","d":"no"},{"n":"with-curl","p":"libcURL install prefix","d":"/usr"},{"n":"with-libxml-dir","p":"libxml2 install prefix","d":"/usr"}]},{"v":["1.1.0","1.1.1"],"opts":[{"n":"enable-solr-debug","p":"Enable Solr Debugging (Compiles solr in debug mode)","d":"no"},{"n":"with-curl","p":"libcURL install prefix","d":"/usr"},{"n":"with-libxml-dir","p":"libxml2 install prefix","d":"/usr"}]},{"v":["2.0.0b"],"opts":[{"n":"enable-solr","p":"Enable Solr (yes of course)","d":"yes"},{"n":"enable-solr-debug","p":"Enable Solr Debugging (Compiles solr in debug mode)","d":"no"},{"n":"with-curl","p":"libcURL install prefix","d":"/usr"},{"n":"with-libxml-dir","p":"libxml2 install prefix","d":"/usr"}]},{"v":["2.0.0","2.1.0","2.2.0","2.2.1","2.3.0","2.4.0","2.5.0","2.5.1","2.6.0"],"opts":[{"n":"enable-solr-debug","p":"Enable Solr Debugging (Compiles solr in debug mode)","d":"no"},{"n":"with-curl","p":"libcURL install prefix","d":"/usr"},{"n":"with-libxml-dir","p":"libxml2 install prefix","d":"/usr"}]}]},{"name":"sphinx","license":"PHP","summary":"Client extension for Sphinx - opensource SQL full-text search engine","description":"This extension provides bindings for libsphinxclient, client library for Sphinx.","phpv":[{"v":["0.1.0","0.2.0","1.0.0"],"min":"5.1.3","max":"6.0.0"},{"v":["1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3"],"min":"5.2.2","max":"6.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3"],"opts":[{"n":"with-sphinx","p":"Please provide the installation prefix of libsphinxclient","d":"autodetect"}]}]},{"name":"spidermonkey","license":"PHP License","summary":"JavaScript engine for PHP","description":"This extension allow you to embed Mozilla's Javascript engine Spidermonkey in PHP.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"],"min":"5.3.0beta1"},{"v":["0.1.4","0.2.0","0.2.1","1.0.0"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.2.0","0.2.1","1.0.0"]}]},{"name":"SPL","license":"PHP","summary":"Standard PHP Library","description":"This is an extension that aims to implement some efficient data access\ninterfaces and classes. You'll find the classes documented using php\ncode in the file spl.php or in the corresponding .inc file in the examples\nsubdirectory. Based on the internal implementations or the files in the\nexamples subdirectory there are also some .php files to experiment with.\n\nFor more inforation look here."},{"name":"SPL_Types","license":"PHP","summary":"Standard PHP Library, Types Addon","description":"SPL Types is a collection of special typehandling classes.","phpv":[{"v":["0.1","0.2","0.3.0","0.4.0"],"min":"5.1.0"}],"confopts":[{"v":["0.1","0.2","0.3.0","0.4.0"]}]},{"name":"spplus","license":"LGPL","summary":"SPPLUS Paiement System","description":"This extension gives you the possibility to use the SPPLUS Paiement System of the Caisse d'Epargne (French Bank).","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"spread","license":"PHP License","summary":"A php interface to the Spread toolkit API","description":"Provides a full interface to the Spread group communication\ntoolkit API. Information on Spread can be found at http://www.spread.org/","phpv":[{"v":["1.1"]},{"v":["2.0.0","2.0.1","2.0.2","2.1.0"],"min":"4.0.0"}],"confopts":[{"v":["1.1"]},{"v":["2.0.0","2.0.1","2.0.2","2.1.0"],"opts":[{"n":"with-spread","p":"spread path prefix","d":"autodetect"}]}]},{"name":"sqlanywhere","license":"Apache License 2.0","summary":"Extension for SQLAnywhere Database","description":"This extension allow access to SQLAnywhere Database Servers."},{"name":"SQLite","license":"PHP","summary":"SQLite database bindings","description":"Note: Do not use this PECL extension, it's in the PHP sources.\n\nSQLite is a C library that implements an embeddable SQL database engine.\n\nPrograms that link with the SQLite library can have SQL database access without running a separate RDBMS process.\n\nThis extension allows you to access SQLite databases from within PHP.","phpv":[{"v":["0.9b","1.0","1.0.1","1.0.2","1.0.3"]}],"confopts":[{"v":["0.9b","1.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"sqlite3","license":"PHP License","summary":"SQLite v3 Database Bindings.","description":"SQLite3 is a PHP extension for use with the SQLite database system.\nThis extension bundles SQLite 3.5.9 though the minimum requirement is 3.3.9.","phpv":[{"v":["0.3","0.4","0.5","0.6"],"min":"5.1.3"}],"confopts":[{"v":["0.3","0.4","0.5","0.6"],"opts":[{"n":"with-sqlite3","p":"Optionally provide the path to the libsqlite3 library","d":"autodetect"}]}]},{"name":"sqlsrv","license":"The MIT License (MIT)","summary":"Microsoft Drivers for PHP for SQL Server (SQLSRV)","description":"The Microsoft Drivers for PHP for SQL Server are PHP extensions that allow for the reading and writing of SQL Server data from within PHP scripts. The SQLSRV extension provides a procedural interface while the PDO_SQLSRV extension implements PDO for accessing data in all editions of SQL Server 2012 and later (including Azure SQL DB). These drivers rely on the Microsoft ODBC Driver for SQL Server to handle the low-level communication with SQL Server.\n*This package contains only the SQLSRV driver.*","phpv":[{"v":["2.0.1"],"min":"5.2.0"},{"v":["3.0.1"],"min":"5.3.6"},{"v":["4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.1.6","4.1.6.1","4.1.7preview","4.1.8preview","4.1.9preview","4.2.0preview","4.3.0RC1","4.3.0","5.0.0preview","5.1.0preview","5.1.1preview","5.1.2preview","5.2.0RC","5.2.0RC1","5.2.0","5.2.1preview","5.3.0"],"min":"7.0.0"},{"v":["5.4.0preview","5.5.0preview","5.6.0","5.6.1","5.7.0preview"],"min":"7.1.0"},{"v":["5.7.1preview","5.8.0","5.8.1","5.9.0preview1"],"min":"7.2.0"},{"v":["5.9.0beta2","5.9.0","5.10.0beta1","5.10.0beta2"],"min":"7.3.0"},{"v":["5.10.0"],"min":"7.4.0"},{"v":["5.10.1","5.11.0beta1"],"min":"7.3.0"},{"v":["5.11.0","5.11.1"],"min":"8.0.0"}],"confopts":[{"v":["2.0.1","3.0.1","4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.1.6","4.1.6.1","4.1.7preview","4.1.8preview","4.1.9preview","4.2.0preview","4.3.0RC1","4.3.0","5.0.0preview","5.1.0preview","5.1.1preview","5.1.2preview","5.2.0RC","5.2.0RC1","5.2.0","5.2.1preview","5.3.0","5.4.0preview","5.5.0preview","5.6.0","5.6.1","5.7.0preview","5.7.1preview","5.8.0","5.8.1","5.9.0preview1","5.9.0beta2","5.9.0","5.10.0beta1","5.10.0beta2","5.10.0","5.10.1","5.11.0beta1","5.11.0","5.11.1"]}]},{"name":"ssdeep","license":"New BSD License","summary":"Fuzzy hashing makes it easy to identify similar or almost identical text by simply comparing two hashes against each other.","description":"The ssdeep project page describes it as a library for \"...computing context triggered piecewise hashes (CTPH). Also called fuzzy hashes, CTPH can match inputs that have homologies. Such inputs have sequences of identical bytes in the same order, although bytes in between these sequences may be different in both content and length\".\n\nFor an in depth paper explaining context triggered piecewise hashes please see http://dfrws.org/2006/proceedings/12-Kornblum.pdf\n\n\nssdeep API Information\n---------------------------\n\nRequires at least ssdeep v2.5.\n\nThis extensions wraps the ssdeep fuzzy hashing API created by Jesse Kornblum.\n\nFor more information about ssdeep, the API and context triggered piecewise hashing please see http://ssdeep.sourceforge.net/\n\n\nssdeep Licensing Exemption\n---------------------------\n\nAlthough ssdeep and the fuzzy hashing API are usually licensed under GNU GPLv2 Jesse Kornblum has licenced them to PECL under the terms of the Perl Artistic Licence with the following declaration:\n\"I hereby license ssdeep, the current version and all subsequent versions, under the terms of the Perl Artistic License, for inclusion into the PECL.\"\nSee http://news.php.net/php.pecl.dev/7625 for the verbatim email.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0"]}]},{"name":"ssh2","license":"PHP License","summary":"Bindings for the libssh2 library","description":"Provides bindings to the functions of libssh2 which implements the SSH2 protocol.\nlibssh2 is available from http://libssh2.org/","phpv":[{"v":["0.5","0.6","0.7"]},{"v":["0.8","0.9"],"min":"4.3.0"},{"v":["0.10","0.11.0"]},{"v":["0.11.1","0.11.2","0.11.3","0.12","0.13"],"min":"4.0.0","max":"6.0.0"},{"v":["1.0","1.1","1.1.1","1.1.2","1.2","1.3"],"min":"7.0.0","max":"8.0.0"},{"v":["1.3.1","1.4"],"min":"7.0.0"}],"confopts":[{"v":["0.5","0.6","0.7","0.8","0.9","0.10","0.11.0"]},{"v":["0.11.1","0.11.2","0.11.3","0.12","0.13","1.0","1.1","1.1.1","1.1.2","1.2","1.3","1.3.1","1.4"],"opts":[{"n":"with-ssh2","p":"libssh2 prefix?","d":"autodetect"}]}]},{"name":"stackdriver_debugger","license":"Apache 2.0","summary":"Investigate your code's behavior in production","description":"Stackdriver Debugger is a free, open-source way to debug your running\napplication without requiring a redeployment.\n\nThis library allows you to set breakpoints in your running application that\nconditionally capture local variable state, stack traces, and more. This library\ncan work in conjunction with the PHP library google/cloud-debugger (available\nvia composer: https://packagist.org/packages/google/cloud-debugger) in\norder to send collected data to a backend storage server.","phpv":[{"v":["0.0.1","0.0.2","0.1.0","0.1.1","0.2.0"],"min":"7.0.0"}],"confopts":[{"v":["0.0.1","0.0.2","0.1.0","0.1.1","0.2.0"]}]},{"name":"statgrab","license":"PHP","summary":"libstatgab bindings","description":"libstatgrab is a library that provides a common interface for retrieving\na variety of system statistics on a number of *NIX like systems.\n\nThis extension allows you to call the functions made available by\nlibstatgrab library.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.5.0","0.6.0"]}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.5.0","0.6.0"]}]},{"name":"stats","license":"PHP License","summary":"Extension with routines for statistical computation.","description":"Extension that provides few dozens routines for statistical computation.","phpv":[{"v":["1.0.0"]},{"v":["1.0.1","1.0.2","1.0.3","1.0.4"],"min":"4.0.0"},{"v":["1.0.5"],"min":"5.3.0","max":"5.6.99"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","2.0.0","2.0.1","2.0.2","2.0.3"]}]},{"name":"stem","license":"PHP 3.01","summary":"a PHP extension that provides word stemming","description":"This stem extension for PHP provides stemming capability for a variety of languages using Dr. M.F. Porter's Snowball API, which can be found at: http://snowball.tartarus.org","phpv":[{"v":["1.4.3"]},{"v":["1.5.0","1.5.1"],"min":"4.3.0"}],"confopts":[{"v":["1.4.3"]},{"v":["1.5.0","1.5.1"],"opts":[{"n":"enable-stem-danish","p":"Compile Danish stemmer?","d":"yes"},{"n":"enable-stem-dutch","p":"Compile Dutch stemmer?","d":"yes"},{"n":"enable-stem-english","p":"Compile English stemmer?","d":"yes"},{"n":"enable-stem-finnish","p":"Compile Finnish stemmer?","d":"yes"},{"n":"enable-stem-french","p":"Compile French stemmer?","d":"yes"},{"n":"enable-stem-german","p":"Compile German stemmer?","d":"yes"},{"n":"enable-stem-hungarian","p":"Compile Hungarian stemmer?","d":"yes"},{"n":"enable-stem-italian","p":"Compile Italian stemmer?","d":"yes"},{"n":"enable-stem-norwegian","p":"Compile Norwegian stemmer?","d":"yes"},{"n":"enable-stem-portuguese","p":"Compile Portuguese stemmer?","d":"yes"},{"n":"enable-stem-romanian","p":"Compile Romanian stemmer?","d":"yes"},{"n":"enable-stem-russian","p":"Compile Russian stemmer?","d":"yes"},{"n":"enable-stem-russian_unicode","p":"Compile Russian (UTF8) stemmer?","d":"yes"},{"n":"enable-stem-spanish","p":"Compile Spanish stemmer?","d":"yes"},{"n":"enable-stem-swedish","p":"Compile Swedish stemmer?","d":"yes"},{"n":"enable-stem-turkish_unicode","p":"Compile Turkish (UTF8) stemmer?","d":"yes"}]}]},{"name":"stomp","license":"PHP License","summary":"Stomp client extension","description":"This extension allows php applications to communicate with any Stomp compliant Message Brokers through easy object oriented and procedural interfaces.","phpv":[{"v":["0.1.0","0.2.0","0.3.0"],"min":"5.2.10"},{"v":["0.3.1","0.3.2","0.4.1","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9"],"min":"5.2.2"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0"]},{"v":["0.2.0","0.3.0","0.3.1","0.3.2","0.4.1","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","2.0.0","2.0.1","2.0.2","2.0.3"],"opts":[{"n":"with-openssl-dir","p":"OpenSSL install prefix (no to disable SSL support)","d":"/usr"}]}]},{"name":"strict","license":"PHP License","summary":"strict","description":"Strict scalar parameter type hint support for 5.4+","phpv":[{"v":["0.2.0","0.3.0","0.4.0","0.4.1"],"min":"5.4.0"}],"confopts":[{"v":["0.2.0","0.3.0","0.4.0","0.4.1"]}]},{"name":"sundown","license":"PHP","summary":"Sundown is a fast, robust Markdown parsing library for PHP5","description":"Sundown is a fast, robust Markdown parsing library, originally created\nby Natacha Port\u00e9 and improved Vicent Marti.\nthis extension inspired Redcarpet ruby extension which created by Vicent.\n\nPECL Sundown provides straight forward object oriented Markdown API and customizable Renders.","phpv":[{"v":["0.1.0b","0.2.0","0.3.0","0.3.1","0.3.2","0.3.3","0.3.4","0.3.5","0.3.6","0.3.7","0.3.8","0.3.9","0.3.10","0.3.11"],"min":"5.3.1","max":"6.0.0"}],"confopts":[{"v":["0.1.0b","0.2.0","0.3.0","0.3.1","0.3.2","0.3.3","0.3.4","0.3.5","0.3.6","0.3.7","0.3.8","0.3.9","0.3.10","0.3.11"]}]},{"name":"svm","license":"BSD 3-clause","summary":"Support Vector Machine Library","description":"LibSVM is an efficient solver for SVM classification and regression problems. The svm extension wraps this in a PHP interface for easy use in PHP scripts.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.8","0.1.9"],"min":"5.2.0"},{"v":["0.2.0","0.2.1","0.2.2","0.2.3"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.8","0.1.9","0.2.0","0.2.1","0.2.2","0.2.3"]}]},{"name":"svn","license":"PHP License","summary":"PHP Bindings for the Subversion Revision control system.","description":"Bindings for the Subversion revision control system, providing a method for manipulating\na working copy or repository with PHP.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.4.1","0.5.0","0.5.1","1.0.0","1.0.1","1.0.2","1.0.3"],"min":"4.0.0","max":"6.0.0"},{"v":["2.0.3"],"min":"7.0.0","max":"8.0.0"}],"confopts":[{"v":["0.1","0.2"]},{"v":["0.3","0.4","0.4.1","0.5.0","0.5.1","1.0.0","1.0.1","1.0.2","1.0.3","2.0.3"],"opts":[{"n":"with-svn","p":"Please provide the prefix of Subversion installation","d":"autodetect"},{"n":"with-svn-apr","p":"Please provide the prefix of the APR installation used with Subversion","d":"autodetect"}]}]},{"name":"swish","license":"PHP","summary":"Swish-e bindings","description":"This extension provides bindings to the Swish-e API.\n\nSwish-e is a GPL licensed search engine, with a clause that allows applications\nto link against the libswish-e library to use the published API to do so\nwithout invoking the viral portion of the GPL. This is subject to returning a\nlink back to the swish-e source code.\n\nHere it is:\nhttp://swish-e.org","phpv":[{"v":["0.1","0.2.0","0.3.0","0.4.0","0.5.0"],"min":"5.1.3","max":"6.0.0"}],"confopts":[{"v":["0.1","0.2.0","0.3.0","0.4.0","0.5.0"],"opts":[{"n":"with-swish","p":"Please provide the path to swish-config","d":"autodetect"}]}]},{"name":"swoole","license":"Apache2.0","summary":"Event-driven asynchronous and concurrent networking engine with high performance for PHP.","description":"Event-driven asynchronous and concurrent networking engine with high performance for PHP.\n- event-driven\n- coroutine\n- asynchronous non-blocking\n- multi-thread reactor\n- multi-process worker\n- multi-protocol\n- millisecond timer\n- built-in tcp/http/websocket/http2 server\n- coroutine tcp/http/websocket client\n- coroutine mysql client\n- coroutine redis client\n- coroutine read/write file system\n- coroutine dns lookup\n- support IPv4/IPv6/UnixSocket/TCP/UDP\n- support SSL/TLS encrypted transmission","phpv":[{"v":["1.6.7","1.6.8","1.6.9","1.6.10"],"min":"5.2.0"},{"v":["1.6.11","1.6.12","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.7.6","1.7.7","1.7.8","1.7.9","1.7.10","1.7.11","1.7.12","1.7.13","1.7.14","1.7.15","1.7.16","1.7.17","1.7.18","1.7.19","1.7.20","1.7.21","1.7.22","1.8.0","1.8.1","1.8.2","1.8.3","1.8.4","1.8.5","1.8.6","1.8.7","1.8.8","1.8.9","1.8.10","1.8.11","1.8.12","1.8.13","1.9.0","1.9.1","1.9.2","1.9.3","1.9.4","1.9.5","1.9.6","1.9.7","1.9.8","1.9.9","1.9.10","1.9.11","1.9.12","1.9.13","1.9.14","1.9.15","1.9.16","1.9.17","1.9.18","1.9.19","1.9.20","1.9.21","1.9.22","1.9.23","1.10.0","1.10.1","1.10.2","1.10.3","1.10.4","1.10.5","2.0.4"],"min":"5.3.10"},{"v":["2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11"],"min":"5.5.0"},{"v":["2.0.12","2.1.0","2.1.1","2.1.2","2.1.3","2.2.0"],"min":"7.0.0"},{"v":["4.0.0"],"min":"7.1.0"},{"v":["4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1","4.1.2","4.2.0","4.2.1","4.2.2","4.2.3","4.2.4","4.2.5","4.2.6","4.2.7","4.2.8","4.2.9","4.2.10","4.2.11","4.2.12","4.2.13","4.3.0","4.3.1","4.3.2","4.3.3","4.3.4","4.3.5","4.3.6"],"min":"7.0.0"},{"v":["4.4.0","4.4.1","4.4.2","4.4.3","4.4.4","4.4.5","4.4.6","4.4.7","4.4.8","4.4.12","4.4.13RC1","4.4.13RC2","4.4.13","4.4.14","4.4.15","4.4.16","4.4.17","4.4.18","4.4.19","4.4.23","4.4.26","4.5.0","4.5.1","4.5.2","4.5.3","4.5.4","4.5.5","4.5.6","4.5.7","4.5.8","4.5.9","4.5.10","4.5.11","4.6.0"],"min":"7.1.0"},{"v":["4.6.1","4.6.2","4.6.3","4.6.4","4.6.5","4.6.6","4.6.7","4.7.0","4.7.1","4.8.0","4.8.1","4.8.2","4.8.3","4.8.4","4.8.5","4.8.6","4.8.7","4.8.8","4.8.9","4.8.10","4.8.11","4.8.12","4.8.13"],"min":"7.2.0"},{"v":["5.0.0","5.0.1","5.0.2","5.0.3","5.1.0","5.1.1"],"min":"8.0.0"}],"confopts":[{"v":["1.6.7","1.6.8","1.6.9","1.6.10","1.6.11","1.6.12","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.7.6","1.7.7","1.7.8","1.7.9","1.7.10","1.7.11","1.7.12","1.7.13","1.7.14","1.7.15","1.7.16","1.7.17","1.7.18","1.7.19","1.7.20","1.7.21","1.7.22","1.8.0","1.8.1","1.8.2","1.8.3","1.8.4","1.8.5","1.8.6","1.8.7","1.8.8","1.8.9","1.8.10","1.8.11","1.8.12","1.8.13","1.9.0","1.9.1","1.9.2","1.9.3","1.9.4","1.9.5","1.9.6","1.9.7","1.9.8","1.9.9","1.9.10","1.9.11","1.9.12","1.9.13","1.9.14","1.9.15","1.9.16","1.9.17","1.9.18","1.9.19","1.9.20","1.9.21","1.9.22","1.9.23","1.10.0","1.10.1","1.10.2","1.10.3"]},{"v":["1.10.4","1.10.5"],"opts":[{"n":"enable-swoole-debug","p":"enable debug/trace log support?","d":"no"},{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-async-redis","p":"enable async-redis support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"}]},{"v":["2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11","2.0.12","2.1.0","2.1.1"]},{"v":["2.1.2","2.1.3","2.2.0","4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1","4.1.2"],"opts":[{"n":"enable-swoole-debug","p":"enable debug/trace log support?","d":"no"},{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-async-redis","p":"enable async-redis support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"}]},{"v":["4.2.0","4.2.1","4.2.2","4.2.3","4.2.4","4.2.5"],"opts":[{"n":"enable-debug-log","p":"enable debug/trace log support?","d":"no"},{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-async-redis","p":"enable async-redis support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"}]},{"v":["4.2.6"],"opts":[{"n":"enable-debug-log","p":"enable debug/trace log support?","d":"no"},{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"}]},{"v":["4.2.7","4.2.8","4.2.9","4.2.10"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"},{"n":"enable-debug-log","p":"enable kernel debug/trace log? (it will degrade performance)","d":"no"}]},{"v":["4.2.11","4.2.12","4.2.13","4.3.0","4.3.1","4.3.2","4.3.3","4.3.4","4.3.5","4.3.6"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"}]},{"v":["4.4.0","4.4.1","4.4.2","4.4.3","4.4.4","4.4.5","4.4.6","4.4.7","4.4.8","4.4.12","4.4.13RC1","4.4.13RC2","4.4.13","4.4.14","4.4.15","4.4.16","4.4.17","4.4.18","4.4.19","4.4.23","4.4.26","4.5.0","4.5.1","4.5.2","4.5.3","4.5.4","4.5.5","4.5.6","4.5.7","4.5.8","4.5.9","4.5.10","4.5.11","4.6.0"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"}]},{"v":["4.6.1","4.6.2","4.6.3","4.6.4","4.6.5","4.6.6","4.6.7","4.7.0","4.7.1","4.8.0","4.8.1","4.8.2","4.8.3","4.8.4","4.8.5","4.8.6","4.8.7","4.8.8","4.8.9","4.8.10"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-json","p":"enable json support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"}]},{"v":["4.8.11","4.8.12","4.8.13"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-json","p":"enable json support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"enable-cares","p":"enable cares support?","d":"no"}]},{"v":["5.0.0"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"enable-cares","p":"enable cares support?","d":"no"}]},{"v":["5.0.1","5.0.2","5.0.3"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"enable-cares","p":"enable cares support?","d":"no"},{"n":"enable-brotli","p":"enable brotli support?","d":"yes"}]},{"v":["5.1.0","5.1.1"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"enable-cares","p":"enable cares support?","d":"no"},{"n":"enable-brotli","p":"enable brotli support?","d":"yes"},{"n":"enable-swoole-pgsql","p":"enable PostgreSQL database support?","d":"no"},{"n":"with-swoole-odbc","p":"enable ODBC database support?","d":"no"},{"n":"with-swoole-oracle","p":"enable Oracle database support?","d":"no"},{"n":"enable-swoole-sqlite","p":"enable Sqlite database support?","d":"no"}]}]},{"name":"swoole_serialize","license":"Apache2.0","summary":"the fastest and smallest serialize fucntion bound for php7","description":"the fastest and smallest serialize fucntion bound for php7","phpv":[{"v":["0.1.1"],"min":"7"}],"confopts":[{"v":["0.1.1"]}]},{"name":"syck","license":"PHP License","summary":"YAML-1.0 parser and emitter","description":"A binding to the Syck library.\nYAML(tm) (rhymes with \"camel\") is a straightforward machine parsable data serialization format designed for human readability and interaction with scripting languages. YAML is optimized for data serialization, configuration settings, log files, Internet messaging and filtering.","phpv":[{"v":["0.9","0.9.1","0.9.2","0.9.3"],"min":"5.2.1"}],"confopts":[{"v":["0.9","0.9.1","0.9.2","0.9.3"]}]},{"name":"sync","license":"MIT License","summary":"Named and unnamed synchronization objects","description":"The 'sync' extension introduces synchronization objects into PHP. Named and unnamed Mutex, Semaphore, Event, Reader-Writer, and named Shared Memory objects provide OS-level synchronization mechanisms on both *NIX (POSIX shared memory and pthread shared memory synchronization required) and Windows platforms. This extension is a direct port of and compatible with the cross platform 'sync' library: https://github.com/cubiclesoft/cross-platform-cpp","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.1.3"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.1.3"]}]},{"name":"taint","license":"PHP","summary":"XSS code sniffer","description":"An extension used for detecting XSS codes(tainted string),\nAnd also can be used to spot sql injection vulnerabilities, shell inject, etc.","phpv":[{"v":["0.0.1","0.0.2","0.1.0","0.2.0","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1","0.5.2","0.5.3","1.0.0","1.1.0","1.2.0","1.2.1"],"min":"5.2.0","max":"5.4.0"},{"v":["1.2.2"],"min":"5.2.0","max":"5.4.99"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0"],"min":"7.0.0"}],"confopts":[{"v":["0.0.1","0.0.2","0.1.0","0.2.0","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1","0.5.2","0.5.3","1.0.0","1.1.0","1.2.0","1.2.1","1.2.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0"]}]},{"name":"tcc","license":"PHP","summary":"TCC Extension","description":"This PHP Extension provides an interface to the TCC(Tiny C Compiler)\nSee http://fabrice.bellard.free.fr/tcc/ for more information on TCC.","phpv":[{"v":["0.1.2"],"min":"5.2.0"}],"confopts":[{"v":["0.1.2"]}]},{"name":"TCLink","license":"LGPL","summary":"Enables credit card processing via the TrustCommerce payment gateway","description":"This package provides a module for using TCLink directly from PHP scripts.\nTCLink is a thin client library to allow your e-commerce servers to connect\nto the TrustCommerce payment gateway.","phpv":[{"v":["3.3.1","3.4.0"]}],"confopts":[{"v":["3.3.1","3.4.0"]}]},{"name":"tcpwrap","license":"PHP License","summary":"tcpwrappers binding.","description":"This package handles /etc/hosts.allow and /etc/hosts.deny files.","phpv":[{"v":["0.1","1.0"]},{"v":["1.1","1.1.2","1.1.3"],"min":"4.0.0"},{"v":["1.2.0"],"min":"5.3.0"}],"confopts":[{"v":["0.1","1.0","1.1","1.1.2","1.1.3","1.2.0"]}]},{"name":"tdb","license":"PHP","summary":"Trivial DB bindings","description":"This extension provides bindings for Trivial DB.","phpv":[{"v":["0.1.0","1.0.0"],"min":"5.0.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0","1.0.0"],"opts":[{"n":"with-tdb","p":"Please provide the path to Trivial DB installation","d":"autodetect"}]}]},{"name":"teds","license":"BSD-3-Clause","summary":"teds extension","description":"teds (Tentative Extra Data Structures) is a collection of data structures and iterable functionality","phpv":[{"v":["0.1.0a1","0.1.1","0.2.0","0.2.1","0.3.0","0.4.0","0.4.1","0.5.1","0.6.0","0.7.0","0.8.0","0.9.0","0.9.1","0.9.2","0.10.0","0.11.0","0.12.0","0.13.0","0.14.0","1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.3.0"],"min":"8.0.0"}],"confopts":[{"v":["0.1.0a1","0.1.1","0.2.0","0.2.1","0.3.0","0.4.0","0.4.1","0.5.1","0.6.0","0.7.0","0.8.0","0.9.0","0.9.1","0.9.2","0.10.0","0.11.0","0.12.0","0.13.0","0.14.0","1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.3.0"]}]},{"name":"Tensor","license":"MIT","summary":"A library and extension that provides objects for scientific computing in PHP.","description":"A library and extension that provides objects for scientific computing in PHP.","phpv":[{"v":["2.1.03"],"min":"7.2.0","max":"7.4.99"},{"v":["2.1.3"],"min":"7.2.0","max":"99.99.99"},{"v":["2.1.4","2.2.0","2.2.1","2.2.3"],"min":"7.2.0","max":"7.4.99"},{"v":["3.0.0","3.0.00"],"min":"7.4.0","max":"8.0.99"},{"v":["3.0.2"],"min":"7.4.0","max":"8.1.99"},{"v":["3.0.3","3.0.4"],"min":"7.4.0","max":"8.2.99"}],"confopts":[{"v":["2.1.03","2.1.3","2.1.4","2.2.0","2.2.1","2.2.3","3.0.0","3.0.00","3.0.2","3.0.3","3.0.4"]}]},{"name":"termbox","license":"Apache","summary":"a termbox wrapper for PHP","description":"termbox is a robust, minimal alternative to ncurses. termbox-php is a wrapper\nextension that provides termbox functionality in PHP land.\n\nSee https://github.com/adsr/termbox-php for the source distribution.\nSee https://github.com/nsf/termbox for the underlying library.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"],"min":"5"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"]}]},{"name":"TextCat","license":"PHP","summary":"Simple class to extract language of texts","description":"This extension implements N-gram based text categorization, useful to detect languages of texts with a minimum supervision.","phpv":[{"v":["0.1.0","0.2.0"],"min":"5.2.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0","0.2.0"]}]},{"name":"threads","license":"PHP License 2.02","summary":"experimental implementation of threads","description":"experimental implementation of threads"},{"name":"tidy","license":"PHP","summary":"Tidy HTML Repairing and Parsing","description":"Tidy is a binding for the Tidy HTML clean and repair utility which\nallows you to clean and manipluate HTML documents.\n\nNOTE: This is the PHP4 version!","phpv":[{"v":["0.5.2","0.5.3","0.7","1.0","1.1","1.2"]}],"confopts":[{"v":["0.5.2","0.5.3","0.7","1.0","1.1","1.2"]}]},{"name":"timecop","license":"MIT License","summary":"A PHP extension providing \"time travel\" capabilities.","description":"A PHP extension providing \"time travel\" and \"time freezing\" capabilities, inspired by ruby timecop gem.","phpv":[{"v":["1.2.8","1.2.10"],"min":"5.3.1"}],"confopts":[{"v":["1.2.8","1.2.10"]}]},{"name":"timezonedb","license":"PHP","summary":"Timezone Database to be used with PHP's date and time functions","description":"This extension is a drop-in replacement for the builtin timezone database that\ncomes with PHP. You should only install this extension in case you need to get\na later version of the timezone database than the one that ships with PHP.\n\nThe data that this extension uses comes from the \"Olson\" database, which is\nlocated at http://www.iana.org/time-zones.","phpv":[{"v":["2005.13","2005.14","2005.17","2005.18","2006.1","2006.7","2006.11","2006.14","2006.14.1","2006.16","2007.2","2007.3","2007.5","2007.8","2007.9","2007.10","2007.11","2008.1","2008.2","2008.3","2008.4","2008.4.1","2008.5","2008.6","2008.7","2008.8","2008.9","2009.1","2009.3","2009.4","2009.5","2009.6","2009.8","2009.10","2009.12","2009.13","2009.14","2009.15","2009.16","2009.17","2009.18","2009.21","2010.1","2010.2","2010.3","2010.5","2010.7","2010.7.1","2010.9","2010.11","2010.12","2010.13","2010.15","2011.1","2011.2","2011.3","2011.4","2011.5","2011.7","2011.8","2011.9","2011.10","2011.11","2011.12","2011.13","2011.14","2012.1","2012.2","2012.3","2012.4","2012.5","2012.6","2012.7","2012.8","2012.9","2012.10","2013.1","2013.2","2013.3","2013.4","2013.6","2013.7","2013.8","2013.9","2014.1","2014.2","2014.3","2014.5","2014.6","2014.7","2014.8","2014.9","2014.10","2015.1","2015.2","2015.3"],"min":"4.0.0"},{"v":["2015.4","2015.5"],"min":"5.4.41"},{"v":["2015.6","2015.6.1","2015.7","2016.1","2016.2","2016.3","2016.4","2016.5","2016.6","2016.7","2016.8","2016.9","2016.10","2017.1","2017.2","2017.3","2018.3","2018.4","2018.5","2018.6","2018.7","2018.9","2019.1","2019.2","2019.3","2020.1","2020.2","2020.3","2020.4","2021.1","2021.5","2022.2","2022.5"],"min":"5.2.0"},{"v":["2022.6","2022.7","2023.1","2023.2","2023.3"],"min":"5.4.0"}],"confopts":[{"v":["2005.13","2005.14","2005.17","2005.18","2006.1","2006.7","2006.11","2006.14","2006.14.1","2006.16","2007.2","2007.3","2007.5","2007.8","2007.9","2007.10","2007.11","2008.1","2008.2","2008.3","2008.4","2008.4.1","2008.5","2008.6","2008.7","2008.8","2008.9","2009.1","2009.3","2009.4","2009.5","2009.6","2009.8","2009.10","2009.12","2009.13","2009.14","2009.15","2009.16","2009.17","2009.18","2009.21","2010.1","2010.2","2010.3","2010.5","2010.7","2010.7.1","2010.9","2010.11","2010.12","2010.13","2010.15","2011.1","2011.2","2011.3","2011.4","2011.5","2011.7","2011.8","2011.9","2011.10","2011.11","2011.12","2011.13","2011.14","2012.1","2012.2","2012.3","2012.4","2012.5","2012.6","2012.7","2012.8","2012.9","2012.10","2013.1","2013.2","2013.3","2013.4","2013.6","2013.7","2013.8","2013.9","2014.1","2014.2","2014.3","2014.5","2014.6","2014.7","2014.8","2014.9","2014.10","2015.1","2015.2","2015.3","2015.4","2015.5","2015.6","2015.6.1","2015.7","2016.1","2016.2","2016.3","2016.4","2016.5","2016.6","2016.7","2016.8","2016.9","2016.10","2017.1","2017.2","2017.3","2018.3","2018.4","2018.5","2018.6","2018.7","2018.9","2019.1","2019.2","2019.3","2020.1","2020.2","2020.3","2020.4","2021.1","2021.5","2022.2","2022.5","2022.6","2022.7","2023.1","2023.2","2023.3"]}]},{"name":"tk","license":"PHP","summary":"Extension for Tk (X-windows interface toolkit)","description":"PHP/TK is an native extension for the PHP programming language that implements language bindings for TCL/TK. It provides an object-oriented interface and greatly simplifies writing client-side cross-platform GUI applications.","phpv":[{"v":["0.1.1"]}],"confopts":[{"v":["0.1.1"]}]},{"name":"tokyo_tyrant","license":"PHP License","summary":"Provides a wrapper to the Tokyo Tyrant client library.","description":"tokyo_tyrant extension provides object oriented API for communicating\nwith Tokyo Tyrant key-value store.\n\nThis extension requires Tokyo Cabinet, Tokyo Tyrant and PHP version 5.2.0+.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.2.0","0.3.0","0.4.0","0.5.0","0.6.0","0.7.0"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.2.0","0.3.0","0.4.0","0.5.0","0.6.0","0.7.0"],"opts":[{"n":"with-tokyo-tyrant","p":"Please provide the prefix of Tokyo Tyrant installation","d":"autodetect"},{"n":"with-tokyo-cabinet-dir","p":"Please provide the prefix of Tokyo Cabinet installation","d":"autodetect"}]}]},{"name":"trace","license":"Apache 2.0","summary":"Trace is a low-overhead tracing tool for PHP","description":"Trace is a low-overhead tracing tool for PHP.\nIt can trace all PHP executing, function calls, request information during\nrun-time. And provides features like Filter, Statistics, Current Status and\nso on.\nIt is very useful to locate blocking, heavy-load problems and debug in all\nenvironments, especially in production environments.","phpv":[{"v":["0.3.0","1.0.0"],"min":"5.1"},{"v":["1.0.1beta"],"min":"5.2"}],"confopts":[{"v":["0.3.0","1.0.0","1.0.1beta"]}]},{"name":"trader","license":"BSD 2-clause","summary":"Technical Analysis for traders.","description":"The trader extension is a free open source stock library based on TA-Lib. It's dedicated to trading software developers requiring to perform technical analysis of financial market data. Alongside many indicators like ADX, MACD, RSI, Stochastic, TRIX the candlestick pattern recognition and several vector arithmetic and algebraic functions are present.","phpv":[{"v":["0.2","0.2.1","0.2.2","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1"],"min":"5.3"}],"confopts":[{"v":["0.2","0.2.1","0.2.2","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1"]}]},{"name":"translit","license":"BSD style","summary":"Transliterates non-latin character sets to latin","description":"This extension allows you to transliterate text in non-latin characters (such\nas Chinese, Cyrillic, Greek etc) to latin characters. Besides the\ntransliteration the extension also contains filters to upper- and lowercase\nlatin, cyrillic and greek, and perform special forms of transliteration such\nas converting ligatures such as the Norwegian \"\u00e6\" to \"ae\" and normalizing\npunctuation and spacing.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.5"]},{"v":["0.6.0"],"min":"4.0.0"},{"v":["0.6.1","0.6.2"],"min":"5.1.0"},{"v":["0.6.3"],"min":"5.6.0"},{"v":["0.7.0","0.7.1"],"min":"7.0.0"}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.5","0.6.0","0.6.1","0.6.2","0.6.3","0.7.0","0.7.1"]}]},{"name":"tvision","license":"BSD License","summary":"Turbo Vision wrapper","description":"Turbo Vision is a framework for creating text-mode user interfaces in MS-DOS,\ndeveloped by Borland. Borland shipped Turbo Vision with their Turbo Pascal and\nTurbo C++ compilers. This extension is based on Unix port of Turbo Vision\nwritten by Sergio Sigala (http://www.sigala.it/sergio/tvision/).","phpv":[{"v":["0.1"]}],"confopts":[{"v":["0.1"]}]},{"name":"txforward","license":"PHP License","summary":"Reverse Proxy (web accelerator) PHP compatibility layer","description":"Makes reverse-proxing (web accelerator) totally invisible for php applications. Doesn't require php code modifications to handle X-Forwarded-For IP.\n* Stills allows proxy-aware applications to work with X-Forwarded headers and proxy IP address.\n* Should work with any web server\n* Should work with any proxy server\n\nUsing this extension with on a non reverse proxied system will result in a security issue.","phpv":[{"v":["1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"],"min":"4.3.0"}],"confopts":[{"v":["1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]}]},{"name":"udis86","license":"PHP License","summary":"PHP bindings for udis86 library","description":"udis86 is an easy-to-use minimalistic disassembler library (libudis86) for the x86 and x86-64 class of instruction set architectures","phpv":[{"v":["0.1.0"],"min":"5.3.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0"],"opts":[{"n":"with-udis86","p":"Please provide the prefix of udis86 library","d":"autodetect"}]}]},{"name":"ui","license":"PHP License","summary":"UI API","description":"An OO wrapper around libui","phpv":[{"v":["0.9.9","1.0.0","1.0.1","1.0.2","1.0.3","2.0.0"],"min":"7.0.0RC5"}],"confopts":[{"v":["0.9.9","1.0.0","1.0.1","1.0.2","1.0.3","2.0.0"]}]},{"name":"unicode","license":"PHP","summary":"Unicode extension","description":"Implements Unicode-related ICU functionality such as character properties, normalization, iterators, etc."},{"name":"unicodestring","license":"MIT","summary":"A native Unicode string object for PHP","description":"A native Unicode string object for PHP, built on libicu, for PHP 5.3 and later."},{"name":"uopz","license":"PHP License","summary":"User Operations for Zend","description":"The uopz extension is focused on providing utilities to aid with unit testing PHP code.\n\nIt supports the following activities:\n\n* Intercepting function execution\n* Intercepting object creation\n* Hooking into function execution\n* Manipulation of function statics\n* Manipulation of function flags\n* Redefinition of constants\n* Deletion of constants\n* Runtime creation of functions and methods","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"],"min":"5.4.0"},{"v":["5.0.1","5.0.2"],"min":"7.0.0"},{"v":["5.1.0","6.0.0","6.0.1","6.1.0","6.1.1","6.1.2"],"min":"7.1.0"},{"v":["7.0.0","7.1.0","7.1.1"],"min":"8.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","5.0.1","5.0.2","5.1.0","6.0.0","6.0.1","6.1.0","6.1.1","6.1.2","7.0.0","7.1.0","7.1.1"]}]},{"name":"uploadprogress","license":"PHP License","summary":"An extension to track progress of a file upload.","description":"A PHP extension to track progress of a file upload, including details on the speed of the upload, estimated time remaining, and access to the contents of the file as it is being uploaded.\n\nThe uploadprogress extension works on PHP 5, PHP 7, and PHP 8 (since version 1.1.2). It requires the use of the Apache httpd web server with mod_php. Other web servers and PHP-FPM are not yet supported.\n\nSee https://github.com/php/pecl-php-uploadprogress for documentation and examples.","phpv":[{"v":["0.3.0","0.9.0","0.9.1","0.9.2","1.0.0","1.0.1","1.0.2","1.0.3","1.0.3.1","1.1.0"],"min":"5.2.0"},{"v":["1.1.1"],"min":"5.2.0","max":"8.0.0"},{"v":["1.1.2","1.1.3","1.1.4"],"min":"5.2.0"},{"v":["2.0.0","2.0.1","2.0.2"],"min":"7.2.0"}],"confopts":[{"v":["0.3.0","0.9.0","0.9.1","0.9.2","1.0.0","1.0.1","1.0.2","1.0.3","1.0.3.1","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","2.0.0","2.0.1","2.0.2"]}]},{"name":"uri_template","license":"PHP License","summary":"uri_template extension","description":"Implementation of URI Template(RFC6570) specification for PHP.","phpv":[{"v":["0.99.1","0.99.2","1.0"],"min":"5.3.1"}],"confopts":[{"v":["0.99.1","0.99.2","1.0"]}]},{"name":"uuid","license":"LGPL","summary":"UUID extension","description":"A wrapper around libuuid from the ext2utils project.","phpv":[{"v":["0.9","1.0"]},{"v":["1.0.1","1.0.2","1.0.3"],"min":"4.0.0"},{"v":["1.0.4RC2","1.0.4","1.0.5"],"min":"5.3.0"},{"v":["1.1.0","1.2.0"],"min":"7.0.0"}],"confopts":[{"v":["0.9","1.0","1.0.1"]},{"v":["1.0.2","1.0.3","1.0.4RC2","1.0.4","1.0.5","1.1.0","1.2.0"],"opts":[{"n":"with-uuid","p":"uuid installation directory?","d":"autodetect"}]}]},{"name":"uv","license":"PHP License","summary":"libuv wrapper","description":"uv provides access to underlying libuv functions","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4"],"min":"7.0.0"},{"v":["0.3.0"],"min":"8.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0"]}]},{"name":"v8","license":"The MIT License (MIT)","summary":"V8 JavaScript engine API for PHP","description":"This extension brings V8 JavaScript engine API to PHP with some abstraction in mind and provides an accurate native V8 C++ API implementation available from PHP.","phpv":[{"v":["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9"],"min":"7.0"},{"v":["0.2.0","0.2.1","0.2.2"],"min":"7.1"}],"confopts":[{"v":["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.2.0","0.2.1","0.2.2"]}]},{"name":"v8js","license":"The MIT License (MIT)","summary":"V8 Javascript Engine for PHP","description":"This extension embeds Google's V8 Javascript Engine into PHP.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"],"min":"5.3.3"},{"v":["0.1.4","0.1.5","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.0","0.4.0","0.4.1","0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4"],"min":"5.4"},{"v":["1.0.0","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.4.0","1.4.1","2.0.0","2.1.0","2.1.1","2.1.2"],"min":"7.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.0","0.4.0","0.4.1","0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","1.0.0","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.4.0","1.4.1","2.0.0","2.1.0","2.1.1","2.1.2"],"opts":[{"n":"with-v8js","p":"Please provide the installation prefix of libv8","d":"autodetect"}]}]},{"name":"Valkyrie","license":"PHP","summary":"Valkyrie validation extension","description":"This extension makes validating POST and GET parameters easier, through the use of a single XML file for declaring all parameters to be received by all files of an application. See http://www.xavier-noguer.com/valkyrie.html for details.","phpv":[{"v":["0.1"]}],"confopts":[{"v":["0.1"]}]},{"name":"varnish","license":"BSD","summary":"Varnish Cache bindings","description":"Varnish Cache is an open source, state of the art web application accelerator. The extension makes it possible to interact with a running varnish instance through TCP socket or shared memory.","phpv":[{"v":["0.3","0.4","0.4.1","0.6","0.7","0.8","0.9","0.9.1","0.9.2","0.9.3","1.0.0","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6"],"min":"5.3"}],"confopts":[{"v":["0.3","0.4","0.4.1","0.6","0.7","0.8","0.9","0.9.1","0.9.2","0.9.3","1.0.0","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6"]}]},{"name":"var_representation","license":"BSD-3-Clause","summary":"var_representation: Generate compact variable representations","description":"var_representation is a compact alternative to var_export that properly escapes control characters","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4"],"min":"7.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4"]}]},{"name":"vips","license":"MIT","summary":"PHP extension for interfacing with libvips","description":"This extension uses libvips to provide image processing facilities.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13"],"opts":[{"n":"with-vips","p":"enable vips","d":"yes"}]}]},{"name":"vld","license":"BSD style","summary":"Provides functionality to dump the internal representation of PHP scripts","description":"The Vulcan Logic Disassembler hooks into the Zend Engine and\ndumps all the opcodes (execution units) of a script.","phpv":[{"v":["0.7.0","0.8.0"]},{"v":["0.9.0","0.9.1","0.10.0","0.10.1","0.11.0","0.11.1","0.11.2","0.12.0","0.13.0","0.14.0"],"min":"4.0.0"},{"v":["0.15.0","0.16.0","0.17.0","0.17.1","0.17.2","0.18.0"],"min":"7.0.0"}],"confopts":[{"v":["0.7.0","0.8.0","0.9.0","0.9.1","0.10.0","0.10.1","0.11.0","0.11.1","0.11.2","0.12.0","0.13.0","0.14.0","0.15.0","0.16.0","0.17.0","0.17.1","0.17.2","0.18.0"]}]},{"name":"vpopmail","license":"PHP","summary":"Provides functions to interact with vpopmail, a Qmail addon","description":"A wrapper to vpopmail, a Qmail addon","phpv":[{"v":["0.2"]}],"confopts":[{"v":["0.2"]}]},{"name":"w32api","license":"PHP license 3.0","summary":"Win32 and DLL API interface functions","description":"This extension is a generic extension API to DLLs.\nThis was originally written to allow access to the Win32 API from PHP,\nalthough you can also access other functions exported via other DLLs."},{"name":"wasm","license":"MIT","summary":"Run WebAssembly binaries in PHP","description":"WebAssembly (abbreviated Wasm) is a binary instruction format for\na stack-based virtual machine. Wasm is designed as a portable target\nfor compilation of high-level languages like C/C++/Rust, enabling\ndeployment on the web for client and server applications.\n\nThis extension allows to run Wasm binaries inside PHP.","phpv":[{"v":["0.5.0"],"min":"7.2.0"}],"confopts":[{"v":["0.5.0"]}]},{"name":"WBXML","license":"PHP","summary":"WBXML to XML conversion","description":"This extension provides WBXML (Wireless Binary XML) conversion capabilities using the libwbxml library, which can be found at http://libwbxml.aymerick.com/","phpv":[{"v":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3"]}],"confopts":[{"v":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"wddx","license":"PHP","summary":"Web Distributed Data Exchange","description":"The Web Distributed Data Exchange, or WDDX, is a free, open XML-based technology that allows Web applications created with any platform to easily exchange data with one another over the Web"},{"name":"Weakref","license":"PHP","summary":"Implementation of weak references","description":"A weak reference provides a gateway to an object without preventing that object from being collected by the garbage collector (GC).","phpv":[{"v":["0.1.0","0.2.0","0.2.1","0.2.2"],"min":"5.3.0","max":"5.5.0"},{"v":["0.2.3","0.2.4","0.2.5"],"min":"5.3.0","max":"5.6.0"},{"v":["0.2.6"],"min":"5.3.0"},{"v":["0.3.0","0.3.1","0.3.2","0.3.3"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.0","0.3.1","0.3.2","0.3.3"]}]},{"name":"weakreference_bc","license":"PHP","summary":"Polyfill of WeakMap/WeakReference for older PHP versions.","description":"Polyfill of WeakMap/WeakReference for older PHP versions. This is a fork of the abandoned \"weakref\" PECL.","phpv":[{"v":["0.4.0","0.4.1"],"min":"7.0.3","max":"8.0.0"}],"confopts":[{"v":["0.4.0","0.4.1"]}]},{"name":"win32ps","license":"BSD-2-Clause","summary":"Win32 process and memory stats","description":"Win32ps is a tiny module which utilizes PSAPI (Process Status Helper) to\nget information about global memory usage and process specific memory and\ncpu time utilization.","phpv":[{"v":["1.0.1"],"min":"4.3","max":"6.0.0"}],"confopts":[{"v":["1.0.1"]}]},{"name":"win32ps_dll","license":"BSD-2-Clause","summary":"Win32 process and memory stats","description":"Win32ps is a tiny module which utilizes PSAPI (Process Status Helper) to\nget information about global memory usage and process specific memory and\ncpu time utilization.","phpv":[{"v":["1.0.1"],"min":"4.3","max":"6.0.0"}],"confopts":[{"v":["1.0.1"]}]},{"name":"win32service","license":"PHP License","summary":"A Windows specific extension to allow PHP to interact with Windows Services.","description":"The win32service extension is a Windows specific extension that allows PHP to communicate with the Service\nControl Manager to start, stop, register and unregister services, and even allows your PHP scripts to run as a\nservice.","phpv":[{"v":["0.1.0"],"min":"5.0.0"},{"v":["0.2.0"],"min":"5.3.0"},{"v":["0.2.1","0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.4.2"],"min":"7.0.1"},{"v":["1.0.0","1.0.1","1.0.2"],"min":"8.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.4.2","1.0.0","1.0.1","1.0.2"]}]},{"name":"win32std","license":"PHP","summary":"Set of standard Windows API functions.","description":"Features\n* Common Win32 dialogs.\n* Wrappers for some standard functions.\n* Registry access\n* Windows executable resource access.\n* Windows binary resources access (r/w)\n* Resource access stream wrapper (read only). Compatible with the res protocol.","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"WinBinder","license":"BSD License","summary":"A Native Windows Binding for PHP","description":"WinBinder is a new extension that allows PHP programmers to build native Window applications. It wraps the Windows API in a lightweight, easy-to-use library, so that program creation is quick and straightforward.","phpv":[{"v":["0.30.101","0.31.104","0.32.108","0.33.113","0.33.114","0.34.117","0.36.126","0.38.133","0.40.152","0.41.154","0.43.164"]},{"v":["0.46.0"],"min":"4.3.10","max":"5.1.4"}],"confopts":[{"v":["0.30.101","0.31.104","0.32.108","0.33.113","0.33.114","0.34.117","0.36.126","0.38.133","0.40.152","0.41.154","0.43.164","0.46.0"]}]},{"name":"WinCache","license":"BSD License","summary":"Windows Cache Extension for PHP","description":"Windows Cache Extension for PHP is a PHP accelerator that is used to increase the speed of PHP applications running on Windows and Windows Server. Once the Windows Cache Extension for PHP is enabled and loaded by the PHP engine, PHP applications can take advantage of the functionality without any code modifications. The extension includes file system cache and relative path cache. In addition the extension provides cache API's and a PHP session handler.","phpv":[{"v":["1.0.0","1.0.1","1.1.0beta2","1.1.0","1.1.0stable","1.3.0","1.3.5.0","1.3.6.1","1.3.7.4","1.3.7.7"],"min":"5.2.0"},{"v":["1.3.7.9","1.3.7.10","1.3.7.11","1.3.7.12"],"min":"5.2.0","max":"6.0.0"},{"v":["2.0.0.0"],"min":"7.0.0"},{"v":["2.0.0.1"],"min":"7.0.0RC3"},{"v":["2.0.0.4","2.0.0.5","2.0.0.6","2.0.0.7","2.0.0.8"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0beta2","1.1.0","1.1.0stable","1.3.0","1.3.5.0","1.3.6.1","1.3.7.4","1.3.7.7","1.3.7.9","1.3.7.10","1.3.7.11","1.3.7.12","2.0.0.0","2.0.0.1","2.0.0.4","2.0.0.5","2.0.0.6","2.0.0.7","2.0.0.8"]}]},{"name":"wkhtmltox","license":"PHP v3.01","summary":"Converting HTML to X since 2017","description":"libwkhtmltox is an open source shared library for converting HTML into PDF and various image formats."},{"name":"wxwidgets","license":"PHP","summary":"Cross-platform widget toolkit.","description":"Wraps the wxWidgets library, which allows to write\nmulti-platform desktop applications that make use of the native\ngraphical components available to the different platforms.","phpv":[{"v":["3.0.0.1","3.0.0.2"],"min":"5.3.0"}],"confopts":[{"v":["3.0.0.1"],"opts":[{"n":"enable-wxwidgets-debug","p":"Enable debugging messages in wxwidgets","d":"no"},{"n":"enable-wxwidgets-monolithic","p":"Enable linking to monolithic version of wxWidgets","d":"no"}]},{"v":["3.0.0.2"],"opts":[{"n":"enable-wxwidgets-debug","p":"Enable debugging messages and symbols in wxwidgets","d":"no"},{"n":"enable-wxwidgets-macosx","p":"Enable Mac OS X building mode","d":"no"}]}]},{"name":"xattr","license":"PHP License","summary":"Extended attributes.","description":"This package allows to manipulate extended attributes on filesystems that support them.","phpv":[{"v":["0.9","1.0"]},{"v":["1.1.0","1.2.0","1.2.1"],"min":"4.0.0"},{"v":["1.3.0RC1","1.3.0","1.3.1"],"min":"5.3.0"},{"v":["1.4.0"],"min":"7.2.0"}],"confopts":[{"v":["0.9","1.0"]},{"v":["1.1.0","1.2.0","1.2.1","1.3.0RC1","1.3.0","1.3.1","1.4.0"],"opts":[{"n":"with-xattr","p":"libattr library installation dir?","d":"autodetect"}]}]},{"name":"xcommerce","license":"BSD","summary":"X.commerce bindings and helper methods","description":"[READ THIS FIRST]\nThe x.commerce ecosystem will be discontinued by Feb. 2013. This extension will be removed by mid-Jan. 2013. Don't use it.\n\nThis extension provides functionality for building and\nconsuming API's in the X.commerce ecosystem.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"],"min":"5.1.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"]}]},{"name":"xdebug","license":"BSD style","summary":"Provides functions for function traces and profiling","description":"The Xdebug extension helps you debugging your script by providing a lot of\nvaluable debug information. The debug information that Xdebug can provide\nincludes the following:\n\n* stack and function traces in error messages with:\no full parameter display for user defined functions\no function name, file name and line indications\no support for member functions\n* memory allocation\n* protection for infinite recursions\n\nXdebug also provides:\n\n* profiling information for PHP scripts\n* code coverage analysis\n* capabilities to debug your scripts interactively with a debug client","phpv":[{"v":["1.2.0","1.3.0rc1","1.3.0rc2","1.3.0","1.3.1","1.3.2","2.0.0beta1","2.0.0beta2","2.0.0beta3"]},{"v":["2.0.0beta4","2.0.0beta5","2.0.0beta6","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5"],"min":"4.3.0"},{"v":["2.1.0beta1","2.1.0beta2","2.1.0beta3","2.1.0RC1","2.1.0","2.1.1RC1","2.1.1","2.1.2","2.1.3","2.1.4","2.2.0RC1","2.2.0RC2","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5"],"min":"5.1.0"},{"v":["2.2.6","2.2.7"],"min":"5.2.0"},{"v":["2.3.0","2.3.1","2.3.2","2.3.3","2.4.0beta1","2.4.0RC1","2.4.0RC2","2.4.0RC3","2.4.0RC4","2.4.0","2.4.1","2.5.0RC1"],"min":"5.4.0"},{"v":["2.5.0","2.5.1","2.5.2","2.5.3","2.5.4","2.5.5","2.6.0alpha1"],"min":"5.5.0"},{"v":["2.6.0beta1","2.6.0RC2","2.6.0","2.6.1","2.7.0alpha1","2.7.0beta1","2.7.0RC1","2.7.0RC2","2.7.0","2.7.1","2.7.2","2.8.0alpha1","2.8.0beta1","2.8.0beta2","2.8.0","2.8.1","2.9.0"],"min":"7.0.0"},{"v":["2.9.1","2.9.2","2.9.3","2.9.4","2.9.5","2.9.6"],"min":"7.1.0"},{"v":["2.9.7","2.9.8"],"min":"7.1.0","max":"7.4.99"},{"v":["3.0.0beta1","3.0.0RC1","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4"],"min":"7.2.0","max":"8.0.99"},{"v":["3.1.0beta1","3.1.0beta2","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6"],"min":"7.2.0","max":"8.1.99"},{"v":["3.2.0alpha1","3.2.0alpha2","3.2.0alpha3","3.2.0RC1","3.2.0RC2","3.2.0","3.2.1","3.2.2"],"min":"8.0.0","max":"8.2.99"},{"v":["3.3.0alpha2","3.3.0alpha3","3.3.0"],"min":"8.0.0","max":"8.3.99"}],"confopts":[{"v":["1.2.0","1.3.0rc1","1.3.0rc2","1.3.0","1.3.1","1.3.2","2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0beta4","2.0.0beta5","2.0.0beta6","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0beta1","2.1.0beta2","2.1.0beta3","2.1.0RC1","2.1.0","2.1.1RC1","2.1.1","2.1.2","2.1.3","2.1.4","2.2.0RC1","2.2.0RC2","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","2.3.0","2.3.1","2.3.2","2.3.3","2.4.0beta1","2.4.0RC1","2.4.0RC2","2.4.0RC3","2.4.0RC4","2.4.0","2.4.1","2.5.0RC1","2.5.0","2.5.1","2.5.2","2.5.3","2.5.4","2.5.5","2.6.0alpha1","2.6.0beta1","2.6.0RC2","2.6.0","2.6.1","2.7.0alpha1","2.7.0beta1","2.7.0RC1","2.7.0RC2","2.7.0","2.7.1","2.7.2","2.8.0alpha1","2.8.0beta1","2.8.0beta2","2.8.0","2.8.1","2.9.0","2.9.1","2.9.2","2.9.3","2.9.4","2.9.5","2.9.6","2.9.7","2.9.8","3.0.0beta1","3.0.0RC1","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.1.0beta1","3.1.0beta2","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6","3.2.0alpha1","3.2.0alpha2","3.2.0alpha3","3.2.0RC1","3.2.0RC2","3.2.0","3.2.1","3.2.2","3.3.0alpha2","3.3.0alpha3","3.3.0"]}]},{"name":"xdiff","license":"PHP License","summary":"File differences/patches.","description":"This extension creates and applies patches to both text and binary files.","phpv":[{"v":["0.2","0.3","1.0","1.1","1.2","1.3","1.4"]},{"v":["1.4.1","1.5.0","1.5.1","1.5.2"],"min":"4.0.0"},{"v":["2.0.0","2.0.1","2.1.0","2.1.1"],"min":"7.0.0"}],"confopts":[{"v":["0.2","0.3","1.0","1.1","1.2","1.3","1.4"]},{"v":["1.4.1","1.5.0","1.5.1","1.5.2","2.0.0","2.0.1","2.1.0","2.1.1"],"opts":[{"n":"with-xdiff","p":"libxdiff library installation dir?","d":"autodetect"}]}]},{"name":"xhprof","license":"Apache 2.0","summary":"XHProf: A Hierarchical Profiler for PHP","description":"XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based navigational interface. The raw data collection component is implemented in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable of reporting function-level inclusive and exclusive wall times, memory usage, CPU times and number of calls for each function. Additionally, it supports ability to compare two runs (hierarchical DIFF reports), or aggregate results from multiple runs.","phpv":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4"],"min":"5.2.0"},{"v":["2.1.2","2.1.3","2.1.4","2.2.0","2.2.1","2.2.2","2.2.3","2.3.0","2.3.1","2.3.2","2.3.3","2.3.4","2.3.5","2.3.6","2.3.7","2.3.8","2.3.9"],"min":"7.0.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4","2.1.2","2.1.3","2.1.4","2.2.0","2.2.1","2.2.2","2.2.3","2.3.0","2.3.1","2.3.2","2.3.3","2.3.4","2.3.5","2.3.6","2.3.7","2.3.8","2.3.9"]}]},{"name":"xlswriter","license":"BSD license","summary":"Efficient and fast xlsx file extension.","description":"xlswriter is a PHP C Extension that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.\n\nWriter\n\n- 100% compatible Excel XLSX files.\n- Full Excel formatting.\n- Merged cells.\n- Defined names.\n- Autofilters.\n- Charts.\n- Data validation and drop down lists.\n- Worksheet PNG/JPEG images.\n- Memory optimization mode for writing large files.\n- Works on Linux, FreeBSD, OpenBSD, OS X, Windows.\n- Compiles for 32 and 64 bit.\n- FreeBSD License.\n- The only dependency is on zlib.\n\nReader\n\n- Full read data\n- Cursor read data\n- Read by data type\n- Xlsx to csv","phpv":[{"v":["1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0","1.3.1","1.3.2","1.3.3","1.3.3.1","1.3.3.2","1.3.4","1.3.4.1","1.3.5","1.3.6","1.3.7","1.4.0","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5"],"min":"7.0.0"}],"confopts":[{"v":["1.2.4","1.2.5","1.2.6"]},{"v":["1.2.7","1.2.8","1.2.9","1.3.0"],"opts":[{"n":"enable-reader","p":"enable reader supports?","d":"no"}]},{"v":["1.3.1","1.3.2","1.3.3","1.3.3.1","1.3.3.2","1.3.4","1.3.4.1","1.3.5","1.3.6","1.3.7","1.4.0","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5"],"opts":[{"n":"enable-reader","p":"enable reader supports?","d":"yes"}]}]},{"name":"xmldiff","license":"BSD 2-clause","summary":"XML diff and merge","description":"The extension is able to produce diffs of two XML documents and then to apply the difference to the source document. The diff is a XML document containing copy/insert/delete instruction nodes in human readable format. DOMDocument objects, local files and strings in memory can be processed.","phpv":[{"v":["0.8.0","0.9.0","0.9.1","0.9.2","1.1.0","1.1.1","1.1.2","1.1.3"],"min":"5.3"}],"confopts":[{"v":["0.8.0","0.9.0","0.9.1","0.9.2","1.1.0","1.1.1","1.1.2","1.1.3"]}]},{"name":"xmlReader","license":"PHP License","summary":"Provides fast, non-cached, forward-only access to XML data under PHP 5.\n\nNOTE: This extension is part of core, thus, the PECL extension is dead.","description":"This extension wraps the libxml xmlReader API. The reader acts as a cursor\ngoing forward on the document stream and stopping at each node in the way.\nxmlReader is similar to SAX though uses a much simpler API.","phpv":[{"v":["0.1","0.2","1.0","1.0.1"]}],"confopts":[{"v":["0.1","0.2","1.0","1.0.1"]}]},{"name":"xmlrpc","license":"PHP","summary":"Functions to write XML-RPC servers and clients","description":"These functions can be used to write XML-RPC servers and clients. You can find\nmore information about XML-RPC at http://www.xmlrpc.com/, and more documentation\non this extension and its functions at http://xmlrpc-epi.sourceforge.net/.\n\nThe extension is unbundled from php-src as of PHP 8.0.0, because the underlying\nlibxmlrpc has obviously been abandoned. It is recommended to reevaluate using\nthis extension.","phpv":[{"v":["1.0.0RC1","1.0.0RC2","1.0.0RC3"],"min":"8.0.0"}],"confopts":[{"v":["1.0.0RC1","1.0.0RC2","1.0.0RC3"]}]},{"name":"XMLRPCi","license":"PHP","summary":"Improved XML-RPC","description":"A re-write of the old ext/xmlrpc extension for PHP 5 implmenting object overloading\nand built on top of the libxml2 library. It strives to be a completely backward\ncompatiable replacement to the ext/xmlrpc extension","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"xmlwriter","license":"PHP","summary":"Provides fast, non-cached, forward-only means to write XML data.\n\nThis PECL extension is dead, instead use XMLWriter that comes with core (as of PHP 5.1.2)","description":"This extension wraps the libxml xmlWriter API. Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data.","phpv":[{"v":["0.1","0.2","1.0"]},{"v":["2.0.0","2.0.1","2.0.2","2.0.4"],"min":"4.3.0"}],"confopts":[{"v":["0.1","0.2","1.0","2.0.0","2.0.1","2.0.2","2.0.4"]}]},{"name":"xmms","license":"PHP","summary":"Provides functions to interact with xmms","description":"A simple libxmms extension","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"xmp","license":"Apache 2.0","summary":"Bindings for the libxmp library","description":"PHP extension for managing (e.g. playing, decoding, retrieving metadata, mixing)\nmodule tracked files (http://en.wikipedia.org/wiki/Module_file),\nlibxmp is available from http://xmp.sourceforge.net/","phpv":[{"v":["4.2.0"],"min":"4.0.0","max":"6.0.0"}],"confopts":[{"v":["4.2.0"]}]},{"name":"xrange","license":"PHP License","summary":"Numeric iterator primitives","description":"xrange is a compiled extension that provides numeric iteration primitives to PHP on top of SPL. It includes a lean numeric range generator / iterator, modeled after Python's xrange() function. It's intended to provide an alternative for all numeric iteration and looping.","phpv":[{"v":["1.3","1.3.1","1.3.2"],"min":"5.0.0"}],"confopts":[{"v":["1.3","1.3.1","1.3.2"]}]},{"name":"xslcache","license":"PHP License","summary":"A modification of PHP's standard XSL extension that caches the parsed XSL stylesheet representation","description":"The XSL Cache extension is a modification of PHP's standard XSL extension that caches\nthe parsed XSL stylesheet representation between sessions for 2.5x boost in performance\nfor sites that repeatedly apply the same transform. Although there is still some further\nwork that could be done on the extension, this code is already proving beneficial in\nproduction use for a few applications on the New York Times' website.","phpv":[{"v":["0.7.0","0.7.1","0.7.2"],"min":"5.2.1","max":"6.0.0"}],"confopts":[{"v":["0.7.0","0.7.1","0.7.2"],"opts":[{"n":"with-xslcache","p":"Please provide the prefix of LibXSLT installation","d":"autodetect"}]}]},{"name":"xxtea","license":"MIT","summary":"XXTEA encryption algorithm extension for PHP.","description":"XXTEA encryption algorithm extension for PHP.\nXXTEA is a fast and secure encryption algorithm. This is a XXTEA extension for PHP.\nIt is different from the original XXTEA encryption algorithm. It encrypts and decrypts string instead of uint32 array, and the key is also string.","phpv":[{"v":["1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11"],"min":"5.0"}],"confopts":[{"v":["1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11"],"opts":[{"n":"enable-xxtea","p":"whether to enable xxtea support","d":"yes"}]}]},{"name":"yac","license":"PHP","summary":"lockless user data cache","description":"yac is a fast, lock-free, shared memory user data cache for PHP. it can be used to replace APC or local memcached.","phpv":[{"v":["0.9.0","0.9.1","0.9.2"],"min":"5.2.0"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.1.1","2.1.2","2.2.0","2.2.1","2.3.0","2.3.1"],"min":"7.0.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.1.1","2.1.2"]},{"v":["2.2.0","2.2.1","2.3.0","2.3.1"],"opts":[{"n":"enable-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-json","p":"enable json serializer support?","d":"no"},{"n":"enable-msgpack","p":"enable msgpack serializer support?","d":"no"}]}]},{"name":"yaconf","license":"PHP","summary":"PHP Persistent Configurations Container","description":"Yaconf is a configurations container, it parses ini files, and store the result in PHP when PHP is started","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.1.0","1.1.1","1.1.2"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.1.0","1.1.1","1.1.2"]}]},{"name":"yaf","license":"PHP","summary":"PHP Framework in PHP extension","description":"Yaf is a PHP framework similar to zend framework, which is written in c and built as PHP extension","phpv":[{"v":["2.0.0","2.0.1"],"min":"5.1.0","max":"5.3.6"},{"v":["2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.1.7","2.1.8","2.1.9","2.1.10","2.1.11","2.1.12","2.1.13","2.1.14","2.1.15","2.1.16","2.1.17","2.1.18"],"min":"5.2.0","max":"5.4.0"},{"v":["2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","2.2.8","2.2.9","2.3.1","2.3.2","2.3.3","2.3.4","2.3.5"],"min":"5.2.0"},{"v":["3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8","3.0.9","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.2.0","3.2.1","3.2.2","3.2.3","3.2.4","3.2.5","3.3.0","3.3.1","3.3.2","3.3.3","3.3.4","3.3.5"],"min":"7.0.0"}],"confopts":[{"v":["2.0.0","2.0.1","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.1.7","2.1.8","2.1.9","2.1.10","2.1.11","2.1.12","2.1.13","2.1.14","2.1.15","2.1.16","2.1.17","2.1.18","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","2.2.8","2.2.9","2.3.1","2.3.2","2.3.3","2.3.4","2.3.5","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8","3.0.9","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.2.0","3.2.1","3.2.2","3.2.3","3.2.4","3.2.5","3.3.0","3.3.1","3.3.2","3.3.3","3.3.4","3.3.5"]}]},{"name":"yami","license":"PHP License","summary":"Lightweight inter-object communication infrastructure","description":"This binding allows PHP programs to communicate with servers\nwritten using YAMI, opening up a wide range of possibilities.\n\nYAMI (http://msobczak.com/prog/yami/concept/) is a tiny library\nthat provides lightweight inter-object communication infrastructure.\nThere are only three concepts that one need to understand (Domain,\nAgent,Message) in order to write high performance servers (and clients)\nin C/C++.","phpv":[{"v":["1.0","1.0.1","200707230007"],"min":"5.2.1","max":"6.0.0"}],"confopts":[{"v":["1.0","1.0.1","200707230007"]}]},{"name":"yaml","license":"MIT","summary":"YAML-1.1 parser and emitter","description":"Support for YAML 1.1 (YAML Ain't Markup Language) serialization using the\nLibYAML library.","phpv":[{"v":["0.6.2","0.6.3","1.0.0","1.0.1","1.1.0RC1","1.1.0RC2","1.1.0","1.1.1","1.2.0"],"min":"5.2.0"},{"v":["1.3.0b1","1.3.0","1.3.1","1.3.2"],"min":"5.3.3"},{"v":["2.0.0RC1"],"min":"7.0.0RC5"},{"v":["2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0RC5","2.0.0RC6","2.0.0RC7","2.0.0RC8","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4"],"min":"7.0.0-dev"},{"v":["2.1.0","2.2.0b1","2.2.0b2","2.2.0","2.2.1","2.2.2","2.2.3"],"min":"7.1.0"}],"confopts":[{"v":["0.6.2","0.6.3"]},{"v":["1.0.0","1.0.1","1.1.0RC1","1.1.0RC2","1.1.0","1.1.1","1.2.0","1.3.0b1","1.3.0","1.3.1","1.3.2","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0RC5","2.0.0RC6","2.0.0RC7","2.0.0RC8","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.2.0b1","2.2.0b2","2.2.0","2.2.1","2.2.2","2.2.3"],"opts":[{"n":"with-yaml","p":"Please provide the prefix of libyaml installation","d":"autodetect"}]}]},{"name":"yar","license":"PHP","summary":"Light, concurrent RPC framework","description":"Yar(Yet another RPC framework) is a light, concurrent RPC framework, supports multi package protocols (json, msgpack)","phpv":[{"v":["1.0.0","1.1.0","1.1.1","1.1.2","1.2.0"],"min":"5.2.0","max":"5.4.5"},{"v":["1.2.1","1.2.2","1.2.3","1.2.4"],"min":"5.2.0"},{"v":["1.2.5"],"min":"5.2.0","max":"5.6.99"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0","2.1.1","2.1.2","2.2.0","2.2.1","2.3.0","2.3.1","2.3.2"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3"]},{"v":["1.2.4","1.2.5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0","2.1.1","2.1.2","2.2.0","2.2.1","2.3.0","2.3.1","2.3.2"],"opts":[{"n":"enable-msgpack","p":"Enable Msgpack Supports","d":"no"}]}]},{"name":"yaz","license":"revised BSD","summary":"Z39.50/SRU client","description":"This extension implements a Z39.50/SRU client for PHP using the YAZ toolkit and the ZOOM framework.\n\nFind more information at:\nhttp://www.indexdata.com/phpyaz\nhttp://www.indexdata.com/yaz","phpv":[{"v":["0.9","1.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]},{"v":["1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.2.0","1.2.1","1.2.2","1.2.3"],"min":"4.3"},{"v":["1.2.4"],"min":"5.0"}],"confopts":[{"v":["0.9","1.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]},{"v":["1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4"],"opts":[{"n":"with-yaz","p":"path to YAZ installation?","d":"autodetect"}]}]},{"name":"yp","license":"PHP 3.01","summary":"YP/NIS functions","description":"NIS (formerly called Yellow Pages) allows network management\nof important administrative files (e.g. the password file).","phpv":[{"v":["1.0.0RC1","1.0.0","1.0.1"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0RC1","1.0.0","1.0.1"]}]},{"name":"ZendOpcache","license":"PHP License","summary":"The Zend OPcache provides faster PHP execution through opcode caching and optimization.","description":"The Zend OPcache provides faster PHP execution through opcode caching and\noptimization. It improves PHP performance by storing precompiled script\nbytecode in the shared memory. This eliminates the stages of reading code from\nthe disk and compiling it on future access. In addition, it applies a few\nbytecode optimization patterns that make code execution faster.","phpv":[{"v":["7.0.0","7.0.1","7.0.2","7.0.3","7.0.4"],"min":"5.2.0"},{"v":["7.0.5"],"min":"5.2.0","max":"5.5.0"}],"confopts":[{"v":["7.0.0","7.0.1","7.0.2","7.0.3","7.0.4","7.0.5"]}]},{"name":"zephir_parser","license":"MIT License","summary":"Zephir Parser delivered as a C extension for PHP","description":"The Zephir Parsers parses Zephir into C files","phpv":[{"v":["1.4.0","1.4.1"],"min":"7.0.0","max":"8.0.99"},{"v":["1.4.2","1.5.0"],"min":"7.0.0","max":"8.1.99"},{"v":["1.5.1","1.5.2","1.5.3"],"min":"7.0.0","max":"8.2.99"},{"v":["1.6.0"],"min":"7.0.0","max":"8.3.99"}],"confopts":[{"v":["1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.5.3","1.6.0"]}]},{"name":"zeroconf","license":"PHP","summary":"A PHP interface for browsing network services using ZeroConf","description":"Provides an interface for browsing and publishing network services\nvia ZeroConf using Apple's Rendezvous/OpenTalk library. You can browse the network for specific\nservices like database servers (PostgreSQL, Sybase, InterBase), Apple File\nSharing, web services via Apache's mod_rendezvous, etc. and discover the IP\naddress and port for each found service.","phpv":[{"v":["0.1","0.1.1","0.1.2"]},{"v":["0.5.0"],"min":"4.0.0"},{"v":["1.0"]}],"confopts":[{"v":["0.1","0.1.1","0.1.2","0.5.0","1.0"]}]},{"name":"zip","license":"PHP 3.01","summary":"A zip management extension","description":"Zip is an extension to create, modify and read zip files.","phpv":[{"v":["1.0"]},{"v":["1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.3.0","1.3.1","1.4.0","1.4.1","1.5.0","1.6.0","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.8.0","1.8.1","1.8.2","1.8.3","1.8.4","1.8.5","1.8.6","1.8.7","1.8.8","1.8.9","1.8.10","1.9.0","1.10.1","1.10.2","1.11.0","1.12.0","1.12.1","1.12.2","1.12.3","1.12.4","1.12.5","1.13.0","1.13.1","1.13.2","1.13.3","1.13.4","1.13.5","1.14.0","1.15.0","1.15.1","1.15.2","1.15.3","1.15.4","1.15.5","1.16.0","1.16.1"],"min":"4.3.0"},{"v":["1.17.0","1.17.1","1.17.2","1.18.0RC1","1.18.0RC2","1.18.0RC3","1.18.0RC4","1.18.0RC5","1.18.0RC6","1.18.0","1.18.1","1.18.2","1.19.0","1.19.1","1.19.2"],"min":"5.4.0"},{"v":["1.19.3","1.19.4","1.19.5","1.20.0","1.20.1"],"min":"5.4.0","max":"8.1.99"},{"v":["1.21.0","1.21.1"],"min":"5.4.0","max":"8.2.99"},{"v":["1.22.0","1.22.1","1.22.2","1.22.3"],"min":"5.4.0","max":"8.3.99"}],"confopts":[{"v":["1.0","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.3.0","1.3.1","1.4.0","1.4.1","1.5.0","1.6.0","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.8.0","1.8.1","1.8.2","1.8.3","1.8.4","1.8.5","1.8.6","1.8.7","1.8.8","1.8.9","1.8.10","1.9.0","1.10.1","1.10.2","1.11.0","1.12.0","1.12.1","1.12.2","1.12.3","1.12.4","1.12.5","1.13.0","1.13.1","1.13.2","1.13.3","1.13.4","1.13.5","1.14.0","1.15.0","1.15.1","1.15.2","1.15.3","1.15.4","1.15.5","1.16.0","1.16.1","1.17.0","1.17.1","1.17.2","1.18.0RC1","1.18.0RC2","1.18.0RC3","1.18.0RC4","1.18.0RC5","1.18.0RC6","1.18.0","1.18.1","1.18.2","1.19.0","1.19.1","1.19.2","1.19.3","1.19.4","1.19.5","1.20.0","1.20.1","1.21.0","1.21.1","1.22.0","1.22.1","1.22.2","1.22.3"]}]},{"name":"zlib_filter","license":"PHP","summary":"zlib filter implementation backport for PHP 5.0","description":"RFC 1951 inflate/deflate stream filter implementation. Performs inline compression/decompression using the deflate method on any PHP I/O stream. The data produced by this filter, while compatable with the payload portion of an RFC 1952 gzip file, does not include headers or tailers for full RFC 1952 gzip compatability. To achieve this format, use the compress.zlib:// fopen wrapper built directly into PHP.","phpv":[{"v":["1.0.1","1.1"]}],"confopts":[{"v":["1.0.1","1.1"]}]},{"name":"zmq","license":"BSD License","summary":"ZeroMQ messaging","description":"ZeroMQ is a software library that lets you quickly design and implement a fast message-based applications.","phpv":[{"v":["1.0.7","1.0.8","1.0.9","1.1.0","1.1.1","1.1.2"],"min":"5.2.0"},{"v":["1.1.3"],"min":"5.3.0"}],"confopts":[{"v":["1.0.7","1.0.8","1.0.9","1.1.0","1.1.1","1.1.2","1.1.3"],"opts":[{"n":"with-zmq","p":"Please provide the prefix of libzmq installation","d":"autodetect"}]}]},{"name":"zookeeper","license":"PHP","summary":"PHP extension for interfacing with Apache ZooKeeper","description":"This extension provides API for communicating with ZooKeeper service.","phpv":[{"v":["0.1.0","0.2.0","0.2.1","0.2.2","0.2.3"],"min":"5.2.0","max":"6.0.0"},{"v":["0.3.0","0.3.1"],"min":"5.2.0","max":"7.1.0"},{"v":["0.3.2","0.4.0"],"min":"5.2.0","max":"7.1.99"},{"v":["0.4.1","0.5.0","0.6.0"],"min":"5.2.0","max":"7.2.99"},{"v":["0.6.1","0.6.2","0.6.3","0.6.4"],"min":"7.0.0","max":"7.2.99"},{"v":["0.7.0","0.7.1","0.7.2"],"min":"7.0.0","max":"7.4.99"},{"v":["1.0.0"],"min":"7.0.0","max":"8.0.99"},{"v":["1.2.0","1.2.1"],"min":"7.0.0","max":"8.2.99"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","0.7.0","0.7.1","0.7.2","1.0.0","1.2.0","1.2.1"]}]},{"name":"zstd","license":"MIT","summary":"Zstandard extension","description":"PHP extension for compression and decompression with Zstandard library.","phpv":[{"v":["0.7.5","0.7.6","0.7.7","0.8.0","0.8.1","0.9.0RC1","0.9.0","0.10.0","0.11.0"],"min":"5.2"},{"v":["0.12.0","0.12.1","0.12.2","0.12.3","0.13.0","0.13.1"],"min":"7.0"}],"confopts":[{"v":["0.7.5","0.7.6","0.7.7","0.8.0","0.8.1","0.9.0RC1","0.9.0","0.10.0","0.11.0","0.12.0","0.12.1","0.12.2","0.12.3","0.13.0","0.13.1"]}]}] \ No newline at end of file +[{"name":"ahocorasick","license":"PHP License","summary":"Effective Aho-Corasick string pattern matching algorithm","description":"PHP extension implementing Aho-Corasick pattern matching algorithm (more on wiki).\n\nIs especially effective if there is a large database of needles (=strings to be searched, for example virus\nsignatures). Another advantage is that built search structure is initialized before search in separate call thus\nit can be called more times with different haystack, saving time.\n\nComputing Aho-Corasick in th native code (PHP extension) rather than in a pure PHP manner gives this\nimplementation significant performance boost.","phpv":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7"],"min":"5.2.0","max":"7.3.99"}],"confopts":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7"]}]},{"name":"amfext","license":"PHP","summary":"ActionScript Message Format extension","description":"Allows to encode and decode PHP data in ActionScript Message Format (AMF) version 0 and 3","phpv":[{"v":["0.9.1","0.9.2"]}],"confopts":[{"v":["0.9.1","0.9.2"]}]},{"name":"amqp","license":"PHP License","summary":"Communicate with any AMQP compliant server","description":"This extension can communicate with any AMQP spec 0-9-1 compatible server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to create and delete exchanges and queues, as well as publish to any exchange and consume from any queue.","phpv":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2","0.3.0","0.3.1"],"min":"4.3.0"},{"v":["1.0.0","1.0.1","1.0.3"],"min":"5.0.0"},{"v":["1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.2.0","1.3.0","1.4.0beta1","1.4.0beta2","1.4.0","1.6.0beta2","1.6.0beta3","1.6.0beta4","1.6.0","1.6.1","1.7.0alpha1","1.7.0alpha2"],"min":"5.2.0"},{"v":["1.7.0","1.7.1","1.8.0beta1","1.8.0beta2","1.8.0","1.9.0beta1","1.9.0beta2","1.9.0","1.9.1","1.9.3","1.9.4"],"min":"5.3.0"},{"v":["1.10.0","1.10.2","1.11.0beta","1.11.0RC1","1.11.0"],"min":"5.6.0"},{"v":["2.0.0alpha1","2.0.0alpha2","2.0.0beta1","2.0.0beta2","2.0.0RC1","2.0.0","2.1.0","2.1.1"],"min":"7.4.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2","0.3.0","0.3.1","1.0.0","1.0.1","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.2.0","1.3.0","1.4.0beta1","1.4.0beta2","1.4.0","1.6.0beta2","1.6.0beta3","1.6.0beta4","1.6.0","1.6.1"]},{"v":["1.7.0alpha1","1.7.0alpha2","1.7.0","1.7.1","1.8.0beta1","1.8.0beta2","1.8.0","1.9.0beta1","1.9.0beta2","1.9.0","1.9.1","1.9.3","1.9.4","1.10.0","1.10.2","1.11.0beta","1.11.0RC1","1.11.0","2.0.0alpha1","2.0.0alpha2","2.0.0beta1","2.0.0beta2","2.0.0RC1","2.0.0","2.1.0","2.1.1"],"opts":[{"n":"with-librabbitmq-dir","p":"Set the path to librabbitmq install prefix","d":"autodetect"}]}]},{"name":"AOP","license":"PHP License","summary":"Aspect Oriented Programming On PHP","description":"AOP is a PECL extension that enables you to use Aspect Oriented Programming in PHP, without the need to compile or proceed to any other intermediate step before publishing your code.\n\nThe AOP extension is designed to be the easiest way you can think of for integrating AOP to PHP.\n\nAOP aims to allow separation of cross-cutting concerns (cache, log, security, transactions, ...)","phpv":[{"v":["0.1.0","0.2.0","0.2.1b1","0.2.1b2","0.2.1b3","0.2.1b4","0.2.1b5","0.2.1","0.2.2b1"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1b1","0.2.1b2","0.2.1b3","0.2.1b4","0.2.1b5","0.2.1","0.2.2b1"]}]},{"name":"ApacheAccessor","license":"PHP 3.01","summary":"simple API to Apache runtime configuration","description":"ApacheAccessor lets you retrieve Apache configuration (at runtime of current proccess) as PHP array or dump it as HTML table.","phpv":[{"v":["0.1.0","0.1.1","0.5.1","1.0.1"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.5.1","1.0.1"],"opts":[{"n":"with-apxs","p":"Please provide the prefix of apxs2 binary","d":"autodetect"},{"n":"with-aprconfig","p":"Please provide the prefix of aprconfig binary","d":"autodetect"}]}]},{"name":"APC","license":"PHP License","summary":"Alternative PHP Cache","description":"APC is a free, open, and robust framework for caching and optimizing PHP intermediate code.","phpv":[{"v":["2.0","2.0.2","2.0.3","2.0.4","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8"]},{"v":["3.0.9","3.0.10","3.0.11","3.0.12","3.0.12p1","3.0.12p2","3.0.13","3.0.14","3.0.15","3.0.16","3.0.17","3.0.18","3.0.19"],"min":"4.3.0"},{"v":["3.1.1","3.1.2","3.1.3","3.1.3p1","3.1.4","3.1.5","3.1.6","3.1.7","3.1.8","3.1.9","3.1.10","3.1.11","3.1.12","3.1.13"],"min":"5.1.0"}],"confopts":[{"v":["2.0","2.0.2","2.0.3","2.0.4","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8"]},{"v":["3.0.9","3.0.10","3.0.11","3.0.12","3.0.12p1","3.0.12p2"],"opts":[{"n":"enable-apc-mmap","p":"Use mmap instead of shmget (usually a good idea)","d":"yes"},{"n":"with-apxs","p":"Use apxs to set compile flags (if using APC with Apache)?","d":"yes"}]},{"v":["3.0.13","3.0.14","3.0.15","3.0.16","3.0.17","3.0.18","3.0.19","3.1.1"],"opts":[{"n":"with-apxs","p":"Use apxs to set compile flags (if using APC with Apache)?","d":"yes"}]},{"v":["3.1.2"],"opts":[{"n":"enable-apc-filehits","p":"Enable per request file info about files used from the APC cache","d":"no"},{"n":"enable-spinlocks","p":"Enable spin locks (EXPERIMENTAL)","d":"no"}]},{"v":["3.1.3","3.1.3p1","3.1.4","3.1.5","3.1.6"],"opts":[{"n":"enable-apc-filehits","p":"Enable per request file info about files used from the APC cache","d":"no"},{"n":"enable-apc-spinlocks","p":"Enable spin locks (EXPERIMENTAL)","d":"no"}]},{"v":["3.1.7","3.1.8","3.1.9"],"opts":[{"n":"enable-apc-debug","p":"Enable internal debugging in APC","d":"no"},{"n":"enable-apc-filehits","p":"Enable per request file info about files used from the APC cache","d":"no"},{"n":"enable-apc-spinlocks","p":"Enable spin locks (EXPERIMENTAL)","d":"no"},{"n":"enable-apc-memprotect","p":"Enable memory protection (EXPERIMENTAL)","d":"no"},{"n":"enable-apc-pthreadmutex","p":"Enable pthread mutexes (default)","d":"yes"},{"n":"enable-apc-pthreadrwlocks","p":"Enable pthread read/write locks (EXPERIMENTAL)","d":"no"}]},{"v":["3.1.10","3.1.11","3.1.12","3.1.13"],"opts":[{"n":"enable-apc-debug","p":"Enable internal debugging in APC","d":"no"},{"n":"enable-apc-filehits","p":"Enable per request file info about files used from the APC cache","d":"no"},{"n":"enable-apc-spinlocks","p":"Enable spin locks (EXPERIMENTAL)","d":"no"},{"n":"enable-apc-memprotect","p":"Enable memory protection (EXPERIMENTAL)","d":"no"},{"n":"enable-apc-pthreadmutex","p":"Enable pthread mutexes (default)","d":"no"},{"n":"enable-apc-pthreadrwlocks","p":"Enable pthread read/write locks (EXPERIMENTAL)","d":"yes"}]}]},{"name":"APCu","license":"PHP License","summary":"APCu - APC User Cache","description":"APC User Caching","phpv":[{"v":["4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.0.10","4.0.11"],"min":"5.3.0"},{"v":["5.1.0","5.1.2","5.1.3","5.1.4","5.1.5","5.1.6","5.1.7","5.1.8","5.1.9","5.1.10","5.1.11","5.1.12","5.1.13","5.1.14","5.1.15","5.1.16","5.1.17","5.1.18","5.1.19","5.1.20","5.1.21","5.1.22","5.1.23"],"min":"7.0.0-dev"}],"confopts":[{"v":["4.0.0"]},{"v":["4.0.1","4.0.2","4.0.3","4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.0.10","4.0.11","5.1.0","5.1.2"],"opts":[{"n":"enable-apc-bc","p":"Enable full APC compatibility","d":"yes"},{"n":"enable-apcu-debug","p":"Enable internal debugging in APCu","d":"no"}]},{"v":["5.1.3","5.1.4","5.1.5","5.1.6","5.1.7","5.1.8","5.1.9","5.1.10","5.1.11","5.1.12","5.1.13","5.1.14","5.1.15","5.1.16","5.1.17","5.1.18","5.1.19","5.1.20","5.1.21","5.1.22","5.1.23"],"opts":[{"n":"enable-apcu-debug","p":"Enable internal debugging in APCu","d":"no"}]}]},{"name":"apcu_bc","license":"PHP License","summary":"APCu Backwards Compatibility Module","description":"This module provides a backwards APC compatible API using APCu.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"]}]},{"name":"apd","license":"PHP License","summary":"A full-featured engine-level profiler/debugger","description":"APD is a full-featured profiler/debugger that is loaded as a zend_extension. It aims to be an analog of C's gprof or Perl's Devel::DProf.","phpv":[{"v":["0.2","0.3","0.3p1","0.3p2","0.4","0.4p1","0.4p2","0.9","0.9.1","0.9.2","1.0","1.0.1"]}],"confopts":[{"v":["0.2","0.3","0.3p1","0.3p2","0.4","0.4p1","0.4p2","0.9","0.9.1","0.9.2","1.0","1.0.1"]}]},{"name":"apfd","license":"BSD-2-Clause","summary":"Always Populate Form Data","description":"This tiny extension lets PHP's post handler parse `multipart/form-data` and\n`application/x-www-form-urlencoded` (or any other customly registered form data\nhandler, like \"json_post\") without regard to the request's request method.\n\nThis extension does not provide any INI entries, constants, functions or classes.","phpv":[{"v":["1.0.0RC1","1.0.0","1.0.1","1.0.2","1.0.3"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0RC1","1.0.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"APM","license":"PHP License","summary":"Alternative PHP Monitor","description":"Monitoring extension for PHP, collects error events and statistics and send them to one of his drivers:\nSQLite and MariaDB/MySQL drivers are storing those in a database.\nStatsD driver sends them to StatsD using UDP.\nSocket driver sends them via UDP or TCP socket using its dedicated protocol.\nMore drivers to come (SNMP, e-mail, Hadoop,...).\n\nA web frontend exists for manipulating the data stored in database at: https://github.com/patrickallaert/php-apm-web","phpv":[{"v":["1.0.0beta1","1.0.0beta2","1.0.0beta3","1.0.0","1.0.1","1.1.0beta1","1.1.0beta2","1.1.0beta3","1.1.0beta4","1.1.0RC1","1.1.0RC2","2.0.0alpha1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0","2.1.1","2.1.2","2.1.3"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0beta1","1.0.0beta2","1.0.0beta3"]},{"v":["1.0.0","1.0.1","1.1.0beta1","1.1.0beta2","1.1.0beta3","1.1.0beta4","1.1.0RC1","1.1.0RC2","2.0.0alpha1"],"opts":[{"n":"with-sqlite3","p":"Enable Sqlite3 support","d":"yes"},{"n":"with-mysql","p":"Enable MySQL support","d":"yes"}]},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0","2.1.1","2.1.2","2.1.3"],"opts":[{"n":"with-sqlite3","p":"Enable Sqlite3 support","d":"yes"},{"n":"with-mysql","p":"Enable MariaDB/MySQL support","d":"yes"},{"n":"enable-socket","p":"Enable Socket support","d":"yes"},{"n":"enable-statsd","p":"Enable Statsd support","d":"yes"}]}]},{"name":"apn","license":"PHP 3.01","summary":"An extension for sending push notifications to iOS and OS X devices from within your PHP code","description":"apn is a PHP extension to introduce simple yet powerful interface for sending push notifications to iOS\nand OS X devices from within your PHP code","phpv":[{"v":["1.0.1","1.0.2","1.0.3"],"min":"5.3.0"}],"confopts":[{"v":["1.0.1","1.0.2","1.0.3"],"opts":[{"n":"with-apn","p":"libcapn installation prefix","d":"no"}]}]},{"name":"archive","license":"PHP License","summary":"archive extension","description":"archive extension allows to read and write\ntar and cpio archives using libarchive (http://people.freebsd.org/~kientzle/libarchive/).","phpv":[{"v":["0.2"]}],"confopts":[{"v":["0.2"]}]},{"name":"ares","license":"BSD-2-Clause","summary":"Asynchronous Resolver","description":"Binding for the ares (MIT) or c-ares (CURL) library.","phpv":[{"v":["0.5.0","0.6.0","0.7.0","0.8.0"],"min":"4.3","max":"6.0"}],"confopts":[{"v":["0.5.0","0.6.0","0.7.0","0.8.0"],"opts":[{"n":"with-ares","p":"whether to enable asynchronous resolver support","d":"yes"}]}]},{"name":"ast","license":"BSD-3-Clause","summary":"Extension exposing PHP 7 abstract syntax tree","description":"php-ast exports the AST internally used by PHP 7.\nphp-ast is significantly faster than PHP-Parser, because the AST construction is implemented in C.\nHowever, php-ast may only parse code that is syntactically valid on the version of PHP it runs on.","phpv":[{"v":["0.1.5","0.1.6","0.1.7","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.0.15","1.0.16"],"min":"7.0.0"},{"v":["1.1.0","1.1.1"],"min":"7.2.0"}],"confopts":[{"v":["0.1.5","0.1.6","0.1.7","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.0.15","1.0.16","1.1.0","1.1.1"]}]},{"name":"augeas","license":"PHP License","summary":"PHP bindings to the Augeas API","description":"Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files. This extension provides PHP bindings to it's API.","phpv":[{"v":["0.3","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1"],"min":"5.2"}],"confopts":[{"v":["0.3","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1"]}]},{"name":"automap","license":"PHP License","summary":"The automap accelerator","description":"For performance reasons, this extension is now merged into the PHK extension, which now contains the Automap *and* PHK accelerators."},{"name":"awscrt","license":"Apache 2.0","summary":"AWS Common Runtime PHP bindings","description":"AWS Common Runtime provides a set of low level tools as network protocols and authentication used by the AWSSDK for PHP to provide high level API to access AWS services.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"],"min":"7.4.0"},{"v":["1.0.6","1.0.7"],"min":"7.2.0"},{"v":["1.0.8","1.0.9","1.0.10","1.0.11","1.1.0"],"min":"7.4.0"},{"v":["1.2.0","1.2.1","1.2.2","1.2.3"],"min":"5.5.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.1.0","1.2.0","1.2.1","1.2.2","1.2.3"]}]},{"name":"axis2","license":"The Apache 2.0 License","summary":"Web Services for PHP","description":"This extension provides support for providing and consuming Web services based on Apache Axis2/C.\n\nThe development of this extension has been moved to WSO2 WSF/PHP Project.\nYou can download the latest release of this package from the downloads page.\nPlease note that there is a pecl package available.\n\nThis package has full Web services support including WS-Addressing, WS-Security, WS-Security Policy , MTOM for binary attachments, WSDL Generation and contract first Web services (WSDL mode). It also has some level of REST support."},{"name":"base58","license":"MIT License","summary":"Encode and decode data with base58","description":"PHP extension for base58 encoding and decoding using the Bitcoin alphabet","phpv":[{"v":["0.1.3"],"min":"7.0.0"},{"v":["0.1.4"],"min":"7.1.0"},{"v":["1.0.0","1.0.1","1.0.2"],"min":"7.0.0"}],"confopts":[{"v":["0.1.3","0.1.4","1.0.0","1.0.1","1.0.2"]}]},{"name":"bbcode","license":"PHP / BSD","summary":"BBCode parsing Extension","description":"This is a quick and efficient BBCode Parsing Library.\nIt provides various tag types, high speed tree based parsing,\ncallback system, tag position restriction, Smiley Handling,\nSubparsing\n\nIt will force closing BBCode tags in the good order, and closing\nterminating tags at the end of the string this is in order to ensure\nHTML Validity in all case.","phpv":[{"v":["0.9.1"],"min":"4.0.0"},{"v":["0.10.1","0.10.2","0.10.3","0.10.4","1.0.0","1.0.1","1.0.2","1.0.3b1"],"min":"5.2.0"}],"confopts":[{"v":["0.9.1","0.10.1","0.10.2","0.10.3","0.10.4","1.0.0","1.0.1","1.0.2","1.0.3b1"]}]},{"name":"bcgen","license":"PHP","summary":"PHP 7+ compiler","description":"BCgen is derived from the Zend OPcache source code.\n\nIt provides a single function to compile a PHP script into binary bytecode file.\nBCgen is similiar to bcompiler, but not a direct replacement."},{"name":"bcompiler","license":"PHP","summary":"A bytecode compiler","description":"bcompiler enables you to encode your scripts in phpbytecode, enabling you to protect the source code.\nbcompiler could be used in the following situations\n\n- to create a exe file of a PHP-GTK application (in conjunction with other software)\n- to create closed source libraries\n- to provide clients with time expired software (prior to payment)\n- to deliver close source applications\n- for use on embedded systems, where disk space is a priority.\n\nFor install instructions see the manual at pear.php.net\n\nNote: a PHP7 version is being worked on here - https://pecl.php.net/package/bcgen","phpv":[{"v":["0.3","0.4","0.5","0.6","0.7","0.8"]},{"v":["0.9.1","0.9.2","0.9.3","1.0.0","1.0.1","1.0.2"],"min":"4.0.0"}],"confopts":[{"v":["0.3","0.4","0.5","0.6","0.7","0.8","0.9.1","0.9.2","0.9.3","1.0.0","1.0.1","1.0.2"]}]},{"name":"big_int","license":"see LICENSE","summary":"big_int library provides a set of functions for calculations with arbitrary length integers and bitsets","description":"Functions from this package are useful for number theory\napplications. For example, in two-keys cryptography.\n\nSee /tests/RSA.php in the package for example of simple\nimplementation of RSA-like cryptoalgorithm.\nSee http://pear.php.net/packages/Crypt_RSA/ project for\nmore complex implementation of RSA-like crypto, which\nsupports key generating, encrypting/decrypting, generating\nand validating of digital sign.\n\nThe package has many bitset functions, which allow to work\nwith arbitrary length bitsets.\n\nThis package is much faster than bundled into PHP BCMath\nand consists almost all functions, which are implemented\nin PHP GMP extension, but it needn't any external libraries.","phpv":[{"v":["0.0.4","0.0.5"]},{"v":["1.0.0"],"min":"4.0.0","max":"6.0.0"},{"v":["1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]}],"confopts":[{"v":["0.0.4","0.0.5","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]}]},{"name":"binpack","license":"PHP","summary":"binpack for PHP.","description":"The php implementation for BINPACK.","phpv":[{"v":["1.0.0","1.0.1"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.0.1"]}]},{"name":"Bitset","license":"PHP","summary":"BITSET library","description":"Bitsets manipulation library","phpv":[{"v":["1.0"]},{"v":["1.0.1"],"min":"4.0.0"},{"v":["2.0","2.0.1"],"min":"5.3.0"},{"v":["2.0.2"],"min":"5.3.0","max":"5.6.0"},{"v":["2.0.3","2.0.4"],"min":"5.3.0","max":"5.6.999"},{"v":["3.0.0","3.0.1","3.1.0","3.2.0"],"min":"7.0.0"}],"confopts":[{"v":["1.0","1.0.1","2.0","2.0.1","2.0.2","2.0.3","2.0.4","3.0.0","3.0.1","3.1.0","3.2.0"]}]},{"name":"BLENC","license":"PHP","summary":"BLowfish ENCryption for PHP Scripts","description":"BLENC is an extension that permit to protect PHP source scripts with Blowfish Encription.\nBLENC hooks into the Zend Engine, allowing for transparent execution of PHP scripts previously encoded with BLENC.\nIt is not designed for complete security (it is still possible to disassemble the script into op codes using a package such as XDebug), however it does keep people out of your code and make reverse engineering difficult.","phpv":[{"v":["1.0alpha"]},{"v":["1.1.0b","1.1.1b","1.1.2b","1.1.3b","1.1.4b"],"min":"4.3.0"}],"confopts":[{"v":["1.0alpha"]},{"v":["1.1.0b","1.1.1b","1.1.2b","1.1.3b","1.1.4b"],"opts":[{"n":"enable-blenc","p":"Enable BLENC?","d":"autodetect"}]}]},{"name":"bloomy","license":"PHP","summary":"Extension implementing a Bloom filter","description":"This extension implements a Bloom filter, which is a space-efficient\nprobabilistic data structure that is used to test whether an element is a\nmember of a set.","phpv":[{"v":["0.1.0"],"min":"5.2.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0"]}]},{"name":"brotli","license":"MIT","summary":"Brotli extension","description":"PHP extension for compression and decompression with Brotli library.","phpv":[{"v":["0.14.0","0.14.1","0.14.2"],"min":"7.0"}],"confopts":[{"v":["0.14.0","0.14.1","0.14.2"]}]},{"name":"bsdiff","license":"PHP","summary":"The bsdiff extension for PHP","description":"A PHP extension to build and apply patches to binary files.","phpv":[{"v":["0.1.1","0.1.2"],"min":"7.2.0"}],"confopts":[{"v":["0.1.1"]},{"v":["0.1.2"],"opts":[{"n":"with-bz2","p":"BZip2 installation prefix","d":"/usr"}]}]},{"name":"bz2","license":"PHP License","summary":"A Bzip2 management extension","description":"Bz2 is an extension to create and parse bzip2 compressed data.","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"bz2_filter","license":"PHP","summary":"bz2 filter implementation backport for PHP 5.0","description":"bzip2 compress/decompress stream filter implementation. Performs inline compression/decompression using the bzip2 algorythm on any PHP I/O stream. The data produced by this filter, while compatable with the payload portion of a bz2 file, does not include headers or tailers for full bz2 file compatability. To achieve this format, use the compress.bzip2:// fopen wrapper built directly into PHP.","phpv":[{"v":["1.0"]},{"v":["1.1.0"],"min":"5.0.0","max":"5.1.0"}],"confopts":[{"v":["1.0","1.1.0"]}]},{"name":"cairo","license":"PHP License","summary":"Cairo Graphics Library Extension","description":"Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System, Quartz, Win32, image buffers, PostScript, PDF, and SVG file output.","phpv":[{"v":["0.1.0","0.2.0"],"min":"5.2.0"},{"v":["0.3.0","0.3.1","0.3.2"],"min":"5.1.6"}],"confopts":[{"v":["0.1.0"]},{"v":["0.2.0"],"opts":[{"n":"with-cairo","p":"Please provide the prefix of Cairo installation","d":"autodetect"}]},{"v":["0.3.0","0.3.1","0.3.2"],"opts":[{"n":"with-cairo","p":"Please provide the prefix of the Cairo installation","d":"autodetect"}]}]},{"name":"cairo_wrapper","license":"PHP","summary":"Cairo Wrapper Extension","description":"A cairo API wrapper. For details about cairo see http://cairographics.org/.","phpv":[{"v":["0.2.2","0.2.3","0.2.4"],"min":"4.0.0"}],"confopts":[{"v":["0.2.2","0.2.3","0.2.4"],"opts":[{"n":"with-cairo","p":"cairo installation directory?","d":"autodetect"}]}]},{"name":"cassandra","license":"Apache License 2.0","summary":"DataStax PHP Driver for Apache Cassandra","description":"A modern, feature-rich and highly tunable PHP client library for Apache\nCassandra and DataStax Enterprise using exclusively Cassandra's binary\nprotocol and Cassandra Query Language v3.","phpv":[{"v":["1.0.0RC","1.0.0","1.0.1"],"min":"5.3.4","max":"5.99.99"},{"v":["1.1.0","1.2.0","1.2.1","1.2.2"],"min":"5.5.0","max":"7.0.99"},{"v":["1.3.0"],"min":"5.6.0","max":"7.0.99"},{"v":["1.3.2"],"min":"5.6.0","max":"7.1.99"}],"confopts":[{"v":["1.0.0RC","1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.2.2","1.3.0","1.3.2"]}]},{"name":"chdb","license":"BSD","summary":"A fast database for constant data with memory sharing across processes","description":"CHDB (constant hash database) is a fast key-value database for constant data,\nrealized by using a memory-mapped file and thus providing the following\nfunctionalities:\n- Extremely fast initial load, regardless of the size of the database.\n- Only the pages of the file which are actually used are loaded from the disk.\n- Once a page is loaded it is shared across multiple processes.\n- Loaded pages are cached across multiple requests and even process recycling.\nA typical use of CHDB is as a faster alternative to defining many PHP\nconstants.\nCHDB is internally implemented as a hash-table using a perfect hashing function,\nthus guaranteeing worst case O(1) lookup time.","phpv":[{"v":["0.1.0","0.2.0","1.0.0","1.0.1","1.0.2","1.0.3"],"min":"5.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","1.0.0","1.0.1","1.0.2","1.0.3"],"opts":[{"n":"with-chdb","p":"enable chdb support?","d":"yes"},{"n":"with-libcmph-dir","p":"cmph installation path?","d":"autodetect"}]}]},{"name":"classkit","license":"PHP","summary":"Runtime redefinition of class methods","description":"Allows a running script to add, remove, rename, and redefine class methods without reloading.\nNOTICE: This package has been discontinued. Please refer to the runkit package which is fully BC with classkit and contains additional functionality.","phpv":[{"v":["0.1","0.1.1","0.1.2","0.2","0.3","0.4"]}],"confopts":[{"v":["0.1","0.1.1","0.1.2","0.2","0.3","0.4"]}]},{"name":"cld","license":"BSD License","summary":"PHP Bindings for Chromium Compact Language Detector","description":"Exposes Chromium Compact Language Detector to PHP to find out what language a text is","phpv":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0"],"min":"5.3"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0"]}]},{"name":"clips","license":"PHP License 3.0","summary":"Integrated CLIPS environment for deployment of expert systems","description":"CLIPS is a tool for building expert systems. This extension is an interface to the CLIPS C library. A CLIPS environment is initialized upon each page request. Most of the common CLIPS commands are available as functions. Additional functions are available to create facts and instances from associative arrays in PHP.","phpv":[{"v":["0.5.0"]}],"confopts":[{"v":["0.5.0"]}]},{"name":"clucene","license":"PHP","summary":"Extension for CLucene","description":"This is an extension for CLucene. CLucene is a C++ port of the popular Apache Lucene text search engine.","phpv":[{"v":["0.0.9"],"min":"5.0.0"}],"confopts":[{"v":["0.0.9"]}]},{"name":"cmark","license":"PHP License","summary":"CommonMark extension","description":"This extension provides access to the reference implementation of CommonMark,\na rationalized version of Markdown syntax with a specification.","phpv":[{"v":["1.0.0","1.0.1","1.1.0"],"min":"7.0.0"},{"v":["1.2.0"],"min":"7.2.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.2.0"]}]},{"name":"coherence","license":"PHP","summary":"Extension for Oracle Coherence","description":"Provides native access to Coherence caches for PHP applications and out-of-the-box support for resilient in-memory HTTP session caching"},{"name":"coin_acceptor","license":"PHP","summary":"Interface for serial coin acceptors","description":"This module let you control your local coin acceptor, using\na serial connection and the simple management protocol. This module\nsupports 4 slot coin acceptors using the ABCD method to control them.","phpv":[{"v":["0.1","0.2","0.3"]}],"confopts":[{"v":["0.1","0.2","0.3"]}]},{"name":"colorer","license":"PHP License","summary":"Syntax highlighting","description":"Colorer take5 is a syntax highlighting and text parsing library, that provides\nservices of text parsing in host editor systems in real-time and transforming\nresults into colored text. For details, see http://colorer.sourceforge.net/\n\nWhile colorer is primarily designed for use with text editors, it can be also\nused for non-interactive syntax highlighting, for example, in web\napplications. This PHP extension provides basic functions for syntax\nhighlighting.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.5","0.6","0.7"]}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.5","0.6","0.7"]}]},{"name":"componere","license":"PHP License","summary":"Composing PHP classes at runtime","description":"Componere is able to compose classes at runtime, and monkey patch objects.","phpv":[{"v":["2.1.3","3.0.0"],"min":"7.0.0"},{"v":["3.1.0","3.1.1","3.1.2"],"min":"7.1.0"}],"confopts":[{"v":["2.1.3","3.0.0","3.1.0","3.1.1","3.1.2"]}]},{"name":"couchbase","license":"Apache V2","summary":"Couchbase Server PHP extension","description":"The PHP client library provides fast access to documents stored in a Couchbase Server.","phpv":[{"v":["1.1.4","1.1.5","1.2.0","1.2.1","1.2.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0","2.2.0beta1","2.2.0beta2","2.2.0beta3","2.2.0beta4","2.2.0","2.2.1","2.2.2","2.2.3"],"min":"5.3.0"},{"v":["2.2.4","2.3.0","2.3.1","2.3.2","2.3.3","2.3.4"],"min":"5.4.0"},{"v":["2.4.0","2.4.1","2.4.2","2.4.3","2.4.4","2.4.5","2.4.6","2.4.7","2.5.0","2.6.0","2.6.1","2.6.2"],"min":"5.6.0"},{"v":["3.0.0alpha1","3.0.0alpha2","3.0.0alpha3","3.0.0alpha4","3.0.0beta1","3.0.4"],"min":"7.1.0"},{"v":["3.0.5","3.1.0"],"min":"7.2.0"},{"v":["3.1.1","3.1.2","3.2.0","3.2.1","3.2.2"],"min":"7.3.0"},{"v":["4.0.0","4.1.0"],"min":"7.4.0"},{"v":["4.1.1","4.1.2","4.1.3","4.1.4","4.1.5","4.1.6"],"min":"8.0.0"}],"confopts":[{"v":["1.1.4","1.1.5","1.2.0","1.2.1","1.2.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0","2.2.0beta1","2.2.0beta2","2.2.0beta3","2.2.0beta4","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4","2.3.0","2.3.1","2.3.2","2.3.3","2.3.4","2.4.0","2.4.1","2.4.2","2.4.3","2.4.4","2.4.5","2.4.6","2.4.7","2.5.0","2.6.0","2.6.1","2.6.2","3.0.0alpha1","3.0.0alpha2","3.0.0alpha3","3.0.0alpha4","3.0.0beta1","3.0.4","3.0.5","3.1.0","3.1.1","3.1.2","3.2.0","3.2.1","3.2.2","4.0.0","4.1.0","4.1.1","4.1.2","4.1.3","4.1.4","4.1.5","4.1.6"]}]},{"name":"courierauth","license":"BSD-2-Clause","summary":"courierauth binding","description":"Provides means for authentication against any courier authdaemond backends.","phpv":[{"v":["0.1.0"],"min":"4.3","max":"6.0"}],"confopts":[{"v":["0.1.0"],"opts":[{"n":"with-courierauth","p":"whether to enable courierauth support","d":"yes"},{"n":"with-courierauth-security-risk","p":"whether to enable passwd security risk","d":"no"}]}]},{"name":"cpdf","license":"PHP License 3.0","summary":"C language API definitions for ClibPDF library","description":"C language API definitions for ClibPDF library"},{"name":"crack","license":"PHP","summary":"\"Good Password\" Checking Utility: Keep your users' passwords reasonably safe from dictionary based attacks","description":"This package provides an interface to the cracklib (libcrack) libraries that come standard on most unix-like distributions. This allows you to check passwords against dictionaries of words to ensure some minimal level of password security.\n\nFrom the cracklib README\nCrackLib makes literally hundreds of tests to determine whether you've\nchosen a bad password.\n\n* It tries to generate words from your username and gecos entry to tries\nto match them against what you've chosen.\n\n* It checks for simplistic patterns.\n\n* It then tries to reverse-engineer your password into a dictionary\nword, and searches for it in your dictionary.\n\n- after all that, it's PROBABLY a safe(-ish) password. 8-)","phpv":[{"v":["0.1","0.2","0.3"]},{"v":["0.4"],"min":"4.1.0"}],"confopts":[{"v":["0.1","0.2","0.3","0.4"]}]},{"name":"crack_dll","license":"PHP","summary":"\"Good Password\" Checking Utility: Keep your users' passwords reasonably safe from dictionary based attacks","description":"This package provides an interface to the cracklib (libcrack) libraries that come standard on most unix-like distributions. This allows you to check passwords against dictionaries of words to ensure some minimal level of password security.\n\nFrom the cracklib README\nCrackLib makes literally hundreds of tests to determine whether you've\nchosen a bad password.\n\n* It tries to generate words from your username and gecos entry to tries\nto match them against what you've chosen.\n\n* It checks for simplistic patterns.\n\n* It then tries to reverse-engineer your password into a dictionary\nword, and searches for it in your dictionary.\n\n- after all that, it's PROBABLY a safe(-ish) password. 8-)","phpv":[{"v":["0.4"],"min":"4.1.0"}],"confopts":[{"v":["0.4"]}]},{"name":"crypto","license":"PHP 3.01","summary":"Wrapper for OpenSSL Crypto Library","description":"This package provides an objective wrapper for OpenSSL Crypto Library","phpv":[{"v":["0.1.0","0.1.1"],"min":"5.3.0"},{"v":["0.2.0","0.2.1","0.2.2","0.3.0","0.3.1","0.3.2"],"min":"5.3.2"}],"confopts":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2","0.3.0","0.3.1","0.3.2"]}]},{"name":"CSV","license":"PHP V3.01","summary":"CSV PHP extension","description":"A new and improved CSV file PHP extension which follows RFC 4180 instead of using a custom escape mechanism.\n\nSupports multi-bytes delimiters, enclosures, and providing a custom EOL sequence.","phpv":[{"v":["0.3.0","0.3.1","0.3.2"],"min":"7.3.0"},{"v":["0.4.0","0.4.1","0.4.2"],"min":"8.0.0"}],"confopts":[{"v":["0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.4.2"]}]},{"name":"CUBRID","license":"PHP","summary":"This is the official PHP Extension to connect to CUBRID Database.","description":"CUBRID is an open source database management system highly optimized for Web applications (http://www.cubrid.org). The current PHP extension is fully compatibly with the latest stable version of CUBRID Database. To post issues and report bugs, please use CUBRID Official Forum at http://forum.cubrid.org.","phpv":[{"v":["8.3.0.0001","8.3.0.0002","8.3.0.0003","8.3.0.0004","8.3.0.0005","8.3.1.0001","8.3.1.0002","8.3.1.0003","8.3.1.0004","8.3.1.0005","8.3.1.0006","8.3.1.0007","8.3.1.0008","8.4.0.0001","8.4.0.0002","8.4.0.0003","8.4.0.0004","8.4.0.0005","8.4.1.0001","8.4.1.0002","8.4.1.0003","8.4.1.0004","8.4.1.0005","8.4.1.0006","8.4.3.0001","9.0.0.0001"],"min":"5.2.0"},{"v":["9.1.0.0001","9.1.0.0002","9.1.0.0003","9.1.0.0004","9.2.0.0001","9.3.0.0001","10.1.0.0001","10.1.0.0002"],"min":"5.3.0"}],"confopts":[{"v":["8.3.0.0001"],"opts":[{"n":"with-cubrid","p":"Include CUBRID support","d":"yes"}]},{"v":["8.3.0.0002","8.3.0.0003","8.3.0.0004","8.3.0.0005","8.3.1.0001","8.3.1.0002","8.3.1.0003","8.3.1.0004","8.3.1.0005","8.3.1.0006","8.3.1.0007","8.3.1.0008","8.4.0.0001","8.4.0.0002","8.4.0.0003","8.4.0.0004","8.4.0.0005","8.4.1.0001","8.4.1.0002","8.4.1.0003","8.4.1.0004","8.4.1.0005","8.4.1.0006","8.4.3.0001","9.0.0.0001","9.1.0.0001","9.1.0.0002"],"opts":[{"n":"with-cubrid","p":"CUBRID base install dir","d":"autodetect"}]},{"v":["9.1.0.0003","9.1.0.0004","9.2.0.0001","9.3.0.0001","10.1.0.0001","10.1.0.0002"]}]},{"name":"cvsclient","license":"PHP","summary":"CVS pserver client","description":"pserver client extension. Current version has read-only, diff, and log support.\nLater versions to include add/commit/remove.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"cybercash","license":"PHP License","summary":"providesa access to cybercash online payment API","description":"providesa access to cybercash online payment API","phpv":[{"v":["1.18","1.18p1"]}],"confopts":[{"v":["1.18","1.18p1"]}]},{"name":"cybermut","license":"PHP License","summary":"CyberMut Paiement System","description":"This extension gives you the possibility to use the CyberMut Paiement System of the Credit Mutuel (French Bank).","phpv":[{"v":["1.0","1.1"]}],"confopts":[{"v":["1.0","1.1"]}]},{"name":"cyrus","license":"PHP License","summary":"An extension which eases the manipulation of Cyrus IMAP servers.","description":"An extension which eases the manipulation of Cyrus IMAP servers.","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"daffodildb","license":"Proprietary","summary":"Daffodil DB extention module Driver.","description":"It' a database extention module driver ,that is required to work with Daffodil DB in PHP."},{"name":"datadog_trace","license":"BSD 3-Clause","summary":"APM and distributed tracing for PHP","description":"The Datadog PHP Tracer brings APM and distributed tracing to PHP.","phpv":[{"v":["0.8.1"],"min":"5.4"},{"v":["0.9.0","0.9.1","0.10.0","0.11.0","0.12.0","0.13.0","0.13.1","0.13.2","0.13.3","0.13.4","0.14.0","0.14.1","0.15.1","0.16.0","0.16.1","0.17.0","0.18.0","0.19.0","0.20.0","0.21.0"],"min":"5.6","max":"7.2.99"},{"v":["0.22.0","0.23.0","0.26.0","0.27.1","0.27.2","0.28.0","0.28.1","0.29.0","0.30.0","0.30.2","0.31.0","0.32.1","0.33.0","0.34.0","0.34.1","0.35.0","0.36.0","0.37.0"],"min":"5.6","max":"7.3.99"},{"v":["0.38.0","0.38.1","0.39.0","0.40.0","0.41.0","0.41.1","0.42.0","0.43.0","0.44.0","0.44.1","0.45.0","0.45.1","0.46.0","0.47.0","0.47.1","0.48.0","0.48.1","0.48.2","0.48.3"],"min":"5.6","max":"7.4.99"},{"v":["0.49.0"],"min":"5.4","max":"7.4.99"},{"v":["0.50.0","0.51.0","0.52.0","0.53.0","0.54.0","0.55.0","0.56.0","0.58.0","0.59.0","0.60.0","0.61.0","0.62.0","0.62.1","0.63.0","0.64.0","0.64.1","0.65.0","0.65.1"],"min":"5.4","max":"8.0.99"},{"v":["0.66.0","0.67.0","0.68.0","0.68.1","0.68.2","0.69.0","0.70.0","0.70.1","0.71.0","0.71.1","0.72.0","0.73.0","0.74.0","0.75.0","0.76.0"],"min":"5.4","max":"8.1.99"},{"v":["0.76.1","0.76.2","0.77.0","0.78.0","0.79.0","0.80.0","0.81.0","0.81.1"],"min":"7.0","max":"8.1.99"},{"v":["0.82.0","0.83.0","0.83.1","0.84.0","0.86.0","0.86.1","0.86.2","0.86.3","0.87.0","0.87.1","0.87.2","0.88.0","0.88.1","0.89.0","0.90.0","0.91.0","0.91.1","0.91.2","0.92.0","0.92.1","0.92.2"],"min":"7.0","max":"8.2.99"},{"v":["0.93.0","0.93.1","0.93.2","0.94.0","0.94.1"],"min":"7.0","max":"8.3.99"}],"confopts":[{"v":["0.8.1","0.9.0","0.9.1","0.10.0","0.11.0","0.12.0","0.13.0","0.13.1","0.13.2","0.13.3","0.13.4","0.14.0","0.14.1","0.15.1","0.16.0","0.16.1","0.17.0","0.18.0","0.19.0","0.20.0","0.21.0","0.22.0","0.23.0","0.26.0","0.27.1","0.27.2","0.28.0","0.28.1","0.29.0","0.30.0","0.30.2","0.31.0","0.32.1","0.33.0","0.34.0","0.34.1","0.35.0","0.36.0","0.37.0","0.38.0","0.38.1","0.39.0","0.40.0","0.41.0","0.41.1","0.42.0","0.43.0","0.44.0","0.44.1","0.45.0","0.45.1","0.46.0","0.47.0","0.47.1"],"opts":[{"n":"enable-ddtrace-debug","p":"Enable internal debugging in ddtrace","d":"no"}]},{"v":["0.48.0","0.48.1","0.48.2","0.48.3","0.49.0","0.50.0","0.51.0","0.52.0","0.53.0","0.54.0","0.55.0","0.56.0","0.58.0","0.59.0","0.60.0","0.61.0","0.62.0","0.62.1","0.63.0","0.64.0","0.64.1","0.65.0","0.65.1","0.66.0","0.67.0","0.68.0","0.68.1","0.68.2","0.69.0","0.70.0","0.70.1","0.71.0","0.71.1","0.72.0","0.73.0","0.74.0","0.75.0","0.76.0","0.76.1","0.76.2","0.77.0","0.78.0","0.79.0","0.80.0","0.81.0","0.81.1","0.82.0","0.83.0","0.83.1","0.84.0","0.86.0","0.86.1","0.86.2","0.86.3","0.87.0","0.87.1","0.87.2","0.88.0","0.88.1","0.89.0","0.90.0","0.91.0","0.91.1","0.91.2","0.92.0","0.92.1","0.92.2","0.93.0","0.93.1","0.93.2","0.94.0","0.94.1"]}]},{"name":"date_time","license":"PHP","summary":"Date and Time Library","description":"Date is a collection of functions and classes to deal with dates.\nSupport for date outside the UNIX date limitations. It provides\na lot of convenience functions/methods.","phpv":[{"v":["0.1"]}],"confopts":[{"v":["0.1"]}]},{"name":"dazuko","license":"PHP","summary":"Dazuko file-access-control","description":"Dazuko (in german: (Da)tei (Zu)griffs (Ko)ntrolle)\nfile-access-control allows you to communicate with the dazuko-kernel module\n(See: http://www.dazuko.org for details).\n\nIt is used to allow or disallow access to a file or directory, based upon\nthe event, the file or directory was accessed. So it is possible to use\ndazuko to code virus scanners and other security frameworks.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.41","0.42"]}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.41","0.42"]}]},{"name":"dbase","license":"PHP","summary":"dBase database file access functions","description":"These functions allow you to access records stored\nin dBase-format (dbf) databases.\n\nThere is no support for indexes or memo fields.\nThe databases are automatically locked with blocking flock()s.\n\ndBase files are simple sequential files of fixed length records.\nRecords are appended to the end of the file and deleted records\nare kept until you call dbase_pack().","phpv":[{"v":["5.0","5.0.1","5.1.0"],"min":"5"},{"v":["5.1.1"],"min":"5","max":"5.7"},{"v":["7.0.0beta1","7.0.0RC1","7.0.0","7.0.1","7.1.0RC1","7.1.0RC2","7.1.0","7.1.1"],"min":"7.0.0"}],"confopts":[{"v":["5.0","5.0.1","5.1.0","5.1.1","7.0.0beta1","7.0.0RC1","7.0.0","7.0.1","7.1.0RC1","7.1.0RC2","7.1.0","7.1.1"]}]},{"name":"DBDO","license":"PHP","summary":"Database DataObjects","description":"DEAD - I'm not working on this, - currently PEAR::DB_DataObjects does all I need, so there is no motivation to carry on with it.\n\n\nDBDO performs 2 tasks:\n1. Builds SQL statements based on the objects vars and the builder methods.\n2. acts as a datastore for a table row. (ORM)\nThe core class is designed to be extended for each of your tables so\nthat you put the data logic inside the data classes.\n\nFor the most part, refer to this for documentation\nhttp://pear.php.net/manual/en/package.database.db-dataobject.php\nand the project home page for any changes in method names.\n\nThe key differences between DataObjects and DBDO are:\n- PHP5 only\n- query() / with no arguments replaces find()\n- assignFrom replaces setFrom\n- DBDO::factory('dbalias','table') has 2 arguments, first being the db alias\n- Configuration done using static methods.\nDBDO::config('dbalias', 'provider','Mysql');\nDBDO::config('dbalias', 'cnc','database=XYZ');\n- Addition of FetchAll\n$do->fetchAll(DBDO::SINGLE | DBDO::OBJECTS | DBDO::KEY_VALUE | DBDO::VALUE)\n- Error handling\n* Throws exceptions for database errors / unusual stuff\n* E_ERROR's and dies if you use it incorrectly (eg. fixable at code level)\n- No support for joins yet.. (On the TODO list)\n\nBuilding it Requires libgda (www.gnome-db.org), currently from CVS, which can be a pain.\n\n- Win32 support is theoretically possible, it just requires someone to spend time working\nout how to build libgda (which has windows makefiles) and this library.","phpv":[{"v":["0.1.0"]}],"confopts":[{"v":["0.1.0"]}]},{"name":"dbplus","license":"PHP License","summary":"db++ database functions","description":"db++, made by the German company Concept asa, is a relational database\nsystem with high performance and low memory and disk usage in\nmind. While providing SQL as an additional language interface, it is\nnot really a SQL database in the first place but provides its own AQL\nquery language which is much more influenced by the relational algebra\nthen SQL is.","phpv":[{"v":["0.9"]}],"confopts":[{"v":["0.9"]}]},{"name":"DBus","license":"PHP","summary":"Extension for interaction with DBUS busses","description":"This extension allows you to talk to DBUS services on a system, and also act\nas a DBUS service.","phpv":[{"v":["0.1.0","0.1.1"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1"]}]},{"name":"dbx","license":"PHP","summary":"Database abstraction functions","description":"The dbx module is a database abstraction layer. The dbx functions allow\nyou to access all supported databases using a single calling convention.\nThe dbx-functions themselves do not interface directly to the databases,\nbut interface to the modules that are used to support these databases.\nThe currently supported databases are MySQL, ODBC, Oracle (oci8), MS SQL\nServer, PostgreSQL, FrontBase, Sybase-CT and SQLite. The\nmodule-dependencies are only for the databases you wish to use.","phpv":[{"v":["1.1.0"],"min":"4.3.0"},{"v":["1.1.1","1.1.2"],"min":"5.1.0"}],"confopts":[{"v":["1.1.0","1.1.1","1.1.2"]}]},{"name":"decimal","license":"MIT License","summary":"Arbitrary precision floating-point decimal","description":"Correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP 7","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.3.0","1.3.1","1.4.0"],"min":"7.0.0"},{"v":["2.0.0"],"min":"7.2.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.3.0","1.3.1","1.4.0","2.0.0"]}]},{"name":"dio","license":"PHP","summary":"Direct I/O functions","description":"PHP supports the direct io functions as described in the\nPosix Standard (Section 6) for performing I/O functions at\na lower level than the C-Language stream I/O functions\n(fopen(), fread(),..).\n\nDIO provides functions and stream wrappers which provide raw and\nserial low level IO support. The use of the DIO functions should\nbe considered only when direct control of a device is needed.\nIn all other cases, the standard filesystem functions are\nmore than adequate.","phpv":[{"v":["0.0.2"]},{"v":["0.0.4RC4","0.0.5","0.0.6","0.0.7"],"min":"5.2"},{"v":["0.0.8","0.0.9","0.1.0","0.2.0","0.2.1"],"min":"5.3.3"}],"confopts":[{"v":["0.0.2","0.0.4RC4","0.0.5","0.0.6","0.0.7","0.0.8","0.0.9","0.1.0","0.2.0","0.2.1"]}]},{"name":"docblock","license":"PHP License","summary":"phpDocumentor-style DocBlock (T_DOC_COMMENT token) tokenizer","description":"This extension is like the tokenizer extension for PHP.\nIt takes a document comment (docblock) like this one:\n\n/**\n* information {@inlinetag}\n* @tags\n*/\n\nand parses it into tokens.\n\nThe primary function is docblock_tokenize(), which accepts a\nstring, and returns an array of arrays of array(TOKEN, \"token\").\nTOKEN is one of DOCBLOCK_* constants.\n\ndocblock_tokenize() has an optional second bool parameter that\ndetermine whether to output non-essential tokens like\nthe /** * stuff.\n\ndocblock_token_name() takes a DOCBLOCK_* constant and returns its name","phpv":[{"v":["0.1.0","0.2.0"],"min":"5.1.0b1"}],"confopts":[{"v":["0.1.0","0.2.0"]}]},{"name":"domxml","license":"PHP","summary":"DOM XML Functions","description":"This extension allows you to operate on an XML document with the DOM API.\n\nIt has been superseded by the DOM extension that ships with PHP 5.\n\nAlthough it should be possible to use this old domxml extension with PHP 5, its use is highly discouraged, as there a very high potential for conflicts with the new dom extension.\n\nIf you are migrating from PHP 4 to PHP 5, the recommended best-practice is to port your domxml code to the much better dom code.\n\nIf you really must build domxml, you will need to obtain the sources from CVS and build them yourself.\n\nSee http://www.php.net/manual/en/install.pecl.php for instructions.\n\nNOTE: if you're running PHP 4.x, the domxml is already part of the distribution.\n\nNOTE 2: The download link below \"Download latest\" is broken and doesn't lead to anything. Please read above carefully for how to get it, if you really need to."},{"name":"dom_varimport","license":"PHP","summary":"Convert nested arrays into DOMDocument","description":"The extension converts nested PHP arrays and objects into DOMDocument.\nSome of projects use XSLT as a templating engine. To build XML for such engines,\nwe need a very fast and memory efficient way to convert PHP nested arrays and\nobjects into DOMDocument object. Also, produced XML should be straight-forward\nand as simple as it could be (BTW XMLRPC, SOAP and other XML-based formats are quite\nsloppy in this case). So dom_varimport has been introduced: it produces DOMDocument\nfrom a nested array near 20 times faster than a hand-made code in native PHP\n(1 MB XML with thousands of nodes could be generated in 1-2 ms).","phpv":[{"v":["1.11.0","1.11.1","1.11.2","1.11.3"],"min":"5.3.0"}],"confopts":[{"v":["1.11.0","1.11.1","1.11.2","1.11.3"]}]},{"name":"doublemetaphone","license":"PHP License","summary":"Provide Double Metaphone functionality","description":"The Double Metaphone algorithm by Lawrence Philips allows a word to be broken down into its phonemes.","phpv":[{"v":["0.1.2","0.2.0","1.0.0","1.0.1"],"min":"4.3.0"}],"confopts":[{"v":["0.1.2","0.2.0","1.0.0","1.0.1"]}]},{"name":"drizzle","license":"PHP","summary":"Drizzle Database API","description":"This extension uses libdrizzle library to provide API for communicating with drizzle and mysql databases.","phpv":[{"v":["0.4.0","0.4.1","0.4.2"],"min":"5.1.0","max":"6.0.0"}],"confopts":[{"v":["0.4.0","0.4.1","0.4.2"]}]},{"name":"Druid","license":"Apache2.0","summary":"A Druid driver for PHP with PECL extension.","description":"A Druid driver for PHP with PECL extension.\n- Build Druid REST Client Use CURL.\n- Request both with Full-Json or Templates-Json","phpv":[{"v":["0.3.0","0.6.0","0.9.0","0.9.2","1.0.0"],"min":"5.2.0"}],"confopts":[{"v":["0.3.0","0.6.0","0.9.0","0.9.2","1.0.0"]}]},{"name":"ds","license":"MIT License","summary":"Data Structures","description":"Data Structures for PHP 7","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0"],"min":"7.0.0"},{"v":["1.4.0"],"min":"7.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0","1.4.0"]}]},{"name":"DTrace","license":"PHP","summary":"A Solaris Dtrace provider","description":"Obsolete; use the much better implementation available in the core of PHP:\n\nhttp://www.php.net/manual/en/features.dtrace.php","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3"]}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"ecasound","license":"PHP","summary":"Ecasound provides audio recording and processing functions","description":"This extension wraps the Ecasound libraries to provide advanced audio processing capabilities.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"ecma_intl","license":"BSD-3-Clause","summary":"ecma_intl is an i18n and l10n extension for PHP","description":"ecma_intl is a PHP implementation of the ECMA-402 11th Edition\nInternationalization API Specification.","phpv":[{"v":["0.1.0","0.1.1","0.1.2"],"min":"8.2.0","max":"8.2.99"},{"v":["0.1.3","0.2.0"],"min":"8.2.0","max":"8.3.99"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.2.0"]}]},{"name":"eio","license":"php","summary":"Provides interface to the libeio library","description":"This extension provides interface to the libeio library written by Marc Lehmann\n(see http://software.schmorp.de/pkg/libeio.html).\n\nLibeio is a an asynchronous I/O library. Features basically include\nasynchronous versions of POSIX API(read, write, open, close, stat, unlink,\nfdatasync, mknod, readdir etc.); sendfile (native on Solaris, Linux, HP-UX,\nFreeBSD); readahead. libeio itself emulates the system calls, if they are not\navailable on specific(UNIX-like) platform.\n\nCurrently this extension supports GNU/Linux and BSD platforms only. But you can\ntry it on any UNIX OS.","phpv":[{"v":["0.0.1","0.1.0"],"min":"5.0.0"},{"v":["0.1.1","0.2.0","0.3.0","0.4.0"],"min":"5.0.1"},{"v":["0.5.0","1.0.0","1.1.0","1.2.0","1.2.1","1.2.3","1.2.4","1.2.5","1.2.6","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","3.0.0RC1","3.0.0RC2","3.0.0RC3","3.0.0RC4","3.0.1","3.1.0RC1","3.1.0"],"min":"5.3.0"}],"confopts":[{"v":["0.0.1","0.1.0","0.1.1","0.2.0","0.3.0"]},{"v":["0.4.0"],"opts":[{"n":"enable-eio-debug","p":"Enable internal debugging in Eio","d":"no"}]},{"v":["0.5.0","1.0.0","1.1.0","1.2.0"],"opts":[{"n":"enable-eio-debug","p":"Enable internal debugging in Eio","d":"no"},{"n":"enable-eio-sockets","p":"Enable sockets support in Eio","d":"yes"}]},{"v":["1.2.1","1.2.3","1.2.4","1.2.5","1.2.6","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","3.0.0RC1","3.0.0RC2","3.0.0RC3","3.0.0RC4","3.0.1","3.1.0RC1","3.1.0"],"opts":[{"n":"enable-eio-debug","p":"Enable internal debugging in Eio","d":"no"}]}]},{"name":"enchant","license":"PHP","summary":"libenchant binder, support near all spelling tools","description":"Enchant is a binder for libenchant. Libenchant provides a common\nAPI for many spell libraries:\n- aspell/pspell (intended to replace ispell)\n- hspell (hebrew)\n- ispell\n- myspell/hunspell (OpenOffice project, mozilla)\n- uspell (primarily Yiddish, Hebrew, and Eastern European languages)\nA plugin system allows to add custom spell support.\nsee www.abisource.com/enchant/","phpv":[{"v":["0.1","0.2.0","0.2.1","1.0"]},{"v":["1.0.1","1.0.2","1.1.0"],"min":"5"}],"confopts":[{"v":["0.1","0.2.0","0.2.1","1.0"]},{"v":["1.0.1","1.0.2","1.1.0"],"opts":[{"n":"with-enchant","p":"libenchant prefix?","d":"shared"}]}]},{"name":"env","license":"MIT","summary":"Load environment variables into PHP from a global configuration file","description":"Based on 12Factor Application rules this extension allows you to load environment variables into every PHP request, in every SAPI using a global configuration file with key value pairs of environment variables.","phpv":[{"v":["0.1.0","0.2.0","0.2.1"],"min":"5.5.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1"]}]},{"name":"ereg","license":"PHP","summary":"POSIX Regex Functions","description":"This extension provides the ereg family of functions that were provided with PHP 3-5. These functions have been superseded by the preg family of functions provided by the PCRE extension: http://php.net/pcre\n\nAlthough it should be possible to build this extension with PHP 7.0, you are strongly encouraged to port your code to use PCRE, as this extension is not maintained and is available for historical reasons only."},{"name":"esmtp","license":"PHP License","summary":"ESMTP client extenion","description":"Esmtp is a wrapper for SMTP client library based on the libESMTP library\n(http://www.stafford.uklinux.net/libesmtp/). You can use it to send messages\nusing internal SASL, and external/openssl SSL support.","phpv":[{"v":["0.3.0","0.3.1"]}],"confopts":[{"v":["0.3.0","0.3.1"]}]},{"name":"ev","license":"PHP","summary":"Provides interface to libev library","description":"ev provides interface to libev library - high performance\nfull-featured event loop written in C.","phpv":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.2.10","0.2.11","0.2.12","0.2.13","0.2.14","0.2.15","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0RC5","1.0.0RC6","1.0.0RC7","1.0.0RC8","1.0.0RC9","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.6","1.0.7","1.0.8","1.0.9","1.1.0","1.1.1r1","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6RC1"],"min":"5.4.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2"],"opts":[{"n":"enable-ev-debug","p":"Enable internal debugging in ev","d":"no"},{"n":"enable-ev-sockets","p":"Enable sockets support in ev","d":"yes"}]},{"v":["0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.2.10","0.2.11","0.2.12","0.2.13","0.2.14","0.2.15","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0RC5","1.0.0RC6","1.0.0RC7","1.0.0RC8","1.0.0RC9","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.6","1.0.7","1.0.8","1.0.9","1.1.0","1.1.1r1","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6RC1"],"opts":[{"n":"enable-ev-debug","p":"Enable internal debugging in ev","d":"no"}]}]},{"name":"event","license":"PHP","summary":"Provides interface to libevent library","description":"This is an extension to efficiently schedule I/O, time and signal based\nevents using the best I/O notification mechanism available for specific platform.\nThis is a port of libevent to the PHP infrastructure.\n\nVersion 1.0.0 introduces:\n* new OO API breaking backwards compatibility\n* support of libevent 2+ including HTTP, DNS, OpenSSL and the event listener.\n\nNote, event-1.0.0 and greater is not compatible with previous versions.","phpv":[{"v":["0.9","0.9.1"]},{"v":["1.2.5","1.2.6","1.3.0","1.4.0","1.5.0","1.5.1","1.6.0","1.6.1","1.6.2","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.7.6","1.7.7","1.7.8","1.8.0","1.8.1","1.9.0","1.9.1","1.10.0","1.10.1","1.10.2","1.10.3","1.11.0","1.11.1","1.11.2","1.11.3","2.0.0RC1","2.0.0RC2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.2.1","2.3.0RC1","2.3.0","2.4.0RC1","2.4.0RC2","2.4.0RC3","2.4.0","2.4.1","2.4.2","2.4.3","2.4.4","2.5.0","2.5.1","2.5.2","2.5.3","2.5.4","2.5.5","2.5.6","2.5.7","3.0.0","3.0.1","3.0.2r1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7RC1","3.0.7","3.0.8","3.1.0RC1"],"min":"5.4.0"}],"confopts":[{"v":["0.9","0.9.1"]},{"v":["1.2.5","1.2.6"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in event","d":"no"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["1.3.0"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in event","d":"no"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in event","d":"yes"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["1.4.0","1.5.0","1.5.1","1.6.0","1.6.1","1.6.2","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in event","d":"no"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["1.7.6","1.7.7","1.7.8","1.8.0","1.8.1","1.9.0","1.9.1","1.10.0","1.10.1","1.10.2","1.10.3","1.11.0","1.11.1","1.11.2","1.11.3","2.0.0RC1","2.0.0RC2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.2.1","2.3.0RC1","2.3.0"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in Event","d":"no"},{"n":"enable-event-sockets","p":"Enable sockets support in Event","d":"yes"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in Event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["2.4.0RC1","2.4.0RC2","2.4.0RC3","2.4.0"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in Event","d":"no"},{"n":"enable-event-sockets","p":"Enable sockets support in Event","d":"yes"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in Event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-event-ns","p":"PHP Namespace for all Event classes","d":""},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["2.4.1","2.4.2","2.4.3","2.4.4","2.5.0","2.5.1","2.5.2","2.5.3","2.5.4","2.5.5","2.5.6","2.5.7","3.0.0","3.0.1","3.0.2r1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7RC1","3.0.7"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in Event","d":"no"},{"n":"enable-event-sockets","p":"Enable sockets support in Event","d":"yes"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in Event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-event-ns","p":"PHP Namespace for all Event classes","d":"no"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["3.0.8","3.1.0RC1"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in Event","d":"no"},{"n":"enable-event-sockets","p":"Enable sockets support in Event","d":"yes"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in Event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-event-ns","p":"PHP Namespace for all Event classes","d":"no"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"yes"}]}]},{"name":"excimer","license":"Apache 2.0","summary":"Interrupting timer and low-overhead sampling profiler","description":"Calls a user-defined callback when a one-shot or periodic timer expires. Also a sampling profiler backend, which aggregates backtraces collected by a periodic timer.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1"],"min":"7.1.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1"]}]},{"name":"expect","license":"PHP License","summary":"PHP extension for expect library","description":"This extension allows to interact with processes through PTY, using expect library.","phpv":[{"v":["0.1","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"]},{"v":["0.2.7","0.2.8","0.2.9","0.3.0","0.3.1","0.3.2"],"min":"4.0.0"},{"v":["0.3.3"],"min":"4.0.0","max":"5.99.99"},{"v":["0.4.0"],"min":"4.0.0","max":"7.99.99"}],"confopts":[{"v":["0.1","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.3.0","0.3.1","0.3.2","0.3.3","0.4.0"]}]},{"name":"fam","license":"PHP","summary":"File Alteration Monitor Functions","description":"FAM monitors files and directories, notifying interested\napplications of changes.\nA PHP script may specify a list of files for FAM to monitor\nusing the functions provided by this extension.\nThe FAM process is started when the first connection from\nany application to it is opened. It exits after all\nconnections to it have been closed.","phpv":[{"v":["5.0.1"],"min":"4.3.0"}],"confopts":[{"v":["5.0.1"]}]},{"name":"fann","license":"PHP 3.01","summary":"Wrapper for FANN (Fast Artificial Neural Network) Library","description":"This package provides a PHP binding for FANN (Fast Artificial Neural Network) Library","phpv":[{"v":["0.1.0","0.1.1"]},{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.1.0RC1","1.1.0RC2","1.1.0","1.1.1","1.2.0RC1","1.2.0RC2"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.1.0RC1","1.1.0RC2","1.1.0","1.1.1","1.2.0RC1","1.2.0RC2"]}]},{"name":"ffi","license":"PHP","summary":"Foreign Function Interface","description":"FFI is a multi-platform extension for PHP 5 that allows you to bind to functions from arbitrary shared libraries and call them.","phpv":[{"v":["0.1","0.2","0.3"]}],"confopts":[{"v":["0.1","0.2","0.3"]}]},{"name":"Fileinfo","license":"PHP","summary":"libmagic bindings","description":"Allows retrieval of information regarding a vast majority of file types. This information may include dimensions, quality, length etc.\n\nAdditionally it can also be used to retrieve the mime type for a particular\nfile and for text files proper language encoding.\n\nNote: As of PHP 5.3.0 this extension is enabled by default and this PECL extension is no longer maintained and will contain no more releases.","phpv":[{"v":["0.1","0.2","0.3","1.0","1.0.1","1.0.2","1.0.3","1.0.4"]}],"confopts":[{"v":["0.1","0.2","0.3","1.0","1.0.1","1.0.2","1.0.3","1.0.4"]}]},{"name":"filepro","license":"PHP License 3.01","summary":"filePro database access functions","description":"These functions allow read-only access to data stored in filePro databases."},{"name":"filter","license":"PHP","summary":"Extension for safely dealing with input parameters.\n\nNote: This extension is now part of PHP Core, so use it instead of this outdated PECL version (as of PHP 5.2.0).","description":"The Input Filter extension is meant to address this issue by implementing a set\nof filters and mechanisms that users can use to safely access their input data.","phpv":[{"v":["0.9.0","0.9.2","0.9.3","0.9.4"],"min":"4.0.0"},{"v":["0.10.0","0.11.0"],"min":"5.0.0"}],"confopts":[{"v":["0.9.0","0.9.2","0.9.3","0.9.4","0.10.0","0.11.0"]}]},{"name":"FliteTTS","license":"PHP License 3.01","summary":"Text to speech voice synthesis for PHP","description":"FliteTTS is an extension built upon the Flite voice synthesis library. Flite was developed at Carnegie Mellon University and is a small, fast run-time voice synthesis engine which is designed to run in embedded systems and/or large scale server deployments (aka memory/processor efficient). The PHP extension uses the Flite library to transform text strings into spoken audio via both RIFF and raw formatted wave files. For more information please see the included README and or the documentation."},{"name":"fpdf","license":"PHP License","summary":"PDF Form Data Format functions","description":"Forms Data Format (FDF) is a format for handling forms\nwithin PDF documents. You should read the documentation\nat http://partners.adobe.com/asn/acrobat/forms.jsp for\nmore information on what FDF is and how it is used in\ngeneral."},{"name":"framegrab","license":"PHP","summary":"A video frame grabber extension","description":"Provides a set of classes and functions for grabbing video frames from video capture devices.","phpv":[{"v":["0.0.1","0.1.0","0.1.1"],"min":"5.2"}],"confopts":[{"v":["0.0.1","0.1.0","0.1.1"],"opts":[{"n":"with-png","p":"libpng prefix?","d":"autodetect"}]}]},{"name":"FreeImage","license":"PHP","summary":"Provides a wrapper to the FreeImage library.","description":"This extension is a wrapper for the FreeImage (http://freeimage.sourceforge.net)\nlibrary that allows PHP to support popular graphics image fromats like GIF, PNG,\nBMP, JPEG, TIFF, PSD, XPM and others as needed by today's multimedia application.\nSee the examples in the examples/ directory for some hints on how to use it.","phpv":[{"v":["0.1"]}],"confopts":[{"v":["0.1"]}]},{"name":"fribidi","license":"PHP","summary":"Implementation of the Unicode Bidirectional Algorithm (bidi)","description":"A PHP frontend to the GNU FriBidi library: an implementation of the Unicode Bidirectional Algorithm (UBA), provides means for handling right-to-left text.","phpv":[{"v":["1.0"]},{"v":["1.1"],"min":"4.0.0"},{"v":["1.2"],"min":"5.0.0"}],"confopts":[{"v":["1.0","1.1","1.2"]}]},{"name":"funcall","license":"New BSD","summary":"Add callbacks for any function/method","description":"Call callbacks before or after specified functions/methods being called.\n\nFor PHP 5.3, use version 0.3.0alpha\nFor PHP 5.2 and 5.1, use version 0.2.5","phpv":[{"v":["0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5"],"min":"5"},{"v":["0.3.0alpha"],"min":"5.3"}],"confopts":[{"v":["0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.3.0alpha"]}]},{"name":"functional","license":"BSD License","summary":"Functional primitives for PHP","description":"A number of functional primitives like map(), select(), each() for the PHP language","phpv":[{"v":["0.0.1","0.0.5","0.6.0"],"min":"5.3"}],"confopts":[{"v":["0.0.1","0.0.5","0.6.0"]}]},{"name":"fuse","license":"PHP","summary":"File system in user space package","description":"FUSE is a loadable kernel module that provides support for creating POSIX file system drivers that run in user space. This library is intended to work with the PHP command-line interpreter.","phpv":[{"v":["0.1"],"min":"5"}],"confopts":[{"v":["0.1"]}]},{"name":"GDChart","license":"PHP","summary":"GDChart Based Graphing Interface","description":"The GDChart extension provides an interface to the bundled\ngdchart library. This library uses GD (bundled) library to generate\n20 different types of graphs based on supplied parameters.\n\nThe extension provides an OO interface to gdchart exposing\nmajority of options via properties and complex (array) options via\na series of methods.\n\nTo use the current version of the extension PHP 5.0.0 is required,\nand older PHP 4 only version can be downloaded from CVS, by checking\nout the extension with PECL_4_3 tag.","phpv":[{"v":["0.2.0"],"min":"5.0.0","max":"6.0.0"}],"confopts":[{"v":["0.2.0"]}]},{"name":"gearman","license":"PHP","summary":"PHP wrapper to libgearman","description":"This extension uses libgearman library to provide API for communicating with gearmand, and writing clients and workers.","phpv":[{"v":["0.3","0.4.0","0.5.0","0.6.0","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2"],"min":"5.1.0","max":"6.0.0"},{"v":["2.1.0"],"min":"7.0.0","max":"8.1.99"}],"confopts":[{"v":["0.3","0.4.0","0.5.0","0.6.0","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","2.1.0"]}]},{"name":"gender","license":"PHP","summary":"Gender Extension","description":"Gender PHP extension is a port of the gender.c program originally written by Joerg Michael. The main purpose is to find out the gender of firstnames. The name dictionary contains >40000 firstnames from 54 countries.","phpv":[{"v":["0.6.0","0.6.1","0.7.0"],"min":"5.2.0"},{"v":["0.8.0","0.9.0","1.0.0","1.1.0"],"min":"5.3.0"}],"confopts":[{"v":["0.6.0","0.6.1","0.7.0","0.8.0","0.9.0","1.0.0","1.1.0"]}]},{"name":"geoip","license":"PHP License","summary":"Map IP address to geographic places","description":"This PHP extension allows you to find the location of an IP address - City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type. For more info, please visit Maxmind's website.","phpv":[{"v":["0.2.0","1.0.0"]},{"v":["1.0.1","1.0.2","1.0.3","1.0.5","1.0.6","1.0.7","1.0.8","1.1.0","1.1.1"],"min":"4.3.0"}],"confopts":[{"v":["0.2.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.5","1.0.6","1.0.7","1.0.8","1.1.0","1.1.1"]}]},{"name":"geospatial","license":"PHP 3.01","summary":"PHP Extension to handle common geospatial functions","description":"The extension currently has implementations of the Haversine and\nVincenty's formulas for calculating distances, an initial bearing calculation\nfunction, a Helmert transformation function to transfer between different\nsupported datums, conversions between polar and Cartesian coordinates,\nconversions between Degree/Minute/Seconds and decimal degrees, a method to\nsimplify linear geometries, as well as a method to calculate intermediate\npoints on a LineString.","phpv":[{"v":["0.1.0","0.2.0","0.2.1"],"min":"5.4.0"},{"v":["0.3.1","0.3.2"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.3.1","0.3.2"]}]},{"name":"gmagick","license":"PHP License","summary":"Provides a wrapper to the GraphicsMagick library.","description":"Gmagick is a php extension to create, modify and obtain meta information of images using the GraphicsMagick API.\nVersion 2.0.0RC1 onwards requires GraphicsMagick version 1.3.17+ and PHP 7.0.1+\nVersion 2.0.5RC1 onwards requires GraphicsMagick version 1.3.20+ and PHP 7.0.1+\nIf you're using versions of PHP below 7.0.1 but above 5.1.3, please use version Gmagick 1.1.7RC3","phpv":[{"v":["1.0a1","1.0a2","1.0.0a3","1.0.0b1","1.0.1c1","1.0.1a1","1.0.1b1","1.0.2b1","1.0.2b2","1.0.2b3","1.0.2b4","1.0.3b1","1.0.3b2","1.0.3b3","1.0.3b4","1.0.3b5","1.0.4b1","1.0.5b1","1.0.6b1","1.0.7b1","1.0.8b1","1.0.8b2","1.0.8b3","1.0.9b1","1.0.10b1","1.1.0RC1","1.1.0RC2","1.1.0RC3","1.1.1RC1","1.1.2RC1","1.1.3RC1","1.1.4RC1","1.1.5RC1","1.1.6RC1","1.1.6RC2","1.1.6RC3","1.1.7RC1","1.1.7RC2","1.1.7RC3"],"min":"5.1.3"},{"v":["2.0.0RC1","2.0.1RC1","2.0.1RC2","2.0.1RC3","2.0.2RC1","2.0.2RC2","2.0.3RC1","2.0.4RC1","2.0.5RC1","2.0.6RC1"],"min":"7.0.1"}],"confopts":[{"v":["1.0a1","1.0a2","1.0.0a3","1.0.0b1","1.0.1c1","1.0.1a1","1.0.1b1","1.0.2b1","1.0.2b2","1.0.2b3","1.0.2b4","1.0.3b1","1.0.3b2","1.0.3b3","1.0.3b4","1.0.3b5","1.0.4b1","1.0.5b1","1.0.6b1","1.0.7b1","1.0.8b1","1.0.8b2","1.0.8b3","1.0.9b1","1.0.10b1","1.1.0RC1","1.1.0RC2","1.1.0RC3","1.1.1RC1","1.1.2RC1","1.1.3RC1","1.1.4RC1","1.1.5RC1","1.1.6RC1","1.1.6RC2","1.1.6RC3","1.1.7RC1","1.1.7RC2","1.1.7RC3","2.0.0RC1","2.0.1RC1","2.0.1RC2","2.0.1RC3","2.0.2RC1","2.0.2RC2","2.0.3RC1","2.0.4RC1","2.0.5RC1","2.0.6RC1"],"opts":[{"n":"with-gmagick","p":"Please provide the prefix of GraphicsMagick installation","d":"autodetect"}]}]},{"name":"gnupg","license":"BSD, revised","summary":"wrapper around the gpgme library","description":"This extension provides methods to interact with gnupg","phpv":[{"v":["0.1","0.2","0.3"],"min":"5.0"},{"v":["0.4","0.5","0.6","0.6.1","0.7","0.7.1","1.0","1.1","1.2"],"min":"4.3"},{"v":["1.3","1.3.1","1.3.2","1.3.3","1.3.5","1.3.6"],"min":"4.4"},{"v":["1.4.0RC1","1.4.0RC2","1.4.0","1.5.0RC1","1.5.0RC2"],"min":"5.2.0"},{"v":["1.5.0","1.5.1"],"min":"5.3.2"}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.5","0.6","0.6.1","0.7","0.7.1","1.0","1.1","1.2","1.3","1.3.1","1.3.2","1.3.3","1.3.5","1.3.6","1.4.0RC1","1.4.0RC2","1.4.0","1.5.0RC1","1.5.0RC2","1.5.0","1.5.1"]}]},{"name":"graphdat","license":"Apache-2.0","summary":"Troubleshoot application and server performance","description":"Graphdat is a real time performance monitoring tool for websites. Graphdat graphs system metrics along side request counts and response time data. The purpose of the extension is report request counts and response time information to our agent (installed on the box) which forwards that along to our servers. The data is then presented in a graph so that you can see performance spikes as they happen, and trends over time.","phpv":[{"v":["0.1.0","0.2.0","0.3.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4"],"min":"4.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4"]}]},{"name":"gRPC","license":"Apache 2.0","summary":"A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.","description":"Remote Procedure Calls (RPCs) provide a useful abstraction for building distributed applications and services. The libraries in this repository provide a concrete implementation of the gRPC protocol, layered over HTTP/2. These libraries enable communication between clients and servers using any combination of the supported languages.","phpv":[{"v":["0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","0.8.0","0.8.1","0.14.0","0.15.0","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0","1.0.1RC1","1.0.1","1.1.0RC1","1.1.0","1.2.0RC1","1.2.0","1.3.1RC1","1.3.2RC1","1.3.2","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.4.3","1.4.4","1.4.6RC1","1.4.6RC2","1.4.6RC3","1.4.6RC4","1.4.6RC5","1.4.6RC6","1.4.6","1.6.0RC1","1.6.0","1.7.0RC1","1.7.0","1.8.0RC1","1.8.0","1.8.3","1.8.5","1.9.0RC1","1.9.0RC3","1.9.0","1.10.0RC2","1.10.0","1.10.1RC1","1.10.1","1.11.0RC1","1.11.0RC2","1.11.0","1.11.1RC1","1.11.1","1.12.0RC1","1.12.0","1.13.0RC3","1.13.0","1.14.0RC2","1.14.0","1.14.1","1.15.0RC1","1.15.0","1.16.0","1.17.0RC1","1.17.0RC2","1.17.0RC3","1.17.0","1.18.0RC1","1.18.0","1.19.0RC1","1.19.0","1.20.0RC1","1.20.0RC3","1.20.0","1.21.0RC1","1.21.2","1.21.3RC1","1.21.3","1.22.0RC1","1.22.0","1.22.1","1.23.0RC1","1.23.0","1.23.1","1.24.0RC1","1.24.0","1.25.0RC1","1.25.0","1.26.0RC1","1.26.0RC2","1.26.0","1.27.0RC1","1.27.0RC2","1.27.0","1.28.0RC1","1.28.0RC2","1.28.0","1.29.0","1.29.1","1.30.0RC1","1.30.0","1.31.0RC1","1.31.0","1.31.1","1.32.0RC1","1.32.0","1.33.0RC1","1.33.1"],"min":"5.5.0"},{"v":["1.34.0RC1","1.34.0RC2","1.34.0","1.35.0RC1","1.35.0","1.36.0RC1","1.36.0","1.37.0RC1","1.37.0RC2","1.37.0","1.37.1","1.38.0RC1","1.38.0","1.39.0RC1","1.39.0","1.40.0RC1","1.40.0","1.41.0RC2","1.41.0","1.42.0RC1","1.42.0","1.43.0RC1","1.43.0","1.44.0RC2","1.44.0","1.45.0","1.46.0RC1","1.46.0RC2","1.46.0","1.46.1","1.46.3","1.47.0","1.47.4","1.48.0RC1","1.48.0","1.48.1","1.48.4","1.49.0RC3","1.49.0","1.49.3","1.50.0RC1","1.50.0","1.50.2","1.51.1","1.51.3","1.52.0RC1","1.52.1","1.53.0RC1","1.53.0RC2","1.53.0","1.54.0RC1","1.54.0","1.55.0RC1","1.55.0","1.56.0RC1","1.56.0","1.57.0","1.58.0RC1","1.58.0","1.59.0RC1","1.59.1","1.60.0RC1","1.60.0"],"min":"7.0.0"}],"confopts":[{"v":["0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","0.8.0","0.8.1","0.14.0","0.15.0","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0","1.0.1RC1","1.0.1","1.1.0RC1","1.1.0","1.2.0RC1","1.2.0","1.3.1RC1","1.3.2RC1","1.3.2","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.4.3","1.4.4","1.4.6RC1","1.4.6RC2","1.4.6RC3","1.4.6RC4","1.4.6RC5","1.4.6RC6","1.4.6","1.6.0RC1","1.6.0","1.7.0RC1","1.7.0","1.8.0RC1","1.8.0","1.8.3","1.8.5","1.9.0RC1","1.9.0RC3","1.9.0","1.10.0RC2","1.10.0","1.10.1RC1","1.10.1","1.11.0RC1","1.11.0RC2","1.11.0","1.11.1RC1","1.11.1","1.12.0RC1","1.12.0","1.13.0RC3","1.13.0","1.14.0RC2","1.14.0","1.14.1","1.15.0RC1","1.15.0","1.16.0","1.17.0RC1","1.17.0RC2","1.17.0RC3","1.17.0","1.18.0RC1","1.18.0","1.19.0RC1","1.19.0","1.20.0RC1","1.20.0RC3","1.20.0","1.21.0RC1","1.21.2","1.21.3RC1","1.21.3","1.22.0RC1","1.22.0","1.22.1","1.23.0RC1","1.23.0","1.23.1","1.24.0RC1","1.24.0","1.25.0RC1","1.25.0","1.26.0RC1","1.26.0RC2","1.26.0","1.27.0RC1","1.27.0RC2","1.27.0","1.28.0RC1","1.28.0RC2","1.28.0","1.29.0","1.29.1","1.30.0RC1","1.30.0","1.31.0RC1","1.31.0","1.31.1","1.32.0RC1","1.32.0","1.33.0RC1","1.33.1","1.34.0RC1","1.34.0RC2","1.34.0","1.35.0RC1","1.35.0","1.36.0RC1","1.36.0","1.37.0RC1","1.37.0RC2","1.37.0","1.37.1","1.38.0RC1","1.38.0","1.39.0RC1","1.39.0","1.40.0RC1","1.40.0","1.41.0RC2","1.41.0","1.42.0RC1","1.42.0","1.43.0RC1","1.43.0","1.44.0RC2","1.44.0","1.45.0","1.46.0RC1","1.46.0RC2","1.46.0","1.46.1","1.46.3","1.47.0","1.47.4","1.48.0RC1","1.48.0","1.48.1","1.48.4","1.49.0RC3","1.49.0","1.49.3","1.50.0RC1","1.50.0","1.50.2","1.51.1","1.51.3","1.52.0RC1","1.52.1","1.53.0RC1","1.53.0RC2","1.53.0","1.54.0RC1","1.54.0","1.55.0RC1","1.55.0","1.56.0RC1","1.56.0","1.57.0","1.58.0RC1","1.58.0","1.59.0RC1","1.59.1","1.60.0RC1","1.60.0"]}]},{"name":"gupnp","license":"PHP","summary":"GUPnP wrapper extension","description":"GUPnP is an object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. This extension wraps GUPnP and provides similar API.","phpv":[{"v":["0.1.0","0.2.0","1.0.0"],"min":"5.2.2","max":"6.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","1.0.0"],"opts":[{"n":"with-gupnp","p":"Please provide the installation prefix of gupnp library","d":"autodetect"}]}]},{"name":"handlebars","license":"BSD-2-Clause","summary":"Handlebars templating language","description":"This extension embeds a Handlebars interpreter into PHP, allowing the execution of Handlebars templates.","phpv":[{"v":["0.8.2RC1"],"min":"5.6.0","max":"7.1.99"},{"v":["0.8.2RC2","0.8.2"],"min":"5.6.0","max":"7.2.99"},{"v":["0.8.3"],"min":"5.6.0","max":"7.3.99"},{"v":["0.9.0","0.9.1","0.9.2","1.0.0"],"min":"7.2.0"}],"confopts":[{"v":["0.8.2RC1","0.8.2RC2","0.8.2","0.8.3","0.9.0","0.9.1","0.9.2","1.0.0"]}]},{"name":"haru","license":"PHP","summary":"Haru PDF functions","description":"These functions allow you to create PDF documents using the Haru Free PDF Library.","phpv":[{"v":["0.0.1","1.0.0","1.0.3","1.0.4"],"min":"5.1.3","max":"6.0.0"}],"confopts":[{"v":["0.0.1","1.0.0","1.0.3","1.0.4"],"opts":[{"n":"with-haru","p":"Please provide the prefix of libharu installation","d":"autodetect"}]}]},{"name":"hash","license":"PHP","summary":"HASH Message Digest Framework","description":"Native implementations of common message digest algorithms using a generic factory method","phpv":[{"v":["1.1"]},{"v":["1.2","1.3","1.4","1.5"],"min":"4.0.0"}],"confopts":[{"v":["1.1","1.2","1.3","1.4","1.5"]}]},{"name":"hdr_histogram","license":"New BSD","summary":"A PHP extension wrapper for the C hdrhistogram API","description":"HdrHistogram: A High Dynamic Range Histogram. A Histogram that supports recording and analyzing sampled data value counts across a configurable integer value range with configurable value precision within the range. Value precision is expressed as the number of significant digits in the value recording, and provides control over value quantization behavior across the value range and the subsequent value resolution at any given level.","phpv":[{"v":["0.1.0","0.2.0","0.3.0"],"min":"5.4.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0"]}]},{"name":"hidef","license":"PHP License","summary":"Constants for real","description":"Allow definition of user defined constants in simple ini files,\nwhich are then processed like internal constants, without any\nof the usual performance penalties.","phpv":[{"v":["0.1.0"],"min":"5.1.0"},{"v":["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.1.10","0.1.11","0.1.12","0.1.13"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.1.10","0.1.11","0.1.12","0.1.13"]}]},{"name":"hprose","license":"MIT","summary":"Hprose for PHP.","description":"Hprose extension for PHP.\nHprose is a High Performance Remote Object Service Engine.\n\nIt is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.\n\nHprose supports many programming languages, for example:\n\nAAuto Quicker\nActionScript\nASP\nC++\nDart\nDelphi/Free Pascal\ndotNET(C#, Visual Basic...)\nGolang\nJava\nJavaScript\nNode.js\nObjective-C\nPerl\nPHP\nPython\nRuby\n...\nThrough Hprose, You can conveniently and efficiently intercommunicate between those programming languages.\n\nThis project is the implementation of Hprose for PHP.","phpv":[{"v":["1.0.0","1.1.0","1.2.0","1.3.0"],"min":"5.3"},{"v":["1.3.1","1.3.2","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8","1.7.0","1.8.0"],"min":"5.2"}],"confopts":[{"v":["1.0.0","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5"],"opts":[{"n":"enable-hprose","p":"whether to enable hprose support","d":"yes"}]},{"v":["1.6.6","1.6.7","1.6.8","1.7.0","1.8.0"]}]},{"name":"hrtime","license":"BSD","summary":"High resolution timing","description":"The extension implements a high resolution StopWatch class. It uses the the best possible APIs on different platforms. It also makes possible to implement a custom stopwatch using low level ticks delivered by the underlaying APIs.","phpv":[{"v":["0.4.3","0.5.0","0.5.1","0.6.0"],"min":"5.3"}],"confopts":[{"v":["0.4.3","0.5.0","0.5.1","0.6.0"]}]},{"name":"html_parse","license":"PHP","summary":"HTML parser extenion","description":"HTML parser extension based on the ekhtml library\n(http://ekhtml.sourceforge.net/)","phpv":[{"v":["0.1"]},{"v":["0.9.0","1.0.0"],"min":"4.0.0"}],"confopts":[{"v":["0.1"]},{"v":["0.9.0","1.0.0"],"opts":[{"n":"with-ekhtml","p":"ekhtml installation directory?","d":"autodetect"}]}]},{"name":"htscanner","license":"PHP License","summary":"htaccess support for PHP","description":"Allow one to use htaccess-like file to configure PHP\nper directory, just like apache's htaccess. It is especially useful with fastcgi (ISS5/6/7, lighttpd, etc.).\nThis package was originally developed by Bart Vanbrabant. Old versions are available\nfrom: http://files.zoeloelip.be/htscanner","phpv":[{"v":["0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.7.0","0.8.0","0.8.1","0.9.0","1.0.0","1.0.1"],"min":"5.1.0"}],"confopts":[{"v":["0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.7.0","0.8.0","0.8.1","0.9.0","1.0.0","1.0.1"]}]},{"name":"http_message","license":"MIT License","summary":"PSR-7 HTTP Message implementation","description":"PSR-7 compatible HTTP Message implementation as PHP extension","phpv":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2"],"min":"7.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2"]}]},{"name":"huffman","license":"PHP","summary":"Huffman compression is a lossless compression algorithm that is ideal for compressing textual data.","description":"Huffman compression belongs into a family of algorithms with a variable codeword length. That means that individual symbols (characters in a text file for instance) are replaced by bit sequences that have a distinct length. So symbols that occur a lot in a file are given a short sequence while other that are used seldom get a longer bit sequence.","phpv":[{"v":["0.1.0","0.2.0"]}],"confopts":[{"v":["0.1.0","0.2.0"]}]},{"name":"hwapi","license":"PHP License 3.01","summary":"Include official Hyperwave API support","description":"Include official Hyperwave API support"},{"name":"ibm_db2","license":"Apache License 2.0","summary":"Extension for IBM DB2 Universal Database, IBM Cloudscape, and\nApache Derby","description":"This extension supports IBM DB2 Universal Database, IBM\nCloudscape, and Apache Derby databases.","phpv":[{"v":["1.0","1.0.1","1.0.2","1.1.0","1.1.1"]},{"v":["1.1.2"],"min":"4.0.0"},{"v":["1.1.3","1.1.4","1.1.5","1.1.6","1.2.0","1.2.1","1.2.2","1.2.3","1.4.9","1.4.10","1.5.0","1.5.1","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.7.0","1.7.1","1.8.0","1.8.1","1.8.2"]},{"v":["1.8.3","1.8.4","1.9.0","1.9.1","1.9.2","1.9.3","1.9.4","1.9.5","1.9.6","1.9.7","1.9.8","1.9.9","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8"],"min":"4.0.0"},{"v":["2.1.0","2.1.1","2.1.2","2.1.3"],"min":"7.0.0"},{"v":["2.1.5","2.1.6","2.1.7","2.2.0"],"min":"7.3.0"}],"confopts":[{"v":["1.0","1.0.1","1.0.2","1.1.0","1.1.1"]},{"v":["1.1.2"],"opts":[{"n":"with-IBM_DB2","p":"DB2 Installation Directory?"}]},{"v":["1.1.3","1.1.4","1.1.5","1.1.6","1.2.0","1.2.1","1.2.2","1.2.3","1.4.9","1.4.10","1.5.0","1.5.1","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.7.0","1.7.1","1.8.0","1.8.1","1.8.2"]},{"v":["1.8.3","1.8.4","1.9.0","1.9.1","1.9.2","1.9.3","1.9.4","1.9.5","1.9.6","1.9.7","1.9.8","1.9.9","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.1.0","2.1.1","2.1.2","2.1.3","2.1.5","2.1.6","2.1.7","2.2.0"],"opts":[{"n":"with-IBM_DB2","p":"DB2 Installation Directory?"}]}]},{"name":"ice","license":"BSD-3-Clause","summary":"Simple and fast PHP framework","description":"Ice is a PHP framework frozen in C extension.","phpv":[{"v":["1.6.0","1.6.1","1.6.2","1.7.0"],"min":"7.1.0","max":"8.0.0"},{"v":["1.8.0alpha2","1.8.0alpha3","1.8.0","1.9.0","1.10.0","1.10.1"],"min":"7.4.0"}],"confopts":[{"v":["1.6.0","1.6.1","1.6.2","1.7.0","1.8.0alpha2","1.8.0alpha3","1.8.0","1.9.0","1.10.0","1.10.1"]}]},{"name":"id3","license":"PHP License","summary":"Functions to read and write ID3 tags in MP3 files.","description":"id3 enables to to retrieve and update information from ID3 tags in\nMP3 files. It supports version 1.0, 1.1 and 2.2+ (only reading text- and url-frames at the moment).","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"idn","license":"PHP","summary":"GNU Libidn","description":"Binding to the GNU libidn for using Internationalized Domain Names.","phpv":[{"v":["0.1"]},{"v":["0.2.0"],"min":"4"}],"confopts":[{"v":["0.1"]},{"v":["0.2.0"],"opts":[{"n":"with-idn","p":"GNU libidn installation dir?","d":"autodetect"}]}]},{"name":"igbinary","license":"BSD-3-Clause","summary":"igbinary extension","description":"Igbinary is a drop in replacement for the standard php serializer. Instead of\ntime and space consuming textual representation, igbinary stores php data\nstructures in a compact binary form. Savings are significant when using\nmemcached or similar memory based storages for serialized data.","phpv":[{"v":["1.1.1"],"min":"5.2.0"},{"v":["1.2.0"],"min":"5.4.0"},{"v":["1.2.1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5RC1","2.0.5","2.0.6RC1","2.0.6","2.0.7","2.0.8"],"min":"5.2.0"},{"v":["3.0.0a1","3.0.0a2","3.0.0","3.0.1","3.1.0b1","3.1.0b2","3.1.0b3","3.1.0b4","3.1.0","3.1.1a1","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6RC1","3.1.6","3.2.0","3.2.1","3.2.2RC1","3.2.2","3.2.3","3.2.4","3.2.5","3.2.6","3.2.7","3.2.8","3.2.9","3.2.10","3.2.11","3.2.12","3.2.13","3.2.14"],"min":"7.0.0"}],"confopts":[{"v":["1.1.1","1.2.0","1.2.1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5RC1","2.0.5","2.0.6RC1","2.0.6","2.0.7","2.0.8","3.0.0a1","3.0.0a2","3.0.0","3.0.1","3.1.0b1","3.1.0b2","3.1.0b3","3.1.0b4","3.1.0","3.1.1a1","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6RC1","3.1.6","3.2.0","3.2.1","3.2.2RC1","3.2.2","3.2.3","3.2.4","3.2.5","3.2.6","3.2.7","3.2.8","3.2.9","3.2.10","3.2.11","3.2.12","3.2.13","3.2.14"]}]},{"name":"imagick","license":"PHP License","summary":"Provides a wrapper to the ImageMagick library.","description":"Imagick is a native php extension to create and modify images using the ImageMagick API.\nThis extension requires ImageMagick version 6.5.3-10+ and PHP 5.4.0+.","phpv":[{"v":["0.1.1","0.1.2","0.9","0.9.0.1","0.9.1","0.9.2","0.9.3","0.9.4","0.9.5","0.9.6","0.9.7","0.9.8","0.9.9","0.9.10","0.9.11","0.9.13"]},{"v":["2.0.0a1","2.0.0a2","2.0.0a3","2.0.0b1","2.0.0b2","2.0.0b3","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0","2.0.1RC1","2.0.1","2.1.0RC1","2.1.0RC2","2.1.0RC3","2.1.0","2.1.1RC1","2.1.1","2.2.0b1","2.2.0b2","2.2.0RC1","2.2.0","2.2.1RC1","2.2.1RC2","2.2.1","2.2.2RC1","2.2.2RC2","2.2.2RC3","2.2.2RC4","2.2.2","2.3.0b1","2.3.0RC1","2.3.0RC2","2.3.0RC3","2.3.0","3.0.0b1","3.0.0b2","3.0.0RC1","3.0.0RC2","3.0.0","3.0.1RC1","3.0.1RC2","3.0.1","3.1.0b1","3.1.0RC1","3.1.0RC2","3.1.0RC3","3.1.0","3.1.1","3.1.2","3.2.0b1","3.2.0b2","3.2.0RC1","3.3.0RC1"],"min":"5.1.3"},{"v":["3.3.0RC2","3.3.0"],"min":"5.1.3","max":"7.0.0"},{"v":["3.4.0RC1","3.4.0RC2","3.4.0RC3","3.4.0RC4","3.4.0RC5","3.4.0RC6","3.4.0","3.4.1","3.4.2","3.4.3RC1","3.4.3RC2","3.4.3RC3","3.4.3RC4","3.4.3","3.4.4RC2","3.4.4","3.5.0RC1","3.5.0RC2","3.5.0","3.5.1RC1","3.5.1","3.6.0RC1","3.6.0RC2","3.6.0","3.7.0RC1","3.7.0"],"min":"5.4.0"}],"confopts":[{"v":["0.1.1","0.1.2","0.9","0.9.0.1","0.9.1","0.9.2","0.9.3","0.9.4","0.9.5","0.9.6","0.9.7","0.9.8","0.9.9","0.9.10","0.9.11","0.9.13"]},{"v":["2.0.0a1","2.0.0a2","2.0.0a3","2.0.0b1","2.0.0b2","2.0.0b3","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0","2.0.1RC1","2.0.1","2.1.0RC1","2.1.0RC2","2.1.0RC3","2.1.0","2.1.1RC1","2.1.1","2.2.0b1","2.2.0b2","2.2.0RC1","2.2.0","2.2.1RC1","2.2.1RC2","2.2.1","2.2.2RC1","2.2.2RC2","2.2.2RC3","2.2.2RC4","2.2.2","2.3.0b1","2.3.0RC1","2.3.0RC2","2.3.0RC3","2.3.0","3.0.0b1","3.0.0b2","3.0.0RC1","3.0.0RC2","3.0.0","3.0.1RC1","3.0.1RC2","3.0.1","3.1.0b1","3.1.0RC1","3.1.0RC2","3.1.0RC3","3.1.0","3.1.1","3.1.2","3.2.0b1","3.2.0b2","3.2.0RC1","3.3.0RC1","3.3.0RC2","3.3.0","3.4.0RC1","3.4.0RC2","3.4.0RC3","3.4.0RC4","3.4.0RC5","3.4.0RC6","3.4.0","3.4.1","3.4.2","3.4.3RC1","3.4.3RC2","3.4.3RC3","3.4.3RC4","3.4.3"],"opts":[{"n":"with-imagick","p":"Please provide the prefix of Imagemagick installation","d":"autodetect"}]},{"v":["3.4.4RC2","3.4.4","3.5.0RC1","3.5.0RC2","3.5.0","3.5.1RC1","3.5.1","3.6.0RC1","3.6.0RC2","3.6.0","3.7.0RC1","3.7.0"],"opts":[{"n":"with-imagick","p":"Please provide the prefix of ImageMagick installation","d":"autodetect"}]}]},{"name":"imlib2","license":"PHP License 4.0","summary":"Provides an image manipulation interface using libimlib2","description":"imlib2 is a very fast image manipulation library, but without the support for as many image formats as other libraries such as imagemagick.\nYou will need the imlib2 library from http://sourceforge.net/projects/enlightenment/ in order to compile this extension.\nThis extension is experimental. It's been tested on a number of Linux installs, but nothing else. Please report any bugs.","phpv":[{"v":["0.1.00"]}],"confopts":[{"v":["0.1.00"]}]},{"name":"immutable_cache","license":"PHP License","summary":"immutable_cache - an shared memory cache of immutable values","description":"immutable_cache - an shared memory cache of immutable values. Based on APCu.","phpv":[{"v":["6.1.0"],"min":"7.2.0"}],"confopts":[{"v":["6.1.0"],"opts":[{"n":"enable-immutable-cache-debug","p":"Enable internal debugging in immutable_cache","d":"no"}]}]},{"name":"IMS","license":"PHP 3.01","summary":"Communication with IBM Z/OS through IMS Connect","description":"Implements IMS Connect protocol to execute transactions on Mainframe platforms :\n\n- Most connection parameters available (host, user, clientid, lterm, datastore, RACF security, ...)\n- Input/Output messages processed as associative arrays in PHP scripts\n- Data fields processed accordingly to Close Copy description (from separate XML files).\n- Automatic character conversion ASCII/EBCDIC\n- Data communication tracing (through HTML display)\n\nTechnical considerations :\n\n- Compatibility with both PHP 4 and PHP 5\n- Requires a Z/OS server with IMS Connect for testing\n- Supported IMS Connect Exits :\no HWSJAVA0 Java module (default)\no HWSIMSO0 Simple module\n- No documentation published yet","phpv":[{"v":["0.1.0","0.1.1"]}],"confopts":[{"v":["0.1.0","0.1.1"]}]},{"name":"inclued","license":"PHP License","summary":"Clued-in about your inclueds","description":"Allows you trace through and dump the hierarchy of file inclusions and class inheritance at runtime","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"],"min":"5.1.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"]}]},{"name":"informix","license":"PHP License 3.01","summary":"Informix driver","description":"Informix driver"},{"name":"ingres","license":"PHP","summary":"Extension for the Ingres/Vectorwise Database Systems.","description":"This extension supports the Ingres/Vectorwise Database Systems.","phpv":[{"v":["1.0"]},{"v":["1.4.3","2.0.0","2.0.1","2.0.2","2.1.0","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4"],"min":"4.3.0"}],"confopts":[{"v":["1.0"]},{"v":["1.4.3","2.0.0","2.0.1","2.0.2","2.1.0","2.2.0","2.2.1"],"opts":[{"n":"with-ingres","p":"Ingres II_SYSTEM dir?"}]},{"v":["2.2.2","2.2.3","2.2.4"],"opts":[{"n":"with-ingres","p":"Ingres II_SYSTEM dir?","d":"/opt/Ingres/IngresII"}]}]},{"name":"inotify","license":"PHP License","summary":"Inotify","description":"Inotify bindings for PHP","phpv":[{"v":["0.1.2","0.1.3","0.1.4","0.1.5","0.1.6"],"min":"5.2.0"},{"v":["2.0.0","3.0.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","2.0.0","3.0.0"]}]},{"name":"interbase","license":"PHP License","summary":"InterBase/FireBird extension","description":"This is a PECL package of the interbase extension, which was previously apart of the PHP distribution.\n\nThis extension enables connectivity to an InterBase or FireBird based database system."},{"name":"intercept","license":"PHP","summary":"Intercept function/method calls","description":"Allows the user to have a user-space function called\nwhen the specified function or method is called.","phpv":[{"v":["0.1"]},{"v":["0.2.0"],"min":"4.3.10","max":"6.0.0"},{"v":["0.3.0"]},{"v":["0.4.0"],"min":"4.3.10","max":"6.0.0"}],"confopts":[{"v":["0.1","0.2.0","0.3.0","0.4.0"]}]},{"name":"intl","license":"PHP License","summary":"Internationalization extension","description":"pecl/intl is not mainained anymore. Use the version bundled with PHP.\n\nThe Internationalization extension exposes functionality of the ICU library to PHP.

This extension has been bundled with PHP since version 5.3. This PECL version backports improvements made in the development version of PHP to PHP 5.2-5.4.
Version 3.0 is in sync with PHP 5.5.","phpv":[{"v":["1.0.0beta"],"min":"5.2.0"},{"v":["1.0.0RC1","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","2.0.0b1","2.0.0","2.0.1","3.0.0a1","3.0.0a2","3.0.0b1","3.0.0"],"min":"5.2.4"}],"confopts":[{"v":["1.0.0beta","1.0.0RC1","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","2.0.0b1","2.0.0","2.0.1","3.0.0a1","3.0.0a2","3.0.0b1","3.0.0"],"opts":[{"n":"with-icu-dir","p":"Specify where ICU libraries and headers can be found","d":"DEFAULT"}]}]},{"name":"ion","license":"2-Clause-BSD","summary":"PHP extension for Amazon ION serialization format","description":"Amazon Ion is a richly-typed, self-describing, hierarchical data serialization format offering interchangeable binary and text representations.\n\nThe text format (a superset of JSON) is easy to read and author, supporting rapid prototyping. The binary representation is efficient to store, transmit, and skip-scan parse.","phpv":[{"v":["0.1.0","0.2.0","0.2.1"],"min":"8.1.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1"],"opts":[{"n":"with-ion","p":"where to find libion","d":"bundled"}]}]},{"name":"ip2location","license":"PHP License","summary":"Get geo location information of an IP address","description":"This PECL extension enables you to get the geo location information of an IP address, such as country, region or state, city, latitude and longitude, US ZIP code, time zone, Internet Service Provider (ISP) or company name, domain name, net speed, area code, weather station code, weather station name, mobile country code (MCC), mobile network code (MNC) and carrier brand, elevation, and usage type.","phpv":[{"v":["6.0.0","6.0.1","6.0.2","6.0.3","6.0.4","8.0.0","8.0.1","8.1.0","8.1.1","8.1.2"],"min":"5"},{"v":["8.2.0"],"min":"5.4.0"}],"confopts":[{"v":["6.0.0","6.0.1","6.0.2","6.0.3","6.0.4","8.0.0","8.0.1","8.1.0","8.1.1","8.1.2","8.2.0"]}]},{"name":"ip2proxy","license":"PHP License","summary":"Get proxy information of an IP address","description":"This PECL extension allows you to detect proxy servers with country, region, city, ISP, domain, usage type, ASN, security threat and proxy type information using IP2Proxy binary database.","phpv":[{"v":["3.0.0","3.0.1","3.0.2","3.0.3"],"min":"5"}],"confopts":[{"v":["3.0.0","3.0.1","3.0.2","3.0.3"]}]},{"name":"ircclient","license":"BSD-2-Clause","summary":"IRC Client","description":"Binding for the ircclient library.","phpv":[{"v":["0.3.0"],"min":"5.3"}],"confopts":[{"v":["0.3.0"],"opts":[{"n":"with-ircclient","p":"whether to enable libircclient suport; set libircclient directory","d":"yes"}]}]},{"name":"isis","license":"BSD","summary":"PHP extension for reading CDS/ISIS databases.","description":"This extension adds functionality to PHP in order to read CDS/ISIS databases through the OpenIsis library.","phpv":[{"v":["1.0.3p3"]}],"confopts":[{"v":["1.0.3p3"]}]},{"name":"jsmin","license":"PHP License","summary":"PHP extension for minifying JavaScript","description":"This extension provides an API for minifying JavaScript.","phpv":[{"v":["0.1.0"],"min":"5.3.0"},{"v":["0.1.1","1.0.0","1.1.0"],"min":"5.3.10"},{"v":["2.0.0"],"min":"5.5.0"},{"v":["2.0.1"],"min":"5.4.0"},{"v":["3.0.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","1.0.0","1.1.0","2.0.0","2.0.1","3.0.0"]}]},{"name":"json","license":"PHP 3.01","summary":"JavaScript Object Notation.\n\nNote: This extension is now part of PHP Core, so use it instead. As of PHP 5.2.0.","description":"Support for JSON (JavaScript Object Notation) serialization.","phpv":[{"v":["1.2.0","1.2.1"]}],"confopts":[{"v":["1.2.0","1.2.1"]}]},{"name":"jsonc","license":"PHP 3.01","summary":"JavaScript Object Notation","description":"Support for JSON (JavaScript Object Notation) serialization.\nThis is a drop-in alternative to PHP standard json extension.","phpv":[{"v":["1.3.0"],"min":"5.3.0"},{"v":["1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"min":"5.4.0"},{"v":["1.3.7","1.3.8RC1","1.3.8","1.3.9","1.3.10"],"min":"5.4.0","max":"6.0.0"}],"confopts":[{"v":["1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","1.3.8RC1","1.3.8","1.3.9","1.3.10"]}]},{"name":"jsond","license":"PHP 3.01","summary":"JavaScript Object Notation","description":"This is a drop-in alternative to the standard PHP JSON extension.","phpv":[{"v":["1.3.0"],"min":"5.2.6"},{"v":["1.4.0RC1","1.4.0"],"min":"5.3.3"}],"confopts":[{"v":["1.3.0","1.4.0RC1","1.4.0"]}]},{"name":"jsonnet","license":"Apache2.0","summary":"The Google JsonNet for PHP.","description":"The Google JsonNet for PHP.\n\nJsonnet language, from its most basic features to its powerful object model, punctuated with examples drawn from\nthe world of cocktails. These examples are meant to be fun, and although a little contrived, do not restrict our\nthinking to any one particular application of Jsonnet.\n\nCaveat: Note that Jsonnet unparses JSON in a simple way. In particular, it alphabetically reorders object fields\nin its output. This is natural and compatible with JSON, since if order is meaningful, an array of pairs should\nbe used instead of an object. Also, unparsing JSON using a canonical ordering of field names makes it possible\nto use diff to compare outputs. However, the example output on this page has been manually re-ordered in order\nto allow easier visual comparison to the given input. The whitespace of the output has also been tweaked to make\nit fit more neatly on the page. So, if you run these examples yourself, the output might be different (but\nequivalent).","phpv":[{"v":["1.0.0","1.1.0","1.1.1","1.2.0","1.3.0","1.3.1"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.1.0","1.1.1","1.2.0","1.3.0","1.3.1"]}]},{"name":"jsonpath","license":"PHP","summary":"Extract data using JSONPath notation","description":"This extension allows you to use the versatile JSONPath query language to extract the properties that you want from a decoded JSON document.","phpv":[{"v":["0.9.3","0.9.4","0.9.5","0.9.6","1.0.0"],"min":"7.4.0"}],"confopts":[{"v":["0.9.3","0.9.4","0.9.5","0.9.6","1.0.0"]}]},{"name":"json_post","license":"BSD-2-Clause","summary":"JSON POST handler","description":"This extension provides a PHP content type handler for \"application/json\" and\n\"text/json\" to PHP's form data parser. If the `Content-Type` of an incoming\nrequest is `text/json`, the JSON contents of the request body will by parsed\ninto `$_POST`.\n\nThis extension does not provide any constants, functions or classes.","phpv":[{"v":["1.0.0RC1","1.0.0RC2","1.0.0","1.0.1","1.0.2","1.1.0"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0RC1","1.0.0RC2","1.0.0","1.0.1","1.0.2","1.1.0"]}]},{"name":"Judy","license":"PHP","summary":"PHP Judy implements sparse dynamic arrays (aka Judy Arrays)","description":"PHP Judy implements sparse dynamic arrays (aka Judy Arrays). This extension is based\non the Judy C library. A Judy array consumes memory only when it is populated,\nyet can grow to take advantage of all available memory if desired. Judy's key benefits\nare scalability, high performance, and memory efficiency.","phpv":[{"v":["0.0.1","0.1.1","0.1.2"],"min":"5.3.3"},{"v":["0.1.3","0.1.4","0.1.5","0.1.6","1.0.0"],"min":"5.2.0"},{"v":["1.0.1","1.0.2"],"min":"5.3.0"}],"confopts":[{"v":["0.0.1","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","1.0.0","1.0.1","1.0.2"],"opts":[{"n":"with-judy","p":"Please provide the prefix of libJudy installation","d":"autodetect"}]}]},{"name":"kadm5","license":"LGPL","summary":"Remote access to Kerberos Administration Servers","description":"This package allows you to access Kerberos V administration servers.\nYou can create, modify, and delete Kerberos V principals and policies.","phpv":[{"v":["0.2.3"]}],"confopts":[{"v":["0.2.3"]}]},{"name":"krb5","license":"MIT License","summary":"Features:","description":"+ An interface for maintaining credential caches (KRB5CCache),\nthat can be used for authenticating against a kerberos5 realm\n+ Bindings for nearly the complete GSSAPI (RFC2744)\n+ The administrative interface (KADM5)\n+ Support for HTTP Negotiate authentication via GSSAPI\n\nDocumentation:\n+ see docs/ for the API documentation\n+ there are several pieces of example code in the examples/ directory\n+ see below for install instructions","phpv":[{"v":["1.0.0","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5"]}]},{"name":"KTaglib","license":"Modified BSD License","summary":"Library to edit audio properties and tags on MPEG and OGG files","description":"KTaglib is a PHP binding for the KDE taglib, which reads and writes tags for various audio files","phpv":[{"v":["0.0.1a1","0.2.0"],"min":"5.2.0"}],"confopts":[{"v":["0.0.1a1","0.2.0"]}]},{"name":"lapack","license":"PHP","summary":"Wrapper for the LAPACK linear algebra library.","description":"LAPACK (http://www.netlib.org/lapack) is written in Fortran 90 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. This PHP extension makes use of the LAPACKE C bindings to LAPACK, and provides access to some of the 'driver' methods, allowing straightforward solving of linear algebra problems from PHP.","phpv":[{"v":["0.1.0"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0"]}]},{"name":"lchash","license":"PHP","summary":"LibC Hash Interface","description":"The LCHASH extension provides interface to libc implementation\nof hash tables described by POSIX 1003.1-2001.","phpv":[{"v":["0.9","0.9.1"]}],"confopts":[{"v":["0.9","0.9.1"]}]},{"name":"leveldb","license":"PHP","summary":"LevelDB PHP bindings","description":"This extension is a PHP binding for Google LevelDB","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5"],"min":"5.2.0"},{"v":["0.2.1","0.3.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.1","0.3.0"]}]},{"name":"libevent","license":"PHP","summary":"Libevent - event notification","description":"This extension is a wrapper for libevent - event notification library.","phpv":[{"v":["0.0.2","0.0.4"],"min":"5.1.3","max":"6.0.0"},{"v":["0.0.5","0.1.0"],"min":"5.3.0","max":"6.0.0"}],"confopts":[{"v":["0.0.2","0.0.4","0.0.5","0.1.0"],"opts":[{"n":"with-libevent","p":"Please provide the prefix of libevent installation","d":"autodetect"}]}]},{"name":"libsodium","license":"BSD 2-Clause License","summary":"Wrapper for the Sodium cryptographic library","description":"A simple, low-level PHP extension for libsodium.","phpv":[{"v":["0.1.1","0.1.2"],"min":"5.2.0"},{"v":["0.1.3"],"min":"5.2.0","max":"5.99.99"},{"v":["0.2.0","0.2.1","1.0.0","1.0.1","1.0.2"],"min":"5.2.0","max":"7.99.99"},{"v":["1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"],"min":"5.4.0","max":"7.99.99"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11","2.0.12","2.0.13","2.0.14","2.0.15","2.0.16","2.0.17","2.0.18","2.0.19","2.0.20","2.0.21","2.0.22"],"min":"7.0.0","max":"7.99.99"},{"v":["2.0.23"],"min":"7.0.0","max":"8.0.99"}],"confopts":[{"v":["0.1.1","0.1.2","0.1.3","0.2.0","0.2.1","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11","2.0.12","2.0.13","2.0.14","2.0.15","2.0.16","2.0.17","2.0.18","2.0.19","2.0.20","2.0.21","2.0.22","2.0.23"]}]},{"name":"libvirt","license":"PHP","summary":"PHP bindings for libvirt","description":"libvirt-php is a php module that provides PHP bindings for libvirt virtualization toolkit and therefore you can access libvirt directly from your PHP scripts with no need to have virt-manager or libvirt-based CLI/GUI tools installed."},{"name":"llvm","license":"PHP License","summary":"Zend bytecode to LLVM assembly compiler","description":"Compiles Zend bytecode to LLVM assembly and then into optimized machine code."},{"name":"lua","license":"PHP","summary":"Embedded lua interpreter","description":"\"Lua is a powerful, fast, light-weight, embeddable scripting language.\"\nThis extension embeds the lua interpreter and offers an OO-API to lua variables and functions.","phpv":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4","1.0.0"],"min":"5.1.0","max":"5.4.0"},{"v":["1.1.0"],"min":"5.1.0"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"],"min":"7.0.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4","1.0.0","1.1.0","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"]}]},{"name":"LuaSandbox","license":"MIT","summary":"Lua interpreter with limits and safe environment","description":"LuaSandbox is an extension for running untrusted Lua code within a PHP web request. Code is run in a stripped-down, safe environment. Time and memory limits can be set.","phpv":[{"v":["3.0.2","3.0.3"],"min":"5.2.0"},{"v":["4.0.0","4.0.1","4.0.2","4.1.0","4.1.1"],"min":"7.2.0"}],"confopts":[{"v":["3.0.2","3.0.3","4.0.0","4.0.1","4.0.2","4.1.0","4.1.1"]}]},{"name":"lzf","license":"PHP License","summary":"LZF compression.","description":"This package handles LZF de/compression.","phpv":[{"v":["0.1","1.0","1.1","1.2","1.3","1.4"]},{"v":["1.5.0","1.5.1","1.5.2","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8"],"min":"4.0.0"},{"v":["1.7.0"],"min":"7.2.0"}],"confopts":[{"v":["0.1","1.0","1.1","1.2","1.3","1.4"]},{"v":["1.5.0","1.5.1","1.5.2","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8","1.7.0"],"opts":[{"n":"enable-lzf-better-compression","p":"Sacrifice speed in favour of compression ratio?","d":"no"}]}]},{"name":"mailparse","license":"PHP","summary":"Email message manipulation","description":"Mailparse is an extension for parsing and working with email messages.\nIt can deal with rfc822 and rfc2045 (MIME) compliant messages.","phpv":[{"v":["0.9","0.9.1","0.9.2","0.9.3","0.9.4","2.0b","2.1"]},{"v":["2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6"],"min":"4.3.0","max":"6.0.0"},{"v":["3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.1.0","3.1.1","3.1.2","3.1.3"],"min":"7.0.0"},{"v":["3.1.4","3.1.5","3.1.6"],"min":"7.3.0"}],"confopts":[{"v":["0.9","0.9.1","0.9.2","0.9.3","0.9.4","2.0b","2.1","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6"]}]},{"name":"markdown","license":"New BSD License","summary":"Processes the Markdown language with the bundled discount library.","description":"Markdown is a lightweight markup language created by John Gruber. It is also\nthe name of the original tool written in Perl that converts such markup into\nHTML.\n\nThis library is a wrapper for a modified version of the discount Markdown\nprocessor, created by David Parsons. It supports several extensions of the\noriginal Markdown language, including smartypants-style substitutions, pandoc-\nstyle document headers, and parts of Markdown Extra.\n\nThe modifications to discount include discarding several parts important only\nto stand-alone applications that accompany the library code, better consistency\nin library interface functions, thread-safety without eager initialization of\nglobals, usage of the Zend memory manager and support for Microsoft Windows.\n\nDiscount is available at <http://www.pell.portland.or.us/~orc/Code/discount/>.\n\nThe page of the original Markdown is available at\n<http://daringfireball.net/projects/markdown/>.\n\nWindows binaries (VC 9, x86, 1.0.0), with PDB files:\nThis extension is also compatible with PHP 5.2, but no Windows binaries will be provided here.","phpv":[{"v":["0.1.0","0.2.0","1.0.0"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.2.0","1.0.0"]}]},{"name":"maxdb","license":"PHP License","summary":"An extension to access MaxDB databases","description":"MaxDB PHP is an extension which provides access to the MySQL MaxDB databases. It is compatible\nwith MySQL's mysqli extension.","phpv":[{"v":["1.0","7.5.00.24","7.5.00.26","7.6.00.12","7.6.00.16","7.6.00.27","7.6.00.32","7.6.00.34","7.6.00.37","7.6.00.38"]}],"confopts":[{"v":["1.0","7.5.00.24","7.5.00.26","7.6.00.12","7.6.00.16","7.6.00.27","7.6.00.32","7.6.00.34","7.6.00.37","7.6.00.38"]}]},{"name":"maxminddb","license":"Apache License 2.0","summary":"Reader for the MaxMind DB file format","description":"This is the PHP extension for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).","phpv":[{"v":["1.8.0","1.9.0","1.10.0","1.10.1","1.11.0","1.11.1"],"min":"7.2.0"}],"confopts":[{"v":["1.8.0","1.9.0","1.10.0","1.10.1","1.11.0","1.11.1"]}]},{"name":"mcrypt","license":"PHP License","summary":"Bindings for the libmcrypt library","description":"Provides bindings for the unmaintained libmcrypt.","phpv":[{"v":["1.0.0"],"min":"7.1.0","max":"7.3.0"},{"v":["1.0.1"],"min":"7.2.0","max":"7.3.0"},{"v":["1.0.2"],"min":"7.2.0","max":"7.4.0"},{"v":["1.0.3"],"min":"7.2.0","max":"8.0.0"},{"v":["1.0.4"],"min":"7.2.0","max":"8.1.0"},{"v":["1.0.5"],"min":"7.2.0","max":"8.2.0"},{"v":["1.0.6"],"min":"7.2.0","max":"8.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6"],"opts":[{"n":"with-mcrypt","p":"libmcrypt prefix?","d":"autodetect"}]}]},{"name":"mcrypt_filter","license":"PHP","summary":"Applies mcrypt symmetric encryption using stream filters","description":"Creates mcrypt.* and mdecrypt.* class of filters for inline symmetric encryption and decryption.","phpv":[{"v":["0.1.0"],"min":"5.0.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0"]}]},{"name":"mcve","license":"PHP","summary":"libmonetra/libmcve interface","description":"Interface the MCVE/Monetra API (libmonetra [formerly libmcve]), allowing you to work directly with MCVE/Monetra from your PHP scripts. Monetra is Main Street Softworks' solution to direct credit\ncard processing for Unix.","phpv":[{"v":["1.0.0","1.0.1","5.2.0","5.2.1","5.2.2","7.0.0","7.0.1","7.0.2","7.0.3"],"min":"4.2.0"}],"confopts":[{"v":["1.0.0","1.0.1","5.2.0","5.2.1","5.2.2","7.0.0","7.0.1","7.0.2","7.0.3"]}]},{"name":"mdbtools","license":"LGPL","summary":"MDB data file access library","description":"mdbtools provides read access to MDB data files\nas used by Microsoft Access and its underlying\nJetEngine.\n\nIt is based on libmdb from the mdbtools package\navailable at http://mdbtools.sourceforge.net/","phpv":[{"v":["0.1"]},{"v":["0.6.0","1.0.0"],"min":"4.0.0"}],"confopts":[{"v":["0.1"]},{"v":["0.6.0","1.0.0"],"opts":[{"n":"with-mdbtools","p":"mdbtools installation directory?","d":"autodetect"}]}]},{"name":"memcache","license":"PHP License","summary":"memcached extension","description":"Memcached is a caching daemon designed especially for\ndynamic web applications to decrease database load by\nstoring objects in memory.\nThis extension allows you to work with memcached through\nhandy OO and procedural interfaces.\nThe extension allows use to store sessions in memcached via memcache.","phpv":[{"v":["0.2","0.4","1.0","1.1","1.2","1.3","1.4","1.5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0"]},{"v":["2.1.1","2.1.2"],"min":"4.0.0"},{"v":["2.2.0","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8"],"min":"4.3.11"},{"v":["4.0.5.1","4.0.5.2"],"min":"7.0.0"},{"v":["8.0","8.2"],"min":"8.0.0"}],"confopts":[{"v":["0.2","0.4","1.0","1.1","1.2","1.3","1.4","1.5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.1.1","2.1.2","2.2.0","2.2.1"]},{"v":["2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7"],"opts":[{"n":"enable-memcache-session","p":"Enable memcache session handler support?","d":"yes"}]},{"v":["3.0.0"]},{"v":["3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8","4.0.5.1","4.0.5.2","8.0","8.2"],"opts":[{"n":"enable-memcache-session","p":"Enable memcache session handler support?","d":"yes"}]}]},{"name":"memcached","license":"PHP","summary":"PHP extension for interfacing with memcached via libmemcached library","description":"This extension uses libmemcached library to provide API for communicating with memcached servers.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.0","1.0.0","1.0.1","1.0.2","2.0.0b1","2.0.0b2","2.0.0","2.0.1","2.1.0","2.2.0b1","2.2.0RC1","2.2.0"],"min":"5.2.0","max":"6.0.0"},{"v":["3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.2.0RC1","3.2.0RC2","3.2.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.0","1.0.0","1.0.1","1.0.2","2.0.0b1","2.0.0b2","2.0.0","2.0.1","2.1.0"]},{"v":["2.2.0b1","2.2.0RC1","2.2.0","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4"],"opts":[{"n":"with-libmemcached-dir","p":"libmemcached directory","d":"no"}]},{"v":["3.1.0"],"opts":[{"n":"with-libmemcached-dir","p":"libmemcached directory","d":"no"},{"n":"with-zlib-dir","p":"zlib directory","d":"no"},{"n":"with-system-fastlz","p":"use system fastlz","d":"no"},{"n":"enable-memcached-igbinary","p":"enable igbinary serializer","d":"no"},{"n":"enable-memcached-msgpack","p":"enable msgpack serializer","d":"no"},{"n":"enable-memcached-json","p":"enable json serializer","d":"no"},{"n":"enable-memcached-protocol","p":"enable server protocol","d":"no"},{"n":"disable-memcached-sasl","p":"disable sasl","d":"no"},{"n":"disable-memcached-session","p":"disable sessions","d":"no"}]},{"v":["3.1.1"],"opts":[{"n":"with-libmemcached-dir","p":"libmemcached directory","d":"no"},{"n":"with-zlib-dir","p":"zlib directory","d":"no"},{"n":"with-system-fastlz","p":"use system fastlz","d":"no"},{"n":"enable-memcached-igbinary","p":"enable igbinary serializer","d":"no"},{"n":"enable-memcached-msgpack","p":"enable msgpack serializer","d":"no"},{"n":"enable-memcached-json","p":"enable json serializer","d":"no"},{"n":"enable-memcached-protocol","p":"enable server protocol","d":"yes"},{"n":"enable-memcached-sasl","p":"enable sasl","d":"yes"},{"n":"enable-memcached-session","p":"enable sessions","d":"yes"}]},{"v":["3.1.2","3.1.3","3.1.4","3.1.5","3.2.0RC1","3.2.0RC2","3.2.0"],"opts":[{"n":"with-libmemcached-dir","p":"libmemcached directory","d":"no"},{"n":"with-zlib-dir","p":"zlib directory","d":"no"},{"n":"with-system-fastlz","p":"use system fastlz","d":"no"},{"n":"enable-memcached-igbinary","p":"enable igbinary serializer","d":"no"},{"n":"enable-memcached-msgpack","p":"enable msgpack serializer","d":"no"},{"n":"enable-memcached-json","p":"enable json serializer","d":"no"},{"n":"enable-memcached-protocol","p":"enable server protocol","d":"no"},{"n":"enable-memcached-sasl","p":"enable sasl","d":"yes"},{"n":"enable-memcached-session","p":"enable sessions","d":"yes"}]}]},{"name":"memoize","license":"http://www.php.net/license/3_01.txt","summary":"Transparently cache PHP functions","description":"Memoize is an extension which transparently caches PHP functions, much like Perl's Memoize module.\n\nIt can use APC or memcached for storage, so values persist between requests.","phpv":[{"v":["0.2.0"],"min":"5.2.0"}],"confopts":[{"v":["0.2.0"],"opts":[{"n":"enable-memoize-memory","p":"Enable memory storage module?","d":"yes"},{"n":"enable-memoize-apc","p":"Enable APC storage module?","d":"no"},{"n":"with-memcached","p":"Please provide the prefix where libmemcached-1.0 is installed","d":"no"}]}]},{"name":"memprof","license":"BSD","summary":"Memory profiler","description":"Memprof is a fast and accurate memory profiler that can be used to find the cause of memory leaks in PHP applications.","phpv":[{"v":["1.0.0"],"min":"5.3.0"},{"v":["2.0.0","2.1.0","2.1.1"],"min":"7.0.0"},{"v":["2.1.2","3.0.0","3.0.1","3.0.2"],"min":"7.1.0"}],"confopts":[{"v":["1.0.0","2.0.0","2.1.0","2.1.1","2.1.2","3.0.0","3.0.1","3.0.2"]}]},{"name":"memsession","license":"PHP License","summary":"In-memory session extension","description":"Store session in process memory for single process multi-threaded php servers","phpv":[{"v":["1.0.0","1.0.1"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.0.1"]}]},{"name":"memtrack","license":"PHP","summary":"PHP extension to watch (unusually high) memory consumption in PHP scripts","description":"memtrack is a PHP extension that tracks memory consumption in PHP scripts\nand produces reports (warnings) when memory usage reaches certain levels\nset by the user.","phpv":[{"v":["0.1.0","0.2.0","0.2.1"],"min":"5.1.3","max":"6.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1"]}]},{"name":"meta","license":"PHP","summary":"Build ASTs and CSTs from PHP source code","description":"A PHP module for generating the AST tree of a PHP source code, useful for\nuserland tools for static code analysis, a preprocessor, meta programming.\n\nSee README.md for further details.","phpv":[{"v":["0.0.1"],"min":"5.3.0"}],"confopts":[{"v":["0.0.1"]}]},{"name":"ming","license":"PHP License 3.01","summary":"Binding for the ming library, swf generation (flash)","description":"Ming is an open-source (LGPL) library which allows you to create SWF (\"Flash\") format movies. Ming supports almost all of Flash 4's features, including: shapes, gradients, bitmaps (pngs and jpegs), morphs (\"shape tweens\"), text, buttons, actions, sprites (\"movie clips\"), streaming mp3, and color transforms --the only thing that's missing is sound events."},{"name":"mnogosearch","license":"PHP License","summary":"mnoGoSearch extension module for PHP","description":"Until PHP 5.1.0, this package was bundled in PHP.\n\nThis extension is a complete PHP binding for the mnoGoSearch API.\nFor details please see to http://www.mnogosearch.org/ or the manual.","phpv":[{"v":["1.0.0"],"min":"4.3.0"}],"confopts":[{"v":["1.0.0"],"opts":[{"n":"with-mnogosearch","p":"mnoGoSearch base install directory","d":"/usr/local/mnogosearch"}]}]},{"name":"mogilefs","license":"BSD License","summary":"PHP client library to communicate with the MogileFS storage","description":"PHP MogileFS is a client library to communicate with MogileFS trackers. Those trackers are part of the distributed filesystem MogileFS created by Danga Interactive (http://www.danga.com/) and used in serveral large scale projects like LiveJournal.","phpv":[{"v":["0.7.5b4","0.7.5b5","0.7.5b6","0.7.5b7","0.7.5RC1"],"min":"5.2","max":"5.3"},{"v":["0.7.5","0.8.1"],"min":"5.2","max":"5.3.3"},{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.3.1"],"min":"5.2"}],"confopts":[{"v":["0.7.5b4","0.7.5b5","0.7.5b6","0.7.5b7","0.7.5RC1","0.7.5","0.8.1","0.9.0","0.9.1","0.9.2","0.9.3","0.9.3.1"]}]},{"name":"Molten","license":"Apache 2.0","summary":"molten is transparency tool for application tracing it self module call","description":"molten is transparency tool for application tracing it self module call.\n\nIt trace php app core call and output zipkin/opentracing format trace log.\n\nProvides features about muliti trace sapi, multi sampling type, upload tracing status, module control and muliti sink type.\n\nIt very easy to build a distributed systems tracing infrastructure base on php, already run on thousand instance on production env.","phpv":[{"v":["0.1.0beta","0.1.1beta","0.1.2beta"],"min":"5.4.0","max":"7.2.0"}],"confopts":[{"v":["0.1.0beta","0.1.1beta","0.1.2beta"]}]},{"name":"mongo","license":"Apache License","summary":"MongoDB database driver","description":"This package provides an interface for communicating with the MongoDB database in PHP.","phpv":[{"v":["0.9.0"],"min":"5.0.0"},{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.2.12"],"min":"5.1.0"},{"v":["1.3.0beta1","1.3.0beta2","1.3.0RC1","1.3.0RC2"],"min":"5.3.0"},{"v":["1.3.0RC3","1.3.0","1.3.1","1.3.2RC1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","1.4.0beta1","1.4.0RC1","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5","1.5.0alpha1","1.5.0RC1","1.5.0RC2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.5.6","1.5.7","1.5.8"],"min":"5.2.6"},{"v":["1.6.0RC1","1.6.0RC2","1.6.0RC3","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8","1.6.9","1.6.10","1.6.11"],"min":"5.3.0"},{"v":["1.6.12","1.6.13","1.6.14","1.6.15","1.6.16"],"min":"5.3.0","max":"5.99.99"}],"confopts":[{"v":["0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.2.12","1.3.0beta1","1.3.0beta2","1.3.0RC1","1.3.0RC2","1.3.0RC3","1.3.0","1.3.1","1.3.2RC1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","1.4.0beta1","1.4.0RC1","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5","1.5.0alpha1","1.5.0RC1","1.5.0RC2"]},{"v":["1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.5.6","1.5.7","1.5.8","1.6.0RC1","1.6.0RC2","1.6.0RC3","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8","1.6.9","1.6.10","1.6.11","1.6.12","1.6.13","1.6.14","1.6.15","1.6.16"],"opts":[{"n":"with-mongo-sasl","p":"Build with Cyrus SASL (MongoDB Enterprise Authentication) support?","d":"no"}]}]},{"name":"mongodb","license":"Apache License","summary":"MongoDB driver for PHP","description":"The purpose of this driver is to provide exceptionally thin glue between MongoDB\nand PHP, implementing only fundamental and performance-critical components\nnecessary to build a fully-functional MongoDB driver.","phpv":[{"v":["0.2.0","0.3.0","0.3.1","0.4.0","0.4.1"],"min":"5.2.0"},{"v":["0.5.0","0.5.1","0.6.0","0.6.1","0.6.2","0.6.3"],"min":"5.3.0","max":"5.99.99"},{"v":["1.0.0alpha1","1.0.0alpha2","1.0.0beta1","1.0.0beta2","1.0.0RC0","1.0.0","1.0.1","1.1.0"],"min":"5.4.0","max":"5.99.99"},{"v":["1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.2.0alpha1","1.2.0alpha2","1.2.0alpha3","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.3.0beta1"],"min":"5.4.0","max":"7.99.99"},{"v":["1.3.0RC1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.4.0beta1","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6.0alpha1","1.6.0alpha2"],"min":"5.5.0","max":"7.99.99"},{"v":["1.6.0alpha3","1.6.0RC1","1.6.0","1.6.1","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5"],"min":"5.6.0","max":"7.99.99"},{"v":["1.8.0beta1","1.8.0beta2","1.8.0RC1","1.8.0","1.8.1","1.8.2"],"min":"7.0.0","max":"7.99.99"},{"v":["1.9.0RC1","1.9.0","1.9.1","1.9.2","1.10.0alpha1"],"min":"7.0.0","max":"8.99.99"},{"v":["1.10.0","1.11.0alpha1","1.11.0","1.11.1"],"min":"7.1.0","max":"8.99.99"},{"v":["1.12.0","1.12.1","1.13.0","1.14.0beta1","1.14.0","1.14.1","1.14.2","1.15.0","1.15.1","1.15.2","1.15.3","1.16.0","1.16.1","1.16.2"],"min":"7.2.0","max":"8.99.99"},{"v":["1.17.0"],"min":"7.4.0","max":"8.99.99"}],"confopts":[{"v":["0.2.0","0.3.0","0.3.1","0.4.0","0.4.1","0.5.0","0.5.1","0.6.0","0.6.1","0.6.2","0.6.3","1.0.0alpha1","1.0.0alpha2","1.0.0beta1","1.0.0beta2","1.0.0RC0","1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.2.0alpha1","1.2.0alpha2","1.2.0alpha3","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.3.0beta1","1.3.0RC1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.4.0beta1","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6.0alpha1","1.6.0alpha2","1.6.0alpha3","1.6.0RC1","1.6.0","1.6.1","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.8.0beta1","1.8.0beta2","1.8.0RC1","1.8.0","1.8.1","1.8.2","1.9.0RC1","1.9.0","1.9.1","1.9.2","1.10.0alpha1","1.10.0","1.11.0alpha1","1.11.0","1.11.1","1.12.0","1.12.1","1.13.0","1.14.0beta1","1.14.0","1.14.1","1.14.2","1.15.0","1.15.1","1.15.2","1.15.3","1.16.0","1.16.1","1.16.2"]},{"v":["1.17.0"],"opts":[{"n":"enable-mongodb-developer-flags","p":"Enable developer flags? (yes/no)","d":"no"},{"n":"enable-mongodb-coverage","p":"Enable code coverage? (yes/no)","d":"no"},{"n":"with-mongodb-system-libs","p":"Use system libraries for libbson, libmongoc, and libmongocrypt? (yes/no)","d":"no"},{"n":"with-mongodb-client-side-encryption","p":"Enable client-side encryption? (auto/yes/no)","d":"auto"},{"n":"with-mongodb-snappy","p":"Enable Snappy for compression? (auto/yes/no)","d":"auto"},{"n":"with-mongodb-zlib","p":"Enable zlib for compression? (auto/system/bundled/no)","d":"auto"},{"n":"with-mongodb-zstd","p":"Enable zstd for compression? (auto/yes/no)","d":"auto"},{"n":"with-mongodb-sasl","p":"Enable SASL for Kerberos authentication? (auto/cyrus/no)","d":"auto"},{"n":"with-mongodb-ssl","p":"Enable crypto and TLS? (auto/openssl/libressl/darwin/no)","d":"auto"},{"n":"enable-mongodb-crypto-system-profile","p":"Use system crypto profile (OpenSSL only)? (yes/no)","d":"no"},{"n":"with-mongodb-utf8proc","p":"Use bundled or system utf8proc for SCRAM-SHA-256 SASLprep? (bundled/system)","d":"bundled"}]}]},{"name":"mono","license":"PHP License","summary":"Allows you to access .NET assemblies from PHP","description":"A C extension that interfaces with the mono library to allow\naccess to .NET assemblies.","phpv":[{"v":["0.2","0.3","0.3.1","0.7"]}],"confopts":[{"v":["0.2","0.3","0.3.1","0.7"]}]},{"name":"Mosquitto","license":"BSD 3-Clause License","summary":"Extension for libmosquitto","description":"Mosquitto provides support for the MQTT protocol, including publishing, subscribing, and an event loop.","phpv":[{"v":["0.2.1","0.2.2","0.3.0","0.4.0"],"min":"5.3.0"}],"confopts":[{"v":["0.2.1","0.2.2","0.3.0","0.4.0"],"opts":[{"n":"with-mosquitto","p":"Please provide the prefix of the libmosquitto installation","d":"autodetect"}]}]},{"name":"mqseries","license":"BSD","summary":"mqseries client library","description":"This package provides support for IBM Websphere MQ (MQSeries).","phpv":[{"v":["0.7.0","0.8.0"]},{"v":["0.9.0","0.10.0","0.11.0","0.12.0","0.12.1","0.13.0","0.14.0","0.14.1","0.14.2","0.15.0"],"min":"4.0.0"}],"confopts":[{"v":["0.7.0","0.8.0","0.9.0","0.10.0","0.11.0","0.12.0","0.12.1","0.13.0","0.14.0","0.14.1","0.14.2","0.15.0"]}]},{"name":"msession","license":"PHP License","summary":"mohawksoft session serveur support","description":"msession is an interface to a high speed session daemon which can run either locally or remotely. It is designed to provide consistent session management for a PHP web farm. More Information about msession and the session server software itself can be found at http://www.mohawksoft.org/?q=node/8."},{"name":"msgpack","license":"3-Clause-BSD","summary":"PHP extension for interfacing with MessagePack","description":"This extension provide API for communicating with MessagePack serialization.","phpv":[{"v":["0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7"],"min":"5.0.0"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.1.0beta1","2.1.0","2.1.1","2.1.2","2.2.0RC1","2.2.0RC2","2.2.0"],"min":"7.0.0"}],"confopts":[{"v":["0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7","2.0.0","2.0.1","2.0.2","2.0.3","2.1.0beta1","2.1.0","2.1.1","2.1.2","2.2.0RC1","2.2.0RC2","2.2.0"]}]},{"name":"mustache","license":"MIT","summary":"Mustache templating language","description":"This extension embeds a Mustache interpreter into PHP, allowing the execution of Mustache templates.","phpv":[{"v":["0.7.4RC1"],"min":"5.6.0","max":"7.1.99"},{"v":["0.7.4RC2"],"min":"5.6.0","max":"7.2.99"},{"v":["0.7.4"],"min":"5.4.0","max":"7.2.99"},{"v":["0.8.1"],"min":"5.6.0","max":"7.3.99"},{"v":["0.9.0","0.9.1"],"min":"7.0.0","max":"7.4.99"},{"v":["0.9.2","0.9.3"],"min":"7.0.0"}],"confopts":[{"v":["0.7.4RC1","0.7.4RC2","0.7.4","0.8.1","0.9.0","0.9.1","0.9.2","0.9.3"]}]},{"name":"mysql","license":"PHP","summary":"MySQL database access functions","description":"This extension provides the mysql family of functions that were provided with PHP 3-5. These functions have been superseded by MySQLi and PDO_MySQL, which continue to be bundled with PHP 7.\n\nAlthough it should be possible to build this extension with PHP 7.0, you are strongly encouraged to port your code to use either MySQLi or PDO_MySQL, as this extension is not maintained and is available for historical reasons only."},{"name":"mysqlnd_azure","license":"PHP License","summary":"mysqlnd_azure - a redirection plugin for mysqlnd","description":"mysqlnd extension for azure","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3RC","1.0.3","1.1.0","1.1.1"],"min":"7.2.15"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3RC","1.0.3","1.1.0","1.1.1"]}]},{"name":"mysqlnd_krb","license":"PHP","summary":"Kerberos authentication plugin for mysqlnd","description":"The mysqlnd_krb extension is an authentication\nplugin for mysqlnd that enables connections to MySQL accounts\nthat use Kerberos authentication.\n\nIf a MySQL account is configured with Kerberos authentication\n(using `IDENTIFIED WITH kerberos_authentication` clause\nof `CREATE USER`, see [1]) then normally `mysqlnd` will not\nbe able to connect to such an account. With this plugin such\nconnections are possible provided that user has appropriate\ntickets loaded into the Kerberos ticket cache (in this case\nno password is needed in the connection data).\n\nIf a ticket for the MySQL service is not present in the cache\nthe plugin can fetch the required ticket from Kerberos provided\nthat user principal's password is given in the connection data.\n\n[1] https://dev.mysql.com/doc/refman/8.0/en/kerberos-pluggable-authentication.html","phpv":[{"v":["1.0.0"],"min":"7.4.0"}],"confopts":[{"v":["1.0.0"]}]},{"name":"mysqlnd_memcache","license":"PHP License","summary":"A PHP extension for transparently translating SQL into requests for the MySQL InnoDB Memcached Daemon Plugin","description":"The mysqlnd memcache plugin (mysqlnd_memcache) is an PHP extension for transparently translating SQL into requests for the MySQL InnoDB Memcached Daemon Plugin (server plugin). It includes experimental support for the MySQL Cluster Memcached Daemon. The server plugin provides access to data stored inside MySQL InnoDB (respectively MySQL Cluster NDB) tables using the Memcache protocol. This PHP extension, which supports all PHP MySQL extensions that use mysqlnd, will identify tables exported in this way and will translate specific SELECT queries into Memcache requests.","phpv":[{"v":["1.0.0","1.0.1"],"min":"5.4.0"}],"confopts":[{"v":["1.0.0","1.0.1"]}]},{"name":"mysqlnd_ms","license":"PHP License","summary":"A replication and load balancing plugin for mysqlnd","description":"The mysqlnd_ms replication and load balancing plugin can be used with PHP MySQL extensions (ext/mysql, ext/mysqli, ext/pdo_mysql) if they are compiled to use mysqlnd. The plugin inspects queries and does read-write splitting. Read-only queries are sent to MySQL replication slave servers while all other queries are redirected to the MySQL replication master server. Very few, if any, application changes are required, depending on the usage scenario.","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.6.0"],"min":"5.3.6-dev"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.6.0"]}]},{"name":"mysqlnd_ngen","license":"PHP","summary":"Extended version of mysqlnd,mysqli and pdo","description":"This package is an enhanced version of mysqlnd, it includes PDO and Mysqli as well.\nThe purpose of releasing this version of mysqlnd is to make available new features that can take\nlonger to be rolled out to the official php repo."},{"name":"mysqlnd_qc","license":"PHP License","summary":"A query cache plugin for mysqlnd","description":"The mysqlnd query result cache plugin is a mysqlnd plugin. It adds basic client side result set caching to all PHP MySQL extensions (ext/mysql, ext/mysqli, PDO_MySQL). if they are compiled to use mysqlnd. It does not change the API of the MySQL extensions and thus it operates virtually transparent for applications.\"","phpv":[{"v":["1.0.0"],"min":"5.3.3-dev"},{"v":["1.0.1","1.1.0","1.1.1","1.2.0"],"min":"5.3.4-dev"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.2.0"],"opts":[{"n":"enable-mysqlnd-qc-apc","p":"Enable mysqlnd_qc APC support","d":"no"},{"n":"enable-qc-memcache","p":"Enable mysqlnd_qc Memcache support","d":"no"},{"n":"enable-qc-sqlite","p":"Enable mysqlnd_qc SQLite support","d":"no"}]}]},{"name":"mysqlnd_uh","license":"PHP License","summary":"MySQLnd Userland Handler","description":"MySQLnd Userland Handler let you specify a userland handler for all\nmysqlnd connections.","phpv":[{"v":["0.1.0a1"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0a1"]}]},{"name":"mysql_xdevapi","license":"PHP","summary":"MySQL X DevAPI for PHP","description":"The X DevAPI is the new common API for MySQL Connectors built on the X Protocol introduced in MySQL 5.7.12.\n\nThe X DevAPI wraps powerful concepts in a simple API.\n* A new high-level session concept enables you to write code that can transparently scale from single MySQL Server to a multiple server environment.\n* Read operations are simple and easy to understand.\n\nThe X DevAPI introduces a new, modern and easy-to-learn way to work with your data.\n* Documents are stored in Collections and have their dedicated CRUD operation set.\n* Work with your existing domain objects or generate code based on structure definitions for strictly typed languages.\n* Focus is put on working with data via CRUD operations. See Section 3.1, \u201cCRUD Operations Overview\u201d.\n* Modern practices and syntax styles are used to get away from traditional SQL-String-Building. See Chapter 10, Building Expressions.","phpv":[{"v":["1.0.0","1.0.1","8.0.2","8.0.3","8.0.4"],"min":"7.1.0-dev"},{"v":["8.0.11","8.0.12","8.0.13","8.0.14","8.0.15","8.0.16","8.0.17","8.0.18","8.0.19","8.0.20","8.0.21","8.0.22","8.0.23","8.0.24","8.0.25","8.0.26","8.0.27","8.0.28","8.0.29","8.0.30"],"min":"7.1.0"}],"confopts":[{"v":["1.0.0","1.0.1","8.0.2","8.0.3"],"opts":[{"n":"enable-mysql-xdevapi","p":"Enable MySQL X DevAPI","d":"autodetect"}]},{"v":["8.0.4"],"opts":[{"n":"enable-mysql-xdevapi","p":"Enable MySQL X DevAPI","d":"autodetect"},{"n":"with-boost","p":"Point out boost library install dir","d":"autodetect"},{"n":"with-protobuf","p":"Point outprotobuf library install dir","d":"autodetect"}]},{"v":["8.0.11","8.0.12"],"opts":[{"n":"enable-mysql-xdevapi","p":"Enable MySQL X DevAPI","d":"autodetect"},{"n":"with-boost","p":"Point out boost library install dir","d":"autodetect"},{"n":"with-protobuf","p":"Point out protobuf library install dir","d":"autodetect"}]},{"v":["8.0.13","8.0.14","8.0.15","8.0.16","8.0.17","8.0.18","8.0.19","8.0.20","8.0.21","8.0.22","8.0.23","8.0.24","8.0.25","8.0.26","8.0.27","8.0.28","8.0.29","8.0.30"],"opts":[{"n":"with-boost","p":"Point out boost library install dir","d":"autodetect"},{"n":"with-protobuf","p":"Point out protobuf library install dir","d":"autodetect"}]}]},{"name":"namazu","license":"PHP or GPL","summary":"full-text search extension using Namazu","description":"Namazu is a full-text search system. This module an interface to the Namazu\nlibrary. This extension is originally made by Takuya Tsukada."},{"name":"ncurses","license":"PHP","summary":"Terminal screen handling and optimization package","description":"ncurses (new curses) is a free software emulation of curses in\nSystem V Rel 4.0 (and above). It uses terminfo format, supports\npads, colors, multiple highlights, form characters and function\nkey mapping. Because of the interactive nature of this library,\nit will be of little use for writing Web applications, but may\nbe useful when writing scripts meant using PHP from the command\nline.\n\nSee also http://www.gnu.org/software/ncurses/ncurses.html","phpv":[{"v":["1.0.0"]},{"v":["1.0.1","1.0.2"],"min":"5"}],"confopts":[{"v":["1.0.0"]},{"v":["1.0.1","1.0.2"],"opts":[{"n":"enable-ncursesw","p":"enable support for wide chars?","d":"autodetect"},{"n":"with-ncurses","p":"path to ncurses installation?","d":"autodetect"}]}]},{"name":"netools","license":"PHP","summary":"Networking tools","description":"Netools provides tools to deal with devices, TCP and UDP clients/servers, etc.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"Net_Gopher","license":"PHP","summary":"fopen wrapper for the gopher protocol","description":"fopen wrapper for retreiving documents via the gopher protocol.\nIncludes additional function for parsing gopher directory entries.","phpv":[{"v":["0.1"]},{"v":["1.0.0"],"min":"4.3.0","max":"6.0.0"}],"confopts":[{"v":["0.1","1.0.0"]}]},{"name":"newt","license":"PHP License","summary":"Extension for Red Hat Newt window library","description":"PHP-NEWT - PHP language extension for Red Hat Newt library, a terminal-based window and widget library for writing applications with user friendly interface. Once this extension is enabled in PHP it will provide the use of Newt widgets, such as windows, buttons, checkboxes, radiobuttons, labels, editboxes, scrolls, textareas, scales, etc. Use of this extension if very similar to the original Newt API of C programming language.","phpv":[{"v":["0.1","0.2","0.3","1.0","1.1","1.2.1","1.2.2","1.2.3","1.2.4"]},{"v":["1.2.5","1.2.6","1.2.7","1.2.8"],"min":"4.3.0"},{"v":["1.2.9"],"min":"4.3.0","max":"5.99.99"}],"confopts":[{"v":["0.1","0.2","0.3","1.0","1.1","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9"]}]},{"name":"notes","license":"PHP","summary":"Lotus Notes bindings for PHP","description":"A Lotus Notes extension for PHP.\nThis is an unmaintained Windows-only extension.\nYou will need Visual C++ 6.0 to build it; use the CVS Web link below to obtain the source.\n\nVolunteers are welcomed to maintain this extension; contact pecl-dev@lists.php.net if you are willing to contribute."},{"name":"nsq","license":"PHP","summary":"PHP extension for NSQ client","description":"This extension is a NSQ client .NSQ is a message queue system which like Kafka .","phpv":[{"v":["2.3.2","2.4.0","3.0","3.1.0","3.3.0","3.4.0","3.4.1","3.4.2","3.4.3","3.5.0","3.5.1"],"min":"7.0.0"}],"confopts":[{"v":["2.3.2","2.4.0","3.0","3.1.0","3.3.0","3.4.0","3.4.1","3.4.2","3.4.3","3.5.0","3.5.1"],"opts":[{"n":"with-libevent-path","p":"libevent directory","d":"no"}]}]},{"name":"oauth","license":"BSD","summary":"oauth consumer extension","description":"OAuth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store usernames and passwords.\n\nRequirements: ext/hash (now a part of PHP core)","phpv":[{"v":["0.99.1","0.99.2","0.99.4","0.99.5","0.99.7","0.99.8","0.99.9","1.0.0","1.1.0","1.2","1.2.2","1.2.3"],"min":"5.1.0"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"],"min":"7.0.0"}],"confopts":[{"v":["0.99.1","0.99.2","0.99.4","0.99.5","0.99.7","0.99.8","0.99.9","1.0.0","1.1.0","1.2","1.2.2","1.2.3","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"]}]},{"name":"ocal","license":"PHP","summary":"Oracle Calendar connectivity","description":"This extension provides Oracle Calendar connectivity via the Oracle Calendar SDK (CSDK, CAPI) which is included in the Oracle Collaboration Suite distribution at http://www.oracle.com/","phpv":[{"v":["0.1.0","1.0.0"]}],"confopts":[{"v":["0.1.0","1.0.0"]}]},{"name":"oci8","license":"PHP","summary":"Extension for Oracle Database","description":"The OCI8 extension lets you access Oracle Database.\n\nUse 'pecl install oci8' to install for PHP 8.\n\nUse 'pecl install oci8-2.2.0' to install for PHP 7.\n\nUse 'pecl install oci8-2.0.12' to install for PHP 5.2 - PHP 5.6.\n\nUse 'pecl install oci8-1.4.10' to install for PHP 4.3.9 - PHP 5.1.\n\nThe OCI8 extension can be linked with Oracle client libraries from Oracle Database 10.2 or later. These libraries are found in your database installation, or in the free Oracle Instant Client from https://www.oracle.com/database/technologies/instant-client.html.\n\nOracle's standard cross-version connectivity applies. For example, PHP OCI8 linked with Instant Client 19c can connect to Oracle Database 11.2 onward. See Oracle's note \"Oracle Client / Server Interoperability Support\" (ID 207303.1) for details.","phpv":[{"v":["1.0","1.1","1.1.1","1.2.0","1.2.1","1.2.2"]},{"v":["1.2.3"],"min":"4.3.10","max":"6.0.0"},{"v":["1.2.4"],"min":"4.3.11","max":"6.0.0"},{"v":["1.2.5"],"min":"4.3.10","max":"6.0.0"},{"v":["1.3.0","1.3.1"],"min":"4.3.11","max":"6.0.0"},{"v":["1.3.2","1.3.3","1.3.4","1.3.5","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5"],"min":"4.3.9","max":"6.0.0"},{"v":["1.4.6","1.4.7","1.4.8","1.4.9"],"min":"4.3.9","max":"5.4.99"},{"v":["1.4.10","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4"],"min":"4.3.9","max":"6.0.0"},{"v":["2.0.5","2.0.6","2.0.7","2.0.8"],"min":"5.2.0"},{"v":["2.0.10","2.0.11","2.0.12"],"min":"5.2.0","max":"5.6.99"},{"v":["2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.7","2.1.8","2.2.0","3.0.0"],"min":"7.0.0"},{"v":["3.0.1"],"min":"8.0.0"},{"v":["3.2.0","3.2.1","3.3.0"],"min":"8.1.0"}],"confopts":[{"v":["1.0","1.1","1.1.1","1.2.0","1.2.1","1.2.2"]},{"v":["1.2.3","1.2.4","1.2.5","1.3.0"],"opts":[{"n":"with-oci8","p":"Please provide the path to ORACLE_HOME dir. Use 'instantclient,/path/to/instant/client/lib' if you're compiling against Oracle Instant Client","d":"autodetect"}]},{"v":["1.3.1"],"opts":[{"n":"with-oci8","p":"Please provide the path to ORACLE_HOME dir. Use 'instantclient,/path/to/instant/client/lib' if you're compiling with Oracle Instant Client","d":"autodetect"}]},{"v":["1.3.2","1.3.3","1.3.4","1.3.5","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5","1.4.6","1.4.7","1.4.8","1.4.9","1.4.10","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.10","2.0.11","2.0.12","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.7","2.1.8","2.2.0","3.0.0","3.0.1","3.2.0","3.2.1","3.3.0"],"opts":[{"n":"with-oci8","p":"Please provide the path to the ORACLE_HOME directory. Use 'instantclient,/path/to/instant/client/lib' if you're compiling with Oracle Instant Client","d":"autodetect"}]}]},{"name":"odbtp","license":"LGPL","summary":"ODBTP client functions","description":"This extension provides a set of ODBTP, Open Database Transport\nProtocol, client functions. ODBTP allows any platform to remotely\naccess Win32-based databases. Linux and UNIX clients can use this\nextension to access Win32 databases like MS SQL Server, MS Access\nand Visual FoxPro.","phpv":[{"v":["1.1.1","1.1.2","1.1.3","1.1.4"]}],"confopts":[{"v":["1.1.1","1.1.2","1.1.3","1.1.4"]}]},{"name":"oggvorbis","license":"PHP","summary":"OGG wrapper for OGG/Vorbis files","description":"fopen wrapper for OGG/Vorbis files.\nDecompress OGG data to PCM audio and vice-versa.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"openal","license":"PHP","summary":"OpenAL Bindings","description":"OpenAL - Platform independent sound bindings","phpv":[{"v":["0.1"]},{"v":["0.9.0"],"min":"7.3.0"}],"confopts":[{"v":["0.1","0.9.0"]}]},{"name":"opencensus","license":"Apache 2.0","summary":"A stats collection and distributed tracing framework","description":"OpenCensus is a open source, distributed tracing system that allows you to collect latency data and report it to any trace aggregation system such as Zipkin or Stackdriver Trace.\n\nThis extension allows you to easily gather latency and other metadata by watching for targeted function and method invocations without needing to inject code into the libraries.","phpv":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","0.1.0RC1","0.1.0RC2","0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.2.0","0.2.1","0.2.2","0.3.0"],"min":"7.0.0"}],"confopts":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","0.1.0RC1","0.1.0RC2","0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.2.0","0.2.1","0.2.2","0.3.0"]}]},{"name":"opencv","license":"PHP License","summary":"An OpenCV binding for PHP","description":"An OpenCV binding for PHP"},{"name":"opendirectory","license":"PHP","summary":"PHP interface to OpenDirectory Framework","description":"Open Directory is a directory service architecture whose programming\ninterface provides a centralized way for applications and services to retrieve\ninformation stored in directories. The Open Directory architecture consists of\nthe DirectoryServices daemon, which receives Open Directory client API calls and\nsends them to the appropriate Open Directory plug-in.","phpv":[{"v":["0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"]}],"confopts":[{"v":["0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"]}]},{"name":"opengl","license":"PHP","summary":"OpenGL (3D graphics library) bindings for the PHP language","description":"This extension allows you to develop 3D multimedia applications with PHP using the complete OpenGL library API.","phpv":[{"v":["0.8.0"],"min":"5.3"},{"v":["0.9.0"],"min":"7.2.0"}],"confopts":[{"v":["0.8.0"]},{"v":["0.9.0"],"opts":[{"n":"with-opengl","p":"The location of the OpenGL library","d":"autodetect"}]}]},{"name":"openswoole","license":"Apache 2.0","summary":"Swoole PHP extension managed by Swoole Labs.","description":"Open source PHP extension for Async IO, Coroutines and Fibers.","phpv":[{"v":["4.7.1","4.7.2","4.8.0","4.8.1","4.9.0","4.9.1","4.10.0"],"min":"7.2.0"},{"v":["4.11.0","4.11.1","4.12.0","4.12.1","22.0.0"],"min":"7.4.0"},{"v":["22.1.0"],"min":"8.1.0"}],"confopts":[{"v":["4.7.1","4.7.2"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-json","p":"enable json support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"}]},{"v":["4.8.0","4.8.1","4.9.0","4.9.1","4.10.0","4.11.0","4.11.1","4.12.0","4.12.1"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-json","p":"enable json support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"with-postgres","p":"enable postgres support?","d":"no"}]},{"v":["22.0.0"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-hook-curl","p":"enable hook curl support?","d":"no"},{"n":"with-postgres","p":"enable postgres support?","d":"no"}]},{"v":["22.1.0"],"opts":[{"n":"enable-sockets","p":"enable coroutine sockets?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 protocol?","d":"no"},{"n":"enable-mysqlnd","p":"enable coroutine mysqlnd?","d":"no"},{"n":"enable-hook-curl","p":"enable coroutine curl?","d":"no"},{"n":"with-postgres","p":"enable coroutine postgres?","d":"no"}]}]},{"name":"opentelemetry","license":"Apache 2.0","summary":"auto-instrumentation hooks for opentelemetry","description":"OpenTelemetry is an open-source CNCF project for collecting, processing, and exporting telemetry data (metrics, traces, and logs) from distributed systems.\nThe OpenTelemetry extension for PHP enables automatic instrumentation (tracing) of functions by providing methods to hook into the PHP 8.0+ observability API.","phpv":[{"v":["1.0.0beta2","1.0.0beta3","1.0.0beta4","1.0.0beta5","1.0.0beta6","1.0.0beta7","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0"],"min":"8.0.0"}],"confopts":[{"v":["1.0.0beta2","1.0.0beta3","1.0.0beta4","1.0.0beta5","1.0.0beta6","1.0.0beta7","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0"]}]},{"name":"operator","license":"PHP","summary":"Operator overloading for Objects","description":"Operator overloading for: +, -, *, /, %, <<, >>, ., |, &, ^, ~, !, ++, --,\n+=, -=, *=, /=, %=, <<=, >>=, .=, |=, &=, ^=, ~=,\n==, !=, ===, !==, <, and <= operators.\nConditional support for > and >= available with application of a patch.","phpv":[{"v":["0.4.0","0.4.1"],"min":"4.0.0"}],"confopts":[{"v":["0.4.0","0.4.1"]}]},{"name":"optimizer","license":"BSD style","summary":"PHP optimizer extension for APC","description":"An opcode optimizer for PHP to be used with the APC opcode cache.","phpv":[{"v":["0.1alpha1"],"min":"5.2.5","max":"5.2.99"}],"confopts":[{"v":["0.1alpha1"]}]},{"name":"orng","license":"PHP License","summary":"orng - Object scoped PRNG Extension","description":"Provides a past PHP compatible PRNG implementation of object scope.","phpv":[{"v":["0.0.3"],"min":"7.3.0"}],"confopts":[{"v":["0.0.3"]}]},{"name":"Ovrimos","license":"PHP Licence","summary":"Ovrimos interface","description":"Interface to Ovrimos SQL Server client/server, transactional RDBMS combined with Web capabilities and fast transactions."},{"name":"PAM","license":"PHP","summary":"PAM integration","description":"This extension provides PAM (Pluggable Authentication Modules) integration. PAM is a system of libraries that handle the authentication tasks of applications and services. The library provides a stable API for applications to defer to for authentication tasks.","phpv":[{"v":["1.0.0","1.0.1","1.0.2"]},{"v":["1.0.3"],"min":"4.3.0"},{"v":["2.2.1"],"min":"8.0.0"},{"v":["2.2.2"],"min":"7.0.0"},{"v":["2.2.3","2.2.4","2.2.5"],"min":"7.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5"]}]},{"name":"panda","license":"PHP","summary":"Panda PDF library","description":"Panda is a free PDF library that can be used to create PDF documents.","phpv":[{"v":["0.1.0"]}],"confopts":[{"v":["0.1.0"]}]},{"name":"pango","license":"PHP Licence 3.01","summary":"Wrapper for the Pango text rendering library","description":"This is a wrapper for the Pango text rendering library (http://www.pango.org) that makes its features available for use with PHP via object-oriented and procedural APIs.\n\nRequirements:\n* PHP 5.2+\n* PECL/Cairo\n\nThe code is currently on GitHub; it will be moved to PECL SVN soon."},{"name":"Paradox","license":"PHP License","summary":"An extension to read and write Paradox files","description":"Paradox is an extension to read and write Paradox .DB and .PX files.\nIt can handle almost all field types and binary large objects stored\nin .MB files.","phpv":[{"v":["1.0","1.1.0","1.3.0","1.4.0","1.4.1","1.4.2","1.4.3"]}],"confopts":[{"v":["1.0","1.1.0","1.3.0","1.4.0","1.4.1","1.4.2","1.4.3"]}]},{"name":"parallel","license":"PHP License","summary":"Parallel concurrency API","description":"A succinct parallel concurrency API for PHP 7.","phpv":[{"v":["0.8.0","0.8.1","0.8.2","0.8.3"],"min":"7.1.0"},{"v":["0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4"],"min":"7.2.0"},{"v":["1.2.0","1.2.1"],"min":"8.0.0"}],"confopts":[{"v":["0.8.0","0.8.1","0.8.2","0.8.3","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.2.0","1.2.1"]}]},{"name":"params","license":"PHP","summary":"Parameter Parsing Utility","description":"Userspace equivalent of zend_parse_parameters()","phpv":[{"v":["1.0"],"min":"4.0.0"}],"confopts":[{"v":["1.0"]}]},{"name":"parle","license":"BSD 2-clause","summary":"Parsing and lexing","description":"With Parle, it is possible to implement lexing and parsing in PHP while relying on features and principles of the parser/lexer generator tools for C/C++.","phpv":[{"v":["0.5.1","0.5.2","0.5.3","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","0.6.5","0.7.0","0.7.1","0.7.2","0.7.3","0.8.0","0.8.1","0.8.2","0.8.3"],"min":"7.0"},{"v":["0.8.4","0.8.5"],"min":"7.4"}],"confopts":[{"v":["0.5.1","0.5.2","0.5.3","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","0.6.5","0.7.0","0.7.1","0.7.2","0.7.3","0.8.0","0.8.1","0.8.2","0.8.3"]},{"v":["0.8.4","0.8.5"],"opts":[{"n":"enable-parle-utf32","p":"Enable internal UTF-32 support in parle","d":"no"}]}]},{"name":"parsekit","license":"PHP","summary":"PHP Opcode Analyser","description":"Provides a userspace interpretation of the opcodes generated by the Zend engine compiler built into PHP.\nThis extension is meant for development and debug purposes only and contains some code which is potentially non-threadsafe.","phpv":[{"v":["0.2","0.3","0.3.1","1.0"]},{"v":["1.1","1.2","1.3.0"],"min":"4.0.0"}],"confopts":[{"v":["0.2","0.3","0.3.1","1.0","1.1","1.2","1.3.0"]}]},{"name":"Parse_Tree","license":"PHP","summary":"Generates a parse tree for a PHP source file in XML format.","description":"Generates a parse tree for a PHP source file in XML format.\nThe Windows build is available here: http://phpaspect.org/parse_tree/php_parse_tree.dll","phpv":[{"v":["0.0.1"]},{"v":["0.1.1","0.1.2","0.1.3","0.1.4"],"min":"4.0.0"}],"confopts":[{"v":["0.0.1","0.1.1","0.1.2","0.1.3","0.1.4"]}]},{"name":"pcov","license":"PHP License","summary":"Code coverage driver","description":"A self contained php-code-coverage compatible driver for PHP.","phpv":[{"v":["0.9.0"],"min":"7.0.0"},{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11"],"min":"7.1.0"}],"confopts":[{"v":["0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11"]}]},{"name":"pcs","license":"PHP License","summary":"PHP Code Service","description":"PCS provides a fast and easy way to mix C and PHP code in your PHP extension.\n\nPHP code can be embedded in the compiled module or distributed as a separate file tree.\n\nCompatibility : PHP 5 (5.3+) and 7","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.2.0","1.2.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.7"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.2.0","1.2.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.7"]}]},{"name":"pcsc","license":"PHP","summary":"winscard PC/SC API support for PHP","description":"This is an extension for using PC/SC based smart cards with PHP. It is a wrapper to the winscard API which provides a native interface to smart cards using the PC/SC standard. Linux/UNIX and Windows are supported.","phpv":[{"v":["0.1","0.2","0.3","0.3.1"],"min":"5.3"},{"v":["0.4.0","0.5.0","0.5.1"],"min":"7.3"}],"confopts":[{"v":["0.1","0.2","0.3","0.3.1","0.4.0","0.5.0","0.5.1"]}]},{"name":"pdflib","license":"PHP","summary":"Creating PDF on the fly with the PDFlib library","description":"This extension wraps the PDFlib programming library\nfor processing PDF on the fly, available from PDFlib GmbH\nat https://www.pdflib.com.\n\nMore info on how to use PDFlib with PHP can be found at\nhttps://www.pdflib.com/documentation/howtos/","phpv":[{"v":["1.0","2.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4"]},{"v":["2.1.5","2.1.6","2.1.7","2.1.8","2.1.9","2.1.10"],"min":"4.1"},{"v":["3.0.1","3.0.2","3.0.3","3.0.4"],"min":"5.2.0"},{"v":["4.0.0"],"min":"5.4.0"},{"v":["4.0.1"],"min":"5.3.0"},{"v":["4.1.0","4.1.1","4.1.2","4.1.3","4.1.4"],"min":"5.4.0"}],"confopts":[{"v":["1.0","2.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4"]},{"v":["2.1.5","2.1.6","2.1.7","2.1.8","2.1.9","2.1.10","3.0.1","3.0.2","3.0.3","3.0.4","4.0.0","4.0.1","4.1.0","4.1.1","4.1.2","4.1.3","4.1.4"],"opts":[{"n":"with-pdflib","p":"path to pdflib installation?"}]}]},{"name":"PDO","license":"PHP","summary":"PHP Data Objects Interface.","description":"Do not use this, as PDO has been moved into core (the php source) so this pecl extension is dead.\n\nPDO provides a uniform data access interface, sporting advanced features such\nas prepared statements and bound parameters. PDO drivers are dynamically\nloadable and may be developed independently from the core, but still accessed\nusing the same API.","phpv":[{"v":["0.1","0.1.1","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.3","0.9","1.0RC1","1.0RC2","1.0","1.0.1","1.0.2"]},{"v":["1.0.3"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.1.1","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.3","0.9","1.0RC1","1.0RC2","1.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"PDO_4D","license":"PHP License","summary":"PDO driver for 4D-SQL database","description":"PDO_4D is a driver for the PHP Data Objects (PDO) interface to enable access from PHP to 4D databases.","phpv":[{"v":["0.1.0","0.2.0","0.2.1","0.3"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.3"]}]},{"name":"PDO_CUBRID","license":"PHP","summary":"CUBRID driver for PDO","description":"This extension provides a CUBRID driver for PDO.","phpv":[{"v":["8.3.0.0001","8.3.1.0001","8.3.1.0002","8.3.1.0003","8.4.0.0001","8.4.0.0002","8.4.3.0001","9.0.0.0001","9.1.0.0001","9.1.0.0002","9.1.0.0003","9.2.0.0001","9.3.0.0001","9.3.0.0002","10.1.0.0001","10.1.0.0002","10.1.0.0003","10.1.0.0004"],"min":"5.2.0"}],"confopts":[{"v":["8.3.0.0001","8.3.1.0001","8.3.1.0002","8.3.1.0003","8.4.0.0001","8.4.0.0002","8.4.3.0001","9.0.0.0001","9.1.0.0001"],"opts":[{"n":"with-pdo-cubrid","p":"CUBRID base install dir","d":"autodetect"}]},{"v":["9.1.0.0002","9.1.0.0003","9.2.0.0001","9.3.0.0001","9.3.0.0002","10.1.0.0001","10.1.0.0002","10.1.0.0003","10.1.0.0004"]}]},{"name":"PDO_DBLIB","license":"PHP","summary":"FreeTDS/Sybase/MSSQL driver for PDO","description":"This extension provides a FreeTDS/Sybase/MSSQL driver for PDO.","phpv":[{"v":["0.9","1.0RC1","1.0RC2","1.0"]}],"confopts":[{"v":["0.9","1.0RC1","1.0RC2","1.0"]}]},{"name":"PDO_FIREBIRD","license":"PHP","summary":"Firebird/InterBase 6 driver for PDO","description":"This extension provides a Firebird/InterBase driver for PDO. It supports\nall versions of Firebird and InterBase versions 6 and up.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"PDO_IBM","license":"Apache License 2.0","summary":"PDO driver for IBM databases","description":"This extension provides an IBM database driver for PDO. This driver supports IBM DB2\nUniversal Database, IBM Cloudscape, Apache Derby databases and IDS (Informix Data Server).","phpv":[{"v":["0.9.0","1.0.0","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.3.0"]},{"v":["1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"min":"5.0.3"},{"v":["1.4.0","1.4.1","1.4.2","1.5.0"],"min":"7.0.0"},{"v":["1.6.0","1.6.1"],"min":"7.3.0"}],"confopts":[{"v":["0.9.0","1.0.0","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.3.0"]},{"v":["1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.4.0","1.4.1","1.4.2","1.5.0","1.6.0","1.6.1"],"opts":[{"n":"with-pdo-ibm","p":"DB2 install directory location?"}]}]},{"name":"PDO_INFORMIX","license":"Apache License 2.0","summary":"PDO driver for IBM Informix INFORMIX databases","description":"This extension provides an IBM Informix Dynamic Server driver for PDO. To build and run\nPDO_INFORMIX, you must install the Informix Client Software Development Kit (CSDK)\nfrom http://ibm.com/informix/downloads.html.","phpv":[{"v":["0.1","0.2.1","1.0.0","1.0.1","1.1.0","1.2.0","1.2.5","1.2.6"]},{"v":["1.2.7","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.2.1","1.0.0","1.0.1","1.1.0","1.2.0","1.2.5","1.2.6"]},{"v":["1.2.7","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"opts":[{"n":"with-pdo-informix","p":"Informix Client SDK location?"}]}]},{"name":"PDO_MYSQL","license":"PHP","summary":"MySQL driver for PDO","description":"Do not use this, as PDO has been moved into core (the php source) so this pecl extension is dead.\n\nThis old extension provided a MySQL driver for PDO.","phpv":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0","1.0.1"]},{"v":["1.0.2"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0","1.0.1","1.0.2"]}]},{"name":"PDO_OCI","license":"PHP","summary":"Oracle Call Interface driver for PDO","description":"This extension provides an Oracle driver for PDO.","phpv":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0"]}],"confopts":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0"]}]},{"name":"PDO_ODBC","license":"PHP","summary":"ODBC v3 Interface driver for PDO","description":"This extension provides an ODBC v3 driver for PDO. It supports unixODBC\nand IBM DB2 libraries, and will support more in future releases.","phpv":[{"v":["0.1","0.1.1","0.2","0.9","1.0RC2","1.0"]},{"v":["1.0.1"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.1.1","0.2","0.9","1.0RC2","1.0"]},{"v":["1.0.1"],"opts":[{"n":"with-pdo-odbc","p":"flavour,dir? (just leave blank for help)"}]}]},{"name":"PDO_PGSQL","license":"PHP","summary":"PostgreSQL driver for PDO","description":"This extension provides an PostgreSQL driver for PDO.","phpv":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0","1.0.1"]},{"v":["1.0.2"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0","1.0.1","1.0.2"]}]},{"name":"PDO_SQLANYWHERE","license":"Apache License 2.0","summary":"SAP SQL Anywhere driver for PDO","description":"An extension to enable PDO to access SAP SQL Anywhere databases.","phpv":[{"v":["0.1.1","0.1.2","0.1.3","0.1.4"],"min":"5.2.3"}],"confopts":[{"v":["0.1.1","0.1.2","0.1.3","0.1.4"]}]},{"name":"PDO_SQLITE","license":"PHP","summary":"SQLite v3 Interface driver for PDO","description":"This extension provides an SQLite v3 driver for PDO.\nSQLite V3 is NOT compatible with the bundled SQLite 2 in PHP 5, but is a significant\nstep forwards, featuring complete utf-8 support, native support for blobs,\nnative support for prepared statements with bound parameters and improved\nconcurrency.","phpv":[{"v":["0.2","0.2.1","0.2.2","0.3","0.9","1.0RC1","1.0RC2","1.0"]},{"v":["1.0.1"],"min":"5.0.3"}],"confopts":[{"v":["0.2","0.2.1","0.2.2","0.3","0.9","1.0RC1","1.0RC2","1.0","1.0.1"]}]},{"name":"pdo_sqlsrv","license":"The MIT License (MIT)","summary":"Microsoft Drivers for PHP for SQL Server (PDO_SQLSRV)","description":"The Microsoft Drivers for PHP for SQL Server are PHP extensions that allow for the reading and writing of SQL Server data from within PHP scripts. The SQLSRV extension provides a procedural interface while the PDO_SQLSRV extension implements PDO for accessing data in all editions of SQL Server 2012 and later (including Azure SQL DB). These drivers rely on the Microsoft ODBC Driver for SQL Server to handle the low-level communication with SQL Server.\n*This package contains only the PDO_SQLSRV driver.*","phpv":[{"v":["2.0.1"],"min":"5.2.0"},{"v":["3.0.1"],"min":"5.3.6"},{"v":["4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.1.6","4.1.6.1","4.1.7preview","4.1.8preview","4.1.9preview","4.2.0preview","4.3.0RC1","4.3.0","5.0.0preview","5.1.0preview","5.1.1preview","5.1.2preview","5.2.0RC","5.2.0RC1","5.2.0","5.2.1preview","5.3.0"],"min":"7.0.0"},{"v":["5.4.0preview","5.5.0preview","5.6.0","5.6.1","5.7.0preview"],"min":"7.1.0"},{"v":["5.7.1preview","5.8.0","5.8.1","5.9.0preview1"],"min":"7.2.0"},{"v":["5.9.0beta2","5.9.0","5.10.0beta1","5.10.0beta2"],"min":"7.3.0"},{"v":["5.10.0"],"min":"7.4.0"},{"v":["5.10.1","5.11.0beta1"],"min":"7.3.0"},{"v":["5.11.0","5.11.1"],"min":"8.0.0"}],"confopts":[{"v":["2.0.1","3.0.1","4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.1.6","4.1.6.1","4.1.7preview","4.1.8preview","4.1.9preview","4.2.0preview","4.3.0RC1","4.3.0","5.0.0preview","5.1.0preview","5.1.1preview","5.1.2preview","5.2.0RC","5.2.0RC1","5.2.0","5.2.1preview","5.3.0","5.4.0preview","5.5.0preview","5.6.0","5.6.1","5.7.0preview","5.7.1preview","5.8.0","5.8.1","5.9.0preview1","5.9.0beta2","5.9.0","5.10.0beta1","5.10.0beta2","5.10.0","5.10.1","5.11.0beta1","5.11.0","5.11.1"]}]},{"name":"PDO_TAOS","license":"Apache2.0","summary":"TDengine driver for PDO","description":"This extension provides a TDengine database driver for PDO.\nTDengine is an open-sourced time-series big data platform, designed and optimized for IoT, faster on insert/query speeds.\nThis extension can be used to develop IoT projects with Swoole extension.\nThis extension is compatible with PHP versions since 7.0.","phpv":[{"v":["1.0.0","1.0.2","1.0.3"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.2","1.0.3"]}]},{"name":"pdo_user","license":"PHP","summary":"Userspace driver for PDO","description":"This extension provides a Userspace interface for PDO drivers","phpv":[{"v":["0.1.0","0.2.0","0.3.0"],"min":"5.0.3"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0"]}]},{"name":"PDO_XML","license":"GNU","summary":"PHP extension to export results from PHP PDO to XML","description":"PdoXml is an fast and easy to use PHP extension writen in C for export results from PHP PDO queries to XML. You can create XML document from database, export MySQL, PostgreSQL or other PHP supported databases to XML. Support both Windows and Linux."},{"name":"PECL_Gen","license":"PHP","summary":"Tool to generate PECL extensions from an XML description","description":"PECL_Gen has been split up into CodeGen and CodeGen_PECL\npackages and has moved back to PEAR","phpv":[{"v":["0.6.0","0.6.1","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","0.8.4","0.8.5","0.9.9"]}],"confopts":[{"v":["0.6.0","0.6.1","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","0.8.4","0.8.5","0.9.9"]}]},{"name":"pecl_http","license":"BSD-2-Clause","summary":"Extended HTTP Support","description":"This HTTP extension aims to provide a convenient and powerful\nset of functionality for one of PHPs major applications.\n\nIt eases handling of HTTP urls, headers and messages, provides\nmeans for negotiation of a client's preferred content type,\nlanguage and charset, as well as a convenient way to send any\narbitrary data with caching and resuming capabilities.\n\nIt provides powerful request functionality with support for\nparallel requests.\n\nDocumentation:\nhttps://mdref.m6w6.name/http","phpv":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","0.8.0","0.9.0","0.10.0","0.10.1","0.11.0","0.12.0","0.13.0"]},{"v":["0.14.0","0.14.1","0.14.2","0.15.0","0.16.0","0.17.0","0.18.0","0.18.1","0.19.0","0.20.0","0.21.0","0.22.0","0.23.0","0.23.1","0.24.0","0.24.1","0.25.0","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0RC5","1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.3.0","1.3.1","1.3.2","1.3.3","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.5.0RC1","1.5.0RC2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.5.6","1.6.0b1","1.6.0b2","1.6.0RC1","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.7.0b1","1.7.0b2","1.7.0","1.7.1"],"min":"4.3","max":"6.0.0"},{"v":["1.7.2","1.7.3","1.7.4","1.7.5","1.7.6"],"min":"4.3"},{"v":["2.0.0dev1","2.0.0dev2","2.0.0dev3","2.0.0dev4","2.0.0dev5","2.0.0dev6","2.0.0dev7","2.0.0dev8","2.0.0dev9","2.0.0dev10","2.0.0alpha1"],"min":"5.3.99"},{"v":["2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0beta4","2.0.0beta5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0RC1","2.1.0RC2","2.1.0RC3","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.2.0RC1","2.2.0","2.2.1","2.3.0RC1","2.3.0","2.3.1","2.3.2","2.4.0","2.4.1","2.4.2","2.4.3","2.5.0RC1","2.5.0","2.5.1"],"min":"5.3.0"},{"v":["2.5.2","2.5.3","2.5.5","2.5.6","2.6.0beta1","2.6.0beta2","2.6.0RC1","2.6.0"],"min":"5.3.0","max":"7.0.0"},{"v":["3.0.0RC1","3.0.0","3.0.1","3.1.0beta1","3.1.0beta2","3.1.0RC1","3.1.0","3.1.1RC1","3.2.0RC1","3.2.0","3.2.1","3.2.2","3.2.3"],"min":"7.0.0"},{"v":["3.2.4","3.2.5","3.3.0"],"min":"7.0.0","max":"8.0.0"},{"v":["4.0.0beta1","4.0.0","4.1.0","4.2.0","4.2.1","4.2.2","4.2.3","4.2.4"],"min":"8.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","0.8.0","0.9.0","0.10.0","0.10.1","0.11.0","0.12.0","0.13.0"]},{"v":["0.14.0","0.14.1","0.14.2"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-mhash-etags","p":"whether to enable mhash ETag generator; specify libmhash directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"}]},{"v":["0.15.0","0.16.0"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-mhash-etags","p":"whether to enable mhash ETag generator; specify libmhash directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies","d":"yes"}]},{"v":["0.17.0"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-mhash-etags","p":"whether to enable mhash ETag generator; specify libmhash directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"}]},{"v":["0.18.0","0.18.1"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-mhash-etags","p":"whether to enable mhash ETag generator; specify libmhash directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"}]},{"v":["0.19.0","0.20.0","0.21.0","0.22.0","0.23.0","0.23.1","0.24.0","0.24.1","0.25.0","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0RC5"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"}]},{"v":["1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.3.0","1.3.1","1.3.2","1.3.3","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-shared-deps","p":"whether to depend on extensions which have been built shared","d":"yes"}]},{"v":["1.5.0RC1"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-shared-deps","p":"whether to depend on extensions which have been built shared","d":"yes"},{"n":"enable-http-persistent-handles","p":"whether to enable per-process persistent cURL handles","d":"no"}]},{"v":["1.5.0RC2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.5.6","1.6.0b1","1.6.0b2","1.6.0RC1","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.7.0b1","1.7.0b2","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.7.6"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-shared-deps","p":"whether to depend on extensions which have been built shared","d":"yes"}]},{"v":["2.0.0dev1","2.0.0dev2"],"opts":[{"n":"with-http","p":"Enable extended HTTP support","d":"yes"},{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libneon-dir","p":"where to find libneon","d":"/usr"},{"n":"with-http-libserf-dir","p":"where to find libserf","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"}]},{"v":["2.0.0dev3","2.0.0dev4","2.0.0dev5","2.0.0dev6","2.0.0dev7","2.0.0dev8","2.0.0dev9","2.0.0dev10","2.0.0alpha1","2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0beta4","2.0.0beta5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0RC1","2.1.0RC2","2.1.0RC3","2.1.0","2.1.1","2.1.2"],"opts":[{"n":"with-http","p":"Enable extended HTTP support","d":"yes"},{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"}]},{"v":["2.1.3","2.1.4","2.2.0RC1","2.2.0","2.2.1","2.3.0RC1","2.3.0","2.3.1","2.3.2","2.4.0","2.4.1","2.4.2","2.4.3","2.5.0RC1","2.5.0"],"opts":[{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"}]},{"v":["2.5.1","2.5.2","2.5.3","2.5.5","2.5.6","2.6.0beta1","2.6.0beta2","2.6.0RC1","2.6.0","3.0.0RC1","3.0.0","3.0.1","3.1.0beta1","3.1.0beta2"],"opts":[{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"},{"n":"with-http-libidn-dir","p":"where to find libidn","d":"/usr"}]},{"v":["3.1.0RC1","3.1.0","3.1.1RC1","3.2.0RC1","3.2.0","3.2.1","3.2.2","3.2.3","3.2.4","3.2.5","3.3.0","4.0.0beta1","4.0.0","4.1.0","4.2.0","4.2.1","4.2.2","4.2.3","4.2.4"],"opts":[{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"},{"n":"with-http-libicu-dir","p":"where to find libicu","d":"/usr"},{"n":"with-http-libidn2-dir","p":"where to find libidn2","d":"/usr"},{"n":"with-http-libidn-dir","p":"where to find libidn","d":"/usr"},{"n":"with-http-libidnkit2-dir","p":"where to find libidnkit2","d":"/usr"},{"n":"with-http-libidnkit-dir","p":"where to find libidnkit","d":"/usr"}]}]},{"name":"perforce","license":"BSD License","summary":"Perforce API Extension","description":"The Perforce extension wraps the Perforce C/C++ API. This gives PHP developers direct access to the native Perforce client functions.","phpv":[{"v":["0.2.0","0.3.0"]},{"v":["0.5.0"],"min":"5.0.0"},{"v":["0.6.0","0.9.0","0.9.1","0.9.2","0.9.3","1.0.0RC","1.0.0","1.0.1","1.0.3"],"min":"5.2.0"}],"confopts":[{"v":["0.2.0","0.3.0","0.5.0","0.6.0","0.9.0","0.9.1","0.9.2"]},{"v":["0.9.3","1.0.0RC","1.0.0","1.0.1","1.0.3"],"opts":[{"n":"with-perforce","p":"Path to P4API","d":"autodetect"}]}]},{"name":"perl","license":"PHP","summary":"Embedded Perl.","description":"This extension embeds Perl Interpreter into PHP. It allows execute Perl files, evaluate Perl code, access Perl variables and instantiate Perl objects.","phpv":[{"v":["0.6","1.0.0"]},{"v":["1.0.1"],"min":"5.0.0"}],"confopts":[{"v":["0.6","1.0.0","1.0.1"]}]},{"name":"phalcon","license":"BSD 3-Clause License","summary":"Phalcon is a full stack PHP framework offering low resource consumption and high performance.","description":"Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever its needed, without expensive file stats and file reads that traditional PHP frameworks employ.","phpv":[{"v":["4.0.2","4.0.3","4.0.4","4.0.5","4.0.6","4.1.0"],"min":"7.2.0","max":"8.0.0"},{"v":["4.1.2"],"min":"7.2.0","max":"7.4.99"},{"v":["5.0.0alpha3","5.0.0alpha5","5.0.0alpha6","5.0.0alpha7","5.0.0beta1","5.0.0beta2","5.0.0beta3"],"min":"7.4.1","max":"8.0.99"},{"v":["5.0.0RC1","5.0.0RC2","5.0.0RC3","5.0.0RC4","5.0.0","5.0.1","5.0.2","5.0.3","5.0.4","5.0.5","5.1.0","5.1.1","5.1.2","5.1.3","5.1.4"],"min":"7.4.1","max":"8.1.99"},{"v":["5.2.0","5.2.1","5.2.2","5.2.3","5.3.0","5.3.1","5.4.0"],"min":"7.4.1","max":"8.2.99"}],"confopts":[{"v":["4.0.2","4.0.3","4.0.4","4.0.5","4.0.6","4.1.0","4.1.2","5.0.0alpha3","5.0.0alpha5","5.0.0alpha6","5.0.0alpha7","5.0.0beta1","5.0.0beta2","5.0.0beta3","5.0.0RC1","5.0.0RC2","5.0.0RC3","5.0.0RC4","5.0.0","5.0.1","5.0.2","5.0.3","5.0.4","5.0.5","5.1.0","5.1.1","5.1.2","5.1.3","5.1.4","5.2.0","5.2.1","5.2.2","5.2.3","5.3.0","5.3.1","5.4.0"]}]},{"name":"phar","license":"PHP License","summary":"allows running of complete applications out of .phar files (like Java .jar files)","description":"This is the extension version of PEAR's PHP_Archive package. Support for\nzlib, bz2 and crc32 is achieved without any dependency other than the external\nzlib or bz2 extension.\n\n.phar files can be read using the phar stream, or with the Phar class. If the SPL extension\nis available, a Phar object can be used as an array to iterate over a phar's contents\nor to read files directly from the phar.\n\nPhar supports tar and zip file formats as well as the native phar file format, and can also be\nused to create data-only tar and zip archives with the PharData class, even if\nwrite access is disabled by the phar.readonly ini variable.\n\nExecutable phar archives can be created using the streams API or with the Phar class, if\nthe phar.readonly ini variable is set to false.\n\nFull support for MD5 and SHA1 signatures is possible. Signatures can be required\nif the ini variable phar.require_hash is set to true. When PECL extension hash is\navailable then SHA-256 and SHA-512 signatures are supported as well.\n\nPhar is APC-compatible, the latest APC will cache files within a phar archive, resulting in\na 6x speedup measured running phpMyAdmin as a phar archive.","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.2.2","1.2.3","2.0.0a1","2.0.0a2","2.0.0b1"],"min":"5.2.0"},{"v":["2.0.0RC1","2.0.0RC2","2.0.0"],"min":"5.2.1"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.2.2","1.2.3","2.0.0a1","2.0.0a2","2.0.0b1","2.0.0RC1","2.0.0RC2","2.0.0"]}]},{"name":"phdfs","license":"PHP License","summary":"PHP client library to communicate with the hadoop hdfs","description":"phdfs is using PHP to manipulate Hadoop HDFS.Extension is an interface to HDFS.Currently in use in the phone business consulting system","phpv":[{"v":["0.1.0","0.1.1","0.1.2"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2"]}]},{"name":"phk","license":"PHP License","summary":"An optional accelerator for Automap and PHK","description":"An optional accelerator for Automap and PHK.\n\nAutomap (http://automap.tekwire.net) is a fast map-based autoloader.\n\nPHK (http://phk.tekwire.net) is a PHP-oriented package/archive system.\n\nThis extension does not provide any new feature, it just provides a dramatic\nincrease in performance when using Automap and/or PHK.\n\nNote that there is no 'Automap' PECL extension anymore. The PHK extension now\nincludes it. So, this is the one you need, even if using Automap out of PHK\npackages.","phpv":[{"v":["3.0.1"],"min":"5.3.0"}],"confopts":[{"v":["3.0.1"]}]},{"name":"PHPScript","license":"PHP","summary":"Allows you to use PHP as an ActiveScript engine from within other applications","description":"this ActiveScript SAPI allows you to embed PHP into your Windows applications via the MS Scripting control, Windows Scripting Host or any other ActiveScript aware host application."},{"name":"php_trie","license":"PHP License","summary":"Trie and HAT trie data structures for PHP.","description":"Trie and HAT trie data structures for PHP.","phpv":[{"v":["0.1.0"],"min":"7.3.0","max":"7.4.99"},{"v":["0.1.1","0.1.2"],"min":"7.3.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2"]}]},{"name":"php_xcb","license":"PHP 3.01","summary":"A Wrapper to XCB, the X11 C Bindings","description":"php-xcb allows you to interact with the X desktop, create windows, and draw primitives, or even create a window manager"},{"name":"PKCS11","license":"PHP License","summary":"PHP Bindings for PKCS11 modules","description":"This extension provides an Object Oriented API for PKCS11 C_* functions to interact with a Hardware Security Module.","phpv":[{"v":["0.1"],"min":"7.0.0","max":"8.0.99"},{"v":["0.1.1","1.0","1.1","1.1.1","1.1.2"],"min":"7.4.0"}],"confopts":[{"v":["0.1","0.1.1","1.0","1.1","1.1.1","1.1.2"]}]},{"name":"pledge","license":"ISC License","summary":"OpenBSD's pledge / unveil support","description":"This is a PHP extension that adds support for OpenBSD's pledge and unveil system calls.","phpv":[{"v":["1.0.0","2.0.0","2.0.1","2.0.2","2.0.3","2.1.0","2.1.1","2.1.2"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","2.0.0","2.0.1","2.0.2","2.0.3","2.1.0","2.1.1","2.1.2"]}]},{"name":"POP3","license":"PHP","summary":"POP3 Client Library","description":"The POP3 extension makes it possible for a PHP\nscript to connect to and interact with a POP3 mail server.\nIt is based on the PHP streams interface and requires no\nexternal library.","phpv":[{"v":["0.1","1.0","1.0.1","1.0.2"]}],"confopts":[{"v":["0.1","1.0","1.0.1","1.0.2"]}]},{"name":"postparser","license":"PHP","summary":"Handle file file uploads within a php script","description":"This extension give the ability to authenticate users before actually downloading a file from the client (saving bandwidth), provide progress bars of downloaded files, stream files directly to disk (for example to encrypt a file directly to disk)."},{"name":"pq","license":"BSD-2-Clause","summary":"PostgreSQL client library (libpq) binding","description":"Documents: https://mdref.m6w6.name/pq\n\nHighlights:\n* Nearly complete support for asynchronous usage:\nhttps://mdref.m6w6.name/pq/Connection/%3A%20Asynchronous%20Usage\n* Extended type support by pg_type:\nhttps://mdref.m6w6.name/pq/Types/%3A%20Overview\n* Fetching simple multi-dimensional array maps:\nhttps://mdref.m6w6.name/pq/Result/map\n* Working Gateway implementation:\nhttps://mdref.m6w6.name/pq-gateway","phpv":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","0.5.1","0.5.2","0.5.3","0.5.4","0.5.5","0.6.0RC1","0.6.0RC2"],"min":"5.4"},{"v":["0.6.0","1.0.0RC1","1.0.0","1.0.1","1.1.0","1.1.1"],"min":"5.4.0","max":"7.0.0"},{"v":["2.0.0RC1","2.0.0","2.0.1"],"min":"7.0.0"},{"v":["2.1.0"],"min":"5.4.0","max":"7.0.0"},{"v":["2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.1.7","2.1.8","2.2.0","2.2.1","2.2.2"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0"],"opts":[{"n":"with-pq","p":"whether to enable libpq support","d":"yes"}]},{"v":["0.5.0","0.5.1","0.5.2","0.5.3","0.5.4"]},{"v":["0.5.5","0.6.0RC1","0.6.0RC2","0.6.0","1.0.0RC1","1.0.0","1.0.1","1.1.0","1.1.1","2.0.0RC1","2.0.0","2.0.1","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.1.7","2.1.8","2.2.0","2.2.1","2.2.2"],"opts":[{"n":"with-pq","p":"where to find the postgresql library/headers","d":"yes"}]}]},{"name":"PreProcessor","license":"PHP","summary":"PHP Macro Preprocessor","description":"PHP Macro Preprocessor should provide functionality similar to the C++ preprocessor facilities, e.g. allow user to make some manipulation with code before interpretation starts.\nC++ macro preprocessing is widely used by almost all C++ developers, though it is often considered a C-like feature. It proved itself helpful in practice, so PHP as a very practical language should have similar feature. The main idea is to modify code in certain way even before interpretation starts, and do it more efficiently then it will be done with plain PHP features.\n\nThe scope is to enable users to work with macro-names in all possible means. So, the #define, #undef, #ifdef, #ifndef, #else, #endif statements will be implemented."},{"name":"printer","license":"PHP License 2.02","summary":"Extension to control a printer or or draw to printer device on Windows","description":"Printer allows drawing (text, lines, ellipse, paging, etc.) and spool controlling operation using a printer device on Windows."},{"name":"proctitle","license":"PHP License","summary":"Allows setting the current process name on Linux and BSD","description":"This extension allows changing the current process' name on Linux and *BSD systems. This is useful when using pcntl_fork() to identify running processes in process list","phpv":[{"v":["0.1.0","0.1.1","0.1.2"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2"]}]},{"name":"propro","license":"BSD-2-Clause","summary":"Property proxy","description":"A reusable split-off of pecl_http's property proxy API.","phpv":[{"v":["0.1.0","1.0.0"],"min":"5.3"},{"v":["1.0.2RC1","1.0.2"],"min":"5.3.0","max":"7.0.0"},{"v":["2.0.0RC1","2.0.0","2.0.1","2.1.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","1.0.0"],"opts":[{"n":"enable-propro","p":"whether to enable property proxy support","d":"yes"}]},{"v":["1.0.2RC1","1.0.2","2.0.0RC1","2.0.0","2.0.1","2.1.0"]}]},{"name":"protobuf","license":"3-Clause BSD License","summary":"Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.","description":"https://developers.google.com/protocol-buffers/","phpv":[{"v":["3.1.0a1","3.2.0a1","3.3.0","3.3.2","3.4.0","3.5.0","3.5.0.1","3.5.1","3.5.1.1","3.6.0","3.6.1","3.7.0RC2","3.7.0RC3","3.7.0","3.7.1","3.8.0RC1","3.8.0","3.9.0RC1","3.9.0","3.9.1","3.9.2","3.10.0RC1","3.10.0","3.11.0RC1","3.11.0RC2","3.11.0","3.11.1","3.11.2","3.11.3","3.11.4","3.12.0RC1","3.12.0RC2","3.12.0","3.12.1","3.12.2","3.12.3","3.12.4"],"min":"5.5.9"},{"v":["3.13.0RC3","3.13.0","3.13.0.1","3.14.0RC1","3.14.0RC2","3.14.0RC3","3.14.0","3.15.0RC1","3.15.0RC2","3.15.0","3.15.1","3.15.2","3.15.3","3.15.4","3.15.5","3.15.6","3.15.7","3.15.8","3.16.0RC1","3.16.0RC2","3.16.0","3.17.0RC1","3.17.0RC2","3.17.0","3.17.1","3.17.2","3.17.3","3.18.0RC1","3.18.0RC2","3.18.0","3.18.1","3.18.2","3.18.3","3.19.0RC1","3.19.0RC2","3.19.0","3.19.1","3.19.2","3.19.3","3.19.4","3.19.5","3.19.6","3.20.0RC1","3.20.0RC2","3.20.0","3.20.1RC1","3.20.1","3.20.2","3.20.3","3.21.0RC1","3.21.0RC2","3.21.0","3.21.1","3.21.2","3.21.3","3.21.4","3.21.5","3.21.6","3.21.7","3.21.8","3.21.9","3.21.10","3.21.11","3.21.12","3.22.0RC1","3.22.0RC2","3.22.0RC3","3.22.0","3.22.1","3.22.3","3.22.4","3.22.5","3.23.0RC2","3.23.0RC3","3.23.0","3.23.1","3.23.2","3.23.3","3.23.4","3.24.0RC1","3.24.0RC2","3.24.0RC3","3.24.0","3.24.1","3.24.2","3.24.3","3.24.4","3.25.0RC1"],"min":"7.0.0"},{"v":["3.25.0RC2","3.25.0","3.25.1"],"min":"8.0.0"},{"v":["4.0.0RC1"],"min":"5.5.9"},{"v":["4.0.0RC2"],"min":"7.0.0"}],"confopts":[{"v":["3.1.0a1","3.2.0a1","3.3.0","3.3.2","3.4.0","3.5.0","3.5.0.1","3.5.1","3.5.1.1","3.6.0","3.6.1","3.7.0RC2","3.7.0RC3","3.7.0","3.7.1","3.8.0RC1","3.8.0","3.9.0RC1","3.9.0","3.9.1","3.9.2","3.10.0RC1","3.10.0","3.11.0RC1","3.11.0RC2","3.11.0","3.11.1","3.11.2","3.11.3","3.11.4","3.12.0RC1","3.12.0RC2","3.12.0","3.12.1","3.12.2","3.12.3","3.12.4","3.13.0RC3","3.13.0","3.13.0.1","3.14.0RC1","3.14.0RC2","3.14.0RC3","3.14.0","3.15.0RC1","3.15.0RC2","3.15.0","3.15.1","3.15.2","3.15.3","3.15.4","3.15.5","3.15.6","3.15.7","3.15.8","3.16.0RC1","3.16.0RC2","3.16.0","3.17.0RC1","3.17.0RC2","3.17.0","3.17.1","3.17.2","3.17.3","3.18.0RC1","3.18.0RC2","3.18.0","3.18.1","3.18.2","3.18.3","3.19.0RC1","3.19.0RC2","3.19.0","3.19.1","3.19.2","3.19.3","3.19.4","3.19.5","3.19.6","3.20.0RC1","3.20.0RC2","3.20.0","3.20.1RC1","3.20.1","3.20.2","3.20.3","3.21.0RC1","3.21.0RC2","3.21.0","3.21.1","3.21.2","3.21.3","3.21.4","3.21.5","3.21.6","3.21.7","3.21.8","3.21.9","3.21.10","3.21.11","3.21.12","3.22.0RC1","3.22.0RC2","3.22.0RC3","3.22.0","3.22.1","3.22.3","3.22.4","3.22.5","3.23.0RC2","3.23.0RC3","3.23.0","3.23.1","3.23.2","3.23.3","3.23.4","3.24.0RC1","3.24.0RC2","3.24.0RC3","3.24.0","3.24.1","3.24.2","3.24.3","3.24.4","3.25.0RC1","3.25.0RC2","3.25.0","3.25.1","4.0.0RC1","4.0.0RC2"]}]},{"name":"protocolbuffers","license":"New BSD License","summary":"Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.","description":"Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the \"old\" format.","phpv":[{"v":["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"],"min":"5.2.0"}],"confopts":[{"v":["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"]}]},{"name":"ps","license":"BSD style","summary":"An extension to create PostScript files","description":"ps is an extension similar to the pdf extension but for creating PostScript files. Its api is modelled after the pdf extension.","phpv":[{"v":["1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5"]},{"v":["1.3.6","1.3.7","1.4.0"],"min":"4.3.10"},{"v":["1.4.1","1.4.2","1.4.3","1.4.4"],"min":"7.0.0"}],"confopts":[{"v":["1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5"]},{"v":["1.3.6","1.3.7","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4"],"opts":[{"n":"with-ps","p":"path to pslib installation?"}]}]},{"name":"pspell","license":"PHP 3.01","summary":"This extension allows you to check the spelling of a word and offer suggestions","description":"This extension allows you to check the spelling of a word and offer suggestions.","phpv":[{"v":["1.0.0","1.0.1"],"min":"8.1.0"}],"confopts":[{"v":["1.0.0","1.0.1"]}]},{"name":"psr","license":"BSD-2-Clause","summary":"PSR interfaces","description":"This extension provides the accepted PSR interfaces, so they can be used in an extension.\n\nSee http://www.php-fig.org/psr/","phpv":[{"v":["0.3.0RC1","0.3.0RC3","0.3.0RC4","0.3.0","0.4.0"],"min":"5.4.0","max":"7.2.99"},{"v":["0.5.0","0.5.1"],"min":"5.4.0","max":"7.3.99"},{"v":["0.6.0","0.6.1"],"min":"5.6.0","max":"7.3.99"},{"v":["0.7.0"],"min":"7.0.0","max":"7.4.99"},{"v":["1.0.0","1.0.1","1.1.0"],"min":"7.0.0"},{"v":["1.2.0"],"min":"7.3.0"}],"confopts":[{"v":["0.3.0RC1","0.3.0RC3","0.3.0RC4","0.3.0","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","1.0.0","1.0.1","1.1.0","1.2.0"]}]},{"name":"pthreads","license":"PHP License","summary":"Threading API","description":"A compatible Threading API for PHP","phpv":[{"v":["0.0.33","0.0.35","0.0.36","0.0.37","0.0.38","0.0.39","0.0.40","0.0.41","0.0.42","0.0.43","0.0.44","0.0.45","0.1.0","1.0.0","1.0.1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10"],"min":"5.3.0"},{"v":["3.0.0","3.0.1"],"min":"7.0.0"},{"v":["3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8"],"min":"7.0.0RC2"},{"v":["3.1.0","3.1.1"],"min":"7.0.0RC7"},{"v":["3.1.2","3.1.3","3.1.4","3.1.5","3.1.6"],"min":"7.0.0RC5"}],"confopts":[{"v":["0.0.33","0.0.35","0.0.36","0.0.37","0.0.38","0.0.39","0.0.40","0.0.41","0.0.42","0.0.43","0.0.44","0.0.45","0.1.0","1.0.0","1.0.1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6"]}]},{"name":"python","license":"MIT License","summary":"Embedded Python","description":"This extension allows the Python interpreter to be embedded inside of PHP, allowing for the instantiate and manipulation of Python objects from within PHP.","phpv":[{"v":["0.6.0","0.7.0"]},{"v":["0.8.0"],"min":"5.0.0"}],"confopts":[{"v":["0.6.0","0.7.0","0.8.0"]}]},{"name":"qb","license":"PHP License","summary":"Accelerator designed mainly for graphic work","description":"QB stands for \"Quick Binary.\" It's a PHP extension designed to enable faster handling of binary data. It takes a function written in PHP and translate it for a specialized virtual machine. The use of static type information leads significantly higher performance than under PHP's regular dynamic type system. A PHP+QB function can run anywhere from five to twenty times faster than regular PHP code. For even higher level of performance, one can compile PHP+QB functions to native code (on supported platforms).\n\nQB performs code translation on a per-function basis. It does not affect in anyway code not specially marked. Interaction between PHP+QB functions and regular PHP code is basically seamless. A key design objective of QB is to let developers harness greater processing power than what baseline PHP offers without the risk involved in adopting a brand new platform.","phpv":[{"v":["2.1.1","2.1.2","2.2.0","2.3","2.4.0"],"min":"5.2.0"}],"confopts":[{"v":["2.1.1","2.1.2","2.2.0","2.3","2.4.0"]}]},{"name":"qqwry","license":"New BSD","summary":"Get IP location from QQWry file","description":"QQWry is a file that contains IP geo locations information. This ext can be used to look for the geo locations in the QQWry file with IPs","phpv":[{"v":["0.1.0"],"min":"5"}],"confopts":[{"v":["0.1.0"]}]},{"name":"quickhash","license":"The PHP License","summary":"Provides a set of specific strongly-typed classes for sets and hashing","description":"This extension contains four classes for managing: an integer set, an integer\nhash, integer to string hash and a string to integer hash. The main features\nare low memory consumption and fast serialization and deserialization of\nthe sets and hashes.","phpv":[{"v":["0.1.0","1.0.0"],"min":"5.2.0"},{"v":["1.1.1"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","1.0.0","1.1.1"]}]},{"name":"radius","license":"BSD","summary":"Radius client library","description":"This package is based on the libradius of FreeBSD, with some modifications and extensions.\nThis PECL provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866),\nworks on Unix and on Windows. Its an easy way to authenticate your users against the user-database of your\nOS (for example against Windows Active-Directory via IAS).","phpv":[{"v":["1.1","1.2","1.2.1","1.2.2","1.2.3","1.2.4"]},{"v":["1.2.5"],"min":"4.0.0"},{"v":["1.2.6","1.2.7","1.3.0b1","1.3.0"],"min":"4.3.0"},{"v":["1.4.0b1"],"min":"5.3.0"}],"confopts":[{"v":["1.1","1.2","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.3.0b1","1.3.0","1.4.0b1"]}]},{"name":"raphf","license":"BSD-2-Clause","summary":"Resource and persistent handles factory","description":"A reusable split-off of pecl_http's persistent handle and resource factory API.","phpv":[{"v":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0"],"min":"5.3"},{"v":["1.1.1RC1","1.1.1","1.1.2"],"min":"5.3.0","max":"7.0.0"},{"v":["2.0.0RC1","2.0.0","2.0.1"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4"],"opts":[{"n":"enable-raphf","p":"whether to enable raphf support","d":"yes"}]},{"v":["1.1.0","1.1.1RC1","1.1.1","1.1.2","2.0.0RC1","2.0.0","2.0.1"]}]},{"name":"rar","license":"PHP License","summary":"rar extension","description":"PHP extension for reading RAR archives using bundled unRAR library.","phpv":[{"v":["0.1","0.2","0.3.0","0.3.1"]},{"v":["1.0.0"],"min":"4.0.0"},{"v":["2.0.0b2","2.0.0RC1","2.0.0","3.0.0","3.0.1","3.0.2"],"min":"5.2.0"},{"v":["4.0.0","4.1.0","4.2.0"],"min":"5.3.0"}],"confopts":[{"v":["0.1","0.2","0.3.0","0.3.1","1.0.0","2.0.0b2","2.0.0RC1","2.0.0","3.0.0","3.0.1","3.0.2","4.0.0","4.1.0","4.2.0"]}]},{"name":"rdkafka","license":"MIT License","summary":"Kafka client based on librdkafka","description":"This extension is a librdkafka binding providing a working client for Kafka","phpv":[{"v":["0.0.1","0.0.2","0.9.0"],"min":"5.4.0"},{"v":["0.9.1"],"min":"5.3.0"},{"v":["1.0.0"],"min":"5.3.0","max":"5.99"},{"v":["2.0.0","2.0.1"],"min":"7.0"},{"v":["3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5"],"min":"5.3.0","max":"7.99.99"},{"v":["3.1.0","3.1.1","3.1.2","3.1.3","4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1","4.1.2"],"min":"5.6.0","max":"7.99.99"},{"v":["5.0.0","5.0.1","5.0.2","6.0.0RC1","6.0.0RC2","6.0.0","6.0.1","6.0.2","6.0.3"],"min":"7.0.0","max":"8.99.99"}],"confopts":[{"v":["0.0.1","0.0.2","0.9.0","0.9.1","1.0.0","2.0.0","2.0.1","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.1.0","3.1.1","3.1.2","3.1.3","4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1","4.1.2","5.0.0","5.0.1","5.0.2","6.0.0RC1","6.0.0RC2","6.0.0","6.0.1","6.0.2"]},{"v":["6.0.3"],"opts":[{"n":"with-rdkafka","p":"librdkafka installation path?","d":"autodetect"}]}]},{"name":"re2","license":"PHP License","summary":"Extension for RE2","description":"This extension provides a PCRE-like interface to RE2, \"an efficient, principled regular expression library\".","phpv":[{"v":["0.0.1RC1"],"min":"5.2.0"}],"confopts":[{"v":["0.0.1RC1"],"opts":[{"n":"with-re2","p":"Please provide the prefix of the RE2 installation","d":"autodetect"}]}]},{"name":"recode","license":"PHP","summary":"Convert between character sets/encodings","description":"Convert between character sets/encodings"},{"name":"redis","license":"PHP","summary":"PHP extension for interfacing with Redis","description":"This extension provides an API for communicating with Redis servers.","phpv":[{"v":["2.2.3","2.2.4","2.2.5","2.2.7","2.2.8"],"min":"5.2.0","max":"6.0.0"},{"v":["3.0.0"],"min":"7.0.0","max":"7.1.0"},{"v":["3.1.0"],"min":"5.2.0","max":"7.1.0"},{"v":["3.1.1RC2","3.1.1"],"min":"5.2.0","max":"7.9.99"},{"v":["3.1.2","3.1.3RC1","3.1.3RC2","3.1.3","3.1.4RC1","3.1.4RC2","3.1.4RC3","3.1.4","3.1.5RC1","3.1.5RC2","3.1.5","3.1.6","4.0.0RC1","4.0.0RC2","4.0.0","4.0.1","4.0.2","4.1.0RC1","4.1.0RC2","4.1.0RC3","4.1.0","4.1.1","4.2.0RC1","4.2.0RC2","4.2.0RC3","4.2.0","4.3.0RC1","4.3.0RC2","4.3.0"],"min":"5.3.0","max":"7.9.99"},{"v":["5.0.0RC1","5.0.0RC2","5.0.0","5.0.1","5.0.2","5.1.0RC1","5.1.0RC2","5.1.0","5.1.1","5.2.0RC1","5.2.0RC2","5.2.0","5.2.1","5.2.2","5.3.0RC1","5.3.0RC2","5.3.0","5.3.1"],"min":"7.0.0","max":"7.9.99"},{"v":["5.3.2RC1","5.3.2RC2","5.3.2","5.3.3","5.3.4","5.3.5RC1","5.3.5","5.3.6","5.3.7RC1","5.3.7RC2","5.3.7","6.0.0RC1"],"min":"7.0.0"},{"v":["6.0.0RC2","6.0.0","6.0.1","6.0.2"],"min":"7.2.0"}],"confopts":[{"v":["2.2.3","2.2.4","2.2.5","2.2.7","2.2.8","3.0.0","3.1.0","3.1.1RC2","3.1.1","3.1.2"]},{"v":["3.1.3RC1","3.1.3RC2","3.1.3","3.1.4RC1","3.1.4RC2","3.1.4RC3","3.1.4","3.1.5RC1","3.1.5RC2","3.1.5","3.1.6"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"}]},{"v":["4.0.0RC1","4.0.0RC2","4.0.0","4.0.1","4.0.2","4.1.0RC1","4.1.0RC2","4.1.0RC3","4.1.0","4.1.1","4.2.0RC1","4.2.0RC2","4.2.0RC3","4.2.0","4.3.0RC1","4.3.0RC2","4.3.0","5.0.0RC1","5.0.0RC2","5.0.0","5.0.1","5.0.2"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-redis-lzf","p":"enable lzf compression support?","d":"no"}]},{"v":["5.1.0RC1","5.1.0RC2","5.1.0","5.1.1","5.2.0RC1","5.2.0RC2","5.2.0","5.2.1","5.2.2","5.3.0RC1","5.3.0RC2","5.3.0","5.3.1","5.3.2RC1","5.3.2RC2","5.3.2","5.3.3","5.3.4","5.3.5RC1","5.3.5","5.3.6","5.3.7RC1","5.3.7RC2","5.3.7"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-redis-lzf","p":"enable lzf compression support?","d":"no"},{"n":"enable-redis-zstd","p":"enable zstd compression support?","d":"no"}]},{"v":["6.0.0RC1"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-redis-lzf","p":"enable lzf compression support?","d":"no"},{"n":"enable-redis-zstd","p":"enable zstd compression support?","d":"no"},{"n":"enable-redis-msgpack","p":"enable msgpack serializer support?","d":"no"},{"n":"enable-redis-lz4","p":"enable lz4 compression?","d":"no"}]},{"v":["6.0.0RC2","6.0.0","6.0.1","6.0.2"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-redis-lzf","p":"enable lzf compression support?","d":"no"},{"n":"enable-redis-zstd","p":"enable zstd compression support?","d":"no"},{"n":"enable-redis-msgpack","p":"enable msgpack serializer support?","d":"no"},{"n":"enable-redis-lz4","p":"enable lz4 compression?","d":"no"},{"n":"with-liblz4","p":"use system liblz4?","d":"yes"}]}]},{"name":"ref","license":"The MIT License (MIT)","summary":"Soft and Weak references support in PHP","description":"This extension adds Soft and Weak references support to PHP 7 and may serve as a ground for other data structures that require advanced referencing model.","phpv":[{"v":["0.4.1"],"min":"7.0"},{"v":["0.4.2","0.4.3","0.4.4"],"min":"7.0.3"},{"v":["0.5.0"],"min":"7.1.0"},{"v":["0.6.0"],"min":"7.2.0"}],"confopts":[{"v":["0.4.1","0.4.2","0.4.3","0.4.4","0.5.0","0.6.0"]}]},{"name":"request","license":"MIT","summary":"Provides server-side request and response objects.","description":"This extension provides server-side request and response objects for PHP 7.\nThese are *not* HTTP message objects proper. They are more like wrappers\nfor existing global PHP variables and functions, with some limited\nadditional convenience functionality.\n\nThis extension defines two classes in the global namespace:\n\n- ServerRequest, composed of read-only copies of PHP superglobals and some\nother commonly-used values, with methods for adding application-specific\nrequest information in immutable fashion.\n\n- ServerResponse, essentially a wrapper around (and buffer for) response-\nrelated PHP functions, with some additional convenience methods, and self-\nsending capability.\n\nDocumentation: https://github.com/pmjones/ext-request\n\nA PHP 5 userland implementation that tracks this extension is available at\nhttps://packagist.org/packages/pmjones/request .","phpv":[{"v":["1.0.0a1","1.0.0a2","1.0.0b1","1.0.0b2"],"min":"7.0.0"},{"v":["2.0.0"],"min":"7.3.0"}],"confopts":[{"v":["1.0.0a1","1.0.0a2","1.0.0b1","1.0.0b2","2.0.0"]}]},{"name":"riak","license":"Apache 2","summary":"Riak database PHP extension","description":"Fast protocol buffers client for Riak database and session module.","phpv":[{"v":["0.4.0","0.4.1","0.4.2","0.4.3","0.5.0","0.5.1","0.5.2","0.5.4","0.6.0","0.6.1","0.6.2","0.7.0","0.8.0","0.9.0","0.9.1","1.0.0","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.2.0"],"min":"5.3.0","max":"6.0.0"}],"confopts":[{"v":["0.4.0","0.4.1","0.4.2","0.4.3","0.5.0","0.5.1","0.5.2","0.5.4","0.6.0","0.6.1","0.6.2","0.7.0","0.8.0","0.9.0","0.9.1","1.0.0","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.2.0"]}]},{"name":"rnp","license":"BSD","summary":"High-performance OpenPGP library","description":"RNP is a high-performance OpenPGP library compatible with RFC 4880 and offers AEAD (OCB) functionality.","phpv":[{"v":["0.1.1","0.2.0"],"min":"8.0.0"}],"confopts":[{"v":["0.1.1","0.2.0"]}]},{"name":"rpminfo","license":"PHP 3.01","summary":"RPM information","description":"Retrieve RPM information using librpm.\nAvailable functions:\n- rpmvercmp to compare 2 EVRs\n- rpminfo to retrieve information from a RPM file\n- rpmdbinfo to rerieve information from an installed RPM\n- rpmdbsearch to search installed RPMs","phpv":[{"v":["0.1.2","0.2.0","0.2.1","0.2.2","0.2.3","0.3.0","0.3.1","0.4.0","0.4.1","0.4.2","0.5.0","0.5.1"],"min":"7.0.0"},{"v":["0.6.0"],"min":"7.2.0"},{"v":["0.7.0","1.0.0","1.0.1","1.1.0"],"min":"8.0.0"}],"confopts":[{"v":["0.1.2","0.2.0","0.2.1","0.2.2","0.2.3","0.3.0","0.3.1","0.4.0","0.4.1","0.4.2","0.5.0","0.5.1","0.6.0","0.7.0","1.0.0","1.0.1","1.1.0"]}]},{"name":"rpmreader","license":"PHP 3.0","summary":"RPM file meta information reader","description":"rpmreader is an extension that provides the ability to\nread RedHat Package Manager (RPM) files' header information. This\nextension currently does not provide the functionality to read the\nsignature or archive sections of the RPM file.","phpv":[{"v":["0.1"]},{"v":["0.2"],"min":"5.0.0","max":"5.1.0"},{"v":["0.3"],"min":"4.4.1","max":"5.1.0"},{"v":["0.4"],"min":"4.4.1"}],"confopts":[{"v":["0.1","0.2","0.3","0.4"]}]},{"name":"rrd","license":"BSD","summary":"PHP bindings to rrd tool system","description":"Procedural and simple OO wrapper for rrdtool - data logging and graphing system for time series data.","phpv":[{"v":["0.9.0"],"min":"5.2"},{"v":["0.10.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5RC1","1.0.5RC2","1.0.5","1.1.0","1.1.1","1.1.2","1.1.3"],"min":"5.3.2"},{"v":["2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0","2.0.1","2.0.2","2.0.3"],"min":"7.0.0"}],"confopts":[{"v":["0.9.0","0.10.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5RC1","1.0.5RC2","1.0.5","1.1.0","1.1.1","1.1.2","1.1.3","2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0","2.0.1","2.0.2","2.0.3"]}]},{"name":"rsvg","license":"PHP License","summary":"RSVG Extension","description":"RSVG is a library for rendering SVG images, which","phpv":[{"v":["0.1.0","0.1.1"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1"],"opts":[{"n":"with-rsvg","p":"Please provide the prefix of the RSVG installation","d":"autodetect"}]}]},{"name":"rsync","license":"Modified BSD License","summary":"Wrapper for librsync library","description":"The librsync library itself can be found at http://librsync.sourceforge.net/ and implements rsync remote-delta algorithm (http://rsync.samba.org/tech_report).\n\nThis algorithm is using a rolling check-sum and a md4 check-sum for\nblocks of the file to generate a signature file. The signature file is used\nto generate a diff from the file on the remote site. This diff can be\nused on the local site to patch the file.\nThe Algorithm is from rsync 1.x and not compatible with rsync 2.x.","phpv":[{"v":["0.1.0"],"min":"5.2.6"}],"confopts":[{"v":["0.1.0"]}]},{"name":"runkit","license":"BSD License (3 Clause)","summary":"For all those things you.... probably shouldn't have been doing anyway.... but surely do!","description":"Replace, rename, and remove user defined functions and classes.\nDefine customized superglobal variables for general purpose use.\nExecute code in restricted environment (sandboxing).","phpv":[{"v":["0.7"]},{"v":["0.8","0.8.1","0.9","1.0.1","1.0.2","1.0.3"],"min":"4.0.0"},{"v":["1.0.4"],"min":"5.0.0"}],"confopts":[{"v":["0.7","0.8","0.8.1","0.9","1.0.1","1.0.2","1.0.3","1.0.4"]}]},{"name":"runkit7","license":"BSD License (3 Clause)","summary":"Runkit7 : For all those things you.... probably shouldn't have been doing anyway.... but surely do!","description":"Replace, rename, and remove user defined functions, methods, and constants.\nDefine customized superglobal variables for general purpose use.","phpv":[{"v":["2.0.2","2.0.3","2.1.0","3.0.0a1","3.0.0RC1","3.0.0","3.1.0a1"],"min":"7.1.0"},{"v":["4.0.0a1","4.0.0a2","4.0.0a3","4.0.0a5","4.0.0a6"],"min":"7.2.0"}],"confopts":[{"v":["2.0.2","2.0.3","2.1.0","3.0.0a1","3.0.0RC1","3.0.0","3.1.0a1","4.0.0a1","4.0.0a2","4.0.0a3","4.0.0a5","4.0.0a6"]}]},{"name":"sam","license":"Apache 2.0","summary":"SAM - Simple Asynchronous Messaging for PHP","description":"Simple Asynchronous Messaging (SAM) allows PHP applications to send and receive messages to a number of different Messaging and Queuing middleware systems through a very simple interface.","phpv":[{"v":["0.1.0","0.2.0","0.3.0","1.0.0","1.1.0"]}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","1.0.0","1.1.0"]}]},{"name":"sandbox","license":"PHP License","summary":"Isolated environment","description":"A sandbox is an isolated environment (a thread in our case); Things may go\nvery badly wrong in the sandbox environment and not effect the environment\nthat created it. This means that we must try very hard to limit the\ninfluence each environment has on the other. So the prototype and\ninstructions of entry point \"Closures\" are verified to ensure they will not\nreduce or break isolation.\n\nIn practice this means entry point closures must not:\n\n* accept or return by reference\n* accept or return objects\n* execute a limited set of instructions\n\nInstructions prohibited directly in the sandbox are:\n\n* declare (anonymous) function\n* declare (anonymous) class\n* lexical scope access\n* yield\n\nNo instructions are prohibited in the files which the sandbox may include,\nbut allowing these instructions directly in the code which the sandbox\nexecutes at entry would break the isolation of the sandbox such that we\ncouldn't be sure the system would remain stable.\n\nWith these restrictions in place, we can be sure that a sandbox may do\nanything up to but excluding making PHP segfault, and not effect the\nenvironment that created it.","phpv":[{"v":["0.1.1","0.1.2","0.1.3"],"min":"7.1.0"}],"confopts":[{"v":["0.1.1","0.1.2","0.1.3"]}]},{"name":"sasl","license":"PHP License","summary":"Cyrus SASL Extension","description":"SASL is the Simple Authentication and Security Layer (as defined by RFC 2222). It provides a system for adding plugable authenticating support to connection-based protocols. The SASL Extension for PHP makes the Cyrus SASL library functions available to PHP. It aims to provide a 1-to-1 wrapper around the SASL library to provide the greatest amount of implementation flexibility. To that end, it is possible to build both a client-side and server-side SASL implementation entirely in PHP.","phpv":[{"v":["0.1.0"]}],"confopts":[{"v":["0.1.0"]}]},{"name":"SCA_SDO","license":"Apache 2.0","summary":"Service Component Architecture (SCA) and Service Data Objects (SDO) for PHP","description":"Service Data Objects (SDOs) enable PHP applications to work with data from different sources (typically a database query or an XML file) using a single interface. SCA for PHP allows a PHP programmer to write reusable components (classes) in PHP, which can be called either locally, or in a a variety of ways remotely (soap web services, xml-rpc, json-rpc, REST, etc), but always with the same interface.","phpv":[{"v":["0.5.0","0.5.1","0.5.2","0.6.1","0.7.0","0.7.1","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4"]}],"confopts":[{"v":["0.5.0","0.5.1","0.5.2","0.6.1","0.7.0","0.7.1","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4"]}]},{"name":"scoutapm","license":"MIT","summary":"Native Extension Component for ScoutAPM's PHP Agent","description":"ScoutAPM's extension for PHP provides additional capabilities to application monitoring over just using the base PHP userland library.","phpv":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","1.0.0","1.0.1","1.0.2"],"min":"7.1.0"},{"v":["1.1.0","1.1.1"],"min":"7.1.0","max":"7.4.99"},{"v":["1.2.0","1.2.1","1.2.2","1.3.0","1.4.0","1.4.1","1.4.2","1.4.3","1.5.0","1.5.1"],"min":"7.1.0","max":"8.0.99"},{"v":["1.6.0","1.7.0","1.8.0","1.8.1","1.8.2","1.8.3"],"min":"7.1.0","max":"8.1.99"},{"v":["1.9.0","1.9.1"],"min":"7.1.0","max":"8.2.99"},{"v":["1.10.0"],"min":"7.1.0","max":"8.3.99"}],"confopts":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","1.0.0","1.0.1","1.0.2","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.3.0","1.4.0","1.4.1","1.4.2","1.4.3","1.5.0","1.5.1","1.6.0","1.7.0","1.8.0","1.8.1","1.8.2","1.8.3","1.9.0","1.9.1","1.10.0"]}]},{"name":"scream","license":"PHP License","summary":"Break the silence operator","description":"Allows you to disable the silence operator (@) to get all error messages","phpv":[{"v":["0.1.0"],"min":"5.1.0"}],"confopts":[{"v":["0.1.0"]}]},{"name":"scrypt","license":"BSD 2-Clause","summary":"Scrypt hashing function","description":"A PHP wrapper to Colin Percival's scrypt implementation.","phpv":[{"v":["1.2","1.3"],"min":"5.2"},{"v":["1.4","1.4.1","1.4.2","1.4.3"],"min":"5.3"},{"v":["2.0.0","2.0.1"],"min":"7.0"}],"confopts":[{"v":["1.2","1.3","1.4","1.4.1","1.4.2","1.4.3","2.0.0","2.0.1"],"opts":[{"n":"enable-scrypt","p":"whether to enable scrypt support","d":"yes"}]}]},{"name":"sdl","license":"PHP","summary":"SDL for PHP","description":"Bindings of the SDL2 (Simple DirectMedia Layer) library for PHP.","phpv":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3"],"min":"5.3"},{"v":["2.1.0","2.2.0"],"min":"7.2.0"},{"v":["2.2.2","2.3.0"],"min":"7.3.0"},{"v":["2.4.0"],"min":"7.4.0"},{"v":["2.5.0","2.6.0","2.7.0"],"min":"8.0.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","2.1.0","2.2.0","2.2.2","2.3.0","2.4.0","2.5.0","2.6.0","2.7.0"]}]},{"name":"sdl_image","license":"Zlib","summary":"Binding of SDL_image for PHP","description":"SDL_image for PHP allows to load images (PNG, JPG, BMP, TGA, TIF, etc.) and create SDL_Texture or SDL_Surface. It requires SDL PHP Extension.","phpv":[{"v":["0.4.0"],"min":"8.0.0"}],"confopts":[{"v":["0.4.0"]}]},{"name":"sdl_mixer","license":"Zlib","summary":"SDL_mixer for PHP","description":"Bindings for PHP of the SDL_mixer extension for SDL2 (Simple DirectMedia Layer) library","phpv":[{"v":["0.2.0","0.3.0"],"min":"8.0.0","max":"8.1.99"},{"v":["0.4.0"],"min":"8.0.0"}],"confopts":[{"v":["0.2.0","0.3.0","0.4.0"]}]},{"name":"sdl_ttf","license":"PHP License","summary":"SDL_ttf bindings for the PHP language","description":"SDL_ttf bindings for the PHP language","phpv":[{"v":["0.2.0"],"min":"7.0.0"},{"v":["0.3.0"],"min":"7.3.0"}],"confopts":[{"v":["0.2.0","0.3.0"]}]},{"name":"SeasClick","license":"PHP3.01","summary":"An Yandex ClickHouse client driven extension for PHP.","description":"PHP client for Yandex ClickHouse?Based on ClickHouse C++ client.","phpv":[{"v":["0.1.0","0.1.1"],"min":"5.4.0"}],"confopts":[{"v":["0.1.0","0.1.1"]}]},{"name":"SeasLog","license":"PHP3.01","summary":"An effective,fast,stable log extension for PHP.","description":"An effective,fast,stable log extension for PHP.\n- In the PHP project, for convenient record log.\n- The default log directory and module configuration.\n- Specify the log directory and get the current configuration.\n- Analysis of early warning framework preliminary.\n- Buffer debug efficient log buffer, convenient.\n- With PSR-3 Logger interface.\n- Error and exception automatic logging.\n- Support appender with File,TCP,UDP.\n- Send to Rsyslog(TCP/UDP) with RFC5424.\n- Support RequestId differentiated requests.\n- Support for log template customizations.\n- Support trace performance automatic logging.","phpv":[{"v":["1.0.0","1.0.2","1.1.0","1.1.4","1.1.6","1.1.8","1.2.0","1.2.2","1.2.3","1.4.0","1.4.2","1.4.4","1.4.6","1.4.8","1.5.0","1.5.3","1.5.6","1.6.0","1.6.2","1.6.8","1.6.9","1.7.5","1.7.6","1.8.4","1.8.6","1.9.0","1.9.1","2.0.2","2.1.0","2.2.0"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.0.2","1.1.0","1.1.4","1.1.6","1.1.8","1.2.0","1.2.2","1.2.3","1.4.0","1.4.2","1.4.4","1.4.6","1.4.8","1.5.0","1.5.3","1.5.6","1.6.0","1.6.2","1.6.8","1.6.9","1.7.5","1.7.6","1.8.4","1.8.6","1.9.0","1.9.1","2.0.2","2.1.0","2.2.0"]}]},{"name":"SeasSnowflake","license":"PHP3.01","summary":"PHP Extension for [Distributed unique ID generator]","description":"SeasSnowflake is a distributed unique ID generator inspired by [Twitter's Snowflake](https://blog.twitter.com/engineering/en_us/a/2010/announcing-snowflake).","phpv":[{"v":["1.0.0"],"min":"5.4.0"}],"confopts":[{"v":["1.0.0"]}]},{"name":"selinux","license":"PHP License","summary":"SELinux binding for PHP script language","description":"This extension provides a set of interfaces to communicate between\nSELinux and PHP script language. It contains functions to get/set\nsecurity context of processes and other objects, to get/set system\nbooleans, to make a query for in-kernel security server and so on.","phpv":[{"v":["0.1.2","0.2.1","0.3.1","0.4.1","0.4.2"],"min":"5.2.0"},{"v":["0.5.0","0.6.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.2","0.2.1","0.3.1","0.4.1","0.4.2","0.5.0","0.6.0"],"opts":[{"n":"enable-selinux","p":"Enable SELinux?","d":"autodetect"}]}]},{"name":"session_mysql","license":"MIT / Beerware","summary":"mysql session save handler for php","description":"mysql session save handler for php with locking support"},{"name":"shape","license":"PHP License","summary":"libshape wrapper","description":"Extension that wraps libshape, provides the ability to write programs for manipulating ESRI shapefiles.","phpv":[{"v":["0.9.0","0.9.1","0.9.2"],"min":"4.3.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2"]}]},{"name":"simdjson","license":"Apache 2.0","summary":"Provides faster json decoding through simdjson bindings for PHP","description":"Provides faster json decoding through simdjson bindings for PHP (Single Instruction, Multiple Data)","phpv":[{"v":["2.0.3","2.0.4","2.0.5","2.1.0","3.0.0","4.0.0"],"min":"7.0.0"}],"confopts":[{"v":["2.0.3","2.0.4","2.0.5","2.1.0","3.0.0","4.0.0"]}]},{"name":"simple_kafka_client","license":"BSD-3 License","summary":"Kafka client based on librdkafka","description":"This extension is a librdkafka binding providing a working client for Kafka","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4"],"min":"7.3.0","max":"8.99.99"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4"]}]},{"name":"skywalking","license":"Apache2.0","summary":"The PHP instrument agent for Apache SkyWalking.","description":"The package is the PHP instrumentation agent, which is compatible with Apache SkyWalking backend and others compatible agents/SDKs.","phpv":[{"v":["3.2.4","3.2.5","3.2.6","3.2.8","3.3.0","3.3.1","3.3.2"],"min":"7.1.0"},{"v":["4.0.0","4.1.0","4.1.1","4.1.2","4.1.3","4.2.0","5.0.0","5.0.1"],"min":"7.0.0"}],"confopts":[{"v":["3.2.4","3.2.5","3.2.6","3.2.8","3.3.0","3.3.1","3.3.2","4.0.0","4.1.0","4.1.1","4.1.2","4.1.3","4.2.0","5.0.0","5.0.1"]}]},{"name":"skywalking_agent","license":"Apache-2.0","summary":"Apache SkyWalking PHP Agent.","description":"The PHP Agent for Apache SkyWalking, which provides the native tracing abilities for PHP project.","phpv":[{"v":["0.1.0","0.2.0"],"min":"7.1.0"},{"v":["0.3.0","0.4.0","0.5.0","0.6.0","0.7.0"],"min":"7.2.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0"],"opts":[{"n":"enable-cargo-debug","p":"enable cargo debug?","d":"no"}]},{"v":["0.6.0","0.7.0"],"opts":[{"n":"enable-cargo-debug","p":"enable cargo debug?","d":"no"},{"n":"enable-kafka-reporter","p":"enable kafka reporter?","d":"no"}]}]},{"name":"smbclient","license":"BSD 2-clause","summary":"A PHP wrapper for libsmbclient","description":"smbclient is a PHP extension that uses Samba's libsmbclient library to provide\nSamba related functions and 'smb' streams to PHP programs.","phpv":[{"v":["0.8.0RC1","0.8.0","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"],"min":"5.3.0"},{"v":["1.1.0","1.1.1"],"min":"5.3.7"}],"confopts":[{"v":["0.8.0RC1","0.8.0","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.1.0","1.1.1"]}]},{"name":"solr","license":"PHP License","summary":"The Apache Solr PHP extension is an extremely fast,\nlight-weight, feature-rich library that allows PHP applications to\ncommunicate easily and efficiently with Apache Solr server instances\nusing an object-oriented API.","description":"It effectively simplifies the process of interacting with Apache Solr using PHP5 and it already comes with built-in readiness for the latest features.\n\nThe extension has features such as built-in, serializable query string builder objects which effectively simplifies the manipulation of name-value pair request parameters across repeated requests.\nThe response from the Solr server is also automatically parsed into native php objects whose properties can be accessed as array keys or object properties without any additional configuration on the client-side.\n\nIts advanced HTTP client reuses the same connection across multiple requests and provides built-in support for connecting to Solr servers secured behind HTTP Authentication or HTTP proxy servers. It is also able to connect to SSL-enabled containers.\n\nPlease consult the documentation for more details on features. Included in the source code are phpdoc stubs that enable autocomplete of Solr classes and methods in IDE during development in userland.\n\nPlease consider staring the package on github, and get a free release ;)\n\nhttps://github.com/php/pecl-search_engine-solr","phpv":[{"v":["0.9.11","1.0.1","1.0.2"],"min":"5.2.3"},{"v":["1.1.0b","1.1.0","1.1.1","2.0.0b","2.0.0","2.1.0"],"min":"5.3"},{"v":["2.2.0","2.2.1","2.3.0"],"min":"5.3","max":"5.99.99"},{"v":["2.4.0"],"min":"5.3"},{"v":["2.5.0","2.5.1"],"min":"7.0"},{"v":["2.6.0"],"min":"7.0","max":"8.2.99"}],"confopts":[{"v":["0.9.11","1.0.1","1.0.2","1.1.0b"],"opts":[{"n":"enable-solr","p":"Enable Solr (yes of course)","d":"yes"},{"n":"enable-solr-debug","p":"Enable Solr Debugging (Compiles solr in debug mode)","d":"no"},{"n":"with-curl","p":"libcURL install prefix","d":"/usr"},{"n":"with-libxml-dir","p":"libxml2 install prefix","d":"/usr"}]},{"v":["1.1.0","1.1.1"],"opts":[{"n":"enable-solr-debug","p":"Enable Solr Debugging (Compiles solr in debug mode)","d":"no"},{"n":"with-curl","p":"libcURL install prefix","d":"/usr"},{"n":"with-libxml-dir","p":"libxml2 install prefix","d":"/usr"}]},{"v":["2.0.0b"],"opts":[{"n":"enable-solr","p":"Enable Solr (yes of course)","d":"yes"},{"n":"enable-solr-debug","p":"Enable Solr Debugging (Compiles solr in debug mode)","d":"no"},{"n":"with-curl","p":"libcURL install prefix","d":"/usr"},{"n":"with-libxml-dir","p":"libxml2 install prefix","d":"/usr"}]},{"v":["2.0.0","2.1.0","2.2.0","2.2.1","2.3.0","2.4.0","2.5.0","2.5.1","2.6.0"],"opts":[{"n":"enable-solr-debug","p":"Enable Solr Debugging (Compiles solr in debug mode)","d":"no"},{"n":"with-curl","p":"libcURL install prefix","d":"/usr"},{"n":"with-libxml-dir","p":"libxml2 install prefix","d":"/usr"}]}]},{"name":"sphinx","license":"PHP","summary":"Client extension for Sphinx - opensource SQL full-text search engine","description":"This extension provides bindings for libsphinxclient, client library for Sphinx.","phpv":[{"v":["0.1.0","0.2.0","1.0.0"],"min":"5.1.3","max":"6.0.0"},{"v":["1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3"],"min":"5.2.2","max":"6.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3"],"opts":[{"n":"with-sphinx","p":"Please provide the installation prefix of libsphinxclient","d":"autodetect"}]}]},{"name":"spidermonkey","license":"PHP License","summary":"JavaScript engine for PHP","description":"This extension allow you to embed Mozilla's Javascript engine Spidermonkey in PHP.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"],"min":"5.3.0beta1"},{"v":["0.1.4","0.2.0","0.2.1","1.0.0"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.2.0","0.2.1","1.0.0"]}]},{"name":"SPL","license":"PHP","summary":"Standard PHP Library","description":"This is an extension that aims to implement some efficient data access\ninterfaces and classes. You'll find the classes documented using php\ncode in the file spl.php or in the corresponding .inc file in the examples\nsubdirectory. Based on the internal implementations or the files in the\nexamples subdirectory there are also some .php files to experiment with.\n\nFor more inforation look here."},{"name":"SPL_Types","license":"PHP","summary":"Standard PHP Library, Types Addon","description":"SPL Types is a collection of special typehandling classes.","phpv":[{"v":["0.1","0.2","0.3.0","0.4.0"],"min":"5.1.0"}],"confopts":[{"v":["0.1","0.2","0.3.0","0.4.0"]}]},{"name":"spplus","license":"LGPL","summary":"SPPLUS Paiement System","description":"This extension gives you the possibility to use the SPPLUS Paiement System of the Caisse d'Epargne (French Bank).","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"spread","license":"PHP License","summary":"A php interface to the Spread toolkit API","description":"Provides a full interface to the Spread group communication\ntoolkit API. Information on Spread can be found at http://www.spread.org/","phpv":[{"v":["1.1"]},{"v":["2.0.0","2.0.1","2.0.2","2.1.0"],"min":"4.0.0"}],"confopts":[{"v":["1.1"]},{"v":["2.0.0","2.0.1","2.0.2","2.1.0"],"opts":[{"n":"with-spread","p":"spread path prefix","d":"autodetect"}]}]},{"name":"sqlanywhere","license":"Apache License 2.0","summary":"Extension for SQLAnywhere Database","description":"This extension allow access to SQLAnywhere Database Servers."},{"name":"SQLite","license":"PHP","summary":"SQLite database bindings","description":"Note: Do not use this PECL extension, it's in the PHP sources.\n\nSQLite is a C library that implements an embeddable SQL database engine.\n\nPrograms that link with the SQLite library can have SQL database access without running a separate RDBMS process.\n\nThis extension allows you to access SQLite databases from within PHP.","phpv":[{"v":["0.9b","1.0","1.0.1","1.0.2","1.0.3"]}],"confopts":[{"v":["0.9b","1.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"sqlite3","license":"PHP License","summary":"SQLite v3 Database Bindings.","description":"SQLite3 is a PHP extension for use with the SQLite database system.\nThis extension bundles SQLite 3.5.9 though the minimum requirement is 3.3.9.","phpv":[{"v":["0.3","0.4","0.5","0.6"],"min":"5.1.3"}],"confopts":[{"v":["0.3","0.4","0.5","0.6"],"opts":[{"n":"with-sqlite3","p":"Optionally provide the path to the libsqlite3 library","d":"autodetect"}]}]},{"name":"sqlsrv","license":"The MIT License (MIT)","summary":"Microsoft Drivers for PHP for SQL Server (SQLSRV)","description":"The Microsoft Drivers for PHP for SQL Server are PHP extensions that allow for the reading and writing of SQL Server data from within PHP scripts. The SQLSRV extension provides a procedural interface while the PDO_SQLSRV extension implements PDO for accessing data in all editions of SQL Server 2012 and later (including Azure SQL DB). These drivers rely on the Microsoft ODBC Driver for SQL Server to handle the low-level communication with SQL Server.\n*This package contains only the SQLSRV driver.*","phpv":[{"v":["2.0.1"],"min":"5.2.0"},{"v":["3.0.1"],"min":"5.3.6"},{"v":["4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.1.6","4.1.6.1","4.1.7preview","4.1.8preview","4.1.9preview","4.2.0preview","4.3.0RC1","4.3.0","5.0.0preview","5.1.0preview","5.1.1preview","5.1.2preview","5.2.0RC","5.2.0RC1","5.2.0","5.2.1preview","5.3.0"],"min":"7.0.0"},{"v":["5.4.0preview","5.5.0preview","5.6.0","5.6.1","5.7.0preview"],"min":"7.1.0"},{"v":["5.7.1preview","5.8.0","5.8.1","5.9.0preview1"],"min":"7.2.0"},{"v":["5.9.0beta2","5.9.0","5.10.0beta1","5.10.0beta2"],"min":"7.3.0"},{"v":["5.10.0"],"min":"7.4.0"},{"v":["5.10.1","5.11.0beta1"],"min":"7.3.0"},{"v":["5.11.0","5.11.1"],"min":"8.0.0"}],"confopts":[{"v":["2.0.1","3.0.1","4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.1.6","4.1.6.1","4.1.7preview","4.1.8preview","4.1.9preview","4.2.0preview","4.3.0RC1","4.3.0","5.0.0preview","5.1.0preview","5.1.1preview","5.1.2preview","5.2.0RC","5.2.0RC1","5.2.0","5.2.1preview","5.3.0","5.4.0preview","5.5.0preview","5.6.0","5.6.1","5.7.0preview","5.7.1preview","5.8.0","5.8.1","5.9.0preview1","5.9.0beta2","5.9.0","5.10.0beta1","5.10.0beta2","5.10.0","5.10.1","5.11.0beta1","5.11.0","5.11.1"]}]},{"name":"ssdeep","license":"New BSD License","summary":"Fuzzy hashing makes it easy to identify similar or almost identical text by simply comparing two hashes against each other.","description":"The ssdeep project page describes it as a library for \"...computing context triggered piecewise hashes (CTPH). Also called fuzzy hashes, CTPH can match inputs that have homologies. Such inputs have sequences of identical bytes in the same order, although bytes in between these sequences may be different in both content and length\".\n\nFor an in depth paper explaining context triggered piecewise hashes please see http://dfrws.org/2006/proceedings/12-Kornblum.pdf\n\n\nssdeep API Information\n---------------------------\n\nRequires at least ssdeep v2.5.\n\nThis extensions wraps the ssdeep fuzzy hashing API created by Jesse Kornblum.\n\nFor more information about ssdeep, the API and context triggered piecewise hashing please see http://ssdeep.sourceforge.net/\n\n\nssdeep Licensing Exemption\n---------------------------\n\nAlthough ssdeep and the fuzzy hashing API are usually licensed under GNU GPLv2 Jesse Kornblum has licenced them to PECL under the terms of the Perl Artistic Licence with the following declaration:\n\"I hereby license ssdeep, the current version and all subsequent versions, under the terms of the Perl Artistic License, for inclusion into the PECL.\"\nSee http://news.php.net/php.pecl.dev/7625 for the verbatim email.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0"]}]},{"name":"ssh2","license":"PHP License","summary":"Bindings for the libssh2 library","description":"Provides bindings to the functions of libssh2 which implements the SSH2 protocol.\nlibssh2 is available from http://libssh2.org/","phpv":[{"v":["0.5","0.6","0.7"]},{"v":["0.8","0.9"],"min":"4.3.0"},{"v":["0.10","0.11.0"]},{"v":["0.11.1","0.11.2","0.11.3","0.12","0.13"],"min":"4.0.0","max":"6.0.0"},{"v":["1.0","1.1","1.1.1","1.1.2","1.2","1.3"],"min":"7.0.0","max":"8.0.0"},{"v":["1.3.1","1.4"],"min":"7.0.0"}],"confopts":[{"v":["0.5","0.6","0.7","0.8","0.9","0.10","0.11.0"]},{"v":["0.11.1","0.11.2","0.11.3","0.12","0.13","1.0","1.1","1.1.1","1.1.2","1.2","1.3","1.3.1","1.4"],"opts":[{"n":"with-ssh2","p":"libssh2 prefix?","d":"autodetect"}]}]},{"name":"stackdriver_debugger","license":"Apache 2.0","summary":"Investigate your code's behavior in production","description":"Stackdriver Debugger is a free, open-source way to debug your running\napplication without requiring a redeployment.\n\nThis library allows you to set breakpoints in your running application that\nconditionally capture local variable state, stack traces, and more. This library\ncan work in conjunction with the PHP library google/cloud-debugger (available\nvia composer: https://packagist.org/packages/google/cloud-debugger) in\norder to send collected data to a backend storage server.","phpv":[{"v":["0.0.1","0.0.2","0.1.0","0.1.1","0.2.0"],"min":"7.0.0"}],"confopts":[{"v":["0.0.1","0.0.2","0.1.0","0.1.1","0.2.0"]}]},{"name":"statgrab","license":"PHP","summary":"libstatgab bindings","description":"libstatgrab is a library that provides a common interface for retrieving\na variety of system statistics on a number of *NIX like systems.\n\nThis extension allows you to call the functions made available by\nlibstatgrab library.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.5.0","0.6.0"]}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.5.0","0.6.0"]}]},{"name":"stats","license":"PHP License","summary":"Extension with routines for statistical computation.","description":"Extension that provides few dozens routines for statistical computation.","phpv":[{"v":["1.0.0"]},{"v":["1.0.1","1.0.2","1.0.3","1.0.4"],"min":"4.0.0"},{"v":["1.0.5"],"min":"5.3.0","max":"5.6.99"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","2.0.0","2.0.1","2.0.2","2.0.3"]}]},{"name":"stem","license":"PHP 3.01","summary":"a PHP extension that provides word stemming","description":"This stem extension for PHP provides stemming capability for a variety of languages using Dr. M.F. Porter's Snowball API, which can be found at: http://snowball.tartarus.org","phpv":[{"v":["1.4.3"]},{"v":["1.5.0","1.5.1"],"min":"4.3.0"}],"confopts":[{"v":["1.4.3"]},{"v":["1.5.0","1.5.1"],"opts":[{"n":"enable-stem-danish","p":"Compile Danish stemmer?","d":"yes"},{"n":"enable-stem-dutch","p":"Compile Dutch stemmer?","d":"yes"},{"n":"enable-stem-english","p":"Compile English stemmer?","d":"yes"},{"n":"enable-stem-finnish","p":"Compile Finnish stemmer?","d":"yes"},{"n":"enable-stem-french","p":"Compile French stemmer?","d":"yes"},{"n":"enable-stem-german","p":"Compile German stemmer?","d":"yes"},{"n":"enable-stem-hungarian","p":"Compile Hungarian stemmer?","d":"yes"},{"n":"enable-stem-italian","p":"Compile Italian stemmer?","d":"yes"},{"n":"enable-stem-norwegian","p":"Compile Norwegian stemmer?","d":"yes"},{"n":"enable-stem-portuguese","p":"Compile Portuguese stemmer?","d":"yes"},{"n":"enable-stem-romanian","p":"Compile Romanian stemmer?","d":"yes"},{"n":"enable-stem-russian","p":"Compile Russian stemmer?","d":"yes"},{"n":"enable-stem-russian_unicode","p":"Compile Russian (UTF8) stemmer?","d":"yes"},{"n":"enable-stem-spanish","p":"Compile Spanish stemmer?","d":"yes"},{"n":"enable-stem-swedish","p":"Compile Swedish stemmer?","d":"yes"},{"n":"enable-stem-turkish_unicode","p":"Compile Turkish (UTF8) stemmer?","d":"yes"}]}]},{"name":"stomp","license":"PHP License","summary":"Stomp client extension","description":"This extension allows php applications to communicate with any Stomp compliant Message Brokers through easy object oriented and procedural interfaces.","phpv":[{"v":["0.1.0","0.2.0","0.3.0"],"min":"5.2.10"},{"v":["0.3.1","0.3.2","0.4.1","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9"],"min":"5.2.2"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0"]},{"v":["0.2.0","0.3.0","0.3.1","0.3.2","0.4.1","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","2.0.0","2.0.1","2.0.2","2.0.3"],"opts":[{"n":"with-openssl-dir","p":"OpenSSL install prefix (no to disable SSL support)","d":"/usr"}]}]},{"name":"strict","license":"PHP License","summary":"strict","description":"Strict scalar parameter type hint support for 5.4+","phpv":[{"v":["0.2.0","0.3.0","0.4.0","0.4.1"],"min":"5.4.0"}],"confopts":[{"v":["0.2.0","0.3.0","0.4.0","0.4.1"]}]},{"name":"sundown","license":"PHP","summary":"Sundown is a fast, robust Markdown parsing library for PHP5","description":"Sundown is a fast, robust Markdown parsing library, originally created\nby Natacha Port\u00e9 and improved Vicent Marti.\nthis extension inspired Redcarpet ruby extension which created by Vicent.\n\nPECL Sundown provides straight forward object oriented Markdown API and customizable Renders.","phpv":[{"v":["0.1.0b","0.2.0","0.3.0","0.3.1","0.3.2","0.3.3","0.3.4","0.3.5","0.3.6","0.3.7","0.3.8","0.3.9","0.3.10","0.3.11"],"min":"5.3.1","max":"6.0.0"}],"confopts":[{"v":["0.1.0b","0.2.0","0.3.0","0.3.1","0.3.2","0.3.3","0.3.4","0.3.5","0.3.6","0.3.7","0.3.8","0.3.9","0.3.10","0.3.11"]}]},{"name":"svm","license":"BSD 3-clause","summary":"Support Vector Machine Library","description":"LibSVM is an efficient solver for SVM classification and regression problems. The svm extension wraps this in a PHP interface for easy use in PHP scripts.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.8","0.1.9"],"min":"5.2.0"},{"v":["0.2.0","0.2.1","0.2.2","0.2.3"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.8","0.1.9","0.2.0","0.2.1","0.2.2","0.2.3"]}]},{"name":"svn","license":"PHP License","summary":"PHP Bindings for the Subversion Revision control system.","description":"Bindings for the Subversion revision control system, providing a method for manipulating\na working copy or repository with PHP.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.4.1","0.5.0","0.5.1","1.0.0","1.0.1","1.0.2","1.0.3"],"min":"4.0.0","max":"6.0.0"},{"v":["2.0.3"],"min":"7.0.0","max":"8.0.0"}],"confopts":[{"v":["0.1","0.2"]},{"v":["0.3","0.4","0.4.1","0.5.0","0.5.1","1.0.0","1.0.1","1.0.2","1.0.3","2.0.3"],"opts":[{"n":"with-svn","p":"Please provide the prefix of Subversion installation","d":"autodetect"},{"n":"with-svn-apr","p":"Please provide the prefix of the APR installation used with Subversion","d":"autodetect"}]}]},{"name":"swish","license":"PHP","summary":"Swish-e bindings","description":"This extension provides bindings to the Swish-e API.\n\nSwish-e is a GPL licensed search engine, with a clause that allows applications\nto link against the libswish-e library to use the published API to do so\nwithout invoking the viral portion of the GPL. This is subject to returning a\nlink back to the swish-e source code.\n\nHere it is:\nhttp://swish-e.org","phpv":[{"v":["0.1","0.2.0","0.3.0","0.4.0","0.5.0"],"min":"5.1.3","max":"6.0.0"}],"confopts":[{"v":["0.1","0.2.0","0.3.0","0.4.0","0.5.0"],"opts":[{"n":"with-swish","p":"Please provide the path to swish-config","d":"autodetect"}]}]},{"name":"swoole","license":"Apache2.0","summary":"Event-driven asynchronous and concurrent networking engine with high performance for PHP.","description":"Event-driven asynchronous and concurrent networking engine with high performance for PHP.\n- event-driven\n- coroutine\n- asynchronous non-blocking\n- multi-thread reactor\n- multi-process worker\n- multi-protocol\n- millisecond timer\n- built-in tcp/http/websocket/http2 server\n- coroutine tcp/http/websocket client\n- coroutine mysql client\n- coroutine redis client\n- coroutine read/write file system\n- coroutine dns lookup\n- support IPv4/IPv6/UnixSocket/TCP/UDP\n- support SSL/TLS encrypted transmission","phpv":[{"v":["1.6.7","1.6.8","1.6.9","1.6.10"],"min":"5.2.0"},{"v":["1.6.11","1.6.12","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.7.6","1.7.7","1.7.8","1.7.9","1.7.10","1.7.11","1.7.12","1.7.13","1.7.14","1.7.15","1.7.16","1.7.17","1.7.18","1.7.19","1.7.20","1.7.21","1.7.22","1.8.0","1.8.1","1.8.2","1.8.3","1.8.4","1.8.5","1.8.6","1.8.7","1.8.8","1.8.9","1.8.10","1.8.11","1.8.12","1.8.13","1.9.0","1.9.1","1.9.2","1.9.3","1.9.4","1.9.5","1.9.6","1.9.7","1.9.8","1.9.9","1.9.10","1.9.11","1.9.12","1.9.13","1.9.14","1.9.15","1.9.16","1.9.17","1.9.18","1.9.19","1.9.20","1.9.21","1.9.22","1.9.23","1.10.0","1.10.1","1.10.2","1.10.3","1.10.4","1.10.5","2.0.4"],"min":"5.3.10"},{"v":["2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11"],"min":"5.5.0"},{"v":["2.0.12","2.1.0","2.1.1","2.1.2","2.1.3","2.2.0"],"min":"7.0.0"},{"v":["4.0.0"],"min":"7.1.0"},{"v":["4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1","4.1.2","4.2.0","4.2.1","4.2.2","4.2.3","4.2.4","4.2.5","4.2.6","4.2.7","4.2.8","4.2.9","4.2.10","4.2.11","4.2.12","4.2.13","4.3.0","4.3.1","4.3.2","4.3.3","4.3.4","4.3.5","4.3.6"],"min":"7.0.0"},{"v":["4.4.0","4.4.1","4.4.2","4.4.3","4.4.4","4.4.5","4.4.6","4.4.7","4.4.8","4.4.12","4.4.13RC1","4.4.13RC2","4.4.13","4.4.14","4.4.15","4.4.16","4.4.17","4.4.18","4.4.19","4.4.23","4.4.26","4.5.0","4.5.1","4.5.2","4.5.3","4.5.4","4.5.5","4.5.6","4.5.7","4.5.8","4.5.9","4.5.10","4.5.11","4.6.0"],"min":"7.1.0"},{"v":["4.6.1","4.6.2","4.6.3","4.6.4","4.6.5","4.6.6","4.6.7","4.7.0","4.7.1","4.8.0","4.8.1","4.8.2","4.8.3","4.8.4","4.8.5","4.8.6","4.8.7","4.8.8","4.8.9","4.8.10","4.8.11","4.8.12","4.8.13"],"min":"7.2.0"},{"v":["5.0.0","5.0.1","5.0.2","5.0.3","5.1.0","5.1.1"],"min":"8.0.0"}],"confopts":[{"v":["1.6.7","1.6.8","1.6.9","1.6.10","1.6.11","1.6.12","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.7.6","1.7.7","1.7.8","1.7.9","1.7.10","1.7.11","1.7.12","1.7.13","1.7.14","1.7.15","1.7.16","1.7.17","1.7.18","1.7.19","1.7.20","1.7.21","1.7.22","1.8.0","1.8.1","1.8.2","1.8.3","1.8.4","1.8.5","1.8.6","1.8.7","1.8.8","1.8.9","1.8.10","1.8.11","1.8.12","1.8.13","1.9.0","1.9.1","1.9.2","1.9.3","1.9.4","1.9.5","1.9.6","1.9.7","1.9.8","1.9.9","1.9.10","1.9.11","1.9.12","1.9.13","1.9.14","1.9.15","1.9.16","1.9.17","1.9.18","1.9.19","1.9.20","1.9.21","1.9.22","1.9.23","1.10.0","1.10.1","1.10.2","1.10.3"]},{"v":["1.10.4","1.10.5"],"opts":[{"n":"enable-swoole-debug","p":"enable debug/trace log support?","d":"no"},{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-async-redis","p":"enable async-redis support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"}]},{"v":["2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11","2.0.12","2.1.0","2.1.1"]},{"v":["2.1.2","2.1.3","2.2.0","4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1","4.1.2"],"opts":[{"n":"enable-swoole-debug","p":"enable debug/trace log support?","d":"no"},{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-async-redis","p":"enable async-redis support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"}]},{"v":["4.2.0","4.2.1","4.2.2","4.2.3","4.2.4","4.2.5"],"opts":[{"n":"enable-debug-log","p":"enable debug/trace log support?","d":"no"},{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-async-redis","p":"enable async-redis support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"}]},{"v":["4.2.6"],"opts":[{"n":"enable-debug-log","p":"enable debug/trace log support?","d":"no"},{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"}]},{"v":["4.2.7","4.2.8","4.2.9","4.2.10"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"},{"n":"enable-debug-log","p":"enable kernel debug/trace log? (it will degrade performance)","d":"no"}]},{"v":["4.2.11","4.2.12","4.2.13","4.3.0","4.3.1","4.3.2","4.3.3","4.3.4","4.3.5","4.3.6"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"}]},{"v":["4.4.0","4.4.1","4.4.2","4.4.3","4.4.4","4.4.5","4.4.6","4.4.7","4.4.8","4.4.12","4.4.13RC1","4.4.13RC2","4.4.13","4.4.14","4.4.15","4.4.16","4.4.17","4.4.18","4.4.19","4.4.23","4.4.26","4.5.0","4.5.1","4.5.2","4.5.3","4.5.4","4.5.5","4.5.6","4.5.7","4.5.8","4.5.9","4.5.10","4.5.11","4.6.0"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"}]},{"v":["4.6.1","4.6.2","4.6.3","4.6.4","4.6.5","4.6.6","4.6.7","4.7.0","4.7.1","4.8.0","4.8.1","4.8.2","4.8.3","4.8.4","4.8.5","4.8.6","4.8.7","4.8.8","4.8.9","4.8.10"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-json","p":"enable json support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"}]},{"v":["4.8.11","4.8.12","4.8.13"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-json","p":"enable json support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"enable-cares","p":"enable cares support?","d":"no"}]},{"v":["5.0.0"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"enable-cares","p":"enable cares support?","d":"no"}]},{"v":["5.0.1","5.0.2","5.0.3"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"enable-cares","p":"enable cares support?","d":"no"},{"n":"enable-brotli","p":"enable brotli support?","d":"yes"}]},{"v":["5.1.0","5.1.1"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"enable-cares","p":"enable cares support?","d":"no"},{"n":"enable-brotli","p":"enable brotli support?","d":"yes"},{"n":"enable-swoole-pgsql","p":"enable PostgreSQL database support?","d":"no"},{"n":"with-swoole-odbc","p":"enable ODBC database support?","d":"no"},{"n":"with-swoole-oracle","p":"enable Oracle database support?","d":"no"},{"n":"enable-swoole-sqlite","p":"enable Sqlite database support?","d":"no"}]}]},{"name":"swoole_serialize","license":"Apache2.0","summary":"the fastest and smallest serialize fucntion bound for php7","description":"the fastest and smallest serialize fucntion bound for php7","phpv":[{"v":["0.1.1"],"min":"7"}],"confopts":[{"v":["0.1.1"]}]},{"name":"syck","license":"PHP License","summary":"YAML-1.0 parser and emitter","description":"A binding to the Syck library.\nYAML(tm) (rhymes with \"camel\") is a straightforward machine parsable data serialization format designed for human readability and interaction with scripting languages. YAML is optimized for data serialization, configuration settings, log files, Internet messaging and filtering.","phpv":[{"v":["0.9","0.9.1","0.9.2","0.9.3"],"min":"5.2.1"}],"confopts":[{"v":["0.9","0.9.1","0.9.2","0.9.3"]}]},{"name":"sync","license":"MIT License","summary":"Named and unnamed synchronization objects","description":"The 'sync' extension introduces synchronization objects into PHP. Named and unnamed Mutex, Semaphore, Event, Reader-Writer, and named Shared Memory objects provide OS-level synchronization mechanisms on both *NIX (POSIX shared memory and pthread shared memory synchronization required) and Windows platforms. This extension is a direct port of and compatible with the cross platform 'sync' library: https://github.com/cubiclesoft/cross-platform-cpp","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.1.3"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.1.3"]}]},{"name":"taint","license":"PHP","summary":"XSS code sniffer","description":"An extension used for detecting XSS codes(tainted string),\nAnd also can be used to spot sql injection vulnerabilities, shell inject, etc.","phpv":[{"v":["0.0.1","0.0.2","0.1.0","0.2.0","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1","0.5.2","0.5.3","1.0.0","1.1.0","1.2.0","1.2.1"],"min":"5.2.0","max":"5.4.0"},{"v":["1.2.2"],"min":"5.2.0","max":"5.4.99"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0"],"min":"7.0.0"}],"confopts":[{"v":["0.0.1","0.0.2","0.1.0","0.2.0","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1","0.5.2","0.5.3","1.0.0","1.1.0","1.2.0","1.2.1","1.2.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0"]}]},{"name":"tcc","license":"PHP","summary":"TCC Extension","description":"This PHP Extension provides an interface to the TCC(Tiny C Compiler)\nSee http://fabrice.bellard.free.fr/tcc/ for more information on TCC.","phpv":[{"v":["0.1.2"],"min":"5.2.0"}],"confopts":[{"v":["0.1.2"]}]},{"name":"TCLink","license":"LGPL","summary":"Enables credit card processing via the TrustCommerce payment gateway","description":"This package provides a module for using TCLink directly from PHP scripts.\nTCLink is a thin client library to allow your e-commerce servers to connect\nto the TrustCommerce payment gateway.","phpv":[{"v":["3.3.1","3.4.0"]}],"confopts":[{"v":["3.3.1","3.4.0"]}]},{"name":"tcpwrap","license":"PHP License","summary":"tcpwrappers binding.","description":"This package handles /etc/hosts.allow and /etc/hosts.deny files.","phpv":[{"v":["0.1","1.0"]},{"v":["1.1","1.1.2","1.1.3"],"min":"4.0.0"},{"v":["1.2.0"],"min":"5.3.0"}],"confopts":[{"v":["0.1","1.0","1.1","1.1.2","1.1.3","1.2.0"]}]},{"name":"tdb","license":"PHP","summary":"Trivial DB bindings","description":"This extension provides bindings for Trivial DB.","phpv":[{"v":["0.1.0","1.0.0"],"min":"5.0.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0","1.0.0"],"opts":[{"n":"with-tdb","p":"Please provide the path to Trivial DB installation","d":"autodetect"}]}]},{"name":"teds","license":"BSD-3-Clause","summary":"teds extension","description":"teds (Tentative Extra Data Structures) is a collection of data structures and iterable functionality","phpv":[{"v":["0.1.0a1","0.1.1","0.2.0","0.2.1","0.3.0","0.4.0","0.4.1","0.5.1","0.6.0","0.7.0","0.8.0","0.9.0","0.9.1","0.9.2","0.10.0","0.11.0","0.12.0","0.13.0","0.14.0","1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.3.0"],"min":"8.0.0"}],"confopts":[{"v":["0.1.0a1","0.1.1","0.2.0","0.2.1","0.3.0","0.4.0","0.4.1","0.5.1","0.6.0","0.7.0","0.8.0","0.9.0","0.9.1","0.9.2","0.10.0","0.11.0","0.12.0","0.13.0","0.14.0","1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.3.0"]}]},{"name":"Tensor","license":"MIT","summary":"A library and extension that provides objects for scientific computing in PHP.","description":"A library and extension that provides objects for scientific computing in PHP.","phpv":[{"v":["2.1.03"],"min":"7.2.0","max":"7.4.99"},{"v":["2.1.3"],"min":"7.2.0","max":"99.99.99"},{"v":["2.1.4","2.2.0","2.2.1","2.2.3"],"min":"7.2.0","max":"7.4.99"},{"v":["3.0.0","3.0.00"],"min":"7.4.0","max":"8.0.99"},{"v":["3.0.2"],"min":"7.4.0","max":"8.1.99"},{"v":["3.0.3","3.0.4"],"min":"7.4.0","max":"8.2.99"}],"confopts":[{"v":["2.1.03","2.1.3","2.1.4","2.2.0","2.2.1","2.2.3","3.0.0","3.0.00","3.0.2","3.0.3","3.0.4"]}]},{"name":"termbox","license":"Apache","summary":"a termbox wrapper for PHP","description":"termbox is a robust, minimal alternative to ncurses. termbox-php is a wrapper\nextension that provides termbox functionality in PHP land.\n\nSee https://github.com/adsr/termbox-php for the source distribution.\nSee https://github.com/nsf/termbox for the underlying library.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"],"min":"5"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"]}]},{"name":"TextCat","license":"PHP","summary":"Simple class to extract language of texts","description":"This extension implements N-gram based text categorization, useful to detect languages of texts with a minimum supervision.","phpv":[{"v":["0.1.0","0.2.0"],"min":"5.2.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0","0.2.0"]}]},{"name":"threads","license":"PHP License 2.02","summary":"experimental implementation of threads","description":"experimental implementation of threads"},{"name":"tidy","license":"PHP","summary":"Tidy HTML Repairing and Parsing","description":"Tidy is a binding for the Tidy HTML clean and repair utility which\nallows you to clean and manipluate HTML documents.\n\nNOTE: This is the PHP4 version!","phpv":[{"v":["0.5.2","0.5.3","0.7","1.0","1.1","1.2"]}],"confopts":[{"v":["0.5.2","0.5.3","0.7","1.0","1.1","1.2"]}]},{"name":"timecop","license":"MIT License","summary":"A PHP extension providing \"time travel\" capabilities.","description":"A PHP extension providing \"time travel\" and \"time freezing\" capabilities, inspired by ruby timecop gem.","phpv":[{"v":["1.2.8","1.2.10"],"min":"5.3.1"}],"confopts":[{"v":["1.2.8","1.2.10"]}]},{"name":"timezonedb","license":"PHP","summary":"Timezone Database to be used with PHP's date and time functions","description":"This extension is a drop-in replacement for the builtin timezone database that\ncomes with PHP. You should only install this extension in case you need to get\na later version of the timezone database than the one that ships with PHP.\n\nThe data that this extension uses comes from the \"Olson\" database, which is\nlocated at http://www.iana.org/time-zones.","phpv":[{"v":["2005.13","2005.14","2005.17","2005.18","2006.1","2006.7","2006.11","2006.14","2006.14.1","2006.16","2007.2","2007.3","2007.5","2007.8","2007.9","2007.10","2007.11","2008.1","2008.2","2008.3","2008.4","2008.4.1","2008.5","2008.6","2008.7","2008.8","2008.9","2009.1","2009.3","2009.4","2009.5","2009.6","2009.8","2009.10","2009.12","2009.13","2009.14","2009.15","2009.16","2009.17","2009.18","2009.21","2010.1","2010.2","2010.3","2010.5","2010.7","2010.7.1","2010.9","2010.11","2010.12","2010.13","2010.15","2011.1","2011.2","2011.3","2011.4","2011.5","2011.7","2011.8","2011.9","2011.10","2011.11","2011.12","2011.13","2011.14","2012.1","2012.2","2012.3","2012.4","2012.5","2012.6","2012.7","2012.8","2012.9","2012.10","2013.1","2013.2","2013.3","2013.4","2013.6","2013.7","2013.8","2013.9","2014.1","2014.2","2014.3","2014.5","2014.6","2014.7","2014.8","2014.9","2014.10","2015.1","2015.2","2015.3"],"min":"4.0.0"},{"v":["2015.4","2015.5"],"min":"5.4.41"},{"v":["2015.6","2015.6.1","2015.7","2016.1","2016.2","2016.3","2016.4","2016.5","2016.6","2016.7","2016.8","2016.9","2016.10","2017.1","2017.2","2017.3","2018.3","2018.4","2018.5","2018.6","2018.7","2018.9","2019.1","2019.2","2019.3","2020.1","2020.2","2020.3","2020.4","2021.1","2021.5","2022.2","2022.5"],"min":"5.2.0"},{"v":["2022.6","2022.7","2023.1","2023.2","2023.3"],"min":"5.4.0"}],"confopts":[{"v":["2005.13","2005.14","2005.17","2005.18","2006.1","2006.7","2006.11","2006.14","2006.14.1","2006.16","2007.2","2007.3","2007.5","2007.8","2007.9","2007.10","2007.11","2008.1","2008.2","2008.3","2008.4","2008.4.1","2008.5","2008.6","2008.7","2008.8","2008.9","2009.1","2009.3","2009.4","2009.5","2009.6","2009.8","2009.10","2009.12","2009.13","2009.14","2009.15","2009.16","2009.17","2009.18","2009.21","2010.1","2010.2","2010.3","2010.5","2010.7","2010.7.1","2010.9","2010.11","2010.12","2010.13","2010.15","2011.1","2011.2","2011.3","2011.4","2011.5","2011.7","2011.8","2011.9","2011.10","2011.11","2011.12","2011.13","2011.14","2012.1","2012.2","2012.3","2012.4","2012.5","2012.6","2012.7","2012.8","2012.9","2012.10","2013.1","2013.2","2013.3","2013.4","2013.6","2013.7","2013.8","2013.9","2014.1","2014.2","2014.3","2014.5","2014.6","2014.7","2014.8","2014.9","2014.10","2015.1","2015.2","2015.3","2015.4","2015.5","2015.6","2015.6.1","2015.7","2016.1","2016.2","2016.3","2016.4","2016.5","2016.6","2016.7","2016.8","2016.9","2016.10","2017.1","2017.2","2017.3","2018.3","2018.4","2018.5","2018.6","2018.7","2018.9","2019.1","2019.2","2019.3","2020.1","2020.2","2020.3","2020.4","2021.1","2021.5","2022.2","2022.5","2022.6","2022.7","2023.1","2023.2","2023.3"]}]},{"name":"tk","license":"PHP","summary":"Extension for Tk (X-windows interface toolkit)","description":"PHP/TK is an native extension for the PHP programming language that implements language bindings for TCL/TK. It provides an object-oriented interface and greatly simplifies writing client-side cross-platform GUI applications.","phpv":[{"v":["0.1.1"]}],"confopts":[{"v":["0.1.1"]}]},{"name":"tokyo_tyrant","license":"PHP License","summary":"Provides a wrapper to the Tokyo Tyrant client library.","description":"tokyo_tyrant extension provides object oriented API for communicating\nwith Tokyo Tyrant key-value store.\n\nThis extension requires Tokyo Cabinet, Tokyo Tyrant and PHP version 5.2.0+.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.2.0","0.3.0","0.4.0","0.5.0","0.6.0","0.7.0"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.2.0","0.3.0","0.4.0","0.5.0","0.6.0","0.7.0"],"opts":[{"n":"with-tokyo-tyrant","p":"Please provide the prefix of Tokyo Tyrant installation","d":"autodetect"},{"n":"with-tokyo-cabinet-dir","p":"Please provide the prefix of Tokyo Cabinet installation","d":"autodetect"}]}]},{"name":"trace","license":"Apache 2.0","summary":"Trace is a low-overhead tracing tool for PHP","description":"Trace is a low-overhead tracing tool for PHP.\nIt can trace all PHP executing, function calls, request information during\nrun-time. And provides features like Filter, Statistics, Current Status and\nso on.\nIt is very useful to locate blocking, heavy-load problems and debug in all\nenvironments, especially in production environments.","phpv":[{"v":["0.3.0","1.0.0"],"min":"5.1"},{"v":["1.0.1beta"],"min":"5.2"}],"confopts":[{"v":["0.3.0","1.0.0","1.0.1beta"]}]},{"name":"trader","license":"BSD 2-clause","summary":"Technical Analysis for traders.","description":"The trader extension is a free open source stock library based on TA-Lib. It's dedicated to trading software developers requiring to perform technical analysis of financial market data. Alongside many indicators like ADX, MACD, RSI, Stochastic, TRIX the candlestick pattern recognition and several vector arithmetic and algebraic functions are present.","phpv":[{"v":["0.2","0.2.1","0.2.2","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1"],"min":"5.3"}],"confopts":[{"v":["0.2","0.2.1","0.2.2","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1"]}]},{"name":"translit","license":"BSD style","summary":"Transliterates non-latin character sets to latin","description":"This extension allows you to transliterate text in non-latin characters (such\nas Chinese, Cyrillic, Greek etc) to latin characters. Besides the\ntransliteration the extension also contains filters to upper- and lowercase\nlatin, cyrillic and greek, and perform special forms of transliteration such\nas converting ligatures such as the Norwegian \"\u00e6\" to \"ae\" and normalizing\npunctuation and spacing.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.5"]},{"v":["0.6.0"],"min":"4.0.0"},{"v":["0.6.1","0.6.2"],"min":"5.1.0"},{"v":["0.6.3"],"min":"5.6.0"},{"v":["0.7.0","0.7.1"],"min":"7.0.0"}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.5","0.6.0","0.6.1","0.6.2","0.6.3","0.7.0","0.7.1"]}]},{"name":"tvision","license":"BSD License","summary":"Turbo Vision wrapper","description":"Turbo Vision is a framework for creating text-mode user interfaces in MS-DOS,\ndeveloped by Borland. Borland shipped Turbo Vision with their Turbo Pascal and\nTurbo C++ compilers. This extension is based on Unix port of Turbo Vision\nwritten by Sergio Sigala (http://www.sigala.it/sergio/tvision/).","phpv":[{"v":["0.1"]}],"confopts":[{"v":["0.1"]}]},{"name":"txforward","license":"PHP License","summary":"Reverse Proxy (web accelerator) PHP compatibility layer","description":"Makes reverse-proxing (web accelerator) totally invisible for php applications. Doesn't require php code modifications to handle X-Forwarded-For IP.\n* Stills allows proxy-aware applications to work with X-Forwarded headers and proxy IP address.\n* Should work with any web server\n* Should work with any proxy server\n\nUsing this extension with on a non reverse proxied system will result in a security issue.","phpv":[{"v":["1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"],"min":"4.3.0"}],"confopts":[{"v":["1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]}]},{"name":"udis86","license":"PHP License","summary":"PHP bindings for udis86 library","description":"udis86 is an easy-to-use minimalistic disassembler library (libudis86) for the x86 and x86-64 class of instruction set architectures","phpv":[{"v":["0.1.0"],"min":"5.3.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0"],"opts":[{"n":"with-udis86","p":"Please provide the prefix of udis86 library","d":"autodetect"}]}]},{"name":"ui","license":"PHP License","summary":"UI API","description":"An OO wrapper around libui","phpv":[{"v":["0.9.9","1.0.0","1.0.1","1.0.2","1.0.3","2.0.0"],"min":"7.0.0RC5"}],"confopts":[{"v":["0.9.9","1.0.0","1.0.1","1.0.2","1.0.3","2.0.0"]}]},{"name":"unicode","license":"PHP","summary":"Unicode extension","description":"Implements Unicode-related ICU functionality such as character properties, normalization, iterators, etc."},{"name":"unicodestring","license":"MIT","summary":"A native Unicode string object for PHP","description":"A native Unicode string object for PHP, built on libicu, for PHP 5.3 and later."},{"name":"uopz","license":"PHP License","summary":"User Operations for Zend","description":"The uopz extension is focused on providing utilities to aid with unit testing PHP code.\n\nIt supports the following activities:\n\n* Intercepting function execution\n* Intercepting object creation\n* Hooking into function execution\n* Manipulation of function statics\n* Manipulation of function flags\n* Redefinition of constants\n* Deletion of constants\n* Runtime creation of functions and methods","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"],"min":"5.4.0"},{"v":["5.0.1","5.0.2"],"min":"7.0.0"},{"v":["5.1.0","6.0.0","6.0.1","6.1.0","6.1.1","6.1.2"],"min":"7.1.0"},{"v":["7.0.0","7.1.0","7.1.1"],"min":"8.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","5.0.1","5.0.2","5.1.0","6.0.0","6.0.1","6.1.0","6.1.1","6.1.2","7.0.0","7.1.0","7.1.1"]}]},{"name":"uploadprogress","license":"PHP License","summary":"An extension to track progress of a file upload.","description":"A PHP extension to track progress of a file upload, including details on the speed of the upload, estimated time remaining, and access to the contents of the file as it is being uploaded.\n\nThe uploadprogress extension works on PHP 5, PHP 7, and PHP 8 (since version 1.1.2). It requires the use of the Apache httpd web server with mod_php. Other web servers and PHP-FPM are not yet supported.\n\nSee https://github.com/php/pecl-php-uploadprogress for documentation and examples.","phpv":[{"v":["0.3.0","0.9.0","0.9.1","0.9.2","1.0.0","1.0.1","1.0.2","1.0.3","1.0.3.1","1.1.0"],"min":"5.2.0"},{"v":["1.1.1"],"min":"5.2.0","max":"8.0.0"},{"v":["1.1.2","1.1.3","1.1.4"],"min":"5.2.0"},{"v":["2.0.0","2.0.1","2.0.2"],"min":"7.2.0"}],"confopts":[{"v":["0.3.0","0.9.0","0.9.1","0.9.2","1.0.0","1.0.1","1.0.2","1.0.3","1.0.3.1","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","2.0.0","2.0.1","2.0.2"]}]},{"name":"uri_template","license":"PHP License","summary":"uri_template extension","description":"Implementation of URI Template(RFC6570) specification for PHP.","phpv":[{"v":["0.99.1","0.99.2","1.0"],"min":"5.3.1"}],"confopts":[{"v":["0.99.1","0.99.2","1.0"]}]},{"name":"uuid","license":"LGPL","summary":"UUID extension","description":"A wrapper around libuuid from the ext2utils project.","phpv":[{"v":["0.9","1.0"]},{"v":["1.0.1","1.0.2","1.0.3"],"min":"4.0.0"},{"v":["1.0.4RC2","1.0.4","1.0.5"],"min":"5.3.0"},{"v":["1.1.0","1.2.0"],"min":"7.0.0"}],"confopts":[{"v":["0.9","1.0","1.0.1"]},{"v":["1.0.2","1.0.3","1.0.4RC2","1.0.4","1.0.5","1.1.0","1.2.0"],"opts":[{"n":"with-uuid","p":"uuid installation directory?","d":"autodetect"}]}]},{"name":"uv","license":"PHP License","summary":"libuv wrapper","description":"uv provides access to underlying libuv functions","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4"],"min":"7.0.0"},{"v":["0.3.0"],"min":"8.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0"]}]},{"name":"v8","license":"The MIT License (MIT)","summary":"V8 JavaScript engine API for PHP","description":"This extension brings V8 JavaScript engine API to PHP with some abstraction in mind and provides an accurate native V8 C++ API implementation available from PHP.","phpv":[{"v":["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9"],"min":"7.0"},{"v":["0.2.0","0.2.1","0.2.2"],"min":"7.1"}],"confopts":[{"v":["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.2.0","0.2.1","0.2.2"]}]},{"name":"v8js","license":"The MIT License (MIT)","summary":"V8 Javascript Engine for PHP","description":"This extension embeds Google's V8 Javascript Engine into PHP.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"],"min":"5.3.3"},{"v":["0.1.4","0.1.5","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.0","0.4.0","0.4.1","0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4"],"min":"5.4"},{"v":["1.0.0","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.4.0","1.4.1","2.0.0","2.1.0","2.1.1","2.1.2"],"min":"7.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.0","0.4.0","0.4.1","0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","1.0.0","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.4.0","1.4.1","2.0.0","2.1.0","2.1.1","2.1.2"],"opts":[{"n":"with-v8js","p":"Please provide the installation prefix of libv8","d":"autodetect"}]}]},{"name":"Valkyrie","license":"PHP","summary":"Valkyrie validation extension","description":"This extension makes validating POST and GET parameters easier, through the use of a single XML file for declaring all parameters to be received by all files of an application. See http://www.xavier-noguer.com/valkyrie.html for details.","phpv":[{"v":["0.1"]}],"confopts":[{"v":["0.1"]}]},{"name":"varnish","license":"BSD","summary":"Varnish Cache bindings","description":"Varnish Cache is an open source, state of the art web application accelerator. The extension makes it possible to interact with a running varnish instance through TCP socket or shared memory.","phpv":[{"v":["0.3","0.4","0.4.1","0.6","0.7","0.8","0.9","0.9.1","0.9.2","0.9.3","1.0.0","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6"],"min":"5.3"}],"confopts":[{"v":["0.3","0.4","0.4.1","0.6","0.7","0.8","0.9","0.9.1","0.9.2","0.9.3","1.0.0","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6"]}]},{"name":"var_representation","license":"BSD-3-Clause","summary":"var_representation: Generate compact variable representations","description":"var_representation is a compact alternative to var_export that properly escapes control characters","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4"],"min":"7.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4"]}]},{"name":"vips","license":"MIT","summary":"PHP extension for interfacing with libvips","description":"This extension uses libvips to provide image processing facilities.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13"],"opts":[{"n":"with-vips","p":"enable vips","d":"yes"}]}]},{"name":"vld","license":"BSD style","summary":"Provides functionality to dump the internal representation of PHP scripts","description":"The Vulcan Logic Disassembler hooks into the Zend Engine and\ndumps all the opcodes (execution units) of a script.","phpv":[{"v":["0.7.0","0.8.0"]},{"v":["0.9.0","0.9.1","0.10.0","0.10.1","0.11.0","0.11.1","0.11.2","0.12.0","0.13.0","0.14.0"],"min":"4.0.0"},{"v":["0.15.0","0.16.0","0.17.0","0.17.1","0.17.2","0.18.0"],"min":"7.0.0"}],"confopts":[{"v":["0.7.0","0.8.0","0.9.0","0.9.1","0.10.0","0.10.1","0.11.0","0.11.1","0.11.2","0.12.0","0.13.0","0.14.0","0.15.0","0.16.0","0.17.0","0.17.1","0.17.2","0.18.0"]}]},{"name":"vpopmail","license":"PHP","summary":"Provides functions to interact with vpopmail, a Qmail addon","description":"A wrapper to vpopmail, a Qmail addon","phpv":[{"v":["0.2"]}],"confopts":[{"v":["0.2"]}]},{"name":"w32api","license":"PHP license 3.0","summary":"Win32 and DLL API interface functions","description":"This extension is a generic extension API to DLLs.\nThis was originally written to allow access to the Win32 API from PHP,\nalthough you can also access other functions exported via other DLLs."},{"name":"wasm","license":"MIT","summary":"Run WebAssembly binaries in PHP","description":"WebAssembly (abbreviated Wasm) is a binary instruction format for\na stack-based virtual machine. Wasm is designed as a portable target\nfor compilation of high-level languages like C/C++/Rust, enabling\ndeployment on the web for client and server applications.\n\nThis extension allows to run Wasm binaries inside PHP.","phpv":[{"v":["0.5.0"],"min":"7.2.0"}],"confopts":[{"v":["0.5.0"]}]},{"name":"WBXML","license":"PHP","summary":"WBXML to XML conversion","description":"This extension provides WBXML (Wireless Binary XML) conversion capabilities using the libwbxml library, which can be found at http://libwbxml.aymerick.com/","phpv":[{"v":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3"]}],"confopts":[{"v":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"wddx","license":"PHP","summary":"Web Distributed Data Exchange","description":"The Web Distributed Data Exchange, or WDDX, is a free, open XML-based technology that allows Web applications created with any platform to easily exchange data with one another over the Web"},{"name":"Weakref","license":"PHP","summary":"Implementation of weak references","description":"A weak reference provides a gateway to an object without preventing that object from being collected by the garbage collector (GC).","phpv":[{"v":["0.1.0","0.2.0","0.2.1","0.2.2"],"min":"5.3.0","max":"5.5.0"},{"v":["0.2.3","0.2.4","0.2.5"],"min":"5.3.0","max":"5.6.0"},{"v":["0.2.6"],"min":"5.3.0"},{"v":["0.3.0","0.3.1","0.3.2","0.3.3"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.0","0.3.1","0.3.2","0.3.3"]}]},{"name":"weakreference_bc","license":"PHP","summary":"Polyfill of WeakMap/WeakReference for older PHP versions.","description":"Polyfill of WeakMap/WeakReference for older PHP versions. This is a fork of the abandoned \"weakref\" PECL.","phpv":[{"v":["0.4.0","0.4.1"],"min":"7.0.3","max":"8.0.0"}],"confopts":[{"v":["0.4.0","0.4.1"]}]},{"name":"win32ps","license":"BSD-2-Clause","summary":"Win32 process and memory stats","description":"Win32ps is a tiny module which utilizes PSAPI (Process Status Helper) to\nget information about global memory usage and process specific memory and\ncpu time utilization.","phpv":[{"v":["1.0.1"],"min":"4.3","max":"6.0.0"}],"confopts":[{"v":["1.0.1"]}]},{"name":"win32ps_dll","license":"BSD-2-Clause","summary":"Win32 process and memory stats","description":"Win32ps is a tiny module which utilizes PSAPI (Process Status Helper) to\nget information about global memory usage and process specific memory and\ncpu time utilization.","phpv":[{"v":["1.0.1"],"min":"4.3","max":"6.0.0"}],"confopts":[{"v":["1.0.1"]}]},{"name":"win32service","license":"PHP License","summary":"A Windows specific extension to allow PHP to interact with Windows Services.","description":"The win32service extension is a Windows specific extension that allows PHP to communicate with the Service\nControl Manager to start, stop, register and unregister services, and even allows your PHP scripts to run as a\nservice.","phpv":[{"v":["0.1.0"],"min":"5.0.0"},{"v":["0.2.0"],"min":"5.3.0"},{"v":["0.2.1","0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.4.2"],"min":"7.0.1"},{"v":["1.0.0","1.0.1","1.0.2"],"min":"8.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.4.2","1.0.0","1.0.1","1.0.2"]}]},{"name":"win32std","license":"PHP","summary":"Set of standard Windows API functions.","description":"Features\n* Common Win32 dialogs.\n* Wrappers for some standard functions.\n* Registry access\n* Windows executable resource access.\n* Windows binary resources access (r/w)\n* Resource access stream wrapper (read only). Compatible with the res protocol.","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"WinBinder","license":"BSD License","summary":"A Native Windows Binding for PHP","description":"WinBinder is a new extension that allows PHP programmers to build native Window applications. It wraps the Windows API in a lightweight, easy-to-use library, so that program creation is quick and straightforward.","phpv":[{"v":["0.30.101","0.31.104","0.32.108","0.33.113","0.33.114","0.34.117","0.36.126","0.38.133","0.40.152","0.41.154","0.43.164"]},{"v":["0.46.0"],"min":"4.3.10","max":"5.1.4"}],"confopts":[{"v":["0.30.101","0.31.104","0.32.108","0.33.113","0.33.114","0.34.117","0.36.126","0.38.133","0.40.152","0.41.154","0.43.164","0.46.0"]}]},{"name":"WinCache","license":"BSD License","summary":"Windows Cache Extension for PHP","description":"Windows Cache Extension for PHP is a PHP accelerator that is used to increase the speed of PHP applications running on Windows and Windows Server. Once the Windows Cache Extension for PHP is enabled and loaded by the PHP engine, PHP applications can take advantage of the functionality without any code modifications. The extension includes file system cache and relative path cache. In addition the extension provides cache API's and a PHP session handler.","phpv":[{"v":["1.0.0","1.0.1","1.1.0beta2","1.1.0","1.1.0stable","1.3.0","1.3.5.0","1.3.6.1","1.3.7.4","1.3.7.7"],"min":"5.2.0"},{"v":["1.3.7.9","1.3.7.10","1.3.7.11","1.3.7.12"],"min":"5.2.0","max":"6.0.0"},{"v":["2.0.0.0"],"min":"7.0.0"},{"v":["2.0.0.1"],"min":"7.0.0RC3"},{"v":["2.0.0.4","2.0.0.5","2.0.0.6","2.0.0.7","2.0.0.8"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0beta2","1.1.0","1.1.0stable","1.3.0","1.3.5.0","1.3.6.1","1.3.7.4","1.3.7.7","1.3.7.9","1.3.7.10","1.3.7.11","1.3.7.12","2.0.0.0","2.0.0.1","2.0.0.4","2.0.0.5","2.0.0.6","2.0.0.7","2.0.0.8"]}]},{"name":"wkhtmltox","license":"PHP v3.01","summary":"Converting HTML to X since 2017","description":"libwkhtmltox is an open source shared library for converting HTML into PDF and various image formats."},{"name":"wxwidgets","license":"PHP","summary":"Cross-platform widget toolkit.","description":"Wraps the wxWidgets library, which allows to write\nmulti-platform desktop applications that make use of the native\ngraphical components available to the different platforms.","phpv":[{"v":["3.0.0.1","3.0.0.2"],"min":"5.3.0"}],"confopts":[{"v":["3.0.0.1"],"opts":[{"n":"enable-wxwidgets-debug","p":"Enable debugging messages in wxwidgets","d":"no"},{"n":"enable-wxwidgets-monolithic","p":"Enable linking to monolithic version of wxWidgets","d":"no"}]},{"v":["3.0.0.2"],"opts":[{"n":"enable-wxwidgets-debug","p":"Enable debugging messages and symbols in wxwidgets","d":"no"},{"n":"enable-wxwidgets-macosx","p":"Enable Mac OS X building mode","d":"no"}]}]},{"name":"xattr","license":"PHP License","summary":"Extended attributes.","description":"This package allows to manipulate extended attributes on filesystems that support them.","phpv":[{"v":["0.9","1.0"]},{"v":["1.1.0","1.2.0","1.2.1"],"min":"4.0.0"},{"v":["1.3.0RC1","1.3.0","1.3.1"],"min":"5.3.0"},{"v":["1.4.0"],"min":"7.2.0"}],"confopts":[{"v":["0.9","1.0"]},{"v":["1.1.0","1.2.0","1.2.1","1.3.0RC1","1.3.0","1.3.1","1.4.0"],"opts":[{"n":"with-xattr","p":"libattr library installation dir?","d":"autodetect"}]}]},{"name":"xcommerce","license":"BSD","summary":"X.commerce bindings and helper methods","description":"[READ THIS FIRST]\nThe x.commerce ecosystem will be discontinued by Feb. 2013. This extension will be removed by mid-Jan. 2013. Don't use it.\n\nThis extension provides functionality for building and\nconsuming API's in the X.commerce ecosystem.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"],"min":"5.1.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"]}]},{"name":"xdebug","license":"BSD style","summary":"Provides functions for function traces and profiling","description":"The Xdebug extension helps you debugging your script by providing a lot of\nvaluable debug information. The debug information that Xdebug can provide\nincludes the following:\n\n* stack and function traces in error messages with:\no full parameter display for user defined functions\no function name, file name and line indications\no support for member functions\n* memory allocation\n* protection for infinite recursions\n\nXdebug also provides:\n\n* profiling information for PHP scripts\n* code coverage analysis\n* capabilities to debug your scripts interactively with a debug client","phpv":[{"v":["1.2.0","1.3.0rc1","1.3.0rc2","1.3.0","1.3.1","1.3.2","2.0.0beta1","2.0.0beta2","2.0.0beta3"]},{"v":["2.0.0beta4","2.0.0beta5","2.0.0beta6","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5"],"min":"4.3.0"},{"v":["2.1.0beta1","2.1.0beta2","2.1.0beta3","2.1.0RC1","2.1.0","2.1.1RC1","2.1.1","2.1.2","2.1.3","2.1.4","2.2.0RC1","2.2.0RC2","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5"],"min":"5.1.0"},{"v":["2.2.6","2.2.7"],"min":"5.2.0"},{"v":["2.3.0","2.3.1","2.3.2","2.3.3","2.4.0beta1","2.4.0RC1","2.4.0RC2","2.4.0RC3","2.4.0RC4","2.4.0","2.4.1","2.5.0RC1"],"min":"5.4.0"},{"v":["2.5.0","2.5.1","2.5.2","2.5.3","2.5.4","2.5.5","2.6.0alpha1"],"min":"5.5.0"},{"v":["2.6.0beta1","2.6.0RC2","2.6.0","2.6.1","2.7.0alpha1","2.7.0beta1","2.7.0RC1","2.7.0RC2","2.7.0","2.7.1","2.7.2","2.8.0alpha1","2.8.0beta1","2.8.0beta2","2.8.0","2.8.1","2.9.0"],"min":"7.0.0"},{"v":["2.9.1","2.9.2","2.9.3","2.9.4","2.9.5","2.9.6"],"min":"7.1.0"},{"v":["2.9.7","2.9.8"],"min":"7.1.0","max":"7.4.99"},{"v":["3.0.0beta1","3.0.0RC1","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4"],"min":"7.2.0","max":"8.0.99"},{"v":["3.1.0beta1","3.1.0beta2","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6"],"min":"7.2.0","max":"8.1.99"},{"v":["3.2.0alpha1","3.2.0alpha2","3.2.0alpha3","3.2.0RC1","3.2.0RC2","3.2.0","3.2.1","3.2.2"],"min":"8.0.0","max":"8.2.99"},{"v":["3.3.0alpha2","3.3.0alpha3","3.3.0"],"min":"8.0.0","max":"8.3.99"}],"confopts":[{"v":["1.2.0","1.3.0rc1","1.3.0rc2","1.3.0","1.3.1","1.3.2","2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0beta4","2.0.0beta5","2.0.0beta6","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0beta1","2.1.0beta2","2.1.0beta3","2.1.0RC1","2.1.0","2.1.1RC1","2.1.1","2.1.2","2.1.3","2.1.4","2.2.0RC1","2.2.0RC2","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","2.3.0","2.3.1","2.3.2","2.3.3","2.4.0beta1","2.4.0RC1","2.4.0RC2","2.4.0RC3","2.4.0RC4","2.4.0","2.4.1","2.5.0RC1","2.5.0","2.5.1","2.5.2","2.5.3","2.5.4","2.5.5","2.6.0alpha1","2.6.0beta1","2.6.0RC2","2.6.0","2.6.1","2.7.0alpha1","2.7.0beta1","2.7.0RC1","2.7.0RC2","2.7.0","2.7.1","2.7.2","2.8.0alpha1","2.8.0beta1","2.8.0beta2","2.8.0","2.8.1","2.9.0","2.9.1","2.9.2","2.9.3","2.9.4","2.9.5","2.9.6","2.9.7","2.9.8","3.0.0beta1","3.0.0RC1","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.1.0beta1","3.1.0beta2","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6","3.2.0alpha1","3.2.0alpha2","3.2.0alpha3","3.2.0RC1","3.2.0RC2","3.2.0","3.2.1","3.2.2","3.3.0alpha2","3.3.0alpha3","3.3.0"]}]},{"name":"xdiff","license":"PHP License","summary":"File differences/patches.","description":"This extension creates and applies patches to both text and binary files.","phpv":[{"v":["0.2","0.3","1.0","1.1","1.2","1.3","1.4"]},{"v":["1.4.1","1.5.0","1.5.1","1.5.2"],"min":"4.0.0"},{"v":["2.0.0","2.0.1","2.1.0","2.1.1"],"min":"7.0.0"}],"confopts":[{"v":["0.2","0.3","1.0","1.1","1.2","1.3","1.4"]},{"v":["1.4.1","1.5.0","1.5.1","1.5.2","2.0.0","2.0.1","2.1.0","2.1.1"],"opts":[{"n":"with-xdiff","p":"libxdiff library installation dir?","d":"autodetect"}]}]},{"name":"xhprof","license":"Apache 2.0","summary":"XHProf: A Hierarchical Profiler for PHP","description":"XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based navigational interface. The raw data collection component is implemented in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable of reporting function-level inclusive and exclusive wall times, memory usage, CPU times and number of calls for each function. Additionally, it supports ability to compare two runs (hierarchical DIFF reports), or aggregate results from multiple runs.","phpv":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4"],"min":"5.2.0"},{"v":["2.1.2","2.1.3","2.1.4","2.2.0","2.2.1","2.2.2","2.2.3","2.3.0","2.3.1","2.3.2","2.3.3","2.3.4","2.3.5","2.3.6","2.3.7","2.3.8","2.3.9"],"min":"7.0.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4","2.1.2","2.1.3","2.1.4","2.2.0","2.2.1","2.2.2","2.2.3","2.3.0","2.3.1","2.3.2","2.3.3","2.3.4","2.3.5","2.3.6","2.3.7","2.3.8","2.3.9"]}]},{"name":"xlswriter","license":"BSD license","summary":"Efficient and fast xlsx file extension.","description":"xlswriter is a PHP C Extension that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.\n\nWriter\n\n- 100% compatible Excel XLSX files.\n- Full Excel formatting.\n- Merged cells.\n- Defined names.\n- Autofilters.\n- Charts.\n- Data validation and drop down lists.\n- Worksheet PNG/JPEG images.\n- Memory optimization mode for writing large files.\n- Works on Linux, FreeBSD, OpenBSD, OS X, Windows.\n- Compiles for 32 and 64 bit.\n- FreeBSD License.\n- The only dependency is on zlib.\n\nReader\n\n- Full read data\n- Cursor read data\n- Read by data type\n- Xlsx to csv","phpv":[{"v":["1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0","1.3.1","1.3.2","1.3.3","1.3.3.1","1.3.3.2","1.3.4","1.3.4.1","1.3.5","1.3.6","1.3.7","1.4.0","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5"],"min":"7.0.0"}],"confopts":[{"v":["1.2.4","1.2.5","1.2.6"]},{"v":["1.2.7","1.2.8","1.2.9","1.3.0"],"opts":[{"n":"enable-reader","p":"enable reader supports?","d":"no"}]},{"v":["1.3.1","1.3.2","1.3.3","1.3.3.1","1.3.3.2","1.3.4","1.3.4.1","1.3.5","1.3.6","1.3.7","1.4.0","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5"],"opts":[{"n":"enable-reader","p":"enable reader supports?","d":"yes"}]}]},{"name":"xmldiff","license":"BSD 2-clause","summary":"XML diff and merge","description":"The extension is able to produce diffs of two XML documents and then to apply the difference to the source document. The diff is a XML document containing copy/insert/delete instruction nodes in human readable format. DOMDocument objects, local files and strings in memory can be processed.","phpv":[{"v":["0.8.0","0.9.0","0.9.1","0.9.2","1.1.0","1.1.1","1.1.2","1.1.3"],"min":"5.3"}],"confopts":[{"v":["0.8.0","0.9.0","0.9.1","0.9.2","1.1.0","1.1.1","1.1.2","1.1.3"]}]},{"name":"xmlReader","license":"PHP License","summary":"Provides fast, non-cached, forward-only access to XML data under PHP 5.\n\nNOTE: This extension is part of core, thus, the PECL extension is dead.","description":"This extension wraps the libxml xmlReader API. The reader acts as a cursor\ngoing forward on the document stream and stopping at each node in the way.\nxmlReader is similar to SAX though uses a much simpler API.","phpv":[{"v":["0.1","0.2","1.0","1.0.1"]}],"confopts":[{"v":["0.1","0.2","1.0","1.0.1"]}]},{"name":"xmlrpc","license":"PHP","summary":"Functions to write XML-RPC servers and clients","description":"These functions can be used to write XML-RPC servers and clients. You can find\nmore information about XML-RPC at http://www.xmlrpc.com/, and more documentation\non this extension and its functions at http://xmlrpc-epi.sourceforge.net/.\n\nThe extension is unbundled from php-src as of PHP 8.0.0, because the underlying\nlibxmlrpc has obviously been abandoned. It is recommended to reevaluate using\nthis extension.","phpv":[{"v":["1.0.0RC1","1.0.0RC2","1.0.0RC3"],"min":"8.0.0"}],"confopts":[{"v":["1.0.0RC1","1.0.0RC2","1.0.0RC3"]}]},{"name":"XMLRPCi","license":"PHP","summary":"Improved XML-RPC","description":"A re-write of the old ext/xmlrpc extension for PHP 5 implmenting object overloading\nand built on top of the libxml2 library. It strives to be a completely backward\ncompatiable replacement to the ext/xmlrpc extension","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"xmlwriter","license":"PHP","summary":"Provides fast, non-cached, forward-only means to write XML data.\n\nThis PECL extension is dead, instead use XMLWriter that comes with core (as of PHP 5.1.2)","description":"This extension wraps the libxml xmlWriter API. Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data.","phpv":[{"v":["0.1","0.2","1.0"]},{"v":["2.0.0","2.0.1","2.0.2","2.0.4"],"min":"4.3.0"}],"confopts":[{"v":["0.1","0.2","1.0","2.0.0","2.0.1","2.0.2","2.0.4"]}]},{"name":"xmms","license":"PHP","summary":"Provides functions to interact with xmms","description":"A simple libxmms extension","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"xmp","license":"Apache 2.0","summary":"Bindings for the libxmp library","description":"PHP extension for managing (e.g. playing, decoding, retrieving metadata, mixing)\nmodule tracked files (http://en.wikipedia.org/wiki/Module_file),\nlibxmp is available from http://xmp.sourceforge.net/","phpv":[{"v":["4.2.0"],"min":"4.0.0","max":"6.0.0"}],"confopts":[{"v":["4.2.0"]}]},{"name":"xrange","license":"PHP License","summary":"Numeric iterator primitives","description":"xrange is a compiled extension that provides numeric iteration primitives to PHP on top of SPL. It includes a lean numeric range generator / iterator, modeled after Python's xrange() function. It's intended to provide an alternative for all numeric iteration and looping.","phpv":[{"v":["1.3","1.3.1","1.3.2"],"min":"5.0.0"}],"confopts":[{"v":["1.3","1.3.1","1.3.2"]}]},{"name":"xslcache","license":"PHP License","summary":"A modification of PHP's standard XSL extension that caches the parsed XSL stylesheet representation","description":"The XSL Cache extension is a modification of PHP's standard XSL extension that caches\nthe parsed XSL stylesheet representation between sessions for 2.5x boost in performance\nfor sites that repeatedly apply the same transform. Although there is still some further\nwork that could be done on the extension, this code is already proving beneficial in\nproduction use for a few applications on the New York Times' website.","phpv":[{"v":["0.7.0","0.7.1","0.7.2"],"min":"5.2.1","max":"6.0.0"}],"confopts":[{"v":["0.7.0","0.7.1","0.7.2"],"opts":[{"n":"with-xslcache","p":"Please provide the prefix of LibXSLT installation","d":"autodetect"}]}]},{"name":"xxtea","license":"MIT","summary":"XXTEA encryption algorithm extension for PHP.","description":"XXTEA encryption algorithm extension for PHP.\nXXTEA is a fast and secure encryption algorithm. This is a XXTEA extension for PHP.\nIt is different from the original XXTEA encryption algorithm. It encrypts and decrypts string instead of uint32 array, and the key is also string.","phpv":[{"v":["1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11"],"min":"5.0"}],"confopts":[{"v":["1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11"],"opts":[{"n":"enable-xxtea","p":"whether to enable xxtea support","d":"yes"}]}]},{"name":"yac","license":"PHP","summary":"lockless user data cache","description":"yac is a fast, lock-free, shared memory user data cache for PHP. it can be used to replace APC or local memcached.","phpv":[{"v":["0.9.0","0.9.1","0.9.2"],"min":"5.2.0"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.1.1","2.1.2","2.2.0","2.2.1","2.3.0","2.3.1"],"min":"7.0.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.1.1","2.1.2"]},{"v":["2.2.0","2.2.1","2.3.0","2.3.1"],"opts":[{"n":"enable-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-json","p":"enable json serializer support?","d":"no"},{"n":"enable-msgpack","p":"enable msgpack serializer support?","d":"no"}]}]},{"name":"yaconf","license":"PHP","summary":"PHP Persistent Configurations Container","description":"Yaconf is a configurations container, it parses ini files, and store the result in PHP when PHP is started","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.1.0","1.1.1","1.1.2"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.1.0","1.1.1","1.1.2"]}]},{"name":"yaf","license":"PHP","summary":"PHP Framework in PHP extension","description":"Yaf is a PHP framework similar to zend framework, which is written in c and built as PHP extension","phpv":[{"v":["2.0.0","2.0.1"],"min":"5.1.0","max":"5.3.6"},{"v":["2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.1.7","2.1.8","2.1.9","2.1.10","2.1.11","2.1.12","2.1.13","2.1.14","2.1.15","2.1.16","2.1.17","2.1.18"],"min":"5.2.0","max":"5.4.0"},{"v":["2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","2.2.8","2.2.9","2.3.1","2.3.2","2.3.3","2.3.4","2.3.5"],"min":"5.2.0"},{"v":["3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8","3.0.9","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.2.0","3.2.1","3.2.2","3.2.3","3.2.4","3.2.5","3.3.0","3.3.1","3.3.2","3.3.3","3.3.4","3.3.5"],"min":"7.0.0"}],"confopts":[{"v":["2.0.0","2.0.1","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.1.7","2.1.8","2.1.9","2.1.10","2.1.11","2.1.12","2.1.13","2.1.14","2.1.15","2.1.16","2.1.17","2.1.18","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","2.2.8","2.2.9","2.3.1","2.3.2","2.3.3","2.3.4","2.3.5","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8","3.0.9","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.2.0","3.2.1","3.2.2","3.2.3","3.2.4","3.2.5","3.3.0","3.3.1","3.3.2","3.3.3","3.3.4","3.3.5"]}]},{"name":"yami","license":"PHP License","summary":"Lightweight inter-object communication infrastructure","description":"This binding allows PHP programs to communicate with servers\nwritten using YAMI, opening up a wide range of possibilities.\n\nYAMI (http://msobczak.com/prog/yami/concept/) is a tiny library\nthat provides lightweight inter-object communication infrastructure.\nThere are only three concepts that one need to understand (Domain,\nAgent,Message) in order to write high performance servers (and clients)\nin C/C++.","phpv":[{"v":["1.0","1.0.1","200707230007"],"min":"5.2.1","max":"6.0.0"}],"confopts":[{"v":["1.0","1.0.1","200707230007"]}]},{"name":"yaml","license":"MIT","summary":"YAML-1.1 parser and emitter","description":"Support for YAML 1.1 (YAML Ain't Markup Language) serialization using the\nLibYAML library.","phpv":[{"v":["0.6.2","0.6.3","1.0.0","1.0.1","1.1.0RC1","1.1.0RC2","1.1.0","1.1.1","1.2.0"],"min":"5.2.0"},{"v":["1.3.0b1","1.3.0","1.3.1","1.3.2"],"min":"5.3.3"},{"v":["2.0.0RC1"],"min":"7.0.0RC5"},{"v":["2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0RC5","2.0.0RC6","2.0.0RC7","2.0.0RC8","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4"],"min":"7.0.0-dev"},{"v":["2.1.0","2.2.0b1","2.2.0b2","2.2.0","2.2.1","2.2.2","2.2.3"],"min":"7.1.0"}],"confopts":[{"v":["0.6.2","0.6.3"]},{"v":["1.0.0","1.0.1","1.1.0RC1","1.1.0RC2","1.1.0","1.1.1","1.2.0","1.3.0b1","1.3.0","1.3.1","1.3.2","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0RC5","2.0.0RC6","2.0.0RC7","2.0.0RC8","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.2.0b1","2.2.0b2","2.2.0","2.2.1","2.2.2","2.2.3"],"opts":[{"n":"with-yaml","p":"Please provide the prefix of libyaml installation","d":"autodetect"}]}]},{"name":"yar","license":"PHP","summary":"Light, concurrent RPC framework","description":"Yar(Yet another RPC framework) is a light, concurrent RPC framework, supports multi package protocols (json, msgpack)","phpv":[{"v":["1.0.0","1.1.0","1.1.1","1.1.2","1.2.0"],"min":"5.2.0","max":"5.4.5"},{"v":["1.2.1","1.2.2","1.2.3","1.2.4"],"min":"5.2.0"},{"v":["1.2.5"],"min":"5.2.0","max":"5.6.99"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0","2.1.1","2.1.2","2.2.0","2.2.1","2.3.0","2.3.1","2.3.2"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3"]},{"v":["1.2.4","1.2.5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0","2.1.1","2.1.2","2.2.0","2.2.1","2.3.0","2.3.1","2.3.2"],"opts":[{"n":"enable-msgpack","p":"Enable Msgpack Supports","d":"no"}]}]},{"name":"yaz","license":"revised BSD","summary":"Z39.50/SRU client","description":"This extension implements a Z39.50/SRU client for PHP using the YAZ toolkit and the ZOOM framework.\n\nFind more information at:\nhttp://www.indexdata.com/phpyaz\nhttp://www.indexdata.com/yaz","phpv":[{"v":["0.9","1.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]},{"v":["1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.2.0","1.2.1","1.2.2","1.2.3"],"min":"4.3"},{"v":["1.2.4"],"min":"5.0"}],"confopts":[{"v":["0.9","1.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]},{"v":["1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4"],"opts":[{"n":"with-yaz","p":"path to YAZ installation?","d":"autodetect"}]}]},{"name":"yp","license":"PHP 3.01","summary":"YP/NIS functions","description":"NIS (formerly called Yellow Pages) allows network management\nof important administrative files (e.g. the password file).","phpv":[{"v":["1.0.0RC1","1.0.0","1.0.1"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0RC1","1.0.0","1.0.1"]}]},{"name":"ZendOpcache","license":"PHP License","summary":"The Zend OPcache provides faster PHP execution through opcode caching and optimization.","description":"The Zend OPcache provides faster PHP execution through opcode caching and\noptimization. It improves PHP performance by storing precompiled script\nbytecode in the shared memory. This eliminates the stages of reading code from\nthe disk and compiling it on future access. In addition, it applies a few\nbytecode optimization patterns that make code execution faster.","phpv":[{"v":["7.0.0","7.0.1","7.0.2","7.0.3","7.0.4"],"min":"5.2.0"},{"v":["7.0.5"],"min":"5.2.0","max":"5.5.0"}],"confopts":[{"v":["7.0.0","7.0.1","7.0.2","7.0.3","7.0.4","7.0.5"]}]},{"name":"zephir_parser","license":"MIT License","summary":"Zephir Parser delivered as a C extension for PHP","description":"The Zephir Parsers parses Zephir into C files","phpv":[{"v":["1.4.0","1.4.1"],"min":"7.0.0","max":"8.0.99"},{"v":["1.4.2","1.5.0"],"min":"7.0.0","max":"8.1.99"},{"v":["1.5.1","1.5.2","1.5.3"],"min":"7.0.0","max":"8.2.99"},{"v":["1.6.0"],"min":"7.0.0","max":"8.3.99"}],"confopts":[{"v":["1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.5.3","1.6.0"]}]},{"name":"zeroconf","license":"PHP","summary":"A PHP interface for browsing network services using ZeroConf","description":"Provides an interface for browsing and publishing network services\nvia ZeroConf using Apple's Rendezvous/OpenTalk library. You can browse the network for specific\nservices like database servers (PostgreSQL, Sybase, InterBase), Apple File\nSharing, web services via Apache's mod_rendezvous, etc. and discover the IP\naddress and port for each found service.","phpv":[{"v":["0.1","0.1.1","0.1.2"]},{"v":["0.5.0"],"min":"4.0.0"},{"v":["1.0"]}],"confopts":[{"v":["0.1","0.1.1","0.1.2","0.5.0","1.0"]}]},{"name":"zip","license":"PHP 3.01","summary":"A zip management extension","description":"Zip is an extension to create, modify and read zip files.","phpv":[{"v":["1.0"]},{"v":["1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.3.0","1.3.1","1.4.0","1.4.1","1.5.0","1.6.0","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.8.0","1.8.1","1.8.2","1.8.3","1.8.4","1.8.5","1.8.6","1.8.7","1.8.8","1.8.9","1.8.10","1.9.0","1.10.1","1.10.2","1.11.0","1.12.0","1.12.1","1.12.2","1.12.3","1.12.4","1.12.5","1.13.0","1.13.1","1.13.2","1.13.3","1.13.4","1.13.5","1.14.0","1.15.0","1.15.1","1.15.2","1.15.3","1.15.4","1.15.5","1.16.0","1.16.1"],"min":"4.3.0"},{"v":["1.17.0","1.17.1","1.17.2","1.18.0RC1","1.18.0RC2","1.18.0RC3","1.18.0RC4","1.18.0RC5","1.18.0RC6","1.18.0","1.18.1","1.18.2","1.19.0","1.19.1","1.19.2"],"min":"5.4.0"},{"v":["1.19.3","1.19.4","1.19.5","1.20.0","1.20.1"],"min":"5.4.0","max":"8.1.99"},{"v":["1.21.0","1.21.1"],"min":"5.4.0","max":"8.2.99"},{"v":["1.22.0","1.22.1","1.22.2","1.22.3"],"min":"5.4.0","max":"8.3.99"}],"confopts":[{"v":["1.0","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.3.0","1.3.1","1.4.0","1.4.1","1.5.0","1.6.0","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.8.0","1.8.1","1.8.2","1.8.3","1.8.4","1.8.5","1.8.6","1.8.7","1.8.8","1.8.9","1.8.10","1.9.0","1.10.1","1.10.2","1.11.0","1.12.0","1.12.1","1.12.2","1.12.3","1.12.4","1.12.5","1.13.0","1.13.1","1.13.2","1.13.3","1.13.4","1.13.5","1.14.0","1.15.0","1.15.1","1.15.2","1.15.3","1.15.4","1.15.5","1.16.0","1.16.1","1.17.0","1.17.1","1.17.2","1.18.0RC1","1.18.0RC2","1.18.0RC3","1.18.0RC4","1.18.0RC5","1.18.0RC6","1.18.0","1.18.1","1.18.2","1.19.0","1.19.1","1.19.2","1.19.3","1.19.4","1.19.5","1.20.0","1.20.1","1.21.0","1.21.1","1.22.0","1.22.1","1.22.2","1.22.3"]}]},{"name":"zlib_filter","license":"PHP","summary":"zlib filter implementation backport for PHP 5.0","description":"RFC 1951 inflate/deflate stream filter implementation. Performs inline compression/decompression using the deflate method on any PHP I/O stream. The data produced by this filter, while compatable with the payload portion of an RFC 1952 gzip file, does not include headers or tailers for full RFC 1952 gzip compatability. To achieve this format, use the compress.zlib:// fopen wrapper built directly into PHP.","phpv":[{"v":["1.0.1","1.1"]}],"confopts":[{"v":["1.0.1","1.1"]}]},{"name":"zmq","license":"BSD License","summary":"ZeroMQ messaging","description":"ZeroMQ is a software library that lets you quickly design and implement a fast message-based applications.","phpv":[{"v":["1.0.7","1.0.8","1.0.9","1.1.0","1.1.1","1.1.2"],"min":"5.2.0"},{"v":["1.1.3"],"min":"5.3.0"}],"confopts":[{"v":["1.0.7","1.0.8","1.0.9","1.1.0","1.1.1","1.1.2","1.1.3"],"opts":[{"n":"with-zmq","p":"Please provide the prefix of libzmq installation","d":"autodetect"}]}]},{"name":"zookeeper","license":"PHP","summary":"PHP extension for interfacing with Apache ZooKeeper","description":"This extension provides API for communicating with ZooKeeper service.","phpv":[{"v":["0.1.0","0.2.0","0.2.1","0.2.2","0.2.3"],"min":"5.2.0","max":"6.0.0"},{"v":["0.3.0","0.3.1"],"min":"5.2.0","max":"7.1.0"},{"v":["0.3.2","0.4.0"],"min":"5.2.0","max":"7.1.99"},{"v":["0.4.1","0.5.0","0.6.0"],"min":"5.2.0","max":"7.2.99"},{"v":["0.6.1","0.6.2","0.6.3","0.6.4"],"min":"7.0.0","max":"7.2.99"},{"v":["0.7.0","0.7.1","0.7.2"],"min":"7.0.0","max":"7.4.99"},{"v":["1.0.0"],"min":"7.0.0","max":"8.0.99"},{"v":["1.2.0","1.2.1"],"min":"7.0.0","max":"8.2.99"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","0.7.0","0.7.1","0.7.2","1.0.0","1.2.0","1.2.1"]}]},{"name":"zstd","license":"MIT","summary":"Zstandard extension","description":"PHP extension for compression and decompression with Zstandard library.","phpv":[{"v":["0.7.5","0.7.6","0.7.7","0.8.0","0.8.1","0.9.0RC1","0.9.0","0.10.0","0.11.0"],"min":"5.2"},{"v":["0.12.0","0.12.1","0.12.2","0.12.3","0.13.0","0.13.1"],"min":"7.0"}],"confopts":[{"v":["0.7.5","0.7.6","0.7.7","0.8.0","0.8.1","0.9.0RC1","0.9.0","0.10.0","0.11.0","0.12.0","0.12.1","0.12.2","0.12.3","0.13.0","0.13.1"]}]}] \ No newline at end of file diff --git a/public/data/summary.json b/public/data/summary.json index 8f7b9be6..39d2364a 100644 --- a/public/data/summary.json +++ b/public/data/summary.json @@ -8147,7 +8147,8 @@ "1.9.0", "1.10.0", "1.10.1", - "1.11.0" + "1.11.0", + "1.11.1" ], "min": "7.2.0" } @@ -8159,7 +8160,8 @@ "1.9.0", "1.10.0", "1.10.1", - "1.11.0" + "1.11.0", + "1.11.1" ] } ] @@ -16087,6 +16089,13 @@ ], "min": "7.1.0", "max": "8.2.99" + }, + { + "v": [ + "1.10.0" + ], + "min": "7.1.0", + "max": "8.3.99" } ], "confopts": [ @@ -16118,7 +16127,8 @@ "1.8.2", "1.8.3", "1.9.0", - "1.9.1" + "1.9.1", + "1.10.0" ] } ] diff --git a/public/data/summary.min.json b/public/data/summary.min.json index 54ea7c90..8aac38f8 100644 --- a/public/data/summary.min.json +++ b/public/data/summary.min.json @@ -1 +1 @@ -[{"name":"ahocorasick","license":"PHP License","summary":"Effective Aho-Corasick string pattern matching algorithm","description":"PHP extension implementing Aho-Corasick pattern matching algorithm (more on wiki).\n\nIs especially effective if there is a large database of needles (=strings to be searched, for example virus\nsignatures). Another advantage is that built search structure is initialized before search in separate call thus\nit can be called more times with different haystack, saving time.\n\nComputing Aho-Corasick in th native code (PHP extension) rather than in a pure PHP manner gives this\nimplementation significant performance boost.","phpv":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7"],"min":"5.2.0","max":"7.3.99"}],"confopts":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7"]}]},{"name":"amfext","license":"PHP","summary":"ActionScript Message Format extension","description":"Allows to encode and decode PHP data in ActionScript Message Format (AMF) version 0 and 3","phpv":[{"v":["0.9.1","0.9.2"]}],"confopts":[{"v":["0.9.1","0.9.2"]}]},{"name":"amqp","license":"PHP License","summary":"Communicate with any AMQP compliant server","description":"This extension can communicate with any AMQP spec 0-9-1 compatible server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to create and delete exchanges and queues, as well as publish to any exchange and consume from any queue.","phpv":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2","0.3.0","0.3.1"],"min":"4.3.0"},{"v":["1.0.0","1.0.1","1.0.3"],"min":"5.0.0"},{"v":["1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.2.0","1.3.0","1.4.0beta1","1.4.0beta2","1.4.0","1.6.0beta2","1.6.0beta3","1.6.0beta4","1.6.0","1.6.1","1.7.0alpha1","1.7.0alpha2"],"min":"5.2.0"},{"v":["1.7.0","1.7.1","1.8.0beta1","1.8.0beta2","1.8.0","1.9.0beta1","1.9.0beta2","1.9.0","1.9.1","1.9.3","1.9.4"],"min":"5.3.0"},{"v":["1.10.0","1.10.2","1.11.0beta","1.11.0RC1","1.11.0"],"min":"5.6.0"},{"v":["2.0.0alpha1","2.0.0alpha2","2.0.0beta1","2.0.0beta2","2.0.0RC1","2.0.0","2.1.0","2.1.1"],"min":"7.4.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2","0.3.0","0.3.1","1.0.0","1.0.1","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.2.0","1.3.0","1.4.0beta1","1.4.0beta2","1.4.0","1.6.0beta2","1.6.0beta3","1.6.0beta4","1.6.0","1.6.1"]},{"v":["1.7.0alpha1","1.7.0alpha2","1.7.0","1.7.1","1.8.0beta1","1.8.0beta2","1.8.0","1.9.0beta1","1.9.0beta2","1.9.0","1.9.1","1.9.3","1.9.4","1.10.0","1.10.2","1.11.0beta","1.11.0RC1","1.11.0","2.0.0alpha1","2.0.0alpha2","2.0.0beta1","2.0.0beta2","2.0.0RC1","2.0.0","2.1.0","2.1.1"],"opts":[{"n":"with-librabbitmq-dir","p":"Set the path to librabbitmq install prefix","d":"autodetect"}]}]},{"name":"AOP","license":"PHP License","summary":"Aspect Oriented Programming On PHP","description":"AOP is a PECL extension that enables you to use Aspect Oriented Programming in PHP, without the need to compile or proceed to any other intermediate step before publishing your code.\n\nThe AOP extension is designed to be the easiest way you can think of for integrating AOP to PHP.\n\nAOP aims to allow separation of cross-cutting concerns (cache, log, security, transactions, ...)","phpv":[{"v":["0.1.0","0.2.0","0.2.1b1","0.2.1b2","0.2.1b3","0.2.1b4","0.2.1b5","0.2.1","0.2.2b1"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1b1","0.2.1b2","0.2.1b3","0.2.1b4","0.2.1b5","0.2.1","0.2.2b1"]}]},{"name":"ApacheAccessor","license":"PHP 3.01","summary":"simple API to Apache runtime configuration","description":"ApacheAccessor lets you retrieve Apache configuration (at runtime of current proccess) as PHP array or dump it as HTML table.","phpv":[{"v":["0.1.0","0.1.1","0.5.1","1.0.1"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.5.1","1.0.1"],"opts":[{"n":"with-apxs","p":"Please provide the prefix of apxs2 binary","d":"autodetect"},{"n":"with-aprconfig","p":"Please provide the prefix of aprconfig binary","d":"autodetect"}]}]},{"name":"APC","license":"PHP License","summary":"Alternative PHP Cache","description":"APC is a free, open, and robust framework for caching and optimizing PHP intermediate code.","phpv":[{"v":["2.0","2.0.2","2.0.3","2.0.4","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8"]},{"v":["3.0.9","3.0.10","3.0.11","3.0.12","3.0.12p1","3.0.12p2","3.0.13","3.0.14","3.0.15","3.0.16","3.0.17","3.0.18","3.0.19"],"min":"4.3.0"},{"v":["3.1.1","3.1.2","3.1.3","3.1.3p1","3.1.4","3.1.5","3.1.6","3.1.7","3.1.8","3.1.9","3.1.10","3.1.11","3.1.12","3.1.13"],"min":"5.1.0"}],"confopts":[{"v":["2.0","2.0.2","2.0.3","2.0.4","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8"]},{"v":["3.0.9","3.0.10","3.0.11","3.0.12","3.0.12p1","3.0.12p2"],"opts":[{"n":"enable-apc-mmap","p":"Use mmap instead of shmget (usually a good idea)","d":"yes"},{"n":"with-apxs","p":"Use apxs to set compile flags (if using APC with Apache)?","d":"yes"}]},{"v":["3.0.13","3.0.14","3.0.15","3.0.16","3.0.17","3.0.18","3.0.19","3.1.1"],"opts":[{"n":"with-apxs","p":"Use apxs to set compile flags (if using APC with Apache)?","d":"yes"}]},{"v":["3.1.2"],"opts":[{"n":"enable-apc-filehits","p":"Enable per request file info about files used from the APC cache","d":"no"},{"n":"enable-spinlocks","p":"Enable spin locks (EXPERIMENTAL)","d":"no"}]},{"v":["3.1.3","3.1.3p1","3.1.4","3.1.5","3.1.6"],"opts":[{"n":"enable-apc-filehits","p":"Enable per request file info about files used from the APC cache","d":"no"},{"n":"enable-apc-spinlocks","p":"Enable spin locks (EXPERIMENTAL)","d":"no"}]},{"v":["3.1.7","3.1.8","3.1.9"],"opts":[{"n":"enable-apc-debug","p":"Enable internal debugging in APC","d":"no"},{"n":"enable-apc-filehits","p":"Enable per request file info about files used from the APC cache","d":"no"},{"n":"enable-apc-spinlocks","p":"Enable spin locks (EXPERIMENTAL)","d":"no"},{"n":"enable-apc-memprotect","p":"Enable memory protection (EXPERIMENTAL)","d":"no"},{"n":"enable-apc-pthreadmutex","p":"Enable pthread mutexes (default)","d":"yes"},{"n":"enable-apc-pthreadrwlocks","p":"Enable pthread read/write locks (EXPERIMENTAL)","d":"no"}]},{"v":["3.1.10","3.1.11","3.1.12","3.1.13"],"opts":[{"n":"enable-apc-debug","p":"Enable internal debugging in APC","d":"no"},{"n":"enable-apc-filehits","p":"Enable per request file info about files used from the APC cache","d":"no"},{"n":"enable-apc-spinlocks","p":"Enable spin locks (EXPERIMENTAL)","d":"no"},{"n":"enable-apc-memprotect","p":"Enable memory protection (EXPERIMENTAL)","d":"no"},{"n":"enable-apc-pthreadmutex","p":"Enable pthread mutexes (default)","d":"no"},{"n":"enable-apc-pthreadrwlocks","p":"Enable pthread read/write locks (EXPERIMENTAL)","d":"yes"}]}]},{"name":"APCu","license":"PHP License","summary":"APCu - APC User Cache","description":"APC User Caching","phpv":[{"v":["4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.0.10","4.0.11"],"min":"5.3.0"},{"v":["5.1.0","5.1.2","5.1.3","5.1.4","5.1.5","5.1.6","5.1.7","5.1.8","5.1.9","5.1.10","5.1.11","5.1.12","5.1.13","5.1.14","5.1.15","5.1.16","5.1.17","5.1.18","5.1.19","5.1.20","5.1.21","5.1.22","5.1.23"],"min":"7.0.0-dev"}],"confopts":[{"v":["4.0.0"]},{"v":["4.0.1","4.0.2","4.0.3","4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.0.10","4.0.11","5.1.0","5.1.2"],"opts":[{"n":"enable-apc-bc","p":"Enable full APC compatibility","d":"yes"},{"n":"enable-apcu-debug","p":"Enable internal debugging in APCu","d":"no"}]},{"v":["5.1.3","5.1.4","5.1.5","5.1.6","5.1.7","5.1.8","5.1.9","5.1.10","5.1.11","5.1.12","5.1.13","5.1.14","5.1.15","5.1.16","5.1.17","5.1.18","5.1.19","5.1.20","5.1.21","5.1.22","5.1.23"],"opts":[{"n":"enable-apcu-debug","p":"Enable internal debugging in APCu","d":"no"}]}]},{"name":"apcu_bc","license":"PHP License","summary":"APCu Backwards Compatibility Module","description":"This module provides a backwards APC compatible API using APCu.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"]}]},{"name":"apd","license":"PHP License","summary":"A full-featured engine-level profiler/debugger","description":"APD is a full-featured profiler/debugger that is loaded as a zend_extension. It aims to be an analog of C's gprof or Perl's Devel::DProf.","phpv":[{"v":["0.2","0.3","0.3p1","0.3p2","0.4","0.4p1","0.4p2","0.9","0.9.1","0.9.2","1.0","1.0.1"]}],"confopts":[{"v":["0.2","0.3","0.3p1","0.3p2","0.4","0.4p1","0.4p2","0.9","0.9.1","0.9.2","1.0","1.0.1"]}]},{"name":"apfd","license":"BSD-2-Clause","summary":"Always Populate Form Data","description":"This tiny extension lets PHP's post handler parse `multipart/form-data` and\n`application/x-www-form-urlencoded` (or any other customly registered form data\nhandler, like \"json_post\") without regard to the request's request method.\n\nThis extension does not provide any INI entries, constants, functions or classes.","phpv":[{"v":["1.0.0RC1","1.0.0","1.0.1","1.0.2","1.0.3"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0RC1","1.0.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"APM","license":"PHP License","summary":"Alternative PHP Monitor","description":"Monitoring extension for PHP, collects error events and statistics and send them to one of his drivers:\nSQLite and MariaDB/MySQL drivers are storing those in a database.\nStatsD driver sends them to StatsD using UDP.\nSocket driver sends them via UDP or TCP socket using its dedicated protocol.\nMore drivers to come (SNMP, e-mail, Hadoop,...).\n\nA web frontend exists for manipulating the data stored in database at: https://github.com/patrickallaert/php-apm-web","phpv":[{"v":["1.0.0beta1","1.0.0beta2","1.0.0beta3","1.0.0","1.0.1","1.1.0beta1","1.1.0beta2","1.1.0beta3","1.1.0beta4","1.1.0RC1","1.1.0RC2","2.0.0alpha1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0","2.1.1","2.1.2","2.1.3"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0beta1","1.0.0beta2","1.0.0beta3"]},{"v":["1.0.0","1.0.1","1.1.0beta1","1.1.0beta2","1.1.0beta3","1.1.0beta4","1.1.0RC1","1.1.0RC2","2.0.0alpha1"],"opts":[{"n":"with-sqlite3","p":"Enable Sqlite3 support","d":"yes"},{"n":"with-mysql","p":"Enable MySQL support","d":"yes"}]},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0","2.1.1","2.1.2","2.1.3"],"opts":[{"n":"with-sqlite3","p":"Enable Sqlite3 support","d":"yes"},{"n":"with-mysql","p":"Enable MariaDB/MySQL support","d":"yes"},{"n":"enable-socket","p":"Enable Socket support","d":"yes"},{"n":"enable-statsd","p":"Enable Statsd support","d":"yes"}]}]},{"name":"apn","license":"PHP 3.01","summary":"An extension for sending push notifications to iOS and OS X devices from within your PHP code","description":"apn is a PHP extension to introduce simple yet powerful interface for sending push notifications to iOS\nand OS X devices from within your PHP code","phpv":[{"v":["1.0.1","1.0.2","1.0.3"],"min":"5.3.0"}],"confopts":[{"v":["1.0.1","1.0.2","1.0.3"],"opts":[{"n":"with-apn","p":"libcapn installation prefix","d":"no"}]}]},{"name":"archive","license":"PHP License","summary":"archive extension","description":"archive extension allows to read and write\ntar and cpio archives using libarchive (http://people.freebsd.org/~kientzle/libarchive/).","phpv":[{"v":["0.2"]}],"confopts":[{"v":["0.2"]}]},{"name":"ares","license":"BSD-2-Clause","summary":"Asynchronous Resolver","description":"Binding for the ares (MIT) or c-ares (CURL) library.","phpv":[{"v":["0.5.0","0.6.0","0.7.0","0.8.0"],"min":"4.3","max":"6.0"}],"confopts":[{"v":["0.5.0","0.6.0","0.7.0","0.8.0"],"opts":[{"n":"with-ares","p":"whether to enable asynchronous resolver support","d":"yes"}]}]},{"name":"ast","license":"BSD-3-Clause","summary":"Extension exposing PHP 7 abstract syntax tree","description":"php-ast exports the AST internally used by PHP 7.\nphp-ast is significantly faster than PHP-Parser, because the AST construction is implemented in C.\nHowever, php-ast may only parse code that is syntactically valid on the version of PHP it runs on.","phpv":[{"v":["0.1.5","0.1.6","0.1.7","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.0.15","1.0.16"],"min":"7.0.0"},{"v":["1.1.0","1.1.1"],"min":"7.2.0"}],"confopts":[{"v":["0.1.5","0.1.6","0.1.7","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.0.15","1.0.16","1.1.0","1.1.1"]}]},{"name":"augeas","license":"PHP License","summary":"PHP bindings to the Augeas API","description":"Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files. This extension provides PHP bindings to it's API.","phpv":[{"v":["0.3","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1"],"min":"5.2"}],"confopts":[{"v":["0.3","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1"]}]},{"name":"automap","license":"PHP License","summary":"The automap accelerator","description":"For performance reasons, this extension is now merged into the PHK extension, which now contains the Automap *and* PHK accelerators."},{"name":"awscrt","license":"Apache 2.0","summary":"AWS Common Runtime PHP bindings","description":"AWS Common Runtime provides a set of low level tools as network protocols and authentication used by the AWSSDK for PHP to provide high level API to access AWS services.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"],"min":"7.4.0"},{"v":["1.0.6","1.0.7"],"min":"7.2.0"},{"v":["1.0.8","1.0.9","1.0.10","1.0.11","1.1.0"],"min":"7.4.0"},{"v":["1.2.0","1.2.1","1.2.2","1.2.3"],"min":"5.5.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.1.0","1.2.0","1.2.1","1.2.2","1.2.3"]}]},{"name":"axis2","license":"The Apache 2.0 License","summary":"Web Services for PHP","description":"This extension provides support for providing and consuming Web services based on Apache Axis2/C.\n\nThe development of this extension has been moved to WSO2 WSF/PHP Project.\nYou can download the latest release of this package from the downloads page.\nPlease note that there is a pecl package available.\n\nThis package has full Web services support including WS-Addressing, WS-Security, WS-Security Policy , MTOM for binary attachments, WSDL Generation and contract first Web services (WSDL mode). It also has some level of REST support."},{"name":"base58","license":"MIT License","summary":"Encode and decode data with base58","description":"PHP extension for base58 encoding and decoding using the Bitcoin alphabet","phpv":[{"v":["0.1.3"],"min":"7.0.0"},{"v":["0.1.4"],"min":"7.1.0"},{"v":["1.0.0","1.0.1","1.0.2"],"min":"7.0.0"}],"confopts":[{"v":["0.1.3","0.1.4","1.0.0","1.0.1","1.0.2"]}]},{"name":"bbcode","license":"PHP / BSD","summary":"BBCode parsing Extension","description":"This is a quick and efficient BBCode Parsing Library.\nIt provides various tag types, high speed tree based parsing,\ncallback system, tag position restriction, Smiley Handling,\nSubparsing\n\nIt will force closing BBCode tags in the good order, and closing\nterminating tags at the end of the string this is in order to ensure\nHTML Validity in all case.","phpv":[{"v":["0.9.1"],"min":"4.0.0"},{"v":["0.10.1","0.10.2","0.10.3","0.10.4","1.0.0","1.0.1","1.0.2","1.0.3b1"],"min":"5.2.0"}],"confopts":[{"v":["0.9.1","0.10.1","0.10.2","0.10.3","0.10.4","1.0.0","1.0.1","1.0.2","1.0.3b1"]}]},{"name":"bcgen","license":"PHP","summary":"PHP 7+ compiler","description":"BCgen is derived from the Zend OPcache source code.\n\nIt provides a single function to compile a PHP script into binary bytecode file.\nBCgen is similiar to bcompiler, but not a direct replacement."},{"name":"bcompiler","license":"PHP","summary":"A bytecode compiler","description":"bcompiler enables you to encode your scripts in phpbytecode, enabling you to protect the source code.\nbcompiler could be used in the following situations\n\n- to create a exe file of a PHP-GTK application (in conjunction with other software)\n- to create closed source libraries\n- to provide clients with time expired software (prior to payment)\n- to deliver close source applications\n- for use on embedded systems, where disk space is a priority.\n\nFor install instructions see the manual at pear.php.net\n\nNote: a PHP7 version is being worked on here - https://pecl.php.net/package/bcgen","phpv":[{"v":["0.3","0.4","0.5","0.6","0.7","0.8"]},{"v":["0.9.1","0.9.2","0.9.3","1.0.0","1.0.1","1.0.2"],"min":"4.0.0"}],"confopts":[{"v":["0.3","0.4","0.5","0.6","0.7","0.8","0.9.1","0.9.2","0.9.3","1.0.0","1.0.1","1.0.2"]}]},{"name":"big_int","license":"see LICENSE","summary":"big_int library provides a set of functions for calculations with arbitrary length integers and bitsets","description":"Functions from this package are useful for number theory\napplications. For example, in two-keys cryptography.\n\nSee /tests/RSA.php in the package for example of simple\nimplementation of RSA-like cryptoalgorithm.\nSee http://pear.php.net/packages/Crypt_RSA/ project for\nmore complex implementation of RSA-like crypto, which\nsupports key generating, encrypting/decrypting, generating\nand validating of digital sign.\n\nThe package has many bitset functions, which allow to work\nwith arbitrary length bitsets.\n\nThis package is much faster than bundled into PHP BCMath\nand consists almost all functions, which are implemented\nin PHP GMP extension, but it needn't any external libraries.","phpv":[{"v":["0.0.4","0.0.5"]},{"v":["1.0.0"],"min":"4.0.0","max":"6.0.0"},{"v":["1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]}],"confopts":[{"v":["0.0.4","0.0.5","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]}]},{"name":"binpack","license":"PHP","summary":"binpack for PHP.","description":"The php implementation for BINPACK.","phpv":[{"v":["1.0.0","1.0.1"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.0.1"]}]},{"name":"Bitset","license":"PHP","summary":"BITSET library","description":"Bitsets manipulation library","phpv":[{"v":["1.0"]},{"v":["1.0.1"],"min":"4.0.0"},{"v":["2.0","2.0.1"],"min":"5.3.0"},{"v":["2.0.2"],"min":"5.3.0","max":"5.6.0"},{"v":["2.0.3","2.0.4"],"min":"5.3.0","max":"5.6.999"},{"v":["3.0.0","3.0.1","3.1.0","3.2.0"],"min":"7.0.0"}],"confopts":[{"v":["1.0","1.0.1","2.0","2.0.1","2.0.2","2.0.3","2.0.4","3.0.0","3.0.1","3.1.0","3.2.0"]}]},{"name":"BLENC","license":"PHP","summary":"BLowfish ENCryption for PHP Scripts","description":"BLENC is an extension that permit to protect PHP source scripts with Blowfish Encription.\nBLENC hooks into the Zend Engine, allowing for transparent execution of PHP scripts previously encoded with BLENC.\nIt is not designed for complete security (it is still possible to disassemble the script into op codes using a package such as XDebug), however it does keep people out of your code and make reverse engineering difficult.","phpv":[{"v":["1.0alpha"]},{"v":["1.1.0b","1.1.1b","1.1.2b","1.1.3b","1.1.4b"],"min":"4.3.0"}],"confopts":[{"v":["1.0alpha"]},{"v":["1.1.0b","1.1.1b","1.1.2b","1.1.3b","1.1.4b"],"opts":[{"n":"enable-blenc","p":"Enable BLENC?","d":"autodetect"}]}]},{"name":"bloomy","license":"PHP","summary":"Extension implementing a Bloom filter","description":"This extension implements a Bloom filter, which is a space-efficient\nprobabilistic data structure that is used to test whether an element is a\nmember of a set.","phpv":[{"v":["0.1.0"],"min":"5.2.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0"]}]},{"name":"brotli","license":"MIT","summary":"Brotli extension","description":"PHP extension for compression and decompression with Brotli library.","phpv":[{"v":["0.14.0","0.14.1","0.14.2"],"min":"7.0"}],"confopts":[{"v":["0.14.0","0.14.1","0.14.2"]}]},{"name":"bsdiff","license":"PHP","summary":"The bsdiff extension for PHP","description":"A PHP extension to build and apply patches to binary files.","phpv":[{"v":["0.1.1","0.1.2"],"min":"7.2.0"}],"confopts":[{"v":["0.1.1"]},{"v":["0.1.2"],"opts":[{"n":"with-bz2","p":"BZip2 installation prefix","d":"/usr"}]}]},{"name":"bz2","license":"PHP License","summary":"A Bzip2 management extension","description":"Bz2 is an extension to create and parse bzip2 compressed data.","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"bz2_filter","license":"PHP","summary":"bz2 filter implementation backport for PHP 5.0","description":"bzip2 compress/decompress stream filter implementation. Performs inline compression/decompression using the bzip2 algorythm on any PHP I/O stream. The data produced by this filter, while compatable with the payload portion of a bz2 file, does not include headers or tailers for full bz2 file compatability. To achieve this format, use the compress.bzip2:// fopen wrapper built directly into PHP.","phpv":[{"v":["1.0"]},{"v":["1.1.0"],"min":"5.0.0","max":"5.1.0"}],"confopts":[{"v":["1.0","1.1.0"]}]},{"name":"cairo","license":"PHP License","summary":"Cairo Graphics Library Extension","description":"Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System, Quartz, Win32, image buffers, PostScript, PDF, and SVG file output.","phpv":[{"v":["0.1.0","0.2.0"],"min":"5.2.0"},{"v":["0.3.0","0.3.1","0.3.2"],"min":"5.1.6"}],"confopts":[{"v":["0.1.0"]},{"v":["0.2.0"],"opts":[{"n":"with-cairo","p":"Please provide the prefix of Cairo installation","d":"autodetect"}]},{"v":["0.3.0","0.3.1","0.3.2"],"opts":[{"n":"with-cairo","p":"Please provide the prefix of the Cairo installation","d":"autodetect"}]}]},{"name":"cairo_wrapper","license":"PHP","summary":"Cairo Wrapper Extension","description":"A cairo API wrapper. For details about cairo see http://cairographics.org/.","phpv":[{"v":["0.2.2","0.2.3","0.2.4"],"min":"4.0.0"}],"confopts":[{"v":["0.2.2","0.2.3","0.2.4"],"opts":[{"n":"with-cairo","p":"cairo installation directory?","d":"autodetect"}]}]},{"name":"cassandra","license":"Apache License 2.0","summary":"DataStax PHP Driver for Apache Cassandra","description":"A modern, feature-rich and highly tunable PHP client library for Apache\nCassandra and DataStax Enterprise using exclusively Cassandra's binary\nprotocol and Cassandra Query Language v3.","phpv":[{"v":["1.0.0RC","1.0.0","1.0.1"],"min":"5.3.4","max":"5.99.99"},{"v":["1.1.0","1.2.0","1.2.1","1.2.2"],"min":"5.5.0","max":"7.0.99"},{"v":["1.3.0"],"min":"5.6.0","max":"7.0.99"},{"v":["1.3.2"],"min":"5.6.0","max":"7.1.99"}],"confopts":[{"v":["1.0.0RC","1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.2.2","1.3.0","1.3.2"]}]},{"name":"chdb","license":"BSD","summary":"A fast database for constant data with memory sharing across processes","description":"CHDB (constant hash database) is a fast key-value database for constant data,\nrealized by using a memory-mapped file and thus providing the following\nfunctionalities:\n- Extremely fast initial load, regardless of the size of the database.\n- Only the pages of the file which are actually used are loaded from the disk.\n- Once a page is loaded it is shared across multiple processes.\n- Loaded pages are cached across multiple requests and even process recycling.\nA typical use of CHDB is as a faster alternative to defining many PHP\nconstants.\nCHDB is internally implemented as a hash-table using a perfect hashing function,\nthus guaranteeing worst case O(1) lookup time.","phpv":[{"v":["0.1.0","0.2.0","1.0.0","1.0.1","1.0.2","1.0.3"],"min":"5.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","1.0.0","1.0.1","1.0.2","1.0.3"],"opts":[{"n":"with-chdb","p":"enable chdb support?","d":"yes"},{"n":"with-libcmph-dir","p":"cmph installation path?","d":"autodetect"}]}]},{"name":"classkit","license":"PHP","summary":"Runtime redefinition of class methods","description":"Allows a running script to add, remove, rename, and redefine class methods without reloading.\nNOTICE: This package has been discontinued. Please refer to the runkit package which is fully BC with classkit and contains additional functionality.","phpv":[{"v":["0.1","0.1.1","0.1.2","0.2","0.3","0.4"]}],"confopts":[{"v":["0.1","0.1.1","0.1.2","0.2","0.3","0.4"]}]},{"name":"cld","license":"BSD License","summary":"PHP Bindings for Chromium Compact Language Detector","description":"Exposes Chromium Compact Language Detector to PHP to find out what language a text is","phpv":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0"],"min":"5.3"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0"]}]},{"name":"clips","license":"PHP License 3.0","summary":"Integrated CLIPS environment for deployment of expert systems","description":"CLIPS is a tool for building expert systems. This extension is an interface to the CLIPS C library. A CLIPS environment is initialized upon each page request. Most of the common CLIPS commands are available as functions. Additional functions are available to create facts and instances from associative arrays in PHP.","phpv":[{"v":["0.5.0"]}],"confopts":[{"v":["0.5.0"]}]},{"name":"clucene","license":"PHP","summary":"Extension for CLucene","description":"This is an extension for CLucene. CLucene is a C++ port of the popular Apache Lucene text search engine.","phpv":[{"v":["0.0.9"],"min":"5.0.0"}],"confopts":[{"v":["0.0.9"]}]},{"name":"cmark","license":"PHP License","summary":"CommonMark extension","description":"This extension provides access to the reference implementation of CommonMark,\na rationalized version of Markdown syntax with a specification.","phpv":[{"v":["1.0.0","1.0.1","1.1.0"],"min":"7.0.0"},{"v":["1.2.0"],"min":"7.2.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.2.0"]}]},{"name":"coherence","license":"PHP","summary":"Extension for Oracle Coherence","description":"Provides native access to Coherence caches for PHP applications and out-of-the-box support for resilient in-memory HTTP session caching"},{"name":"coin_acceptor","license":"PHP","summary":"Interface for serial coin acceptors","description":"This module let you control your local coin acceptor, using\na serial connection and the simple management protocol. This module\nsupports 4 slot coin acceptors using the ABCD method to control them.","phpv":[{"v":["0.1","0.2","0.3"]}],"confopts":[{"v":["0.1","0.2","0.3"]}]},{"name":"colorer","license":"PHP License","summary":"Syntax highlighting","description":"Colorer take5 is a syntax highlighting and text parsing library, that provides\nservices of text parsing in host editor systems in real-time and transforming\nresults into colored text. For details, see http://colorer.sourceforge.net/\n\nWhile colorer is primarily designed for use with text editors, it can be also\nused for non-interactive syntax highlighting, for example, in web\napplications. This PHP extension provides basic functions for syntax\nhighlighting.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.5","0.6","0.7"]}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.5","0.6","0.7"]}]},{"name":"componere","license":"PHP License","summary":"Composing PHP classes at runtime","description":"Componere is able to compose classes at runtime, and monkey patch objects.","phpv":[{"v":["2.1.3","3.0.0"],"min":"7.0.0"},{"v":["3.1.0","3.1.1","3.1.2"],"min":"7.1.0"}],"confopts":[{"v":["2.1.3","3.0.0","3.1.0","3.1.1","3.1.2"]}]},{"name":"couchbase","license":"Apache V2","summary":"Couchbase Server PHP extension","description":"The PHP client library provides fast access to documents stored in a Couchbase Server.","phpv":[{"v":["1.1.4","1.1.5","1.2.0","1.2.1","1.2.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0","2.2.0beta1","2.2.0beta2","2.2.0beta3","2.2.0beta4","2.2.0","2.2.1","2.2.2","2.2.3"],"min":"5.3.0"},{"v":["2.2.4","2.3.0","2.3.1","2.3.2","2.3.3","2.3.4"],"min":"5.4.0"},{"v":["2.4.0","2.4.1","2.4.2","2.4.3","2.4.4","2.4.5","2.4.6","2.4.7","2.5.0","2.6.0","2.6.1","2.6.2"],"min":"5.6.0"},{"v":["3.0.0alpha1","3.0.0alpha2","3.0.0alpha3","3.0.0alpha4","3.0.0beta1","3.0.4"],"min":"7.1.0"},{"v":["3.0.5","3.1.0"],"min":"7.2.0"},{"v":["3.1.1","3.1.2","3.2.0","3.2.1","3.2.2"],"min":"7.3.0"},{"v":["4.0.0","4.1.0"],"min":"7.4.0"},{"v":["4.1.1","4.1.2","4.1.3","4.1.4","4.1.5","4.1.6"],"min":"8.0.0"}],"confopts":[{"v":["1.1.4","1.1.5","1.2.0","1.2.1","1.2.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0","2.2.0beta1","2.2.0beta2","2.2.0beta3","2.2.0beta4","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4","2.3.0","2.3.1","2.3.2","2.3.3","2.3.4","2.4.0","2.4.1","2.4.2","2.4.3","2.4.4","2.4.5","2.4.6","2.4.7","2.5.0","2.6.0","2.6.1","2.6.2","3.0.0alpha1","3.0.0alpha2","3.0.0alpha3","3.0.0alpha4","3.0.0beta1","3.0.4","3.0.5","3.1.0","3.1.1","3.1.2","3.2.0","3.2.1","3.2.2","4.0.0","4.1.0","4.1.1","4.1.2","4.1.3","4.1.4","4.1.5","4.1.6"]}]},{"name":"courierauth","license":"BSD-2-Clause","summary":"courierauth binding","description":"Provides means for authentication against any courier authdaemond backends.","phpv":[{"v":["0.1.0"],"min":"4.3","max":"6.0"}],"confopts":[{"v":["0.1.0"],"opts":[{"n":"with-courierauth","p":"whether to enable courierauth support","d":"yes"},{"n":"with-courierauth-security-risk","p":"whether to enable passwd security risk","d":"no"}]}]},{"name":"cpdf","license":"PHP License 3.0","summary":"C language API definitions for ClibPDF library","description":"C language API definitions for ClibPDF library"},{"name":"crack","license":"PHP","summary":"\"Good Password\" Checking Utility: Keep your users' passwords reasonably safe from dictionary based attacks","description":"This package provides an interface to the cracklib (libcrack) libraries that come standard on most unix-like distributions. This allows you to check passwords against dictionaries of words to ensure some minimal level of password security.\n\nFrom the cracklib README\nCrackLib makes literally hundreds of tests to determine whether you've\nchosen a bad password.\n\n* It tries to generate words from your username and gecos entry to tries\nto match them against what you've chosen.\n\n* It checks for simplistic patterns.\n\n* It then tries to reverse-engineer your password into a dictionary\nword, and searches for it in your dictionary.\n\n- after all that, it's PROBABLY a safe(-ish) password. 8-)","phpv":[{"v":["0.1","0.2","0.3"]},{"v":["0.4"],"min":"4.1.0"}],"confopts":[{"v":["0.1","0.2","0.3","0.4"]}]},{"name":"crack_dll","license":"PHP","summary":"\"Good Password\" Checking Utility: Keep your users' passwords reasonably safe from dictionary based attacks","description":"This package provides an interface to the cracklib (libcrack) libraries that come standard on most unix-like distributions. This allows you to check passwords against dictionaries of words to ensure some minimal level of password security.\n\nFrom the cracklib README\nCrackLib makes literally hundreds of tests to determine whether you've\nchosen a bad password.\n\n* It tries to generate words from your username and gecos entry to tries\nto match them against what you've chosen.\n\n* It checks for simplistic patterns.\n\n* It then tries to reverse-engineer your password into a dictionary\nword, and searches for it in your dictionary.\n\n- after all that, it's PROBABLY a safe(-ish) password. 8-)","phpv":[{"v":["0.4"],"min":"4.1.0"}],"confopts":[{"v":["0.4"]}]},{"name":"crypto","license":"PHP 3.01","summary":"Wrapper for OpenSSL Crypto Library","description":"This package provides an objective wrapper for OpenSSL Crypto Library","phpv":[{"v":["0.1.0","0.1.1"],"min":"5.3.0"},{"v":["0.2.0","0.2.1","0.2.2","0.3.0","0.3.1","0.3.2"],"min":"5.3.2"}],"confopts":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2","0.3.0","0.3.1","0.3.2"]}]},{"name":"CSV","license":"PHP V3.01","summary":"CSV PHP extension","description":"A new and improved CSV file PHP extension which follows RFC 4180 instead of using a custom escape mechanism.\n\nSupports multi-bytes delimiters, enclosures, and providing a custom EOL sequence.","phpv":[{"v":["0.3.0","0.3.1","0.3.2"],"min":"7.3.0"},{"v":["0.4.0","0.4.1","0.4.2"],"min":"8.0.0"}],"confopts":[{"v":["0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.4.2"]}]},{"name":"CUBRID","license":"PHP","summary":"This is the official PHP Extension to connect to CUBRID Database.","description":"CUBRID is an open source database management system highly optimized for Web applications (http://www.cubrid.org). The current PHP extension is fully compatibly with the latest stable version of CUBRID Database. To post issues and report bugs, please use CUBRID Official Forum at http://forum.cubrid.org.","phpv":[{"v":["8.3.0.0001","8.3.0.0002","8.3.0.0003","8.3.0.0004","8.3.0.0005","8.3.1.0001","8.3.1.0002","8.3.1.0003","8.3.1.0004","8.3.1.0005","8.3.1.0006","8.3.1.0007","8.3.1.0008","8.4.0.0001","8.4.0.0002","8.4.0.0003","8.4.0.0004","8.4.0.0005","8.4.1.0001","8.4.1.0002","8.4.1.0003","8.4.1.0004","8.4.1.0005","8.4.1.0006","8.4.3.0001","9.0.0.0001"],"min":"5.2.0"},{"v":["9.1.0.0001","9.1.0.0002","9.1.0.0003","9.1.0.0004","9.2.0.0001","9.3.0.0001","10.1.0.0001","10.1.0.0002"],"min":"5.3.0"}],"confopts":[{"v":["8.3.0.0001"],"opts":[{"n":"with-cubrid","p":"Include CUBRID support","d":"yes"}]},{"v":["8.3.0.0002","8.3.0.0003","8.3.0.0004","8.3.0.0005","8.3.1.0001","8.3.1.0002","8.3.1.0003","8.3.1.0004","8.3.1.0005","8.3.1.0006","8.3.1.0007","8.3.1.0008","8.4.0.0001","8.4.0.0002","8.4.0.0003","8.4.0.0004","8.4.0.0005","8.4.1.0001","8.4.1.0002","8.4.1.0003","8.4.1.0004","8.4.1.0005","8.4.1.0006","8.4.3.0001","9.0.0.0001","9.1.0.0001","9.1.0.0002"],"opts":[{"n":"with-cubrid","p":"CUBRID base install dir","d":"autodetect"}]},{"v":["9.1.0.0003","9.1.0.0004","9.2.0.0001","9.3.0.0001","10.1.0.0001","10.1.0.0002"]}]},{"name":"cvsclient","license":"PHP","summary":"CVS pserver client","description":"pserver client extension. Current version has read-only, diff, and log support.\nLater versions to include add/commit/remove.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"cybercash","license":"PHP License","summary":"providesa access to cybercash online payment API","description":"providesa access to cybercash online payment API","phpv":[{"v":["1.18","1.18p1"]}],"confopts":[{"v":["1.18","1.18p1"]}]},{"name":"cybermut","license":"PHP License","summary":"CyberMut Paiement System","description":"This extension gives you the possibility to use the CyberMut Paiement System of the Credit Mutuel (French Bank).","phpv":[{"v":["1.0","1.1"]}],"confopts":[{"v":["1.0","1.1"]}]},{"name":"cyrus","license":"PHP License","summary":"An extension which eases the manipulation of Cyrus IMAP servers.","description":"An extension which eases the manipulation of Cyrus IMAP servers.","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"daffodildb","license":"Proprietary","summary":"Daffodil DB extention module Driver.","description":"It' a database extention module driver ,that is required to work with Daffodil DB in PHP."},{"name":"datadog_trace","license":"BSD 3-Clause","summary":"APM and distributed tracing for PHP","description":"The Datadog PHP Tracer brings APM and distributed tracing to PHP.","phpv":[{"v":["0.8.1"],"min":"5.4"},{"v":["0.9.0","0.9.1","0.10.0","0.11.0","0.12.0","0.13.0","0.13.1","0.13.2","0.13.3","0.13.4","0.14.0","0.14.1","0.15.1","0.16.0","0.16.1","0.17.0","0.18.0","0.19.0","0.20.0","0.21.0"],"min":"5.6","max":"7.2.99"},{"v":["0.22.0","0.23.0","0.26.0","0.27.1","0.27.2","0.28.0","0.28.1","0.29.0","0.30.0","0.30.2","0.31.0","0.32.1","0.33.0","0.34.0","0.34.1","0.35.0","0.36.0","0.37.0"],"min":"5.6","max":"7.3.99"},{"v":["0.38.0","0.38.1","0.39.0","0.40.0","0.41.0","0.41.1","0.42.0","0.43.0","0.44.0","0.44.1","0.45.0","0.45.1","0.46.0","0.47.0","0.47.1","0.48.0","0.48.1","0.48.2","0.48.3"],"min":"5.6","max":"7.4.99"},{"v":["0.49.0"],"min":"5.4","max":"7.4.99"},{"v":["0.50.0","0.51.0","0.52.0","0.53.0","0.54.0","0.55.0","0.56.0","0.58.0","0.59.0","0.60.0","0.61.0","0.62.0","0.62.1","0.63.0","0.64.0","0.64.1","0.65.0","0.65.1"],"min":"5.4","max":"8.0.99"},{"v":["0.66.0","0.67.0","0.68.0","0.68.1","0.68.2","0.69.0","0.70.0","0.70.1","0.71.0","0.71.1","0.72.0","0.73.0","0.74.0","0.75.0","0.76.0"],"min":"5.4","max":"8.1.99"},{"v":["0.76.1","0.76.2","0.77.0","0.78.0","0.79.0","0.80.0","0.81.0","0.81.1"],"min":"7.0","max":"8.1.99"},{"v":["0.82.0","0.83.0","0.83.1","0.84.0","0.86.0","0.86.1","0.86.2","0.86.3","0.87.0","0.87.1","0.87.2","0.88.0","0.88.1","0.89.0","0.90.0","0.91.0","0.91.1","0.91.2","0.92.0","0.92.1","0.92.2"],"min":"7.0","max":"8.2.99"},{"v":["0.93.0","0.93.1","0.93.2","0.94.0","0.94.1"],"min":"7.0","max":"8.3.99"}],"confopts":[{"v":["0.8.1","0.9.0","0.9.1","0.10.0","0.11.0","0.12.0","0.13.0","0.13.1","0.13.2","0.13.3","0.13.4","0.14.0","0.14.1","0.15.1","0.16.0","0.16.1","0.17.0","0.18.0","0.19.0","0.20.0","0.21.0","0.22.0","0.23.0","0.26.0","0.27.1","0.27.2","0.28.0","0.28.1","0.29.0","0.30.0","0.30.2","0.31.0","0.32.1","0.33.0","0.34.0","0.34.1","0.35.0","0.36.0","0.37.0","0.38.0","0.38.1","0.39.0","0.40.0","0.41.0","0.41.1","0.42.0","0.43.0","0.44.0","0.44.1","0.45.0","0.45.1","0.46.0","0.47.0","0.47.1"],"opts":[{"n":"enable-ddtrace-debug","p":"Enable internal debugging in ddtrace","d":"no"}]},{"v":["0.48.0","0.48.1","0.48.2","0.48.3","0.49.0","0.50.0","0.51.0","0.52.0","0.53.0","0.54.0","0.55.0","0.56.0","0.58.0","0.59.0","0.60.0","0.61.0","0.62.0","0.62.1","0.63.0","0.64.0","0.64.1","0.65.0","0.65.1","0.66.0","0.67.0","0.68.0","0.68.1","0.68.2","0.69.0","0.70.0","0.70.1","0.71.0","0.71.1","0.72.0","0.73.0","0.74.0","0.75.0","0.76.0","0.76.1","0.76.2","0.77.0","0.78.0","0.79.0","0.80.0","0.81.0","0.81.1","0.82.0","0.83.0","0.83.1","0.84.0","0.86.0","0.86.1","0.86.2","0.86.3","0.87.0","0.87.1","0.87.2","0.88.0","0.88.1","0.89.0","0.90.0","0.91.0","0.91.1","0.91.2","0.92.0","0.92.1","0.92.2","0.93.0","0.93.1","0.93.2","0.94.0","0.94.1"]}]},{"name":"date_time","license":"PHP","summary":"Date and Time Library","description":"Date is a collection of functions and classes to deal with dates.\nSupport for date outside the UNIX date limitations. It provides\na lot of convenience functions/methods.","phpv":[{"v":["0.1"]}],"confopts":[{"v":["0.1"]}]},{"name":"dazuko","license":"PHP","summary":"Dazuko file-access-control","description":"Dazuko (in german: (Da)tei (Zu)griffs (Ko)ntrolle)\nfile-access-control allows you to communicate with the dazuko-kernel module\n(See: http://www.dazuko.org for details).\n\nIt is used to allow or disallow access to a file or directory, based upon\nthe event, the file or directory was accessed. So it is possible to use\ndazuko to code virus scanners and other security frameworks.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.41","0.42"]}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.41","0.42"]}]},{"name":"dbase","license":"PHP","summary":"dBase database file access functions","description":"These functions allow you to access records stored\nin dBase-format (dbf) databases.\n\nThere is no support for indexes or memo fields.\nThe databases are automatically locked with blocking flock()s.\n\ndBase files are simple sequential files of fixed length records.\nRecords are appended to the end of the file and deleted records\nare kept until you call dbase_pack().","phpv":[{"v":["5.0","5.0.1","5.1.0"],"min":"5"},{"v":["5.1.1"],"min":"5","max":"5.7"},{"v":["7.0.0beta1","7.0.0RC1","7.0.0","7.0.1","7.1.0RC1","7.1.0RC2","7.1.0","7.1.1"],"min":"7.0.0"}],"confopts":[{"v":["5.0","5.0.1","5.1.0","5.1.1","7.0.0beta1","7.0.0RC1","7.0.0","7.0.1","7.1.0RC1","7.1.0RC2","7.1.0","7.1.1"]}]},{"name":"DBDO","license":"PHP","summary":"Database DataObjects","description":"DEAD - I'm not working on this, - currently PEAR::DB_DataObjects does all I need, so there is no motivation to carry on with it.\n\n\nDBDO performs 2 tasks:\n1. Builds SQL statements based on the objects vars and the builder methods.\n2. acts as a datastore for a table row. (ORM)\nThe core class is designed to be extended for each of your tables so\nthat you put the data logic inside the data classes.\n\nFor the most part, refer to this for documentation\nhttp://pear.php.net/manual/en/package.database.db-dataobject.php\nand the project home page for any changes in method names.\n\nThe key differences between DataObjects and DBDO are:\n- PHP5 only\n- query() / with no arguments replaces find()\n- assignFrom replaces setFrom\n- DBDO::factory('dbalias','table') has 2 arguments, first being the db alias\n- Configuration done using static methods.\nDBDO::config('dbalias', 'provider','Mysql');\nDBDO::config('dbalias', 'cnc','database=XYZ');\n- Addition of FetchAll\n$do->fetchAll(DBDO::SINGLE | DBDO::OBJECTS | DBDO::KEY_VALUE | DBDO::VALUE)\n- Error handling\n* Throws exceptions for database errors / unusual stuff\n* E_ERROR's and dies if you use it incorrectly (eg. fixable at code level)\n- No support for joins yet.. (On the TODO list)\n\nBuilding it Requires libgda (www.gnome-db.org), currently from CVS, which can be a pain.\n\n- Win32 support is theoretically possible, it just requires someone to spend time working\nout how to build libgda (which has windows makefiles) and this library.","phpv":[{"v":["0.1.0"]}],"confopts":[{"v":["0.1.0"]}]},{"name":"dbplus","license":"PHP License","summary":"db++ database functions","description":"db++, made by the German company Concept asa, is a relational database\nsystem with high performance and low memory and disk usage in\nmind. While providing SQL as an additional language interface, it is\nnot really a SQL database in the first place but provides its own AQL\nquery language which is much more influenced by the relational algebra\nthen SQL is.","phpv":[{"v":["0.9"]}],"confopts":[{"v":["0.9"]}]},{"name":"DBus","license":"PHP","summary":"Extension for interaction with DBUS busses","description":"This extension allows you to talk to DBUS services on a system, and also act\nas a DBUS service.","phpv":[{"v":["0.1.0","0.1.1"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1"]}]},{"name":"dbx","license":"PHP","summary":"Database abstraction functions","description":"The dbx module is a database abstraction layer. The dbx functions allow\nyou to access all supported databases using a single calling convention.\nThe dbx-functions themselves do not interface directly to the databases,\nbut interface to the modules that are used to support these databases.\nThe currently supported databases are MySQL, ODBC, Oracle (oci8), MS SQL\nServer, PostgreSQL, FrontBase, Sybase-CT and SQLite. The\nmodule-dependencies are only for the databases you wish to use.","phpv":[{"v":["1.1.0"],"min":"4.3.0"},{"v":["1.1.1","1.1.2"],"min":"5.1.0"}],"confopts":[{"v":["1.1.0","1.1.1","1.1.2"]}]},{"name":"decimal","license":"MIT License","summary":"Arbitrary precision floating-point decimal","description":"Correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP 7","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.3.0","1.3.1","1.4.0"],"min":"7.0.0"},{"v":["2.0.0"],"min":"7.2.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.3.0","1.3.1","1.4.0","2.0.0"]}]},{"name":"dio","license":"PHP","summary":"Direct I/O functions","description":"PHP supports the direct io functions as described in the\nPosix Standard (Section 6) for performing I/O functions at\na lower level than the C-Language stream I/O functions\n(fopen(), fread(),..).\n\nDIO provides functions and stream wrappers which provide raw and\nserial low level IO support. The use of the DIO functions should\nbe considered only when direct control of a device is needed.\nIn all other cases, the standard filesystem functions are\nmore than adequate.","phpv":[{"v":["0.0.2"]},{"v":["0.0.4RC4","0.0.5","0.0.6","0.0.7"],"min":"5.2"},{"v":["0.0.8","0.0.9","0.1.0","0.2.0","0.2.1"],"min":"5.3.3"}],"confopts":[{"v":["0.0.2","0.0.4RC4","0.0.5","0.0.6","0.0.7","0.0.8","0.0.9","0.1.0","0.2.0","0.2.1"]}]},{"name":"docblock","license":"PHP License","summary":"phpDocumentor-style DocBlock (T_DOC_COMMENT token) tokenizer","description":"This extension is like the tokenizer extension for PHP.\nIt takes a document comment (docblock) like this one:\n\n/**\n* information {@inlinetag}\n* @tags\n*/\n\nand parses it into tokens.\n\nThe primary function is docblock_tokenize(), which accepts a\nstring, and returns an array of arrays of array(TOKEN, \"token\").\nTOKEN is one of DOCBLOCK_* constants.\n\ndocblock_tokenize() has an optional second bool parameter that\ndetermine whether to output non-essential tokens like\nthe /** * stuff.\n\ndocblock_token_name() takes a DOCBLOCK_* constant and returns its name","phpv":[{"v":["0.1.0","0.2.0"],"min":"5.1.0b1"}],"confopts":[{"v":["0.1.0","0.2.0"]}]},{"name":"domxml","license":"PHP","summary":"DOM XML Functions","description":"This extension allows you to operate on an XML document with the DOM API.\n\nIt has been superseded by the DOM extension that ships with PHP 5.\n\nAlthough it should be possible to use this old domxml extension with PHP 5, its use is highly discouraged, as there a very high potential for conflicts with the new dom extension.\n\nIf you are migrating from PHP 4 to PHP 5, the recommended best-practice is to port your domxml code to the much better dom code.\n\nIf you really must build domxml, you will need to obtain the sources from CVS and build them yourself.\n\nSee http://www.php.net/manual/en/install.pecl.php for instructions.\n\nNOTE: if you're running PHP 4.x, the domxml is already part of the distribution.\n\nNOTE 2: The download link below \"Download latest\" is broken and doesn't lead to anything. Please read above carefully for how to get it, if you really need to."},{"name":"dom_varimport","license":"PHP","summary":"Convert nested arrays into DOMDocument","description":"The extension converts nested PHP arrays and objects into DOMDocument.\nSome of projects use XSLT as a templating engine. To build XML for such engines,\nwe need a very fast and memory efficient way to convert PHP nested arrays and\nobjects into DOMDocument object. Also, produced XML should be straight-forward\nand as simple as it could be (BTW XMLRPC, SOAP and other XML-based formats are quite\nsloppy in this case). So dom_varimport has been introduced: it produces DOMDocument\nfrom a nested array near 20 times faster than a hand-made code in native PHP\n(1 MB XML with thousands of nodes could be generated in 1-2 ms).","phpv":[{"v":["1.11.0","1.11.1","1.11.2","1.11.3"],"min":"5.3.0"}],"confopts":[{"v":["1.11.0","1.11.1","1.11.2","1.11.3"]}]},{"name":"doublemetaphone","license":"PHP License","summary":"Provide Double Metaphone functionality","description":"The Double Metaphone algorithm by Lawrence Philips allows a word to be broken down into its phonemes.","phpv":[{"v":["0.1.2","0.2.0","1.0.0","1.0.1"],"min":"4.3.0"}],"confopts":[{"v":["0.1.2","0.2.0","1.0.0","1.0.1"]}]},{"name":"drizzle","license":"PHP","summary":"Drizzle Database API","description":"This extension uses libdrizzle library to provide API for communicating with drizzle and mysql databases.","phpv":[{"v":["0.4.0","0.4.1","0.4.2"],"min":"5.1.0","max":"6.0.0"}],"confopts":[{"v":["0.4.0","0.4.1","0.4.2"]}]},{"name":"Druid","license":"Apache2.0","summary":"A Druid driver for PHP with PECL extension.","description":"A Druid driver for PHP with PECL extension.\n- Build Druid REST Client Use CURL.\n- Request both with Full-Json or Templates-Json","phpv":[{"v":["0.3.0","0.6.0","0.9.0","0.9.2","1.0.0"],"min":"5.2.0"}],"confopts":[{"v":["0.3.0","0.6.0","0.9.0","0.9.2","1.0.0"]}]},{"name":"ds","license":"MIT License","summary":"Data Structures","description":"Data Structures for PHP 7","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0"],"min":"7.0.0"},{"v":["1.4.0"],"min":"7.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0","1.4.0"]}]},{"name":"DTrace","license":"PHP","summary":"A Solaris Dtrace provider","description":"Obsolete; use the much better implementation available in the core of PHP:\n\nhttp://www.php.net/manual/en/features.dtrace.php","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3"]}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"ecasound","license":"PHP","summary":"Ecasound provides audio recording and processing functions","description":"This extension wraps the Ecasound libraries to provide advanced audio processing capabilities.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"ecma_intl","license":"BSD-3-Clause","summary":"ecma_intl is an i18n and l10n extension for PHP","description":"ecma_intl is a PHP implementation of the ECMA-402 11th Edition\nInternationalization API Specification.","phpv":[{"v":["0.1.0","0.1.1","0.1.2"],"min":"8.2.0","max":"8.2.99"},{"v":["0.1.3","0.2.0"],"min":"8.2.0","max":"8.3.99"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.2.0"]}]},{"name":"eio","license":"php","summary":"Provides interface to the libeio library","description":"This extension provides interface to the libeio library written by Marc Lehmann\n(see http://software.schmorp.de/pkg/libeio.html).\n\nLibeio is a an asynchronous I/O library. Features basically include\nasynchronous versions of POSIX API(read, write, open, close, stat, unlink,\nfdatasync, mknod, readdir etc.); sendfile (native on Solaris, Linux, HP-UX,\nFreeBSD); readahead. libeio itself emulates the system calls, if they are not\navailable on specific(UNIX-like) platform.\n\nCurrently this extension supports GNU/Linux and BSD platforms only. But you can\ntry it on any UNIX OS.","phpv":[{"v":["0.0.1","0.1.0"],"min":"5.0.0"},{"v":["0.1.1","0.2.0","0.3.0","0.4.0"],"min":"5.0.1"},{"v":["0.5.0","1.0.0","1.1.0","1.2.0","1.2.1","1.2.3","1.2.4","1.2.5","1.2.6","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","3.0.0RC1","3.0.0RC2","3.0.0RC3","3.0.0RC4","3.0.1","3.1.0RC1","3.1.0"],"min":"5.3.0"}],"confopts":[{"v":["0.0.1","0.1.0","0.1.1","0.2.0","0.3.0"]},{"v":["0.4.0"],"opts":[{"n":"enable-eio-debug","p":"Enable internal debugging in Eio","d":"no"}]},{"v":["0.5.0","1.0.0","1.1.0","1.2.0"],"opts":[{"n":"enable-eio-debug","p":"Enable internal debugging in Eio","d":"no"},{"n":"enable-eio-sockets","p":"Enable sockets support in Eio","d":"yes"}]},{"v":["1.2.1","1.2.3","1.2.4","1.2.5","1.2.6","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","3.0.0RC1","3.0.0RC2","3.0.0RC3","3.0.0RC4","3.0.1","3.1.0RC1","3.1.0"],"opts":[{"n":"enable-eio-debug","p":"Enable internal debugging in Eio","d":"no"}]}]},{"name":"enchant","license":"PHP","summary":"libenchant binder, support near all spelling tools","description":"Enchant is a binder for libenchant. Libenchant provides a common\nAPI for many spell libraries:\n- aspell/pspell (intended to replace ispell)\n- hspell (hebrew)\n- ispell\n- myspell/hunspell (OpenOffice project, mozilla)\n- uspell (primarily Yiddish, Hebrew, and Eastern European languages)\nA plugin system allows to add custom spell support.\nsee www.abisource.com/enchant/","phpv":[{"v":["0.1","0.2.0","0.2.1","1.0"]},{"v":["1.0.1","1.0.2","1.1.0"],"min":"5"}],"confopts":[{"v":["0.1","0.2.0","0.2.1","1.0"]},{"v":["1.0.1","1.0.2","1.1.0"],"opts":[{"n":"with-enchant","p":"libenchant prefix?","d":"shared"}]}]},{"name":"env","license":"MIT","summary":"Load environment variables into PHP from a global configuration file","description":"Based on 12Factor Application rules this extension allows you to load environment variables into every PHP request, in every SAPI using a global configuration file with key value pairs of environment variables.","phpv":[{"v":["0.1.0","0.2.0","0.2.1"],"min":"5.5.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1"]}]},{"name":"ereg","license":"PHP","summary":"POSIX Regex Functions","description":"This extension provides the ereg family of functions that were provided with PHP 3-5. These functions have been superseded by the preg family of functions provided by the PCRE extension: http://php.net/pcre\n\nAlthough it should be possible to build this extension with PHP 7.0, you are strongly encouraged to port your code to use PCRE, as this extension is not maintained and is available for historical reasons only."},{"name":"esmtp","license":"PHP License","summary":"ESMTP client extenion","description":"Esmtp is a wrapper for SMTP client library based on the libESMTP library\n(http://www.stafford.uklinux.net/libesmtp/). You can use it to send messages\nusing internal SASL, and external/openssl SSL support.","phpv":[{"v":["0.3.0","0.3.1"]}],"confopts":[{"v":["0.3.0","0.3.1"]}]},{"name":"ev","license":"PHP","summary":"Provides interface to libev library","description":"ev provides interface to libev library - high performance\nfull-featured event loop written in C.","phpv":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.2.10","0.2.11","0.2.12","0.2.13","0.2.14","0.2.15","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0RC5","1.0.0RC6","1.0.0RC7","1.0.0RC8","1.0.0RC9","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.6","1.0.7","1.0.8","1.0.9","1.1.0","1.1.1r1","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6RC1"],"min":"5.4.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2"],"opts":[{"n":"enable-ev-debug","p":"Enable internal debugging in ev","d":"no"},{"n":"enable-ev-sockets","p":"Enable sockets support in ev","d":"yes"}]},{"v":["0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.2.10","0.2.11","0.2.12","0.2.13","0.2.14","0.2.15","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0RC5","1.0.0RC6","1.0.0RC7","1.0.0RC8","1.0.0RC9","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.6","1.0.7","1.0.8","1.0.9","1.1.0","1.1.1r1","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6RC1"],"opts":[{"n":"enable-ev-debug","p":"Enable internal debugging in ev","d":"no"}]}]},{"name":"event","license":"PHP","summary":"Provides interface to libevent library","description":"This is an extension to efficiently schedule I/O, time and signal based\nevents using the best I/O notification mechanism available for specific platform.\nThis is a port of libevent to the PHP infrastructure.\n\nVersion 1.0.0 introduces:\n* new OO API breaking backwards compatibility\n* support of libevent 2+ including HTTP, DNS, OpenSSL and the event listener.\n\nNote, event-1.0.0 and greater is not compatible with previous versions.","phpv":[{"v":["0.9","0.9.1"]},{"v":["1.2.5","1.2.6","1.3.0","1.4.0","1.5.0","1.5.1","1.6.0","1.6.1","1.6.2","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.7.6","1.7.7","1.7.8","1.8.0","1.8.1","1.9.0","1.9.1","1.10.0","1.10.1","1.10.2","1.10.3","1.11.0","1.11.1","1.11.2","1.11.3","2.0.0RC1","2.0.0RC2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.2.1","2.3.0RC1","2.3.0","2.4.0RC1","2.4.0RC2","2.4.0RC3","2.4.0","2.4.1","2.4.2","2.4.3","2.4.4","2.5.0","2.5.1","2.5.2","2.5.3","2.5.4","2.5.5","2.5.6","2.5.7","3.0.0","3.0.1","3.0.2r1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7RC1","3.0.7","3.0.8","3.1.0RC1"],"min":"5.4.0"}],"confopts":[{"v":["0.9","0.9.1"]},{"v":["1.2.5","1.2.6"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in event","d":"no"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["1.3.0"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in event","d":"no"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in event","d":"yes"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["1.4.0","1.5.0","1.5.1","1.6.0","1.6.1","1.6.2","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in event","d":"no"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["1.7.6","1.7.7","1.7.8","1.8.0","1.8.1","1.9.0","1.9.1","1.10.0","1.10.1","1.10.2","1.10.3","1.11.0","1.11.1","1.11.2","1.11.3","2.0.0RC1","2.0.0RC2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.2.1","2.3.0RC1","2.3.0"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in Event","d":"no"},{"n":"enable-event-sockets","p":"Enable sockets support in Event","d":"yes"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in Event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["2.4.0RC1","2.4.0RC2","2.4.0RC3","2.4.0"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in Event","d":"no"},{"n":"enable-event-sockets","p":"Enable sockets support in Event","d":"yes"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in Event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-event-ns","p":"PHP Namespace for all Event classes","d":""},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["2.4.1","2.4.2","2.4.3","2.4.4","2.5.0","2.5.1","2.5.2","2.5.3","2.5.4","2.5.5","2.5.6","2.5.7","3.0.0","3.0.1","3.0.2r1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7RC1","3.0.7"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in Event","d":"no"},{"n":"enable-event-sockets","p":"Enable sockets support in Event","d":"yes"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in Event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-event-ns","p":"PHP Namespace for all Event classes","d":"no"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["3.0.8","3.1.0RC1"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in Event","d":"no"},{"n":"enable-event-sockets","p":"Enable sockets support in Event","d":"yes"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in Event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-event-ns","p":"PHP Namespace for all Event classes","d":"no"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"yes"}]}]},{"name":"excimer","license":"Apache 2.0","summary":"Interrupting timer and low-overhead sampling profiler","description":"Calls a user-defined callback when a one-shot or periodic timer expires. Also a sampling profiler backend, which aggregates backtraces collected by a periodic timer.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1"],"min":"7.1.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1"]}]},{"name":"expect","license":"PHP License","summary":"PHP extension for expect library","description":"This extension allows to interact with processes through PTY, using expect library.","phpv":[{"v":["0.1","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"]},{"v":["0.2.7","0.2.8","0.2.9","0.3.0","0.3.1","0.3.2"],"min":"4.0.0"},{"v":["0.3.3"],"min":"4.0.0","max":"5.99.99"},{"v":["0.4.0"],"min":"4.0.0","max":"7.99.99"}],"confopts":[{"v":["0.1","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.3.0","0.3.1","0.3.2","0.3.3","0.4.0"]}]},{"name":"fam","license":"PHP","summary":"File Alteration Monitor Functions","description":"FAM monitors files and directories, notifying interested\napplications of changes.\nA PHP script may specify a list of files for FAM to monitor\nusing the functions provided by this extension.\nThe FAM process is started when the first connection from\nany application to it is opened. It exits after all\nconnections to it have been closed.","phpv":[{"v":["5.0.1"],"min":"4.3.0"}],"confopts":[{"v":["5.0.1"]}]},{"name":"fann","license":"PHP 3.01","summary":"Wrapper for FANN (Fast Artificial Neural Network) Library","description":"This package provides a PHP binding for FANN (Fast Artificial Neural Network) Library","phpv":[{"v":["0.1.0","0.1.1"]},{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.1.0RC1","1.1.0RC2","1.1.0","1.1.1","1.2.0RC1","1.2.0RC2"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.1.0RC1","1.1.0RC2","1.1.0","1.1.1","1.2.0RC1","1.2.0RC2"]}]},{"name":"ffi","license":"PHP","summary":"Foreign Function Interface","description":"FFI is a multi-platform extension for PHP 5 that allows you to bind to functions from arbitrary shared libraries and call them.","phpv":[{"v":["0.1","0.2","0.3"]}],"confopts":[{"v":["0.1","0.2","0.3"]}]},{"name":"Fileinfo","license":"PHP","summary":"libmagic bindings","description":"Allows retrieval of information regarding a vast majority of file types. This information may include dimensions, quality, length etc.\n\nAdditionally it can also be used to retrieve the mime type for a particular\nfile and for text files proper language encoding.\n\nNote: As of PHP 5.3.0 this extension is enabled by default and this PECL extension is no longer maintained and will contain no more releases.","phpv":[{"v":["0.1","0.2","0.3","1.0","1.0.1","1.0.2","1.0.3","1.0.4"]}],"confopts":[{"v":["0.1","0.2","0.3","1.0","1.0.1","1.0.2","1.0.3","1.0.4"]}]},{"name":"filepro","license":"PHP License 3.01","summary":"filePro database access functions","description":"These functions allow read-only access to data stored in filePro databases."},{"name":"filter","license":"PHP","summary":"Extension for safely dealing with input parameters.\n\nNote: This extension is now part of PHP Core, so use it instead of this outdated PECL version (as of PHP 5.2.0).","description":"The Input Filter extension is meant to address this issue by implementing a set\nof filters and mechanisms that users can use to safely access their input data.","phpv":[{"v":["0.9.0","0.9.2","0.9.3","0.9.4"],"min":"4.0.0"},{"v":["0.10.0","0.11.0"],"min":"5.0.0"}],"confopts":[{"v":["0.9.0","0.9.2","0.9.3","0.9.4","0.10.0","0.11.0"]}]},{"name":"FliteTTS","license":"PHP License 3.01","summary":"Text to speech voice synthesis for PHP","description":"FliteTTS is an extension built upon the Flite voice synthesis library. Flite was developed at Carnegie Mellon University and is a small, fast run-time voice synthesis engine which is designed to run in embedded systems and/or large scale server deployments (aka memory/processor efficient). The PHP extension uses the Flite library to transform text strings into spoken audio via both RIFF and raw formatted wave files. For more information please see the included README and or the documentation."},{"name":"fpdf","license":"PHP License","summary":"PDF Form Data Format functions","description":"Forms Data Format (FDF) is a format for handling forms\nwithin PDF documents. You should read the documentation\nat http://partners.adobe.com/asn/acrobat/forms.jsp for\nmore information on what FDF is and how it is used in\ngeneral."},{"name":"framegrab","license":"PHP","summary":"A video frame grabber extension","description":"Provides a set of classes and functions for grabbing video frames from video capture devices.","phpv":[{"v":["0.0.1","0.1.0","0.1.1"],"min":"5.2"}],"confopts":[{"v":["0.0.1","0.1.0","0.1.1"],"opts":[{"n":"with-png","p":"libpng prefix?","d":"autodetect"}]}]},{"name":"FreeImage","license":"PHP","summary":"Provides a wrapper to the FreeImage library.","description":"This extension is a wrapper for the FreeImage (http://freeimage.sourceforge.net)\nlibrary that allows PHP to support popular graphics image fromats like GIF, PNG,\nBMP, JPEG, TIFF, PSD, XPM and others as needed by today's multimedia application.\nSee the examples in the examples/ directory for some hints on how to use it.","phpv":[{"v":["0.1"]}],"confopts":[{"v":["0.1"]}]},{"name":"fribidi","license":"PHP","summary":"Implementation of the Unicode Bidirectional Algorithm (bidi)","description":"A PHP frontend to the GNU FriBidi library: an implementation of the Unicode Bidirectional Algorithm (UBA), provides means for handling right-to-left text.","phpv":[{"v":["1.0"]},{"v":["1.1"],"min":"4.0.0"},{"v":["1.2"],"min":"5.0.0"}],"confopts":[{"v":["1.0","1.1","1.2"]}]},{"name":"funcall","license":"New BSD","summary":"Add callbacks for any function/method","description":"Call callbacks before or after specified functions/methods being called.\n\nFor PHP 5.3, use version 0.3.0alpha\nFor PHP 5.2 and 5.1, use version 0.2.5","phpv":[{"v":["0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5"],"min":"5"},{"v":["0.3.0alpha"],"min":"5.3"}],"confopts":[{"v":["0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.3.0alpha"]}]},{"name":"functional","license":"BSD License","summary":"Functional primitives for PHP","description":"A number of functional primitives like map(), select(), each() for the PHP language","phpv":[{"v":["0.0.1","0.0.5","0.6.0"],"min":"5.3"}],"confopts":[{"v":["0.0.1","0.0.5","0.6.0"]}]},{"name":"fuse","license":"PHP","summary":"File system in user space package","description":"FUSE is a loadable kernel module that provides support for creating POSIX file system drivers that run in user space. This library is intended to work with the PHP command-line interpreter.","phpv":[{"v":["0.1"],"min":"5"}],"confopts":[{"v":["0.1"]}]},{"name":"GDChart","license":"PHP","summary":"GDChart Based Graphing Interface","description":"The GDChart extension provides an interface to the bundled\ngdchart library. This library uses GD (bundled) library to generate\n20 different types of graphs based on supplied parameters.\n\nThe extension provides an OO interface to gdchart exposing\nmajority of options via properties and complex (array) options via\na series of methods.\n\nTo use the current version of the extension PHP 5.0.0 is required,\nand older PHP 4 only version can be downloaded from CVS, by checking\nout the extension with PECL_4_3 tag.","phpv":[{"v":["0.2.0"],"min":"5.0.0","max":"6.0.0"}],"confopts":[{"v":["0.2.0"]}]},{"name":"gearman","license":"PHP","summary":"PHP wrapper to libgearman","description":"This extension uses libgearman library to provide API for communicating with gearmand, and writing clients and workers.","phpv":[{"v":["0.3","0.4.0","0.5.0","0.6.0","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2"],"min":"5.1.0","max":"6.0.0"},{"v":["2.1.0"],"min":"7.0.0","max":"8.1.99"}],"confopts":[{"v":["0.3","0.4.0","0.5.0","0.6.0","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","2.1.0"]}]},{"name":"gender","license":"PHP","summary":"Gender Extension","description":"Gender PHP extension is a port of the gender.c program originally written by Joerg Michael. The main purpose is to find out the gender of firstnames. The name dictionary contains >40000 firstnames from 54 countries.","phpv":[{"v":["0.6.0","0.6.1","0.7.0"],"min":"5.2.0"},{"v":["0.8.0","0.9.0","1.0.0","1.1.0"],"min":"5.3.0"}],"confopts":[{"v":["0.6.0","0.6.1","0.7.0","0.8.0","0.9.0","1.0.0","1.1.0"]}]},{"name":"geoip","license":"PHP License","summary":"Map IP address to geographic places","description":"This PHP extension allows you to find the location of an IP address - City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type. For more info, please visit Maxmind's website.","phpv":[{"v":["0.2.0","1.0.0"]},{"v":["1.0.1","1.0.2","1.0.3","1.0.5","1.0.6","1.0.7","1.0.8","1.1.0","1.1.1"],"min":"4.3.0"}],"confopts":[{"v":["0.2.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.5","1.0.6","1.0.7","1.0.8","1.1.0","1.1.1"]}]},{"name":"geospatial","license":"PHP 3.01","summary":"PHP Extension to handle common geospatial functions","description":"The extension currently has implementations of the Haversine and\nVincenty's formulas for calculating distances, an initial bearing calculation\nfunction, a Helmert transformation function to transfer between different\nsupported datums, conversions between polar and Cartesian coordinates,\nconversions between Degree/Minute/Seconds and decimal degrees, a method to\nsimplify linear geometries, as well as a method to calculate intermediate\npoints on a LineString.","phpv":[{"v":["0.1.0","0.2.0","0.2.1"],"min":"5.4.0"},{"v":["0.3.1","0.3.2"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.3.1","0.3.2"]}]},{"name":"gmagick","license":"PHP License","summary":"Provides a wrapper to the GraphicsMagick library.","description":"Gmagick is a php extension to create, modify and obtain meta information of images using the GraphicsMagick API.\nVersion 2.0.0RC1 onwards requires GraphicsMagick version 1.3.17+ and PHP 7.0.1+\nVersion 2.0.5RC1 onwards requires GraphicsMagick version 1.3.20+ and PHP 7.0.1+\nIf you're using versions of PHP below 7.0.1 but above 5.1.3, please use version Gmagick 1.1.7RC3","phpv":[{"v":["1.0a1","1.0a2","1.0.0a3","1.0.0b1","1.0.1c1","1.0.1a1","1.0.1b1","1.0.2b1","1.0.2b2","1.0.2b3","1.0.2b4","1.0.3b1","1.0.3b2","1.0.3b3","1.0.3b4","1.0.3b5","1.0.4b1","1.0.5b1","1.0.6b1","1.0.7b1","1.0.8b1","1.0.8b2","1.0.8b3","1.0.9b1","1.0.10b1","1.1.0RC1","1.1.0RC2","1.1.0RC3","1.1.1RC1","1.1.2RC1","1.1.3RC1","1.1.4RC1","1.1.5RC1","1.1.6RC1","1.1.6RC2","1.1.6RC3","1.1.7RC1","1.1.7RC2","1.1.7RC3"],"min":"5.1.3"},{"v":["2.0.0RC1","2.0.1RC1","2.0.1RC2","2.0.1RC3","2.0.2RC1","2.0.2RC2","2.0.3RC1","2.0.4RC1","2.0.5RC1","2.0.6RC1"],"min":"7.0.1"}],"confopts":[{"v":["1.0a1","1.0a2","1.0.0a3","1.0.0b1","1.0.1c1","1.0.1a1","1.0.1b1","1.0.2b1","1.0.2b2","1.0.2b3","1.0.2b4","1.0.3b1","1.0.3b2","1.0.3b3","1.0.3b4","1.0.3b5","1.0.4b1","1.0.5b1","1.0.6b1","1.0.7b1","1.0.8b1","1.0.8b2","1.0.8b3","1.0.9b1","1.0.10b1","1.1.0RC1","1.1.0RC2","1.1.0RC3","1.1.1RC1","1.1.2RC1","1.1.3RC1","1.1.4RC1","1.1.5RC1","1.1.6RC1","1.1.6RC2","1.1.6RC3","1.1.7RC1","1.1.7RC2","1.1.7RC3","2.0.0RC1","2.0.1RC1","2.0.1RC2","2.0.1RC3","2.0.2RC1","2.0.2RC2","2.0.3RC1","2.0.4RC1","2.0.5RC1","2.0.6RC1"],"opts":[{"n":"with-gmagick","p":"Please provide the prefix of GraphicsMagick installation","d":"autodetect"}]}]},{"name":"gnupg","license":"BSD, revised","summary":"wrapper around the gpgme library","description":"This extension provides methods to interact with gnupg","phpv":[{"v":["0.1","0.2","0.3"],"min":"5.0"},{"v":["0.4","0.5","0.6","0.6.1","0.7","0.7.1","1.0","1.1","1.2"],"min":"4.3"},{"v":["1.3","1.3.1","1.3.2","1.3.3","1.3.5","1.3.6"],"min":"4.4"},{"v":["1.4.0RC1","1.4.0RC2","1.4.0","1.5.0RC1","1.5.0RC2"],"min":"5.2.0"},{"v":["1.5.0","1.5.1"],"min":"5.3.2"}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.5","0.6","0.6.1","0.7","0.7.1","1.0","1.1","1.2","1.3","1.3.1","1.3.2","1.3.3","1.3.5","1.3.6","1.4.0RC1","1.4.0RC2","1.4.0","1.5.0RC1","1.5.0RC2","1.5.0","1.5.1"]}]},{"name":"graphdat","license":"Apache-2.0","summary":"Troubleshoot application and server performance","description":"Graphdat is a real time performance monitoring tool for websites. Graphdat graphs system metrics along side request counts and response time data. The purpose of the extension is report request counts and response time information to our agent (installed on the box) which forwards that along to our servers. The data is then presented in a graph so that you can see performance spikes as they happen, and trends over time.","phpv":[{"v":["0.1.0","0.2.0","0.3.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4"],"min":"4.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4"]}]},{"name":"gRPC","license":"Apache 2.0","summary":"A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.","description":"Remote Procedure Calls (RPCs) provide a useful abstraction for building distributed applications and services. The libraries in this repository provide a concrete implementation of the gRPC protocol, layered over HTTP/2. These libraries enable communication between clients and servers using any combination of the supported languages.","phpv":[{"v":["0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","0.8.0","0.8.1","0.14.0","0.15.0","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0","1.0.1RC1","1.0.1","1.1.0RC1","1.1.0","1.2.0RC1","1.2.0","1.3.1RC1","1.3.2RC1","1.3.2","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.4.3","1.4.4","1.4.6RC1","1.4.6RC2","1.4.6RC3","1.4.6RC4","1.4.6RC5","1.4.6RC6","1.4.6","1.6.0RC1","1.6.0","1.7.0RC1","1.7.0","1.8.0RC1","1.8.0","1.8.3","1.8.5","1.9.0RC1","1.9.0RC3","1.9.0","1.10.0RC2","1.10.0","1.10.1RC1","1.10.1","1.11.0RC1","1.11.0RC2","1.11.0","1.11.1RC1","1.11.1","1.12.0RC1","1.12.0","1.13.0RC3","1.13.0","1.14.0RC2","1.14.0","1.14.1","1.15.0RC1","1.15.0","1.16.0","1.17.0RC1","1.17.0RC2","1.17.0RC3","1.17.0","1.18.0RC1","1.18.0","1.19.0RC1","1.19.0","1.20.0RC1","1.20.0RC3","1.20.0","1.21.0RC1","1.21.2","1.21.3RC1","1.21.3","1.22.0RC1","1.22.0","1.22.1","1.23.0RC1","1.23.0","1.23.1","1.24.0RC1","1.24.0","1.25.0RC1","1.25.0","1.26.0RC1","1.26.0RC2","1.26.0","1.27.0RC1","1.27.0RC2","1.27.0","1.28.0RC1","1.28.0RC2","1.28.0","1.29.0","1.29.1","1.30.0RC1","1.30.0","1.31.0RC1","1.31.0","1.31.1","1.32.0RC1","1.32.0","1.33.0RC1","1.33.1"],"min":"5.5.0"},{"v":["1.34.0RC1","1.34.0RC2","1.34.0","1.35.0RC1","1.35.0","1.36.0RC1","1.36.0","1.37.0RC1","1.37.0RC2","1.37.0","1.37.1","1.38.0RC1","1.38.0","1.39.0RC1","1.39.0","1.40.0RC1","1.40.0","1.41.0RC2","1.41.0","1.42.0RC1","1.42.0","1.43.0RC1","1.43.0","1.44.0RC2","1.44.0","1.45.0","1.46.0RC1","1.46.0RC2","1.46.0","1.46.1","1.46.3","1.47.0","1.47.4","1.48.0RC1","1.48.0","1.48.1","1.48.4","1.49.0RC3","1.49.0","1.49.3","1.50.0RC1","1.50.0","1.50.2","1.51.1","1.51.3","1.52.0RC1","1.52.1","1.53.0RC1","1.53.0RC2","1.53.0","1.54.0RC1","1.54.0","1.55.0RC1","1.55.0","1.56.0RC1","1.56.0","1.57.0","1.58.0RC1","1.58.0","1.59.0RC1","1.59.1","1.60.0RC1","1.60.0"],"min":"7.0.0"}],"confopts":[{"v":["0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","0.8.0","0.8.1","0.14.0","0.15.0","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0","1.0.1RC1","1.0.1","1.1.0RC1","1.1.0","1.2.0RC1","1.2.0","1.3.1RC1","1.3.2RC1","1.3.2","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.4.3","1.4.4","1.4.6RC1","1.4.6RC2","1.4.6RC3","1.4.6RC4","1.4.6RC5","1.4.6RC6","1.4.6","1.6.0RC1","1.6.0","1.7.0RC1","1.7.0","1.8.0RC1","1.8.0","1.8.3","1.8.5","1.9.0RC1","1.9.0RC3","1.9.0","1.10.0RC2","1.10.0","1.10.1RC1","1.10.1","1.11.0RC1","1.11.0RC2","1.11.0","1.11.1RC1","1.11.1","1.12.0RC1","1.12.0","1.13.0RC3","1.13.0","1.14.0RC2","1.14.0","1.14.1","1.15.0RC1","1.15.0","1.16.0","1.17.0RC1","1.17.0RC2","1.17.0RC3","1.17.0","1.18.0RC1","1.18.0","1.19.0RC1","1.19.0","1.20.0RC1","1.20.0RC3","1.20.0","1.21.0RC1","1.21.2","1.21.3RC1","1.21.3","1.22.0RC1","1.22.0","1.22.1","1.23.0RC1","1.23.0","1.23.1","1.24.0RC1","1.24.0","1.25.0RC1","1.25.0","1.26.0RC1","1.26.0RC2","1.26.0","1.27.0RC1","1.27.0RC2","1.27.0","1.28.0RC1","1.28.0RC2","1.28.0","1.29.0","1.29.1","1.30.0RC1","1.30.0","1.31.0RC1","1.31.0","1.31.1","1.32.0RC1","1.32.0","1.33.0RC1","1.33.1","1.34.0RC1","1.34.0RC2","1.34.0","1.35.0RC1","1.35.0","1.36.0RC1","1.36.0","1.37.0RC1","1.37.0RC2","1.37.0","1.37.1","1.38.0RC1","1.38.0","1.39.0RC1","1.39.0","1.40.0RC1","1.40.0","1.41.0RC2","1.41.0","1.42.0RC1","1.42.0","1.43.0RC1","1.43.0","1.44.0RC2","1.44.0","1.45.0","1.46.0RC1","1.46.0RC2","1.46.0","1.46.1","1.46.3","1.47.0","1.47.4","1.48.0RC1","1.48.0","1.48.1","1.48.4","1.49.0RC3","1.49.0","1.49.3","1.50.0RC1","1.50.0","1.50.2","1.51.1","1.51.3","1.52.0RC1","1.52.1","1.53.0RC1","1.53.0RC2","1.53.0","1.54.0RC1","1.54.0","1.55.0RC1","1.55.0","1.56.0RC1","1.56.0","1.57.0","1.58.0RC1","1.58.0","1.59.0RC1","1.59.1","1.60.0RC1","1.60.0"]}]},{"name":"gupnp","license":"PHP","summary":"GUPnP wrapper extension","description":"GUPnP is an object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. This extension wraps GUPnP and provides similar API.","phpv":[{"v":["0.1.0","0.2.0","1.0.0"],"min":"5.2.2","max":"6.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","1.0.0"],"opts":[{"n":"with-gupnp","p":"Please provide the installation prefix of gupnp library","d":"autodetect"}]}]},{"name":"handlebars","license":"BSD-2-Clause","summary":"Handlebars templating language","description":"This extension embeds a Handlebars interpreter into PHP, allowing the execution of Handlebars templates.","phpv":[{"v":["0.8.2RC1"],"min":"5.6.0","max":"7.1.99"},{"v":["0.8.2RC2","0.8.2"],"min":"5.6.0","max":"7.2.99"},{"v":["0.8.3"],"min":"5.6.0","max":"7.3.99"},{"v":["0.9.0","0.9.1","0.9.2","1.0.0"],"min":"7.2.0"}],"confopts":[{"v":["0.8.2RC1","0.8.2RC2","0.8.2","0.8.3","0.9.0","0.9.1","0.9.2","1.0.0"]}]},{"name":"haru","license":"PHP","summary":"Haru PDF functions","description":"These functions allow you to create PDF documents using the Haru Free PDF Library.","phpv":[{"v":["0.0.1","1.0.0","1.0.3","1.0.4"],"min":"5.1.3","max":"6.0.0"}],"confopts":[{"v":["0.0.1","1.0.0","1.0.3","1.0.4"],"opts":[{"n":"with-haru","p":"Please provide the prefix of libharu installation","d":"autodetect"}]}]},{"name":"hash","license":"PHP","summary":"HASH Message Digest Framework","description":"Native implementations of common message digest algorithms using a generic factory method","phpv":[{"v":["1.1"]},{"v":["1.2","1.3","1.4","1.5"],"min":"4.0.0"}],"confopts":[{"v":["1.1","1.2","1.3","1.4","1.5"]}]},{"name":"hdr_histogram","license":"New BSD","summary":"A PHP extension wrapper for the C hdrhistogram API","description":"HdrHistogram: A High Dynamic Range Histogram. A Histogram that supports recording and analyzing sampled data value counts across a configurable integer value range with configurable value precision within the range. Value precision is expressed as the number of significant digits in the value recording, and provides control over value quantization behavior across the value range and the subsequent value resolution at any given level.","phpv":[{"v":["0.1.0","0.2.0","0.3.0"],"min":"5.4.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0"]}]},{"name":"hidef","license":"PHP License","summary":"Constants for real","description":"Allow definition of user defined constants in simple ini files,\nwhich are then processed like internal constants, without any\nof the usual performance penalties.","phpv":[{"v":["0.1.0"],"min":"5.1.0"},{"v":["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.1.10","0.1.11","0.1.12","0.1.13"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.1.10","0.1.11","0.1.12","0.1.13"]}]},{"name":"hprose","license":"MIT","summary":"Hprose for PHP.","description":"Hprose extension for PHP.\nHprose is a High Performance Remote Object Service Engine.\n\nIt is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.\n\nHprose supports many programming languages, for example:\n\nAAuto Quicker\nActionScript\nASP\nC++\nDart\nDelphi/Free Pascal\ndotNET(C#, Visual Basic...)\nGolang\nJava\nJavaScript\nNode.js\nObjective-C\nPerl\nPHP\nPython\nRuby\n...\nThrough Hprose, You can conveniently and efficiently intercommunicate between those programming languages.\n\nThis project is the implementation of Hprose for PHP.","phpv":[{"v":["1.0.0","1.1.0","1.2.0","1.3.0"],"min":"5.3"},{"v":["1.3.1","1.3.2","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8","1.7.0","1.8.0"],"min":"5.2"}],"confopts":[{"v":["1.0.0","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5"],"opts":[{"n":"enable-hprose","p":"whether to enable hprose support","d":"yes"}]},{"v":["1.6.6","1.6.7","1.6.8","1.7.0","1.8.0"]}]},{"name":"hrtime","license":"BSD","summary":"High resolution timing","description":"The extension implements a high resolution StopWatch class. It uses the the best possible APIs on different platforms. It also makes possible to implement a custom stopwatch using low level ticks delivered by the underlaying APIs.","phpv":[{"v":["0.4.3","0.5.0","0.5.1","0.6.0"],"min":"5.3"}],"confopts":[{"v":["0.4.3","0.5.0","0.5.1","0.6.0"]}]},{"name":"html_parse","license":"PHP","summary":"HTML parser extenion","description":"HTML parser extension based on the ekhtml library\n(http://ekhtml.sourceforge.net/)","phpv":[{"v":["0.1"]},{"v":["0.9.0","1.0.0"],"min":"4.0.0"}],"confopts":[{"v":["0.1"]},{"v":["0.9.0","1.0.0"],"opts":[{"n":"with-ekhtml","p":"ekhtml installation directory?","d":"autodetect"}]}]},{"name":"htscanner","license":"PHP License","summary":"htaccess support for PHP","description":"Allow one to use htaccess-like file to configure PHP\nper directory, just like apache's htaccess. It is especially useful with fastcgi (ISS5/6/7, lighttpd, etc.).\nThis package was originally developed by Bart Vanbrabant. Old versions are available\nfrom: http://files.zoeloelip.be/htscanner","phpv":[{"v":["0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.7.0","0.8.0","0.8.1","0.9.0","1.0.0","1.0.1"],"min":"5.1.0"}],"confopts":[{"v":["0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.7.0","0.8.0","0.8.1","0.9.0","1.0.0","1.0.1"]}]},{"name":"http_message","license":"MIT License","summary":"PSR-7 HTTP Message implementation","description":"PSR-7 compatible HTTP Message implementation as PHP extension","phpv":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2"],"min":"7.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2"]}]},{"name":"huffman","license":"PHP","summary":"Huffman compression is a lossless compression algorithm that is ideal for compressing textual data.","description":"Huffman compression belongs into a family of algorithms with a variable codeword length. That means that individual symbols (characters in a text file for instance) are replaced by bit sequences that have a distinct length. So symbols that occur a lot in a file are given a short sequence while other that are used seldom get a longer bit sequence.","phpv":[{"v":["0.1.0","0.2.0"]}],"confopts":[{"v":["0.1.0","0.2.0"]}]},{"name":"hwapi","license":"PHP License 3.01","summary":"Include official Hyperwave API support","description":"Include official Hyperwave API support"},{"name":"ibm_db2","license":"Apache License 2.0","summary":"Extension for IBM DB2 Universal Database, IBM Cloudscape, and\nApache Derby","description":"This extension supports IBM DB2 Universal Database, IBM\nCloudscape, and Apache Derby databases.","phpv":[{"v":["1.0","1.0.1","1.0.2","1.1.0","1.1.1"]},{"v":["1.1.2"],"min":"4.0.0"},{"v":["1.1.3","1.1.4","1.1.5","1.1.6","1.2.0","1.2.1","1.2.2","1.2.3","1.4.9","1.4.10","1.5.0","1.5.1","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.7.0","1.7.1","1.8.0","1.8.1","1.8.2"]},{"v":["1.8.3","1.8.4","1.9.0","1.9.1","1.9.2","1.9.3","1.9.4","1.9.5","1.9.6","1.9.7","1.9.8","1.9.9","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8"],"min":"4.0.0"},{"v":["2.1.0","2.1.1","2.1.2","2.1.3"],"min":"7.0.0"},{"v":["2.1.5","2.1.6","2.1.7","2.2.0"],"min":"7.3.0"}],"confopts":[{"v":["1.0","1.0.1","1.0.2","1.1.0","1.1.1"]},{"v":["1.1.2"],"opts":[{"n":"with-IBM_DB2","p":"DB2 Installation Directory?"}]},{"v":["1.1.3","1.1.4","1.1.5","1.1.6","1.2.0","1.2.1","1.2.2","1.2.3","1.4.9","1.4.10","1.5.0","1.5.1","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.7.0","1.7.1","1.8.0","1.8.1","1.8.2"]},{"v":["1.8.3","1.8.4","1.9.0","1.9.1","1.9.2","1.9.3","1.9.4","1.9.5","1.9.6","1.9.7","1.9.8","1.9.9","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.1.0","2.1.1","2.1.2","2.1.3","2.1.5","2.1.6","2.1.7","2.2.0"],"opts":[{"n":"with-IBM_DB2","p":"DB2 Installation Directory?"}]}]},{"name":"ice","license":"BSD-3-Clause","summary":"Simple and fast PHP framework","description":"Ice is a PHP framework frozen in C extension.","phpv":[{"v":["1.6.0","1.6.1","1.6.2","1.7.0"],"min":"7.1.0","max":"8.0.0"},{"v":["1.8.0alpha2","1.8.0alpha3","1.8.0","1.9.0","1.10.0","1.10.1"],"min":"7.4.0"}],"confopts":[{"v":["1.6.0","1.6.1","1.6.2","1.7.0","1.8.0alpha2","1.8.0alpha3","1.8.0","1.9.0","1.10.0","1.10.1"]}]},{"name":"id3","license":"PHP License","summary":"Functions to read and write ID3 tags in MP3 files.","description":"id3 enables to to retrieve and update information from ID3 tags in\nMP3 files. It supports version 1.0, 1.1 and 2.2+ (only reading text- and url-frames at the moment).","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"idn","license":"PHP","summary":"GNU Libidn","description":"Binding to the GNU libidn for using Internationalized Domain Names.","phpv":[{"v":["0.1"]},{"v":["0.2.0"],"min":"4"}],"confopts":[{"v":["0.1"]},{"v":["0.2.0"],"opts":[{"n":"with-idn","p":"GNU libidn installation dir?","d":"autodetect"}]}]},{"name":"igbinary","license":"BSD-3-Clause","summary":"igbinary extension","description":"Igbinary is a drop in replacement for the standard php serializer. Instead of\ntime and space consuming textual representation, igbinary stores php data\nstructures in a compact binary form. Savings are significant when using\nmemcached or similar memory based storages for serialized data.","phpv":[{"v":["1.1.1"],"min":"5.2.0"},{"v":["1.2.0"],"min":"5.4.0"},{"v":["1.2.1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5RC1","2.0.5","2.0.6RC1","2.0.6","2.0.7","2.0.8"],"min":"5.2.0"},{"v":["3.0.0a1","3.0.0a2","3.0.0","3.0.1","3.1.0b1","3.1.0b2","3.1.0b3","3.1.0b4","3.1.0","3.1.1a1","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6RC1","3.1.6","3.2.0","3.2.1","3.2.2RC1","3.2.2","3.2.3","3.2.4","3.2.5","3.2.6","3.2.7","3.2.8","3.2.9","3.2.10","3.2.11","3.2.12","3.2.13","3.2.14"],"min":"7.0.0"}],"confopts":[{"v":["1.1.1","1.2.0","1.2.1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5RC1","2.0.5","2.0.6RC1","2.0.6","2.0.7","2.0.8","3.0.0a1","3.0.0a2","3.0.0","3.0.1","3.1.0b1","3.1.0b2","3.1.0b3","3.1.0b4","3.1.0","3.1.1a1","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6RC1","3.1.6","3.2.0","3.2.1","3.2.2RC1","3.2.2","3.2.3","3.2.4","3.2.5","3.2.6","3.2.7","3.2.8","3.2.9","3.2.10","3.2.11","3.2.12","3.2.13","3.2.14"]}]},{"name":"imagick","license":"PHP License","summary":"Provides a wrapper to the ImageMagick library.","description":"Imagick is a native php extension to create and modify images using the ImageMagick API.\nThis extension requires ImageMagick version 6.5.3-10+ and PHP 5.4.0+.","phpv":[{"v":["0.1.1","0.1.2","0.9","0.9.0.1","0.9.1","0.9.2","0.9.3","0.9.4","0.9.5","0.9.6","0.9.7","0.9.8","0.9.9","0.9.10","0.9.11","0.9.13"]},{"v":["2.0.0a1","2.0.0a2","2.0.0a3","2.0.0b1","2.0.0b2","2.0.0b3","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0","2.0.1RC1","2.0.1","2.1.0RC1","2.1.0RC2","2.1.0RC3","2.1.0","2.1.1RC1","2.1.1","2.2.0b1","2.2.0b2","2.2.0RC1","2.2.0","2.2.1RC1","2.2.1RC2","2.2.1","2.2.2RC1","2.2.2RC2","2.2.2RC3","2.2.2RC4","2.2.2","2.3.0b1","2.3.0RC1","2.3.0RC2","2.3.0RC3","2.3.0","3.0.0b1","3.0.0b2","3.0.0RC1","3.0.0RC2","3.0.0","3.0.1RC1","3.0.1RC2","3.0.1","3.1.0b1","3.1.0RC1","3.1.0RC2","3.1.0RC3","3.1.0","3.1.1","3.1.2","3.2.0b1","3.2.0b2","3.2.0RC1","3.3.0RC1"],"min":"5.1.3"},{"v":["3.3.0RC2","3.3.0"],"min":"5.1.3","max":"7.0.0"},{"v":["3.4.0RC1","3.4.0RC2","3.4.0RC3","3.4.0RC4","3.4.0RC5","3.4.0RC6","3.4.0","3.4.1","3.4.2","3.4.3RC1","3.4.3RC2","3.4.3RC3","3.4.3RC4","3.4.3","3.4.4RC2","3.4.4","3.5.0RC1","3.5.0RC2","3.5.0","3.5.1RC1","3.5.1","3.6.0RC1","3.6.0RC2","3.6.0","3.7.0RC1","3.7.0"],"min":"5.4.0"}],"confopts":[{"v":["0.1.1","0.1.2","0.9","0.9.0.1","0.9.1","0.9.2","0.9.3","0.9.4","0.9.5","0.9.6","0.9.7","0.9.8","0.9.9","0.9.10","0.9.11","0.9.13"]},{"v":["2.0.0a1","2.0.0a2","2.0.0a3","2.0.0b1","2.0.0b2","2.0.0b3","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0","2.0.1RC1","2.0.1","2.1.0RC1","2.1.0RC2","2.1.0RC3","2.1.0","2.1.1RC1","2.1.1","2.2.0b1","2.2.0b2","2.2.0RC1","2.2.0","2.2.1RC1","2.2.1RC2","2.2.1","2.2.2RC1","2.2.2RC2","2.2.2RC3","2.2.2RC4","2.2.2","2.3.0b1","2.3.0RC1","2.3.0RC2","2.3.0RC3","2.3.0","3.0.0b1","3.0.0b2","3.0.0RC1","3.0.0RC2","3.0.0","3.0.1RC1","3.0.1RC2","3.0.1","3.1.0b1","3.1.0RC1","3.1.0RC2","3.1.0RC3","3.1.0","3.1.1","3.1.2","3.2.0b1","3.2.0b2","3.2.0RC1","3.3.0RC1","3.3.0RC2","3.3.0","3.4.0RC1","3.4.0RC2","3.4.0RC3","3.4.0RC4","3.4.0RC5","3.4.0RC6","3.4.0","3.4.1","3.4.2","3.4.3RC1","3.4.3RC2","3.4.3RC3","3.4.3RC4","3.4.3"],"opts":[{"n":"with-imagick","p":"Please provide the prefix of Imagemagick installation","d":"autodetect"}]},{"v":["3.4.4RC2","3.4.4","3.5.0RC1","3.5.0RC2","3.5.0","3.5.1RC1","3.5.1","3.6.0RC1","3.6.0RC2","3.6.0","3.7.0RC1","3.7.0"],"opts":[{"n":"with-imagick","p":"Please provide the prefix of ImageMagick installation","d":"autodetect"}]}]},{"name":"imlib2","license":"PHP License 4.0","summary":"Provides an image manipulation interface using libimlib2","description":"imlib2 is a very fast image manipulation library, but without the support for as many image formats as other libraries such as imagemagick.\nYou will need the imlib2 library from http://sourceforge.net/projects/enlightenment/ in order to compile this extension.\nThis extension is experimental. It's been tested on a number of Linux installs, but nothing else. Please report any bugs.","phpv":[{"v":["0.1.00"]}],"confopts":[{"v":["0.1.00"]}]},{"name":"immutable_cache","license":"PHP License","summary":"immutable_cache - an shared memory cache of immutable values","description":"immutable_cache - an shared memory cache of immutable values. Based on APCu.","phpv":[{"v":["6.1.0"],"min":"7.2.0"}],"confopts":[{"v":["6.1.0"],"opts":[{"n":"enable-immutable-cache-debug","p":"Enable internal debugging in immutable_cache","d":"no"}]}]},{"name":"IMS","license":"PHP 3.01","summary":"Communication with IBM Z/OS through IMS Connect","description":"Implements IMS Connect protocol to execute transactions on Mainframe platforms :\n\n- Most connection parameters available (host, user, clientid, lterm, datastore, RACF security, ...)\n- Input/Output messages processed as associative arrays in PHP scripts\n- Data fields processed accordingly to Close Copy description (from separate XML files).\n- Automatic character conversion ASCII/EBCDIC\n- Data communication tracing (through HTML display)\n\nTechnical considerations :\n\n- Compatibility with both PHP 4 and PHP 5\n- Requires a Z/OS server with IMS Connect for testing\n- Supported IMS Connect Exits :\no HWSJAVA0 Java module (default)\no HWSIMSO0 Simple module\n- No documentation published yet","phpv":[{"v":["0.1.0","0.1.1"]}],"confopts":[{"v":["0.1.0","0.1.1"]}]},{"name":"inclued","license":"PHP License","summary":"Clued-in about your inclueds","description":"Allows you trace through and dump the hierarchy of file inclusions and class inheritance at runtime","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"],"min":"5.1.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"]}]},{"name":"informix","license":"PHP License 3.01","summary":"Informix driver","description":"Informix driver"},{"name":"ingres","license":"PHP","summary":"Extension for the Ingres/Vectorwise Database Systems.","description":"This extension supports the Ingres/Vectorwise Database Systems.","phpv":[{"v":["1.0"]},{"v":["1.4.3","2.0.0","2.0.1","2.0.2","2.1.0","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4"],"min":"4.3.0"}],"confopts":[{"v":["1.0"]},{"v":["1.4.3","2.0.0","2.0.1","2.0.2","2.1.0","2.2.0","2.2.1"],"opts":[{"n":"with-ingres","p":"Ingres II_SYSTEM dir?"}]},{"v":["2.2.2","2.2.3","2.2.4"],"opts":[{"n":"with-ingres","p":"Ingres II_SYSTEM dir?","d":"/opt/Ingres/IngresII"}]}]},{"name":"inotify","license":"PHP License","summary":"Inotify","description":"Inotify bindings for PHP","phpv":[{"v":["0.1.2","0.1.3","0.1.4","0.1.5","0.1.6"],"min":"5.2.0"},{"v":["2.0.0","3.0.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","2.0.0","3.0.0"]}]},{"name":"interbase","license":"PHP License","summary":"InterBase/FireBird extension","description":"This is a PECL package of the interbase extension, which was previously apart of the PHP distribution.\n\nThis extension enables connectivity to an InterBase or FireBird based database system."},{"name":"intercept","license":"PHP","summary":"Intercept function/method calls","description":"Allows the user to have a user-space function called\nwhen the specified function or method is called.","phpv":[{"v":["0.1"]},{"v":["0.2.0"],"min":"4.3.10","max":"6.0.0"},{"v":["0.3.0"]},{"v":["0.4.0"],"min":"4.3.10","max":"6.0.0"}],"confopts":[{"v":["0.1","0.2.0","0.3.0","0.4.0"]}]},{"name":"intl","license":"PHP License","summary":"Internationalization extension","description":"pecl/intl is not mainained anymore. Use the version bundled with PHP.\n\nThe Internationalization extension exposes functionality of the ICU library to PHP.

This extension has been bundled with PHP since version 5.3. This PECL version backports improvements made in the development version of PHP to PHP 5.2-5.4.
Version 3.0 is in sync with PHP 5.5.","phpv":[{"v":["1.0.0beta"],"min":"5.2.0"},{"v":["1.0.0RC1","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","2.0.0b1","2.0.0","2.0.1","3.0.0a1","3.0.0a2","3.0.0b1","3.0.0"],"min":"5.2.4"}],"confopts":[{"v":["1.0.0beta","1.0.0RC1","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","2.0.0b1","2.0.0","2.0.1","3.0.0a1","3.0.0a2","3.0.0b1","3.0.0"],"opts":[{"n":"with-icu-dir","p":"Specify where ICU libraries and headers can be found","d":"DEFAULT"}]}]},{"name":"ion","license":"2-Clause-BSD","summary":"PHP extension for Amazon ION serialization format","description":"Amazon Ion is a richly-typed, self-describing, hierarchical data serialization format offering interchangeable binary and text representations.\n\nThe text format (a superset of JSON) is easy to read and author, supporting rapid prototyping. The binary representation is efficient to store, transmit, and skip-scan parse.","phpv":[{"v":["0.1.0","0.2.0","0.2.1"],"min":"8.1.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1"],"opts":[{"n":"with-ion","p":"where to find libion","d":"bundled"}]}]},{"name":"ip2location","license":"PHP License","summary":"Get geo location information of an IP address","description":"This PECL extension enables you to get the geo location information of an IP address, such as country, region or state, city, latitude and longitude, US ZIP code, time zone, Internet Service Provider (ISP) or company name, domain name, net speed, area code, weather station code, weather station name, mobile country code (MCC), mobile network code (MNC) and carrier brand, elevation, and usage type.","phpv":[{"v":["6.0.0","6.0.1","6.0.2","6.0.3","6.0.4","8.0.0","8.0.1","8.1.0","8.1.1","8.1.2"],"min":"5"},{"v":["8.2.0"],"min":"5.4.0"}],"confopts":[{"v":["6.0.0","6.0.1","6.0.2","6.0.3","6.0.4","8.0.0","8.0.1","8.1.0","8.1.1","8.1.2","8.2.0"]}]},{"name":"ip2proxy","license":"PHP License","summary":"Get proxy information of an IP address","description":"This PECL extension allows you to detect proxy servers with country, region, city, ISP, domain, usage type, ASN, security threat and proxy type information using IP2Proxy binary database.","phpv":[{"v":["3.0.0","3.0.1","3.0.2","3.0.3"],"min":"5"}],"confopts":[{"v":["3.0.0","3.0.1","3.0.2","3.0.3"]}]},{"name":"ircclient","license":"BSD-2-Clause","summary":"IRC Client","description":"Binding for the ircclient library.","phpv":[{"v":["0.3.0"],"min":"5.3"}],"confopts":[{"v":["0.3.0"],"opts":[{"n":"with-ircclient","p":"whether to enable libircclient suport; set libircclient directory","d":"yes"}]}]},{"name":"isis","license":"BSD","summary":"PHP extension for reading CDS/ISIS databases.","description":"This extension adds functionality to PHP in order to read CDS/ISIS databases through the OpenIsis library.","phpv":[{"v":["1.0.3p3"]}],"confopts":[{"v":["1.0.3p3"]}]},{"name":"jsmin","license":"PHP License","summary":"PHP extension for minifying JavaScript","description":"This extension provides an API for minifying JavaScript.","phpv":[{"v":["0.1.0"],"min":"5.3.0"},{"v":["0.1.1","1.0.0","1.1.0"],"min":"5.3.10"},{"v":["2.0.0"],"min":"5.5.0"},{"v":["2.0.1"],"min":"5.4.0"},{"v":["3.0.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","1.0.0","1.1.0","2.0.0","2.0.1","3.0.0"]}]},{"name":"json","license":"PHP 3.01","summary":"JavaScript Object Notation.\n\nNote: This extension is now part of PHP Core, so use it instead. As of PHP 5.2.0.","description":"Support for JSON (JavaScript Object Notation) serialization.","phpv":[{"v":["1.2.0","1.2.1"]}],"confopts":[{"v":["1.2.0","1.2.1"]}]},{"name":"jsonc","license":"PHP 3.01","summary":"JavaScript Object Notation","description":"Support for JSON (JavaScript Object Notation) serialization.\nThis is a drop-in alternative to PHP standard json extension.","phpv":[{"v":["1.3.0"],"min":"5.3.0"},{"v":["1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"min":"5.4.0"},{"v":["1.3.7","1.3.8RC1","1.3.8","1.3.9","1.3.10"],"min":"5.4.0","max":"6.0.0"}],"confopts":[{"v":["1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","1.3.8RC1","1.3.8","1.3.9","1.3.10"]}]},{"name":"jsond","license":"PHP 3.01","summary":"JavaScript Object Notation","description":"This is a drop-in alternative to the standard PHP JSON extension.","phpv":[{"v":["1.3.0"],"min":"5.2.6"},{"v":["1.4.0RC1","1.4.0"],"min":"5.3.3"}],"confopts":[{"v":["1.3.0","1.4.0RC1","1.4.0"]}]},{"name":"jsonnet","license":"Apache2.0","summary":"The Google JsonNet for PHP.","description":"The Google JsonNet for PHP.\n\nJsonnet language, from its most basic features to its powerful object model, punctuated with examples drawn from\nthe world of cocktails. These examples are meant to be fun, and although a little contrived, do not restrict our\nthinking to any one particular application of Jsonnet.\n\nCaveat: Note that Jsonnet unparses JSON in a simple way. In particular, it alphabetically reorders object fields\nin its output. This is natural and compatible with JSON, since if order is meaningful, an array of pairs should\nbe used instead of an object. Also, unparsing JSON using a canonical ordering of field names makes it possible\nto use diff to compare outputs. However, the example output on this page has been manually re-ordered in order\nto allow easier visual comparison to the given input. The whitespace of the output has also been tweaked to make\nit fit more neatly on the page. So, if you run these examples yourself, the output might be different (but\nequivalent).","phpv":[{"v":["1.0.0","1.1.0","1.1.1","1.2.0","1.3.0","1.3.1"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.1.0","1.1.1","1.2.0","1.3.0","1.3.1"]}]},{"name":"jsonpath","license":"PHP","summary":"Extract data using JSONPath notation","description":"This extension allows you to use the versatile JSONPath query language to extract the properties that you want from a decoded JSON document.","phpv":[{"v":["0.9.3","0.9.4","0.9.5","0.9.6","1.0.0"],"min":"7.4.0"}],"confopts":[{"v":["0.9.3","0.9.4","0.9.5","0.9.6","1.0.0"]}]},{"name":"json_post","license":"BSD-2-Clause","summary":"JSON POST handler","description":"This extension provides a PHP content type handler for \"application/json\" and\n\"text/json\" to PHP's form data parser. If the `Content-Type` of an incoming\nrequest is `text/json`, the JSON contents of the request body will by parsed\ninto `$_POST`.\n\nThis extension does not provide any constants, functions or classes.","phpv":[{"v":["1.0.0RC1","1.0.0RC2","1.0.0","1.0.1","1.0.2","1.1.0"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0RC1","1.0.0RC2","1.0.0","1.0.1","1.0.2","1.1.0"]}]},{"name":"Judy","license":"PHP","summary":"PHP Judy implements sparse dynamic arrays (aka Judy Arrays)","description":"PHP Judy implements sparse dynamic arrays (aka Judy Arrays). This extension is based\non the Judy C library. A Judy array consumes memory only when it is populated,\nyet can grow to take advantage of all available memory if desired. Judy's key benefits\nare scalability, high performance, and memory efficiency.","phpv":[{"v":["0.0.1","0.1.1","0.1.2"],"min":"5.3.3"},{"v":["0.1.3","0.1.4","0.1.5","0.1.6","1.0.0"],"min":"5.2.0"},{"v":["1.0.1","1.0.2"],"min":"5.3.0"}],"confopts":[{"v":["0.0.1","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","1.0.0","1.0.1","1.0.2"],"opts":[{"n":"with-judy","p":"Please provide the prefix of libJudy installation","d":"autodetect"}]}]},{"name":"kadm5","license":"LGPL","summary":"Remote access to Kerberos Administration Servers","description":"This package allows you to access Kerberos V administration servers.\nYou can create, modify, and delete Kerberos V principals and policies.","phpv":[{"v":["0.2.3"]}],"confopts":[{"v":["0.2.3"]}]},{"name":"krb5","license":"MIT License","summary":"Features:","description":"+ An interface for maintaining credential caches (KRB5CCache),\nthat can be used for authenticating against a kerberos5 realm\n+ Bindings for nearly the complete GSSAPI (RFC2744)\n+ The administrative interface (KADM5)\n+ Support for HTTP Negotiate authentication via GSSAPI\n\nDocumentation:\n+ see docs/ for the API documentation\n+ there are several pieces of example code in the examples/ directory\n+ see below for install instructions","phpv":[{"v":["1.0.0","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5"]}]},{"name":"KTaglib","license":"Modified BSD License","summary":"Library to edit audio properties and tags on MPEG and OGG files","description":"KTaglib is a PHP binding for the KDE taglib, which reads and writes tags for various audio files","phpv":[{"v":["0.0.1a1","0.2.0"],"min":"5.2.0"}],"confopts":[{"v":["0.0.1a1","0.2.0"]}]},{"name":"lapack","license":"PHP","summary":"Wrapper for the LAPACK linear algebra library.","description":"LAPACK (http://www.netlib.org/lapack) is written in Fortran 90 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. This PHP extension makes use of the LAPACKE C bindings to LAPACK, and provides access to some of the 'driver' methods, allowing straightforward solving of linear algebra problems from PHP.","phpv":[{"v":["0.1.0"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0"]}]},{"name":"lchash","license":"PHP","summary":"LibC Hash Interface","description":"The LCHASH extension provides interface to libc implementation\nof hash tables described by POSIX 1003.1-2001.","phpv":[{"v":["0.9","0.9.1"]}],"confopts":[{"v":["0.9","0.9.1"]}]},{"name":"leveldb","license":"PHP","summary":"LevelDB PHP bindings","description":"This extension is a PHP binding for Google LevelDB","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5"],"min":"5.2.0"},{"v":["0.2.1","0.3.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.1","0.3.0"]}]},{"name":"libevent","license":"PHP","summary":"Libevent - event notification","description":"This extension is a wrapper for libevent - event notification library.","phpv":[{"v":["0.0.2","0.0.4"],"min":"5.1.3","max":"6.0.0"},{"v":["0.0.5","0.1.0"],"min":"5.3.0","max":"6.0.0"}],"confopts":[{"v":["0.0.2","0.0.4","0.0.5","0.1.0"],"opts":[{"n":"with-libevent","p":"Please provide the prefix of libevent installation","d":"autodetect"}]}]},{"name":"libsodium","license":"BSD 2-Clause License","summary":"Wrapper for the Sodium cryptographic library","description":"A simple, low-level PHP extension for libsodium.","phpv":[{"v":["0.1.1","0.1.2"],"min":"5.2.0"},{"v":["0.1.3"],"min":"5.2.0","max":"5.99.99"},{"v":["0.2.0","0.2.1","1.0.0","1.0.1","1.0.2"],"min":"5.2.0","max":"7.99.99"},{"v":["1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"],"min":"5.4.0","max":"7.99.99"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11","2.0.12","2.0.13","2.0.14","2.0.15","2.0.16","2.0.17","2.0.18","2.0.19","2.0.20","2.0.21","2.0.22"],"min":"7.0.0","max":"7.99.99"},{"v":["2.0.23"],"min":"7.0.0","max":"8.0.99"}],"confopts":[{"v":["0.1.1","0.1.2","0.1.3","0.2.0","0.2.1","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11","2.0.12","2.0.13","2.0.14","2.0.15","2.0.16","2.0.17","2.0.18","2.0.19","2.0.20","2.0.21","2.0.22","2.0.23"]}]},{"name":"libvirt","license":"PHP","summary":"PHP bindings for libvirt","description":"libvirt-php is a php module that provides PHP bindings for libvirt virtualization toolkit and therefore you can access libvirt directly from your PHP scripts with no need to have virt-manager or libvirt-based CLI/GUI tools installed."},{"name":"llvm","license":"PHP License","summary":"Zend bytecode to LLVM assembly compiler","description":"Compiles Zend bytecode to LLVM assembly and then into optimized machine code."},{"name":"lua","license":"PHP","summary":"Embedded lua interpreter","description":"\"Lua is a powerful, fast, light-weight, embeddable scripting language.\"\nThis extension embeds the lua interpreter and offers an OO-API to lua variables and functions.","phpv":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4","1.0.0"],"min":"5.1.0","max":"5.4.0"},{"v":["1.1.0"],"min":"5.1.0"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"],"min":"7.0.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4","1.0.0","1.1.0","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"]}]},{"name":"LuaSandbox","license":"MIT","summary":"Lua interpreter with limits and safe environment","description":"LuaSandbox is an extension for running untrusted Lua code within a PHP web request. Code is run in a stripped-down, safe environment. Time and memory limits can be set.","phpv":[{"v":["3.0.2","3.0.3"],"min":"5.2.0"},{"v":["4.0.0","4.0.1","4.0.2","4.1.0","4.1.1"],"min":"7.2.0"}],"confopts":[{"v":["3.0.2","3.0.3","4.0.0","4.0.1","4.0.2","4.1.0","4.1.1"]}]},{"name":"lzf","license":"PHP License","summary":"LZF compression.","description":"This package handles LZF de/compression.","phpv":[{"v":["0.1","1.0","1.1","1.2","1.3","1.4"]},{"v":["1.5.0","1.5.1","1.5.2","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8"],"min":"4.0.0"},{"v":["1.7.0"],"min":"7.2.0"}],"confopts":[{"v":["0.1","1.0","1.1","1.2","1.3","1.4"]},{"v":["1.5.0","1.5.1","1.5.2","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8","1.7.0"],"opts":[{"n":"enable-lzf-better-compression","p":"Sacrifice speed in favour of compression ratio?","d":"no"}]}]},{"name":"mailparse","license":"PHP","summary":"Email message manipulation","description":"Mailparse is an extension for parsing and working with email messages.\nIt can deal with rfc822 and rfc2045 (MIME) compliant messages.","phpv":[{"v":["0.9","0.9.1","0.9.2","0.9.3","0.9.4","2.0b","2.1"]},{"v":["2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6"],"min":"4.3.0","max":"6.0.0"},{"v":["3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.1.0","3.1.1","3.1.2","3.1.3"],"min":"7.0.0"},{"v":["3.1.4","3.1.5","3.1.6"],"min":"7.3.0"}],"confopts":[{"v":["0.9","0.9.1","0.9.2","0.9.3","0.9.4","2.0b","2.1","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6"]}]},{"name":"markdown","license":"New BSD License","summary":"Processes the Markdown language with the bundled discount library.","description":"Markdown is a lightweight markup language created by John Gruber. It is also\nthe name of the original tool written in Perl that converts such markup into\nHTML.\n\nThis library is a wrapper for a modified version of the discount Markdown\nprocessor, created by David Parsons. It supports several extensions of the\noriginal Markdown language, including smartypants-style substitutions, pandoc-\nstyle document headers, and parts of Markdown Extra.\n\nThe modifications to discount include discarding several parts important only\nto stand-alone applications that accompany the library code, better consistency\nin library interface functions, thread-safety without eager initialization of\nglobals, usage of the Zend memory manager and support for Microsoft Windows.\n\nDiscount is available at <http://www.pell.portland.or.us/~orc/Code/discount/>.\n\nThe page of the original Markdown is available at\n<http://daringfireball.net/projects/markdown/>.\n\nWindows binaries (VC 9, x86, 1.0.0), with PDB files:\nThis extension is also compatible with PHP 5.2, but no Windows binaries will be provided here.","phpv":[{"v":["0.1.0","0.2.0","1.0.0"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.2.0","1.0.0"]}]},{"name":"maxdb","license":"PHP License","summary":"An extension to access MaxDB databases","description":"MaxDB PHP is an extension which provides access to the MySQL MaxDB databases. It is compatible\nwith MySQL's mysqli extension.","phpv":[{"v":["1.0","7.5.00.24","7.5.00.26","7.6.00.12","7.6.00.16","7.6.00.27","7.6.00.32","7.6.00.34","7.6.00.37","7.6.00.38"]}],"confopts":[{"v":["1.0","7.5.00.24","7.5.00.26","7.6.00.12","7.6.00.16","7.6.00.27","7.6.00.32","7.6.00.34","7.6.00.37","7.6.00.38"]}]},{"name":"maxminddb","license":"Apache License 2.0","summary":"Reader for the MaxMind DB file format","description":"This is the PHP extension for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).","phpv":[{"v":["1.8.0","1.9.0","1.10.0","1.10.1","1.11.0"],"min":"7.2.0"}],"confopts":[{"v":["1.8.0","1.9.0","1.10.0","1.10.1","1.11.0"]}]},{"name":"mcrypt","license":"PHP License","summary":"Bindings for the libmcrypt library","description":"Provides bindings for the unmaintained libmcrypt.","phpv":[{"v":["1.0.0"],"min":"7.1.0","max":"7.3.0"},{"v":["1.0.1"],"min":"7.2.0","max":"7.3.0"},{"v":["1.0.2"],"min":"7.2.0","max":"7.4.0"},{"v":["1.0.3"],"min":"7.2.0","max":"8.0.0"},{"v":["1.0.4"],"min":"7.2.0","max":"8.1.0"},{"v":["1.0.5"],"min":"7.2.0","max":"8.2.0"},{"v":["1.0.6"],"min":"7.2.0","max":"8.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6"],"opts":[{"n":"with-mcrypt","p":"libmcrypt prefix?","d":"autodetect"}]}]},{"name":"mcrypt_filter","license":"PHP","summary":"Applies mcrypt symmetric encryption using stream filters","description":"Creates mcrypt.* and mdecrypt.* class of filters for inline symmetric encryption and decryption.","phpv":[{"v":["0.1.0"],"min":"5.0.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0"]}]},{"name":"mcve","license":"PHP","summary":"libmonetra/libmcve interface","description":"Interface the MCVE/Monetra API (libmonetra [formerly libmcve]), allowing you to work directly with MCVE/Monetra from your PHP scripts. Monetra is Main Street Softworks' solution to direct credit\ncard processing for Unix.","phpv":[{"v":["1.0.0","1.0.1","5.2.0","5.2.1","5.2.2","7.0.0","7.0.1","7.0.2","7.0.3"],"min":"4.2.0"}],"confopts":[{"v":["1.0.0","1.0.1","5.2.0","5.2.1","5.2.2","7.0.0","7.0.1","7.0.2","7.0.3"]}]},{"name":"mdbtools","license":"LGPL","summary":"MDB data file access library","description":"mdbtools provides read access to MDB data files\nas used by Microsoft Access and its underlying\nJetEngine.\n\nIt is based on libmdb from the mdbtools package\navailable at http://mdbtools.sourceforge.net/","phpv":[{"v":["0.1"]},{"v":["0.6.0","1.0.0"],"min":"4.0.0"}],"confopts":[{"v":["0.1"]},{"v":["0.6.0","1.0.0"],"opts":[{"n":"with-mdbtools","p":"mdbtools installation directory?","d":"autodetect"}]}]},{"name":"memcache","license":"PHP License","summary":"memcached extension","description":"Memcached is a caching daemon designed especially for\ndynamic web applications to decrease database load by\nstoring objects in memory.\nThis extension allows you to work with memcached through\nhandy OO and procedural interfaces.\nThe extension allows use to store sessions in memcached via memcache.","phpv":[{"v":["0.2","0.4","1.0","1.1","1.2","1.3","1.4","1.5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0"]},{"v":["2.1.1","2.1.2"],"min":"4.0.0"},{"v":["2.2.0","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8"],"min":"4.3.11"},{"v":["4.0.5.1","4.0.5.2"],"min":"7.0.0"},{"v":["8.0","8.2"],"min":"8.0.0"}],"confopts":[{"v":["0.2","0.4","1.0","1.1","1.2","1.3","1.4","1.5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.1.1","2.1.2","2.2.0","2.2.1"]},{"v":["2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7"],"opts":[{"n":"enable-memcache-session","p":"Enable memcache session handler support?","d":"yes"}]},{"v":["3.0.0"]},{"v":["3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8","4.0.5.1","4.0.5.2","8.0","8.2"],"opts":[{"n":"enable-memcache-session","p":"Enable memcache session handler support?","d":"yes"}]}]},{"name":"memcached","license":"PHP","summary":"PHP extension for interfacing with memcached via libmemcached library","description":"This extension uses libmemcached library to provide API for communicating with memcached servers.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.0","1.0.0","1.0.1","1.0.2","2.0.0b1","2.0.0b2","2.0.0","2.0.1","2.1.0","2.2.0b1","2.2.0RC1","2.2.0"],"min":"5.2.0","max":"6.0.0"},{"v":["3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.2.0RC1","3.2.0RC2","3.2.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.0","1.0.0","1.0.1","1.0.2","2.0.0b1","2.0.0b2","2.0.0","2.0.1","2.1.0"]},{"v":["2.2.0b1","2.2.0RC1","2.2.0","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4"],"opts":[{"n":"with-libmemcached-dir","p":"libmemcached directory","d":"no"}]},{"v":["3.1.0"],"opts":[{"n":"with-libmemcached-dir","p":"libmemcached directory","d":"no"},{"n":"with-zlib-dir","p":"zlib directory","d":"no"},{"n":"with-system-fastlz","p":"use system fastlz","d":"no"},{"n":"enable-memcached-igbinary","p":"enable igbinary serializer","d":"no"},{"n":"enable-memcached-msgpack","p":"enable msgpack serializer","d":"no"},{"n":"enable-memcached-json","p":"enable json serializer","d":"no"},{"n":"enable-memcached-protocol","p":"enable server protocol","d":"no"},{"n":"disable-memcached-sasl","p":"disable sasl","d":"no"},{"n":"disable-memcached-session","p":"disable sessions","d":"no"}]},{"v":["3.1.1"],"opts":[{"n":"with-libmemcached-dir","p":"libmemcached directory","d":"no"},{"n":"with-zlib-dir","p":"zlib directory","d":"no"},{"n":"with-system-fastlz","p":"use system fastlz","d":"no"},{"n":"enable-memcached-igbinary","p":"enable igbinary serializer","d":"no"},{"n":"enable-memcached-msgpack","p":"enable msgpack serializer","d":"no"},{"n":"enable-memcached-json","p":"enable json serializer","d":"no"},{"n":"enable-memcached-protocol","p":"enable server protocol","d":"yes"},{"n":"enable-memcached-sasl","p":"enable sasl","d":"yes"},{"n":"enable-memcached-session","p":"enable sessions","d":"yes"}]},{"v":["3.1.2","3.1.3","3.1.4","3.1.5","3.2.0RC1","3.2.0RC2","3.2.0"],"opts":[{"n":"with-libmemcached-dir","p":"libmemcached directory","d":"no"},{"n":"with-zlib-dir","p":"zlib directory","d":"no"},{"n":"with-system-fastlz","p":"use system fastlz","d":"no"},{"n":"enable-memcached-igbinary","p":"enable igbinary serializer","d":"no"},{"n":"enable-memcached-msgpack","p":"enable msgpack serializer","d":"no"},{"n":"enable-memcached-json","p":"enable json serializer","d":"no"},{"n":"enable-memcached-protocol","p":"enable server protocol","d":"no"},{"n":"enable-memcached-sasl","p":"enable sasl","d":"yes"},{"n":"enable-memcached-session","p":"enable sessions","d":"yes"}]}]},{"name":"memoize","license":"http://www.php.net/license/3_01.txt","summary":"Transparently cache PHP functions","description":"Memoize is an extension which transparently caches PHP functions, much like Perl's Memoize module.\n\nIt can use APC or memcached for storage, so values persist between requests.","phpv":[{"v":["0.2.0"],"min":"5.2.0"}],"confopts":[{"v":["0.2.0"],"opts":[{"n":"enable-memoize-memory","p":"Enable memory storage module?","d":"yes"},{"n":"enable-memoize-apc","p":"Enable APC storage module?","d":"no"},{"n":"with-memcached","p":"Please provide the prefix where libmemcached-1.0 is installed","d":"no"}]}]},{"name":"memprof","license":"BSD","summary":"Memory profiler","description":"Memprof is a fast and accurate memory profiler that can be used to find the cause of memory leaks in PHP applications.","phpv":[{"v":["1.0.0"],"min":"5.3.0"},{"v":["2.0.0","2.1.0","2.1.1"],"min":"7.0.0"},{"v":["2.1.2","3.0.0","3.0.1","3.0.2"],"min":"7.1.0"}],"confopts":[{"v":["1.0.0","2.0.0","2.1.0","2.1.1","2.1.2","3.0.0","3.0.1","3.0.2"]}]},{"name":"memsession","license":"PHP License","summary":"In-memory session extension","description":"Store session in process memory for single process multi-threaded php servers","phpv":[{"v":["1.0.0","1.0.1"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.0.1"]}]},{"name":"memtrack","license":"PHP","summary":"PHP extension to watch (unusually high) memory consumption in PHP scripts","description":"memtrack is a PHP extension that tracks memory consumption in PHP scripts\nand produces reports (warnings) when memory usage reaches certain levels\nset by the user.","phpv":[{"v":["0.1.0","0.2.0","0.2.1"],"min":"5.1.3","max":"6.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1"]}]},{"name":"meta","license":"PHP","summary":"Build ASTs and CSTs from PHP source code","description":"A PHP module for generating the AST tree of a PHP source code, useful for\nuserland tools for static code analysis, a preprocessor, meta programming.\n\nSee README.md for further details.","phpv":[{"v":["0.0.1"],"min":"5.3.0"}],"confopts":[{"v":["0.0.1"]}]},{"name":"ming","license":"PHP License 3.01","summary":"Binding for the ming library, swf generation (flash)","description":"Ming is an open-source (LGPL) library which allows you to create SWF (\"Flash\") format movies. Ming supports almost all of Flash 4's features, including: shapes, gradients, bitmaps (pngs and jpegs), morphs (\"shape tweens\"), text, buttons, actions, sprites (\"movie clips\"), streaming mp3, and color transforms --the only thing that's missing is sound events."},{"name":"mnogosearch","license":"PHP License","summary":"mnoGoSearch extension module for PHP","description":"Until PHP 5.1.0, this package was bundled in PHP.\n\nThis extension is a complete PHP binding for the mnoGoSearch API.\nFor details please see to http://www.mnogosearch.org/ or the manual.","phpv":[{"v":["1.0.0"],"min":"4.3.0"}],"confopts":[{"v":["1.0.0"],"opts":[{"n":"with-mnogosearch","p":"mnoGoSearch base install directory","d":"/usr/local/mnogosearch"}]}]},{"name":"mogilefs","license":"BSD License","summary":"PHP client library to communicate with the MogileFS storage","description":"PHP MogileFS is a client library to communicate with MogileFS trackers. Those trackers are part of the distributed filesystem MogileFS created by Danga Interactive (http://www.danga.com/) and used in serveral large scale projects like LiveJournal.","phpv":[{"v":["0.7.5b4","0.7.5b5","0.7.5b6","0.7.5b7","0.7.5RC1"],"min":"5.2","max":"5.3"},{"v":["0.7.5","0.8.1"],"min":"5.2","max":"5.3.3"},{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.3.1"],"min":"5.2"}],"confopts":[{"v":["0.7.5b4","0.7.5b5","0.7.5b6","0.7.5b7","0.7.5RC1","0.7.5","0.8.1","0.9.0","0.9.1","0.9.2","0.9.3","0.9.3.1"]}]},{"name":"Molten","license":"Apache 2.0","summary":"molten is transparency tool for application tracing it self module call","description":"molten is transparency tool for application tracing it self module call.\n\nIt trace php app core call and output zipkin/opentracing format trace log.\n\nProvides features about muliti trace sapi, multi sampling type, upload tracing status, module control and muliti sink type.\n\nIt very easy to build a distributed systems tracing infrastructure base on php, already run on thousand instance on production env.","phpv":[{"v":["0.1.0beta","0.1.1beta","0.1.2beta"],"min":"5.4.0","max":"7.2.0"}],"confopts":[{"v":["0.1.0beta","0.1.1beta","0.1.2beta"]}]},{"name":"mongo","license":"Apache License","summary":"MongoDB database driver","description":"This package provides an interface for communicating with the MongoDB database in PHP.","phpv":[{"v":["0.9.0"],"min":"5.0.0"},{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.2.12"],"min":"5.1.0"},{"v":["1.3.0beta1","1.3.0beta2","1.3.0RC1","1.3.0RC2"],"min":"5.3.0"},{"v":["1.3.0RC3","1.3.0","1.3.1","1.3.2RC1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","1.4.0beta1","1.4.0RC1","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5","1.5.0alpha1","1.5.0RC1","1.5.0RC2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.5.6","1.5.7","1.5.8"],"min":"5.2.6"},{"v":["1.6.0RC1","1.6.0RC2","1.6.0RC3","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8","1.6.9","1.6.10","1.6.11"],"min":"5.3.0"},{"v":["1.6.12","1.6.13","1.6.14","1.6.15","1.6.16"],"min":"5.3.0","max":"5.99.99"}],"confopts":[{"v":["0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.2.12","1.3.0beta1","1.3.0beta2","1.3.0RC1","1.3.0RC2","1.3.0RC3","1.3.0","1.3.1","1.3.2RC1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","1.4.0beta1","1.4.0RC1","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5","1.5.0alpha1","1.5.0RC1","1.5.0RC2"]},{"v":["1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.5.6","1.5.7","1.5.8","1.6.0RC1","1.6.0RC2","1.6.0RC3","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8","1.6.9","1.6.10","1.6.11","1.6.12","1.6.13","1.6.14","1.6.15","1.6.16"],"opts":[{"n":"with-mongo-sasl","p":"Build with Cyrus SASL (MongoDB Enterprise Authentication) support?","d":"no"}]}]},{"name":"mongodb","license":"Apache License","summary":"MongoDB driver for PHP","description":"The purpose of this driver is to provide exceptionally thin glue between MongoDB\nand PHP, implementing only fundamental and performance-critical components\nnecessary to build a fully-functional MongoDB driver.","phpv":[{"v":["0.2.0","0.3.0","0.3.1","0.4.0","0.4.1"],"min":"5.2.0"},{"v":["0.5.0","0.5.1","0.6.0","0.6.1","0.6.2","0.6.3"],"min":"5.3.0","max":"5.99.99"},{"v":["1.0.0alpha1","1.0.0alpha2","1.0.0beta1","1.0.0beta2","1.0.0RC0","1.0.0","1.0.1","1.1.0"],"min":"5.4.0","max":"5.99.99"},{"v":["1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.2.0alpha1","1.2.0alpha2","1.2.0alpha3","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.3.0beta1"],"min":"5.4.0","max":"7.99.99"},{"v":["1.3.0RC1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.4.0beta1","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6.0alpha1","1.6.0alpha2"],"min":"5.5.0","max":"7.99.99"},{"v":["1.6.0alpha3","1.6.0RC1","1.6.0","1.6.1","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5"],"min":"5.6.0","max":"7.99.99"},{"v":["1.8.0beta1","1.8.0beta2","1.8.0RC1","1.8.0","1.8.1","1.8.2"],"min":"7.0.0","max":"7.99.99"},{"v":["1.9.0RC1","1.9.0","1.9.1","1.9.2","1.10.0alpha1"],"min":"7.0.0","max":"8.99.99"},{"v":["1.10.0","1.11.0alpha1","1.11.0","1.11.1"],"min":"7.1.0","max":"8.99.99"},{"v":["1.12.0","1.12.1","1.13.0","1.14.0beta1","1.14.0","1.14.1","1.14.2","1.15.0","1.15.1","1.15.2","1.15.3","1.16.0","1.16.1","1.16.2"],"min":"7.2.0","max":"8.99.99"},{"v":["1.17.0"],"min":"7.4.0","max":"8.99.99"}],"confopts":[{"v":["0.2.0","0.3.0","0.3.1","0.4.0","0.4.1","0.5.0","0.5.1","0.6.0","0.6.1","0.6.2","0.6.3","1.0.0alpha1","1.0.0alpha2","1.0.0beta1","1.0.0beta2","1.0.0RC0","1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.2.0alpha1","1.2.0alpha2","1.2.0alpha3","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.3.0beta1","1.3.0RC1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.4.0beta1","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6.0alpha1","1.6.0alpha2","1.6.0alpha3","1.6.0RC1","1.6.0","1.6.1","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.8.0beta1","1.8.0beta2","1.8.0RC1","1.8.0","1.8.1","1.8.2","1.9.0RC1","1.9.0","1.9.1","1.9.2","1.10.0alpha1","1.10.0","1.11.0alpha1","1.11.0","1.11.1","1.12.0","1.12.1","1.13.0","1.14.0beta1","1.14.0","1.14.1","1.14.2","1.15.0","1.15.1","1.15.2","1.15.3","1.16.0","1.16.1","1.16.2"]},{"v":["1.17.0"],"opts":[{"n":"enable-mongodb-developer-flags","p":"Enable developer flags? (yes/no)","d":"no"},{"n":"enable-mongodb-coverage","p":"Enable code coverage? (yes/no)","d":"no"},{"n":"with-mongodb-system-libs","p":"Use system libraries for libbson, libmongoc, and libmongocrypt? (yes/no)","d":"no"},{"n":"with-mongodb-client-side-encryption","p":"Enable client-side encryption? (auto/yes/no)","d":"auto"},{"n":"with-mongodb-snappy","p":"Enable Snappy for compression? (auto/yes/no)","d":"auto"},{"n":"with-mongodb-zlib","p":"Enable zlib for compression? (auto/system/bundled/no)","d":"auto"},{"n":"with-mongodb-zstd","p":"Enable zstd for compression? (auto/yes/no)","d":"auto"},{"n":"with-mongodb-sasl","p":"Enable SASL for Kerberos authentication? (auto/cyrus/no)","d":"auto"},{"n":"with-mongodb-ssl","p":"Enable crypto and TLS? (auto/openssl/libressl/darwin/no)","d":"auto"},{"n":"enable-mongodb-crypto-system-profile","p":"Use system crypto profile (OpenSSL only)? (yes/no)","d":"no"},{"n":"with-mongodb-utf8proc","p":"Use bundled or system utf8proc for SCRAM-SHA-256 SASLprep? (bundled/system)","d":"bundled"}]}]},{"name":"mono","license":"PHP License","summary":"Allows you to access .NET assemblies from PHP","description":"A C extension that interfaces with the mono library to allow\naccess to .NET assemblies.","phpv":[{"v":["0.2","0.3","0.3.1","0.7"]}],"confopts":[{"v":["0.2","0.3","0.3.1","0.7"]}]},{"name":"Mosquitto","license":"BSD 3-Clause License","summary":"Extension for libmosquitto","description":"Mosquitto provides support for the MQTT protocol, including publishing, subscribing, and an event loop.","phpv":[{"v":["0.2.1","0.2.2","0.3.0","0.4.0"],"min":"5.3.0"}],"confopts":[{"v":["0.2.1","0.2.2","0.3.0","0.4.0"],"opts":[{"n":"with-mosquitto","p":"Please provide the prefix of the libmosquitto installation","d":"autodetect"}]}]},{"name":"mqseries","license":"BSD","summary":"mqseries client library","description":"This package provides support for IBM Websphere MQ (MQSeries).","phpv":[{"v":["0.7.0","0.8.0"]},{"v":["0.9.0","0.10.0","0.11.0","0.12.0","0.12.1","0.13.0","0.14.0","0.14.1","0.14.2","0.15.0"],"min":"4.0.0"}],"confopts":[{"v":["0.7.0","0.8.0","0.9.0","0.10.0","0.11.0","0.12.0","0.12.1","0.13.0","0.14.0","0.14.1","0.14.2","0.15.0"]}]},{"name":"msession","license":"PHP License","summary":"mohawksoft session serveur support","description":"msession is an interface to a high speed session daemon which can run either locally or remotely. It is designed to provide consistent session management for a PHP web farm. More Information about msession and the session server software itself can be found at http://www.mohawksoft.org/?q=node/8."},{"name":"msgpack","license":"3-Clause-BSD","summary":"PHP extension for interfacing with MessagePack","description":"This extension provide API for communicating with MessagePack serialization.","phpv":[{"v":["0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7"],"min":"5.0.0"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.1.0beta1","2.1.0","2.1.1","2.1.2","2.2.0RC1","2.2.0RC2","2.2.0"],"min":"7.0.0"}],"confopts":[{"v":["0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7","2.0.0","2.0.1","2.0.2","2.0.3","2.1.0beta1","2.1.0","2.1.1","2.1.2","2.2.0RC1","2.2.0RC2","2.2.0"]}]},{"name":"mustache","license":"MIT","summary":"Mustache templating language","description":"This extension embeds a Mustache interpreter into PHP, allowing the execution of Mustache templates.","phpv":[{"v":["0.7.4RC1"],"min":"5.6.0","max":"7.1.99"},{"v":["0.7.4RC2"],"min":"5.6.0","max":"7.2.99"},{"v":["0.7.4"],"min":"5.4.0","max":"7.2.99"},{"v":["0.8.1"],"min":"5.6.0","max":"7.3.99"},{"v":["0.9.0","0.9.1"],"min":"7.0.0","max":"7.4.99"},{"v":["0.9.2","0.9.3"],"min":"7.0.0"}],"confopts":[{"v":["0.7.4RC1","0.7.4RC2","0.7.4","0.8.1","0.9.0","0.9.1","0.9.2","0.9.3"]}]},{"name":"mysql","license":"PHP","summary":"MySQL database access functions","description":"This extension provides the mysql family of functions that were provided with PHP 3-5. These functions have been superseded by MySQLi and PDO_MySQL, which continue to be bundled with PHP 7.\n\nAlthough it should be possible to build this extension with PHP 7.0, you are strongly encouraged to port your code to use either MySQLi or PDO_MySQL, as this extension is not maintained and is available for historical reasons only."},{"name":"mysqlnd_azure","license":"PHP License","summary":"mysqlnd_azure - a redirection plugin for mysqlnd","description":"mysqlnd extension for azure","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3RC","1.0.3","1.1.0","1.1.1"],"min":"7.2.15"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3RC","1.0.3","1.1.0","1.1.1"]}]},{"name":"mysqlnd_krb","license":"PHP","summary":"Kerberos authentication plugin for mysqlnd","description":"The mysqlnd_krb extension is an authentication\nplugin for mysqlnd that enables connections to MySQL accounts\nthat use Kerberos authentication.\n\nIf a MySQL account is configured with Kerberos authentication\n(using `IDENTIFIED WITH kerberos_authentication` clause\nof `CREATE USER`, see [1]) then normally `mysqlnd` will not\nbe able to connect to such an account. With this plugin such\nconnections are possible provided that user has appropriate\ntickets loaded into the Kerberos ticket cache (in this case\nno password is needed in the connection data).\n\nIf a ticket for the MySQL service is not present in the cache\nthe plugin can fetch the required ticket from Kerberos provided\nthat user principal's password is given in the connection data.\n\n[1] https://dev.mysql.com/doc/refman/8.0/en/kerberos-pluggable-authentication.html","phpv":[{"v":["1.0.0"],"min":"7.4.0"}],"confopts":[{"v":["1.0.0"]}]},{"name":"mysqlnd_memcache","license":"PHP License","summary":"A PHP extension for transparently translating SQL into requests for the MySQL InnoDB Memcached Daemon Plugin","description":"The mysqlnd memcache plugin (mysqlnd_memcache) is an PHP extension for transparently translating SQL into requests for the MySQL InnoDB Memcached Daemon Plugin (server plugin). It includes experimental support for the MySQL Cluster Memcached Daemon. The server plugin provides access to data stored inside MySQL InnoDB (respectively MySQL Cluster NDB) tables using the Memcache protocol. This PHP extension, which supports all PHP MySQL extensions that use mysqlnd, will identify tables exported in this way and will translate specific SELECT queries into Memcache requests.","phpv":[{"v":["1.0.0","1.0.1"],"min":"5.4.0"}],"confopts":[{"v":["1.0.0","1.0.1"]}]},{"name":"mysqlnd_ms","license":"PHP License","summary":"A replication and load balancing plugin for mysqlnd","description":"The mysqlnd_ms replication and load balancing plugin can be used with PHP MySQL extensions (ext/mysql, ext/mysqli, ext/pdo_mysql) if they are compiled to use mysqlnd. The plugin inspects queries and does read-write splitting. Read-only queries are sent to MySQL replication slave servers while all other queries are redirected to the MySQL replication master server. Very few, if any, application changes are required, depending on the usage scenario.","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.6.0"],"min":"5.3.6-dev"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.6.0"]}]},{"name":"mysqlnd_ngen","license":"PHP","summary":"Extended version of mysqlnd,mysqli and pdo","description":"This package is an enhanced version of mysqlnd, it includes PDO and Mysqli as well.\nThe purpose of releasing this version of mysqlnd is to make available new features that can take\nlonger to be rolled out to the official php repo."},{"name":"mysqlnd_qc","license":"PHP License","summary":"A query cache plugin for mysqlnd","description":"The mysqlnd query result cache plugin is a mysqlnd plugin. It adds basic client side result set caching to all PHP MySQL extensions (ext/mysql, ext/mysqli, PDO_MySQL). if they are compiled to use mysqlnd. It does not change the API of the MySQL extensions and thus it operates virtually transparent for applications.\"","phpv":[{"v":["1.0.0"],"min":"5.3.3-dev"},{"v":["1.0.1","1.1.0","1.1.1","1.2.0"],"min":"5.3.4-dev"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.2.0"],"opts":[{"n":"enable-mysqlnd-qc-apc","p":"Enable mysqlnd_qc APC support","d":"no"},{"n":"enable-qc-memcache","p":"Enable mysqlnd_qc Memcache support","d":"no"},{"n":"enable-qc-sqlite","p":"Enable mysqlnd_qc SQLite support","d":"no"}]}]},{"name":"mysqlnd_uh","license":"PHP License","summary":"MySQLnd Userland Handler","description":"MySQLnd Userland Handler let you specify a userland handler for all\nmysqlnd connections.","phpv":[{"v":["0.1.0a1"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0a1"]}]},{"name":"mysql_xdevapi","license":"PHP","summary":"MySQL X DevAPI for PHP","description":"The X DevAPI is the new common API for MySQL Connectors built on the X Protocol introduced in MySQL 5.7.12.\n\nThe X DevAPI wraps powerful concepts in a simple API.\n* A new high-level session concept enables you to write code that can transparently scale from single MySQL Server to a multiple server environment.\n* Read operations are simple and easy to understand.\n\nThe X DevAPI introduces a new, modern and easy-to-learn way to work with your data.\n* Documents are stored in Collections and have their dedicated CRUD operation set.\n* Work with your existing domain objects or generate code based on structure definitions for strictly typed languages.\n* Focus is put on working with data via CRUD operations. See Section 3.1, \u201cCRUD Operations Overview\u201d.\n* Modern practices and syntax styles are used to get away from traditional SQL-String-Building. See Chapter 10, Building Expressions.","phpv":[{"v":["1.0.0","1.0.1","8.0.2","8.0.3","8.0.4"],"min":"7.1.0-dev"},{"v":["8.0.11","8.0.12","8.0.13","8.0.14","8.0.15","8.0.16","8.0.17","8.0.18","8.0.19","8.0.20","8.0.21","8.0.22","8.0.23","8.0.24","8.0.25","8.0.26","8.0.27","8.0.28","8.0.29","8.0.30"],"min":"7.1.0"}],"confopts":[{"v":["1.0.0","1.0.1","8.0.2","8.0.3"],"opts":[{"n":"enable-mysql-xdevapi","p":"Enable MySQL X DevAPI","d":"autodetect"}]},{"v":["8.0.4"],"opts":[{"n":"enable-mysql-xdevapi","p":"Enable MySQL X DevAPI","d":"autodetect"},{"n":"with-boost","p":"Point out boost library install dir","d":"autodetect"},{"n":"with-protobuf","p":"Point outprotobuf library install dir","d":"autodetect"}]},{"v":["8.0.11","8.0.12"],"opts":[{"n":"enable-mysql-xdevapi","p":"Enable MySQL X DevAPI","d":"autodetect"},{"n":"with-boost","p":"Point out boost library install dir","d":"autodetect"},{"n":"with-protobuf","p":"Point out protobuf library install dir","d":"autodetect"}]},{"v":["8.0.13","8.0.14","8.0.15","8.0.16","8.0.17","8.0.18","8.0.19","8.0.20","8.0.21","8.0.22","8.0.23","8.0.24","8.0.25","8.0.26","8.0.27","8.0.28","8.0.29","8.0.30"],"opts":[{"n":"with-boost","p":"Point out boost library install dir","d":"autodetect"},{"n":"with-protobuf","p":"Point out protobuf library install dir","d":"autodetect"}]}]},{"name":"namazu","license":"PHP or GPL","summary":"full-text search extension using Namazu","description":"Namazu is a full-text search system. This module an interface to the Namazu\nlibrary. This extension is originally made by Takuya Tsukada."},{"name":"ncurses","license":"PHP","summary":"Terminal screen handling and optimization package","description":"ncurses (new curses) is a free software emulation of curses in\nSystem V Rel 4.0 (and above). It uses terminfo format, supports\npads, colors, multiple highlights, form characters and function\nkey mapping. Because of the interactive nature of this library,\nit will be of little use for writing Web applications, but may\nbe useful when writing scripts meant using PHP from the command\nline.\n\nSee also http://www.gnu.org/software/ncurses/ncurses.html","phpv":[{"v":["1.0.0"]},{"v":["1.0.1","1.0.2"],"min":"5"}],"confopts":[{"v":["1.0.0"]},{"v":["1.0.1","1.0.2"],"opts":[{"n":"enable-ncursesw","p":"enable support for wide chars?","d":"autodetect"},{"n":"with-ncurses","p":"path to ncurses installation?","d":"autodetect"}]}]},{"name":"netools","license":"PHP","summary":"Networking tools","description":"Netools provides tools to deal with devices, TCP and UDP clients/servers, etc.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"Net_Gopher","license":"PHP","summary":"fopen wrapper for the gopher protocol","description":"fopen wrapper for retreiving documents via the gopher protocol.\nIncludes additional function for parsing gopher directory entries.","phpv":[{"v":["0.1"]},{"v":["1.0.0"],"min":"4.3.0","max":"6.0.0"}],"confopts":[{"v":["0.1","1.0.0"]}]},{"name":"newt","license":"PHP License","summary":"Extension for Red Hat Newt window library","description":"PHP-NEWT - PHP language extension for Red Hat Newt library, a terminal-based window and widget library for writing applications with user friendly interface. Once this extension is enabled in PHP it will provide the use of Newt widgets, such as windows, buttons, checkboxes, radiobuttons, labels, editboxes, scrolls, textareas, scales, etc. Use of this extension if very similar to the original Newt API of C programming language.","phpv":[{"v":["0.1","0.2","0.3","1.0","1.1","1.2.1","1.2.2","1.2.3","1.2.4"]},{"v":["1.2.5","1.2.6","1.2.7","1.2.8"],"min":"4.3.0"},{"v":["1.2.9"],"min":"4.3.0","max":"5.99.99"}],"confopts":[{"v":["0.1","0.2","0.3","1.0","1.1","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9"]}]},{"name":"notes","license":"PHP","summary":"Lotus Notes bindings for PHP","description":"A Lotus Notes extension for PHP.\nThis is an unmaintained Windows-only extension.\nYou will need Visual C++ 6.0 to build it; use the CVS Web link below to obtain the source.\n\nVolunteers are welcomed to maintain this extension; contact pecl-dev@lists.php.net if you are willing to contribute."},{"name":"nsq","license":"PHP","summary":"PHP extension for NSQ client","description":"This extension is a NSQ client .NSQ is a message queue system which like Kafka .","phpv":[{"v":["2.3.2","2.4.0","3.0","3.1.0","3.3.0","3.4.0","3.4.1","3.4.2","3.4.3","3.5.0","3.5.1"],"min":"7.0.0"}],"confopts":[{"v":["2.3.2","2.4.0","3.0","3.1.0","3.3.0","3.4.0","3.4.1","3.4.2","3.4.3","3.5.0","3.5.1"],"opts":[{"n":"with-libevent-path","p":"libevent directory","d":"no"}]}]},{"name":"oauth","license":"BSD","summary":"oauth consumer extension","description":"OAuth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store usernames and passwords.\n\nRequirements: ext/hash (now a part of PHP core)","phpv":[{"v":["0.99.1","0.99.2","0.99.4","0.99.5","0.99.7","0.99.8","0.99.9","1.0.0","1.1.0","1.2","1.2.2","1.2.3"],"min":"5.1.0"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"],"min":"7.0.0"}],"confopts":[{"v":["0.99.1","0.99.2","0.99.4","0.99.5","0.99.7","0.99.8","0.99.9","1.0.0","1.1.0","1.2","1.2.2","1.2.3","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"]}]},{"name":"ocal","license":"PHP","summary":"Oracle Calendar connectivity","description":"This extension provides Oracle Calendar connectivity via the Oracle Calendar SDK (CSDK, CAPI) which is included in the Oracle Collaboration Suite distribution at http://www.oracle.com/","phpv":[{"v":["0.1.0","1.0.0"]}],"confopts":[{"v":["0.1.0","1.0.0"]}]},{"name":"oci8","license":"PHP","summary":"Extension for Oracle Database","description":"The OCI8 extension lets you access Oracle Database.\n\nUse 'pecl install oci8' to install for PHP 8.\n\nUse 'pecl install oci8-2.2.0' to install for PHP 7.\n\nUse 'pecl install oci8-2.0.12' to install for PHP 5.2 - PHP 5.6.\n\nUse 'pecl install oci8-1.4.10' to install for PHP 4.3.9 - PHP 5.1.\n\nThe OCI8 extension can be linked with Oracle client libraries from Oracle Database 10.2 or later. These libraries are found in your database installation, or in the free Oracle Instant Client from https://www.oracle.com/database/technologies/instant-client.html.\n\nOracle's standard cross-version connectivity applies. For example, PHP OCI8 linked with Instant Client 19c can connect to Oracle Database 11.2 onward. See Oracle's note \"Oracle Client / Server Interoperability Support\" (ID 207303.1) for details.","phpv":[{"v":["1.0","1.1","1.1.1","1.2.0","1.2.1","1.2.2"]},{"v":["1.2.3"],"min":"4.3.10","max":"6.0.0"},{"v":["1.2.4"],"min":"4.3.11","max":"6.0.0"},{"v":["1.2.5"],"min":"4.3.10","max":"6.0.0"},{"v":["1.3.0","1.3.1"],"min":"4.3.11","max":"6.0.0"},{"v":["1.3.2","1.3.3","1.3.4","1.3.5","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5"],"min":"4.3.9","max":"6.0.0"},{"v":["1.4.6","1.4.7","1.4.8","1.4.9"],"min":"4.3.9","max":"5.4.99"},{"v":["1.4.10","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4"],"min":"4.3.9","max":"6.0.0"},{"v":["2.0.5","2.0.6","2.0.7","2.0.8"],"min":"5.2.0"},{"v":["2.0.10","2.0.11","2.0.12"],"min":"5.2.0","max":"5.6.99"},{"v":["2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.7","2.1.8","2.2.0","3.0.0"],"min":"7.0.0"},{"v":["3.0.1"],"min":"8.0.0"},{"v":["3.2.0","3.2.1","3.3.0"],"min":"8.1.0"}],"confopts":[{"v":["1.0","1.1","1.1.1","1.2.0","1.2.1","1.2.2"]},{"v":["1.2.3","1.2.4","1.2.5","1.3.0"],"opts":[{"n":"with-oci8","p":"Please provide the path to ORACLE_HOME dir. Use 'instantclient,/path/to/instant/client/lib' if you're compiling against Oracle Instant Client","d":"autodetect"}]},{"v":["1.3.1"],"opts":[{"n":"with-oci8","p":"Please provide the path to ORACLE_HOME dir. Use 'instantclient,/path/to/instant/client/lib' if you're compiling with Oracle Instant Client","d":"autodetect"}]},{"v":["1.3.2","1.3.3","1.3.4","1.3.5","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5","1.4.6","1.4.7","1.4.8","1.4.9","1.4.10","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.10","2.0.11","2.0.12","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.7","2.1.8","2.2.0","3.0.0","3.0.1","3.2.0","3.2.1","3.3.0"],"opts":[{"n":"with-oci8","p":"Please provide the path to the ORACLE_HOME directory. Use 'instantclient,/path/to/instant/client/lib' if you're compiling with Oracle Instant Client","d":"autodetect"}]}]},{"name":"odbtp","license":"LGPL","summary":"ODBTP client functions","description":"This extension provides a set of ODBTP, Open Database Transport\nProtocol, client functions. ODBTP allows any platform to remotely\naccess Win32-based databases. Linux and UNIX clients can use this\nextension to access Win32 databases like MS SQL Server, MS Access\nand Visual FoxPro.","phpv":[{"v":["1.1.1","1.1.2","1.1.3","1.1.4"]}],"confopts":[{"v":["1.1.1","1.1.2","1.1.3","1.1.4"]}]},{"name":"oggvorbis","license":"PHP","summary":"OGG wrapper for OGG/Vorbis files","description":"fopen wrapper for OGG/Vorbis files.\nDecompress OGG data to PCM audio and vice-versa.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"openal","license":"PHP","summary":"OpenAL Bindings","description":"OpenAL - Platform independent sound bindings","phpv":[{"v":["0.1"]},{"v":["0.9.0"],"min":"7.3.0"}],"confopts":[{"v":["0.1","0.9.0"]}]},{"name":"opencensus","license":"Apache 2.0","summary":"A stats collection and distributed tracing framework","description":"OpenCensus is a open source, distributed tracing system that allows you to collect latency data and report it to any trace aggregation system such as Zipkin or Stackdriver Trace.\n\nThis extension allows you to easily gather latency and other metadata by watching for targeted function and method invocations without needing to inject code into the libraries.","phpv":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","0.1.0RC1","0.1.0RC2","0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.2.0","0.2.1","0.2.2","0.3.0"],"min":"7.0.0"}],"confopts":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","0.1.0RC1","0.1.0RC2","0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.2.0","0.2.1","0.2.2","0.3.0"]}]},{"name":"opencv","license":"PHP License","summary":"An OpenCV binding for PHP","description":"An OpenCV binding for PHP"},{"name":"opendirectory","license":"PHP","summary":"PHP interface to OpenDirectory Framework","description":"Open Directory is a directory service architecture whose programming\ninterface provides a centralized way for applications and services to retrieve\ninformation stored in directories. The Open Directory architecture consists of\nthe DirectoryServices daemon, which receives Open Directory client API calls and\nsends them to the appropriate Open Directory plug-in.","phpv":[{"v":["0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"]}],"confopts":[{"v":["0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"]}]},{"name":"opengl","license":"PHP","summary":"OpenGL (3D graphics library) bindings for the PHP language","description":"This extension allows you to develop 3D multimedia applications with PHP using the complete OpenGL library API.","phpv":[{"v":["0.8.0"],"min":"5.3"},{"v":["0.9.0"],"min":"7.2.0"}],"confopts":[{"v":["0.8.0"]},{"v":["0.9.0"],"opts":[{"n":"with-opengl","p":"The location of the OpenGL library","d":"autodetect"}]}]},{"name":"openswoole","license":"Apache 2.0","summary":"Swoole PHP extension managed by Swoole Labs.","description":"Open source PHP extension for Async IO, Coroutines and Fibers.","phpv":[{"v":["4.7.1","4.7.2","4.8.0","4.8.1","4.9.0","4.9.1","4.10.0"],"min":"7.2.0"},{"v":["4.11.0","4.11.1","4.12.0","4.12.1","22.0.0"],"min":"7.4.0"},{"v":["22.1.0"],"min":"8.1.0"}],"confopts":[{"v":["4.7.1","4.7.2"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-json","p":"enable json support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"}]},{"v":["4.8.0","4.8.1","4.9.0","4.9.1","4.10.0","4.11.0","4.11.1","4.12.0","4.12.1"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-json","p":"enable json support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"with-postgres","p":"enable postgres support?","d":"no"}]},{"v":["22.0.0"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-hook-curl","p":"enable hook curl support?","d":"no"},{"n":"with-postgres","p":"enable postgres support?","d":"no"}]},{"v":["22.1.0"],"opts":[{"n":"enable-sockets","p":"enable coroutine sockets?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 protocol?","d":"no"},{"n":"enable-mysqlnd","p":"enable coroutine mysqlnd?","d":"no"},{"n":"enable-hook-curl","p":"enable coroutine curl?","d":"no"},{"n":"with-postgres","p":"enable coroutine postgres?","d":"no"}]}]},{"name":"opentelemetry","license":"Apache 2.0","summary":"auto-instrumentation hooks for opentelemetry","description":"OpenTelemetry is an open-source CNCF project for collecting, processing, and exporting telemetry data (metrics, traces, and logs) from distributed systems.\nThe OpenTelemetry extension for PHP enables automatic instrumentation (tracing) of functions by providing methods to hook into the PHP 8.0+ observability API.","phpv":[{"v":["1.0.0beta2","1.0.0beta3","1.0.0beta4","1.0.0beta5","1.0.0beta6","1.0.0beta7","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0"],"min":"8.0.0"}],"confopts":[{"v":["1.0.0beta2","1.0.0beta3","1.0.0beta4","1.0.0beta5","1.0.0beta6","1.0.0beta7","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0"]}]},{"name":"operator","license":"PHP","summary":"Operator overloading for Objects","description":"Operator overloading for: +, -, *, /, %, <<, >>, ., |, &, ^, ~, !, ++, --,\n+=, -=, *=, /=, %=, <<=, >>=, .=, |=, &=, ^=, ~=,\n==, !=, ===, !==, <, and <= operators.\nConditional support for > and >= available with application of a patch.","phpv":[{"v":["0.4.0","0.4.1"],"min":"4.0.0"}],"confopts":[{"v":["0.4.0","0.4.1"]}]},{"name":"optimizer","license":"BSD style","summary":"PHP optimizer extension for APC","description":"An opcode optimizer for PHP to be used with the APC opcode cache.","phpv":[{"v":["0.1alpha1"],"min":"5.2.5","max":"5.2.99"}],"confopts":[{"v":["0.1alpha1"]}]},{"name":"orng","license":"PHP License","summary":"orng - Object scoped PRNG Extension","description":"Provides a past PHP compatible PRNG implementation of object scope.","phpv":[{"v":["0.0.3"],"min":"7.3.0"}],"confopts":[{"v":["0.0.3"]}]},{"name":"Ovrimos","license":"PHP Licence","summary":"Ovrimos interface","description":"Interface to Ovrimos SQL Server client/server, transactional RDBMS combined with Web capabilities and fast transactions."},{"name":"PAM","license":"PHP","summary":"PAM integration","description":"This extension provides PAM (Pluggable Authentication Modules) integration. PAM is a system of libraries that handle the authentication tasks of applications and services. The library provides a stable API for applications to defer to for authentication tasks.","phpv":[{"v":["1.0.0","1.0.1","1.0.2"]},{"v":["1.0.3"],"min":"4.3.0"},{"v":["2.2.1"],"min":"8.0.0"},{"v":["2.2.2"],"min":"7.0.0"},{"v":["2.2.3","2.2.4","2.2.5"],"min":"7.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5"]}]},{"name":"panda","license":"PHP","summary":"Panda PDF library","description":"Panda is a free PDF library that can be used to create PDF documents.","phpv":[{"v":["0.1.0"]}],"confopts":[{"v":["0.1.0"]}]},{"name":"pango","license":"PHP Licence 3.01","summary":"Wrapper for the Pango text rendering library","description":"This is a wrapper for the Pango text rendering library (http://www.pango.org) that makes its features available for use with PHP via object-oriented and procedural APIs.\n\nRequirements:\n* PHP 5.2+\n* PECL/Cairo\n\nThe code is currently on GitHub; it will be moved to PECL SVN soon."},{"name":"Paradox","license":"PHP License","summary":"An extension to read and write Paradox files","description":"Paradox is an extension to read and write Paradox .DB and .PX files.\nIt can handle almost all field types and binary large objects stored\nin .MB files.","phpv":[{"v":["1.0","1.1.0","1.3.0","1.4.0","1.4.1","1.4.2","1.4.3"]}],"confopts":[{"v":["1.0","1.1.0","1.3.0","1.4.0","1.4.1","1.4.2","1.4.3"]}]},{"name":"parallel","license":"PHP License","summary":"Parallel concurrency API","description":"A succinct parallel concurrency API for PHP 7.","phpv":[{"v":["0.8.0","0.8.1","0.8.2","0.8.3"],"min":"7.1.0"},{"v":["0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4"],"min":"7.2.0"},{"v":["1.2.0","1.2.1"],"min":"8.0.0"}],"confopts":[{"v":["0.8.0","0.8.1","0.8.2","0.8.3","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.2.0","1.2.1"]}]},{"name":"params","license":"PHP","summary":"Parameter Parsing Utility","description":"Userspace equivalent of zend_parse_parameters()","phpv":[{"v":["1.0"],"min":"4.0.0"}],"confopts":[{"v":["1.0"]}]},{"name":"parle","license":"BSD 2-clause","summary":"Parsing and lexing","description":"With Parle, it is possible to implement lexing and parsing in PHP while relying on features and principles of the parser/lexer generator tools for C/C++.","phpv":[{"v":["0.5.1","0.5.2","0.5.3","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","0.6.5","0.7.0","0.7.1","0.7.2","0.7.3","0.8.0","0.8.1","0.8.2","0.8.3"],"min":"7.0"},{"v":["0.8.4","0.8.5"],"min":"7.4"}],"confopts":[{"v":["0.5.1","0.5.2","0.5.3","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","0.6.5","0.7.0","0.7.1","0.7.2","0.7.3","0.8.0","0.8.1","0.8.2","0.8.3"]},{"v":["0.8.4","0.8.5"],"opts":[{"n":"enable-parle-utf32","p":"Enable internal UTF-32 support in parle","d":"no"}]}]},{"name":"parsekit","license":"PHP","summary":"PHP Opcode Analyser","description":"Provides a userspace interpretation of the opcodes generated by the Zend engine compiler built into PHP.\nThis extension is meant for development and debug purposes only and contains some code which is potentially non-threadsafe.","phpv":[{"v":["0.2","0.3","0.3.1","1.0"]},{"v":["1.1","1.2","1.3.0"],"min":"4.0.0"}],"confopts":[{"v":["0.2","0.3","0.3.1","1.0","1.1","1.2","1.3.0"]}]},{"name":"Parse_Tree","license":"PHP","summary":"Generates a parse tree for a PHP source file in XML format.","description":"Generates a parse tree for a PHP source file in XML format.\nThe Windows build is available here: http://phpaspect.org/parse_tree/php_parse_tree.dll","phpv":[{"v":["0.0.1"]},{"v":["0.1.1","0.1.2","0.1.3","0.1.4"],"min":"4.0.0"}],"confopts":[{"v":["0.0.1","0.1.1","0.1.2","0.1.3","0.1.4"]}]},{"name":"pcov","license":"PHP License","summary":"Code coverage driver","description":"A self contained php-code-coverage compatible driver for PHP.","phpv":[{"v":["0.9.0"],"min":"7.0.0"},{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11"],"min":"7.1.0"}],"confopts":[{"v":["0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11"]}]},{"name":"pcs","license":"PHP License","summary":"PHP Code Service","description":"PCS provides a fast and easy way to mix C and PHP code in your PHP extension.\n\nPHP code can be embedded in the compiled module or distributed as a separate file tree.\n\nCompatibility : PHP 5 (5.3+) and 7","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.2.0","1.2.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.7"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.2.0","1.2.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.7"]}]},{"name":"pcsc","license":"PHP","summary":"winscard PC/SC API support for PHP","description":"This is an extension for using PC/SC based smart cards with PHP. It is a wrapper to the winscard API which provides a native interface to smart cards using the PC/SC standard. Linux/UNIX and Windows are supported.","phpv":[{"v":["0.1","0.2","0.3","0.3.1"],"min":"5.3"},{"v":["0.4.0","0.5.0","0.5.1"],"min":"7.3"}],"confopts":[{"v":["0.1","0.2","0.3","0.3.1","0.4.0","0.5.0","0.5.1"]}]},{"name":"pdflib","license":"PHP","summary":"Creating PDF on the fly with the PDFlib library","description":"This extension wraps the PDFlib programming library\nfor processing PDF on the fly, available from PDFlib GmbH\nat https://www.pdflib.com.\n\nMore info on how to use PDFlib with PHP can be found at\nhttps://www.pdflib.com/documentation/howtos/","phpv":[{"v":["1.0","2.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4"]},{"v":["2.1.5","2.1.6","2.1.7","2.1.8","2.1.9","2.1.10"],"min":"4.1"},{"v":["3.0.1","3.0.2","3.0.3","3.0.4"],"min":"5.2.0"},{"v":["4.0.0"],"min":"5.4.0"},{"v":["4.0.1"],"min":"5.3.0"},{"v":["4.1.0","4.1.1","4.1.2","4.1.3","4.1.4"],"min":"5.4.0"}],"confopts":[{"v":["1.0","2.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4"]},{"v":["2.1.5","2.1.6","2.1.7","2.1.8","2.1.9","2.1.10","3.0.1","3.0.2","3.0.3","3.0.4","4.0.0","4.0.1","4.1.0","4.1.1","4.1.2","4.1.3","4.1.4"],"opts":[{"n":"with-pdflib","p":"path to pdflib installation?"}]}]},{"name":"PDO","license":"PHP","summary":"PHP Data Objects Interface.","description":"Do not use this, as PDO has been moved into core (the php source) so this pecl extension is dead.\n\nPDO provides a uniform data access interface, sporting advanced features such\nas prepared statements and bound parameters. PDO drivers are dynamically\nloadable and may be developed independently from the core, but still accessed\nusing the same API.","phpv":[{"v":["0.1","0.1.1","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.3","0.9","1.0RC1","1.0RC2","1.0","1.0.1","1.0.2"]},{"v":["1.0.3"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.1.1","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.3","0.9","1.0RC1","1.0RC2","1.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"PDO_4D","license":"PHP License","summary":"PDO driver for 4D-SQL database","description":"PDO_4D is a driver for the PHP Data Objects (PDO) interface to enable access from PHP to 4D databases.","phpv":[{"v":["0.1.0","0.2.0","0.2.1","0.3"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.3"]}]},{"name":"PDO_CUBRID","license":"PHP","summary":"CUBRID driver for PDO","description":"This extension provides a CUBRID driver for PDO.","phpv":[{"v":["8.3.0.0001","8.3.1.0001","8.3.1.0002","8.3.1.0003","8.4.0.0001","8.4.0.0002","8.4.3.0001","9.0.0.0001","9.1.0.0001","9.1.0.0002","9.1.0.0003","9.2.0.0001","9.3.0.0001","9.3.0.0002","10.1.0.0001","10.1.0.0002","10.1.0.0003","10.1.0.0004"],"min":"5.2.0"}],"confopts":[{"v":["8.3.0.0001","8.3.1.0001","8.3.1.0002","8.3.1.0003","8.4.0.0001","8.4.0.0002","8.4.3.0001","9.0.0.0001","9.1.0.0001"],"opts":[{"n":"with-pdo-cubrid","p":"CUBRID base install dir","d":"autodetect"}]},{"v":["9.1.0.0002","9.1.0.0003","9.2.0.0001","9.3.0.0001","9.3.0.0002","10.1.0.0001","10.1.0.0002","10.1.0.0003","10.1.0.0004"]}]},{"name":"PDO_DBLIB","license":"PHP","summary":"FreeTDS/Sybase/MSSQL driver for PDO","description":"This extension provides a FreeTDS/Sybase/MSSQL driver for PDO.","phpv":[{"v":["0.9","1.0RC1","1.0RC2","1.0"]}],"confopts":[{"v":["0.9","1.0RC1","1.0RC2","1.0"]}]},{"name":"PDO_FIREBIRD","license":"PHP","summary":"Firebird/InterBase 6 driver for PDO","description":"This extension provides a Firebird/InterBase driver for PDO. It supports\nall versions of Firebird and InterBase versions 6 and up.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"PDO_IBM","license":"Apache License 2.0","summary":"PDO driver for IBM databases","description":"This extension provides an IBM database driver for PDO. This driver supports IBM DB2\nUniversal Database, IBM Cloudscape, Apache Derby databases and IDS (Informix Data Server).","phpv":[{"v":["0.9.0","1.0.0","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.3.0"]},{"v":["1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"min":"5.0.3"},{"v":["1.4.0","1.4.1","1.4.2","1.5.0"],"min":"7.0.0"},{"v":["1.6.0","1.6.1"],"min":"7.3.0"}],"confopts":[{"v":["0.9.0","1.0.0","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.3.0"]},{"v":["1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.4.0","1.4.1","1.4.2","1.5.0","1.6.0","1.6.1"],"opts":[{"n":"with-pdo-ibm","p":"DB2 install directory location?"}]}]},{"name":"PDO_INFORMIX","license":"Apache License 2.0","summary":"PDO driver for IBM Informix INFORMIX databases","description":"This extension provides an IBM Informix Dynamic Server driver for PDO. To build and run\nPDO_INFORMIX, you must install the Informix Client Software Development Kit (CSDK)\nfrom http://ibm.com/informix/downloads.html.","phpv":[{"v":["0.1","0.2.1","1.0.0","1.0.1","1.1.0","1.2.0","1.2.5","1.2.6"]},{"v":["1.2.7","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.2.1","1.0.0","1.0.1","1.1.0","1.2.0","1.2.5","1.2.6"]},{"v":["1.2.7","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"opts":[{"n":"with-pdo-informix","p":"Informix Client SDK location?"}]}]},{"name":"PDO_MYSQL","license":"PHP","summary":"MySQL driver for PDO","description":"Do not use this, as PDO has been moved into core (the php source) so this pecl extension is dead.\n\nThis old extension provided a MySQL driver for PDO.","phpv":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0","1.0.1"]},{"v":["1.0.2"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0","1.0.1","1.0.2"]}]},{"name":"PDO_OCI","license":"PHP","summary":"Oracle Call Interface driver for PDO","description":"This extension provides an Oracle driver for PDO.","phpv":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0"]}],"confopts":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0"]}]},{"name":"PDO_ODBC","license":"PHP","summary":"ODBC v3 Interface driver for PDO","description":"This extension provides an ODBC v3 driver for PDO. It supports unixODBC\nand IBM DB2 libraries, and will support more in future releases.","phpv":[{"v":["0.1","0.1.1","0.2","0.9","1.0RC2","1.0"]},{"v":["1.0.1"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.1.1","0.2","0.9","1.0RC2","1.0"]},{"v":["1.0.1"],"opts":[{"n":"with-pdo-odbc","p":"flavour,dir? (just leave blank for help)"}]}]},{"name":"PDO_PGSQL","license":"PHP","summary":"PostgreSQL driver for PDO","description":"This extension provides an PostgreSQL driver for PDO.","phpv":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0","1.0.1"]},{"v":["1.0.2"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0","1.0.1","1.0.2"]}]},{"name":"PDO_SQLANYWHERE","license":"Apache License 2.0","summary":"SAP SQL Anywhere driver for PDO","description":"An extension to enable PDO to access SAP SQL Anywhere databases.","phpv":[{"v":["0.1.1","0.1.2","0.1.3","0.1.4"],"min":"5.2.3"}],"confopts":[{"v":["0.1.1","0.1.2","0.1.3","0.1.4"]}]},{"name":"PDO_SQLITE","license":"PHP","summary":"SQLite v3 Interface driver for PDO","description":"This extension provides an SQLite v3 driver for PDO.\nSQLite V3 is NOT compatible with the bundled SQLite 2 in PHP 5, but is a significant\nstep forwards, featuring complete utf-8 support, native support for blobs,\nnative support for prepared statements with bound parameters and improved\nconcurrency.","phpv":[{"v":["0.2","0.2.1","0.2.2","0.3","0.9","1.0RC1","1.0RC2","1.0"]},{"v":["1.0.1"],"min":"5.0.3"}],"confopts":[{"v":["0.2","0.2.1","0.2.2","0.3","0.9","1.0RC1","1.0RC2","1.0","1.0.1"]}]},{"name":"pdo_sqlsrv","license":"The MIT License (MIT)","summary":"Microsoft Drivers for PHP for SQL Server (PDO_SQLSRV)","description":"The Microsoft Drivers for PHP for SQL Server are PHP extensions that allow for the reading and writing of SQL Server data from within PHP scripts. The SQLSRV extension provides a procedural interface while the PDO_SQLSRV extension implements PDO for accessing data in all editions of SQL Server 2012 and later (including Azure SQL DB). These drivers rely on the Microsoft ODBC Driver for SQL Server to handle the low-level communication with SQL Server.\n*This package contains only the PDO_SQLSRV driver.*","phpv":[{"v":["2.0.1"],"min":"5.2.0"},{"v":["3.0.1"],"min":"5.3.6"},{"v":["4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.1.6","4.1.6.1","4.1.7preview","4.1.8preview","4.1.9preview","4.2.0preview","4.3.0RC1","4.3.0","5.0.0preview","5.1.0preview","5.1.1preview","5.1.2preview","5.2.0RC","5.2.0RC1","5.2.0","5.2.1preview","5.3.0"],"min":"7.0.0"},{"v":["5.4.0preview","5.5.0preview","5.6.0","5.6.1","5.7.0preview"],"min":"7.1.0"},{"v":["5.7.1preview","5.8.0","5.8.1","5.9.0preview1"],"min":"7.2.0"},{"v":["5.9.0beta2","5.9.0","5.10.0beta1","5.10.0beta2"],"min":"7.3.0"},{"v":["5.10.0"],"min":"7.4.0"},{"v":["5.10.1","5.11.0beta1"],"min":"7.3.0"},{"v":["5.11.0","5.11.1"],"min":"8.0.0"}],"confopts":[{"v":["2.0.1","3.0.1","4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.1.6","4.1.6.1","4.1.7preview","4.1.8preview","4.1.9preview","4.2.0preview","4.3.0RC1","4.3.0","5.0.0preview","5.1.0preview","5.1.1preview","5.1.2preview","5.2.0RC","5.2.0RC1","5.2.0","5.2.1preview","5.3.0","5.4.0preview","5.5.0preview","5.6.0","5.6.1","5.7.0preview","5.7.1preview","5.8.0","5.8.1","5.9.0preview1","5.9.0beta2","5.9.0","5.10.0beta1","5.10.0beta2","5.10.0","5.10.1","5.11.0beta1","5.11.0","5.11.1"]}]},{"name":"PDO_TAOS","license":"Apache2.0","summary":"TDengine driver for PDO","description":"This extension provides a TDengine database driver for PDO.\nTDengine is an open-sourced time-series big data platform, designed and optimized for IoT, faster on insert/query speeds.\nThis extension can be used to develop IoT projects with Swoole extension.\nThis extension is compatible with PHP versions since 7.0.","phpv":[{"v":["1.0.0","1.0.2","1.0.3"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.2","1.0.3"]}]},{"name":"pdo_user","license":"PHP","summary":"Userspace driver for PDO","description":"This extension provides a Userspace interface for PDO drivers","phpv":[{"v":["0.1.0","0.2.0","0.3.0"],"min":"5.0.3"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0"]}]},{"name":"PDO_XML","license":"GNU","summary":"PHP extension to export results from PHP PDO to XML","description":"PdoXml is an fast and easy to use PHP extension writen in C for export results from PHP PDO queries to XML. You can create XML document from database, export MySQL, PostgreSQL or other PHP supported databases to XML. Support both Windows and Linux."},{"name":"PECL_Gen","license":"PHP","summary":"Tool to generate PECL extensions from an XML description","description":"PECL_Gen has been split up into CodeGen and CodeGen_PECL\npackages and has moved back to PEAR","phpv":[{"v":["0.6.0","0.6.1","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","0.8.4","0.8.5","0.9.9"]}],"confopts":[{"v":["0.6.0","0.6.1","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","0.8.4","0.8.5","0.9.9"]}]},{"name":"pecl_http","license":"BSD-2-Clause","summary":"Extended HTTP Support","description":"This HTTP extension aims to provide a convenient and powerful\nset of functionality for one of PHPs major applications.\n\nIt eases handling of HTTP urls, headers and messages, provides\nmeans for negotiation of a client's preferred content type,\nlanguage and charset, as well as a convenient way to send any\narbitrary data with caching and resuming capabilities.\n\nIt provides powerful request functionality with support for\nparallel requests.\n\nDocumentation:\nhttps://mdref.m6w6.name/http","phpv":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","0.8.0","0.9.0","0.10.0","0.10.1","0.11.0","0.12.0","0.13.0"]},{"v":["0.14.0","0.14.1","0.14.2","0.15.0","0.16.0","0.17.0","0.18.0","0.18.1","0.19.0","0.20.0","0.21.0","0.22.0","0.23.0","0.23.1","0.24.0","0.24.1","0.25.0","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0RC5","1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.3.0","1.3.1","1.3.2","1.3.3","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.5.0RC1","1.5.0RC2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.5.6","1.6.0b1","1.6.0b2","1.6.0RC1","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.7.0b1","1.7.0b2","1.7.0","1.7.1"],"min":"4.3","max":"6.0.0"},{"v":["1.7.2","1.7.3","1.7.4","1.7.5","1.7.6"],"min":"4.3"},{"v":["2.0.0dev1","2.0.0dev2","2.0.0dev3","2.0.0dev4","2.0.0dev5","2.0.0dev6","2.0.0dev7","2.0.0dev8","2.0.0dev9","2.0.0dev10","2.0.0alpha1"],"min":"5.3.99"},{"v":["2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0beta4","2.0.0beta5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0RC1","2.1.0RC2","2.1.0RC3","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.2.0RC1","2.2.0","2.2.1","2.3.0RC1","2.3.0","2.3.1","2.3.2","2.4.0","2.4.1","2.4.2","2.4.3","2.5.0RC1","2.5.0","2.5.1"],"min":"5.3.0"},{"v":["2.5.2","2.5.3","2.5.5","2.5.6","2.6.0beta1","2.6.0beta2","2.6.0RC1","2.6.0"],"min":"5.3.0","max":"7.0.0"},{"v":["3.0.0RC1","3.0.0","3.0.1","3.1.0beta1","3.1.0beta2","3.1.0RC1","3.1.0","3.1.1RC1","3.2.0RC1","3.2.0","3.2.1","3.2.2","3.2.3"],"min":"7.0.0"},{"v":["3.2.4","3.2.5","3.3.0"],"min":"7.0.0","max":"8.0.0"},{"v":["4.0.0beta1","4.0.0","4.1.0","4.2.0","4.2.1","4.2.2","4.2.3","4.2.4"],"min":"8.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","0.8.0","0.9.0","0.10.0","0.10.1","0.11.0","0.12.0","0.13.0"]},{"v":["0.14.0","0.14.1","0.14.2"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-mhash-etags","p":"whether to enable mhash ETag generator; specify libmhash directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"}]},{"v":["0.15.0","0.16.0"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-mhash-etags","p":"whether to enable mhash ETag generator; specify libmhash directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies","d":"yes"}]},{"v":["0.17.0"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-mhash-etags","p":"whether to enable mhash ETag generator; specify libmhash directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"}]},{"v":["0.18.0","0.18.1"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-mhash-etags","p":"whether to enable mhash ETag generator; specify libmhash directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"}]},{"v":["0.19.0","0.20.0","0.21.0","0.22.0","0.23.0","0.23.1","0.24.0","0.24.1","0.25.0","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0RC5"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"}]},{"v":["1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.3.0","1.3.1","1.3.2","1.3.3","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-shared-deps","p":"whether to depend on extensions which have been built shared","d":"yes"}]},{"v":["1.5.0RC1"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-shared-deps","p":"whether to depend on extensions which have been built shared","d":"yes"},{"n":"enable-http-persistent-handles","p":"whether to enable per-process persistent cURL handles","d":"no"}]},{"v":["1.5.0RC2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.5.6","1.6.0b1","1.6.0b2","1.6.0RC1","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.7.0b1","1.7.0b2","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.7.6"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-shared-deps","p":"whether to depend on extensions which have been built shared","d":"yes"}]},{"v":["2.0.0dev1","2.0.0dev2"],"opts":[{"n":"with-http","p":"Enable extended HTTP support","d":"yes"},{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libneon-dir","p":"where to find libneon","d":"/usr"},{"n":"with-http-libserf-dir","p":"where to find libserf","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"}]},{"v":["2.0.0dev3","2.0.0dev4","2.0.0dev5","2.0.0dev6","2.0.0dev7","2.0.0dev8","2.0.0dev9","2.0.0dev10","2.0.0alpha1","2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0beta4","2.0.0beta5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0RC1","2.1.0RC2","2.1.0RC3","2.1.0","2.1.1","2.1.2"],"opts":[{"n":"with-http","p":"Enable extended HTTP support","d":"yes"},{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"}]},{"v":["2.1.3","2.1.4","2.2.0RC1","2.2.0","2.2.1","2.3.0RC1","2.3.0","2.3.1","2.3.2","2.4.0","2.4.1","2.4.2","2.4.3","2.5.0RC1","2.5.0"],"opts":[{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"}]},{"v":["2.5.1","2.5.2","2.5.3","2.5.5","2.5.6","2.6.0beta1","2.6.0beta2","2.6.0RC1","2.6.0","3.0.0RC1","3.0.0","3.0.1","3.1.0beta1","3.1.0beta2"],"opts":[{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"},{"n":"with-http-libidn-dir","p":"where to find libidn","d":"/usr"}]},{"v":["3.1.0RC1","3.1.0","3.1.1RC1","3.2.0RC1","3.2.0","3.2.1","3.2.2","3.2.3","3.2.4","3.2.5","3.3.0","4.0.0beta1","4.0.0","4.1.0","4.2.0","4.2.1","4.2.2","4.2.3","4.2.4"],"opts":[{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"},{"n":"with-http-libicu-dir","p":"where to find libicu","d":"/usr"},{"n":"with-http-libidn2-dir","p":"where to find libidn2","d":"/usr"},{"n":"with-http-libidn-dir","p":"where to find libidn","d":"/usr"},{"n":"with-http-libidnkit2-dir","p":"where to find libidnkit2","d":"/usr"},{"n":"with-http-libidnkit-dir","p":"where to find libidnkit","d":"/usr"}]}]},{"name":"perforce","license":"BSD License","summary":"Perforce API Extension","description":"The Perforce extension wraps the Perforce C/C++ API. This gives PHP developers direct access to the native Perforce client functions.","phpv":[{"v":["0.2.0","0.3.0"]},{"v":["0.5.0"],"min":"5.0.0"},{"v":["0.6.0","0.9.0","0.9.1","0.9.2","0.9.3","1.0.0RC","1.0.0","1.0.1","1.0.3"],"min":"5.2.0"}],"confopts":[{"v":["0.2.0","0.3.0","0.5.0","0.6.0","0.9.0","0.9.1","0.9.2"]},{"v":["0.9.3","1.0.0RC","1.0.0","1.0.1","1.0.3"],"opts":[{"n":"with-perforce","p":"Path to P4API","d":"autodetect"}]}]},{"name":"perl","license":"PHP","summary":"Embedded Perl.","description":"This extension embeds Perl Interpreter into PHP. It allows execute Perl files, evaluate Perl code, access Perl variables and instantiate Perl objects.","phpv":[{"v":["0.6","1.0.0"]},{"v":["1.0.1"],"min":"5.0.0"}],"confopts":[{"v":["0.6","1.0.0","1.0.1"]}]},{"name":"phalcon","license":"BSD 3-Clause License","summary":"Phalcon is a full stack PHP framework offering low resource consumption and high performance.","description":"Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever its needed, without expensive file stats and file reads that traditional PHP frameworks employ.","phpv":[{"v":["4.0.2","4.0.3","4.0.4","4.0.5","4.0.6","4.1.0"],"min":"7.2.0","max":"8.0.0"},{"v":["4.1.2"],"min":"7.2.0","max":"7.4.99"},{"v":["5.0.0alpha3","5.0.0alpha5","5.0.0alpha6","5.0.0alpha7","5.0.0beta1","5.0.0beta2","5.0.0beta3"],"min":"7.4.1","max":"8.0.99"},{"v":["5.0.0RC1","5.0.0RC2","5.0.0RC3","5.0.0RC4","5.0.0","5.0.1","5.0.2","5.0.3","5.0.4","5.0.5","5.1.0","5.1.1","5.1.2","5.1.3","5.1.4"],"min":"7.4.1","max":"8.1.99"},{"v":["5.2.0","5.2.1","5.2.2","5.2.3","5.3.0","5.3.1","5.4.0"],"min":"7.4.1","max":"8.2.99"}],"confopts":[{"v":["4.0.2","4.0.3","4.0.4","4.0.5","4.0.6","4.1.0","4.1.2","5.0.0alpha3","5.0.0alpha5","5.0.0alpha6","5.0.0alpha7","5.0.0beta1","5.0.0beta2","5.0.0beta3","5.0.0RC1","5.0.0RC2","5.0.0RC3","5.0.0RC4","5.0.0","5.0.1","5.0.2","5.0.3","5.0.4","5.0.5","5.1.0","5.1.1","5.1.2","5.1.3","5.1.4","5.2.0","5.2.1","5.2.2","5.2.3","5.3.0","5.3.1","5.4.0"]}]},{"name":"phar","license":"PHP License","summary":"allows running of complete applications out of .phar files (like Java .jar files)","description":"This is the extension version of PEAR's PHP_Archive package. Support for\nzlib, bz2 and crc32 is achieved without any dependency other than the external\nzlib or bz2 extension.\n\n.phar files can be read using the phar stream, or with the Phar class. If the SPL extension\nis available, a Phar object can be used as an array to iterate over a phar's contents\nor to read files directly from the phar.\n\nPhar supports tar and zip file formats as well as the native phar file format, and can also be\nused to create data-only tar and zip archives with the PharData class, even if\nwrite access is disabled by the phar.readonly ini variable.\n\nExecutable phar archives can be created using the streams API or with the Phar class, if\nthe phar.readonly ini variable is set to false.\n\nFull support for MD5 and SHA1 signatures is possible. Signatures can be required\nif the ini variable phar.require_hash is set to true. When PECL extension hash is\navailable then SHA-256 and SHA-512 signatures are supported as well.\n\nPhar is APC-compatible, the latest APC will cache files within a phar archive, resulting in\na 6x speedup measured running phpMyAdmin as a phar archive.","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.2.2","1.2.3","2.0.0a1","2.0.0a2","2.0.0b1"],"min":"5.2.0"},{"v":["2.0.0RC1","2.0.0RC2","2.0.0"],"min":"5.2.1"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.2.2","1.2.3","2.0.0a1","2.0.0a2","2.0.0b1","2.0.0RC1","2.0.0RC2","2.0.0"]}]},{"name":"phdfs","license":"PHP License","summary":"PHP client library to communicate with the hadoop hdfs","description":"phdfs is using PHP to manipulate Hadoop HDFS.Extension is an interface to HDFS.Currently in use in the phone business consulting system","phpv":[{"v":["0.1.0","0.1.1","0.1.2"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2"]}]},{"name":"phk","license":"PHP License","summary":"An optional accelerator for Automap and PHK","description":"An optional accelerator for Automap and PHK.\n\nAutomap (http://automap.tekwire.net) is a fast map-based autoloader.\n\nPHK (http://phk.tekwire.net) is a PHP-oriented package/archive system.\n\nThis extension does not provide any new feature, it just provides a dramatic\nincrease in performance when using Automap and/or PHK.\n\nNote that there is no 'Automap' PECL extension anymore. The PHK extension now\nincludes it. So, this is the one you need, even if using Automap out of PHK\npackages.","phpv":[{"v":["3.0.1"],"min":"5.3.0"}],"confopts":[{"v":["3.0.1"]}]},{"name":"PHPScript","license":"PHP","summary":"Allows you to use PHP as an ActiveScript engine from within other applications","description":"this ActiveScript SAPI allows you to embed PHP into your Windows applications via the MS Scripting control, Windows Scripting Host or any other ActiveScript aware host application."},{"name":"php_trie","license":"PHP License","summary":"Trie and HAT trie data structures for PHP.","description":"Trie and HAT trie data structures for PHP.","phpv":[{"v":["0.1.0"],"min":"7.3.0","max":"7.4.99"},{"v":["0.1.1","0.1.2"],"min":"7.3.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2"]}]},{"name":"php_xcb","license":"PHP 3.01","summary":"A Wrapper to XCB, the X11 C Bindings","description":"php-xcb allows you to interact with the X desktop, create windows, and draw primitives, or even create a window manager"},{"name":"PKCS11","license":"PHP License","summary":"PHP Bindings for PKCS11 modules","description":"This extension provides an Object Oriented API for PKCS11 C_* functions to interact with a Hardware Security Module.","phpv":[{"v":["0.1"],"min":"7.0.0","max":"8.0.99"},{"v":["0.1.1","1.0","1.1","1.1.1","1.1.2"],"min":"7.4.0"}],"confopts":[{"v":["0.1","0.1.1","1.0","1.1","1.1.1","1.1.2"]}]},{"name":"pledge","license":"ISC License","summary":"OpenBSD's pledge / unveil support","description":"This is a PHP extension that adds support for OpenBSD's pledge and unveil system calls.","phpv":[{"v":["1.0.0","2.0.0","2.0.1","2.0.2","2.0.3","2.1.0","2.1.1","2.1.2"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","2.0.0","2.0.1","2.0.2","2.0.3","2.1.0","2.1.1","2.1.2"]}]},{"name":"POP3","license":"PHP","summary":"POP3 Client Library","description":"The POP3 extension makes it possible for a PHP\nscript to connect to and interact with a POP3 mail server.\nIt is based on the PHP streams interface and requires no\nexternal library.","phpv":[{"v":["0.1","1.0","1.0.1","1.0.2"]}],"confopts":[{"v":["0.1","1.0","1.0.1","1.0.2"]}]},{"name":"postparser","license":"PHP","summary":"Handle file file uploads within a php script","description":"This extension give the ability to authenticate users before actually downloading a file from the client (saving bandwidth), provide progress bars of downloaded files, stream files directly to disk (for example to encrypt a file directly to disk)."},{"name":"pq","license":"BSD-2-Clause","summary":"PostgreSQL client library (libpq) binding","description":"Documents: https://mdref.m6w6.name/pq\n\nHighlights:\n* Nearly complete support for asynchronous usage:\nhttps://mdref.m6w6.name/pq/Connection/%3A%20Asynchronous%20Usage\n* Extended type support by pg_type:\nhttps://mdref.m6w6.name/pq/Types/%3A%20Overview\n* Fetching simple multi-dimensional array maps:\nhttps://mdref.m6w6.name/pq/Result/map\n* Working Gateway implementation:\nhttps://mdref.m6w6.name/pq-gateway","phpv":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","0.5.1","0.5.2","0.5.3","0.5.4","0.5.5","0.6.0RC1","0.6.0RC2"],"min":"5.4"},{"v":["0.6.0","1.0.0RC1","1.0.0","1.0.1","1.1.0","1.1.1"],"min":"5.4.0","max":"7.0.0"},{"v":["2.0.0RC1","2.0.0","2.0.1"],"min":"7.0.0"},{"v":["2.1.0"],"min":"5.4.0","max":"7.0.0"},{"v":["2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.1.7","2.1.8","2.2.0","2.2.1","2.2.2"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0"],"opts":[{"n":"with-pq","p":"whether to enable libpq support","d":"yes"}]},{"v":["0.5.0","0.5.1","0.5.2","0.5.3","0.5.4"]},{"v":["0.5.5","0.6.0RC1","0.6.0RC2","0.6.0","1.0.0RC1","1.0.0","1.0.1","1.1.0","1.1.1","2.0.0RC1","2.0.0","2.0.1","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.1.7","2.1.8","2.2.0","2.2.1","2.2.2"],"opts":[{"n":"with-pq","p":"where to find the postgresql library/headers","d":"yes"}]}]},{"name":"PreProcessor","license":"PHP","summary":"PHP Macro Preprocessor","description":"PHP Macro Preprocessor should provide functionality similar to the C++ preprocessor facilities, e.g. allow user to make some manipulation with code before interpretation starts.\nC++ macro preprocessing is widely used by almost all C++ developers, though it is often considered a C-like feature. It proved itself helpful in practice, so PHP as a very practical language should have similar feature. The main idea is to modify code in certain way even before interpretation starts, and do it more efficiently then it will be done with plain PHP features.\n\nThe scope is to enable users to work with macro-names in all possible means. So, the #define, #undef, #ifdef, #ifndef, #else, #endif statements will be implemented."},{"name":"printer","license":"PHP License 2.02","summary":"Extension to control a printer or or draw to printer device on Windows","description":"Printer allows drawing (text, lines, ellipse, paging, etc.) and spool controlling operation using a printer device on Windows."},{"name":"proctitle","license":"PHP License","summary":"Allows setting the current process name on Linux and BSD","description":"This extension allows changing the current process' name on Linux and *BSD systems. This is useful when using pcntl_fork() to identify running processes in process list","phpv":[{"v":["0.1.0","0.1.1","0.1.2"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2"]}]},{"name":"propro","license":"BSD-2-Clause","summary":"Property proxy","description":"A reusable split-off of pecl_http's property proxy API.","phpv":[{"v":["0.1.0","1.0.0"],"min":"5.3"},{"v":["1.0.2RC1","1.0.2"],"min":"5.3.0","max":"7.0.0"},{"v":["2.0.0RC1","2.0.0","2.0.1","2.1.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","1.0.0"],"opts":[{"n":"enable-propro","p":"whether to enable property proxy support","d":"yes"}]},{"v":["1.0.2RC1","1.0.2","2.0.0RC1","2.0.0","2.0.1","2.1.0"]}]},{"name":"protobuf","license":"3-Clause BSD License","summary":"Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.","description":"https://developers.google.com/protocol-buffers/","phpv":[{"v":["3.1.0a1","3.2.0a1","3.3.0","3.3.2","3.4.0","3.5.0","3.5.0.1","3.5.1","3.5.1.1","3.6.0","3.6.1","3.7.0RC2","3.7.0RC3","3.7.0","3.7.1","3.8.0RC1","3.8.0","3.9.0RC1","3.9.0","3.9.1","3.9.2","3.10.0RC1","3.10.0","3.11.0RC1","3.11.0RC2","3.11.0","3.11.1","3.11.2","3.11.3","3.11.4","3.12.0RC1","3.12.0RC2","3.12.0","3.12.1","3.12.2","3.12.3","3.12.4"],"min":"5.5.9"},{"v":["3.13.0RC3","3.13.0","3.13.0.1","3.14.0RC1","3.14.0RC2","3.14.0RC3","3.14.0","3.15.0RC1","3.15.0RC2","3.15.0","3.15.1","3.15.2","3.15.3","3.15.4","3.15.5","3.15.6","3.15.7","3.15.8","3.16.0RC1","3.16.0RC2","3.16.0","3.17.0RC1","3.17.0RC2","3.17.0","3.17.1","3.17.2","3.17.3","3.18.0RC1","3.18.0RC2","3.18.0","3.18.1","3.18.2","3.18.3","3.19.0RC1","3.19.0RC2","3.19.0","3.19.1","3.19.2","3.19.3","3.19.4","3.19.5","3.19.6","3.20.0RC1","3.20.0RC2","3.20.0","3.20.1RC1","3.20.1","3.20.2","3.20.3","3.21.0RC1","3.21.0RC2","3.21.0","3.21.1","3.21.2","3.21.3","3.21.4","3.21.5","3.21.6","3.21.7","3.21.8","3.21.9","3.21.10","3.21.11","3.21.12","3.22.0RC1","3.22.0RC2","3.22.0RC3","3.22.0","3.22.1","3.22.3","3.22.4","3.22.5","3.23.0RC2","3.23.0RC3","3.23.0","3.23.1","3.23.2","3.23.3","3.23.4","3.24.0RC1","3.24.0RC2","3.24.0RC3","3.24.0","3.24.1","3.24.2","3.24.3","3.24.4","3.25.0RC1"],"min":"7.0.0"},{"v":["3.25.0RC2","3.25.0","3.25.1"],"min":"8.0.0"},{"v":["4.0.0RC1"],"min":"5.5.9"},{"v":["4.0.0RC2"],"min":"7.0.0"}],"confopts":[{"v":["3.1.0a1","3.2.0a1","3.3.0","3.3.2","3.4.0","3.5.0","3.5.0.1","3.5.1","3.5.1.1","3.6.0","3.6.1","3.7.0RC2","3.7.0RC3","3.7.0","3.7.1","3.8.0RC1","3.8.0","3.9.0RC1","3.9.0","3.9.1","3.9.2","3.10.0RC1","3.10.0","3.11.0RC1","3.11.0RC2","3.11.0","3.11.1","3.11.2","3.11.3","3.11.4","3.12.0RC1","3.12.0RC2","3.12.0","3.12.1","3.12.2","3.12.3","3.12.4","3.13.0RC3","3.13.0","3.13.0.1","3.14.0RC1","3.14.0RC2","3.14.0RC3","3.14.0","3.15.0RC1","3.15.0RC2","3.15.0","3.15.1","3.15.2","3.15.3","3.15.4","3.15.5","3.15.6","3.15.7","3.15.8","3.16.0RC1","3.16.0RC2","3.16.0","3.17.0RC1","3.17.0RC2","3.17.0","3.17.1","3.17.2","3.17.3","3.18.0RC1","3.18.0RC2","3.18.0","3.18.1","3.18.2","3.18.3","3.19.0RC1","3.19.0RC2","3.19.0","3.19.1","3.19.2","3.19.3","3.19.4","3.19.5","3.19.6","3.20.0RC1","3.20.0RC2","3.20.0","3.20.1RC1","3.20.1","3.20.2","3.20.3","3.21.0RC1","3.21.0RC2","3.21.0","3.21.1","3.21.2","3.21.3","3.21.4","3.21.5","3.21.6","3.21.7","3.21.8","3.21.9","3.21.10","3.21.11","3.21.12","3.22.0RC1","3.22.0RC2","3.22.0RC3","3.22.0","3.22.1","3.22.3","3.22.4","3.22.5","3.23.0RC2","3.23.0RC3","3.23.0","3.23.1","3.23.2","3.23.3","3.23.4","3.24.0RC1","3.24.0RC2","3.24.0RC3","3.24.0","3.24.1","3.24.2","3.24.3","3.24.4","3.25.0RC1","3.25.0RC2","3.25.0","3.25.1","4.0.0RC1","4.0.0RC2"]}]},{"name":"protocolbuffers","license":"New BSD License","summary":"Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.","description":"Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the \"old\" format.","phpv":[{"v":["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"],"min":"5.2.0"}],"confopts":[{"v":["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"]}]},{"name":"ps","license":"BSD style","summary":"An extension to create PostScript files","description":"ps is an extension similar to the pdf extension but for creating PostScript files. Its api is modelled after the pdf extension.","phpv":[{"v":["1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5"]},{"v":["1.3.6","1.3.7","1.4.0"],"min":"4.3.10"},{"v":["1.4.1","1.4.2","1.4.3","1.4.4"],"min":"7.0.0"}],"confopts":[{"v":["1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5"]},{"v":["1.3.6","1.3.7","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4"],"opts":[{"n":"with-ps","p":"path to pslib installation?"}]}]},{"name":"pspell","license":"PHP 3.01","summary":"This extension allows you to check the spelling of a word and offer suggestions","description":"This extension allows you to check the spelling of a word and offer suggestions.","phpv":[{"v":["1.0.0","1.0.1"],"min":"8.1.0"}],"confopts":[{"v":["1.0.0","1.0.1"]}]},{"name":"psr","license":"BSD-2-Clause","summary":"PSR interfaces","description":"This extension provides the accepted PSR interfaces, so they can be used in an extension.\n\nSee http://www.php-fig.org/psr/","phpv":[{"v":["0.3.0RC1","0.3.0RC3","0.3.0RC4","0.3.0","0.4.0"],"min":"5.4.0","max":"7.2.99"},{"v":["0.5.0","0.5.1"],"min":"5.4.0","max":"7.3.99"},{"v":["0.6.0","0.6.1"],"min":"5.6.0","max":"7.3.99"},{"v":["0.7.0"],"min":"7.0.0","max":"7.4.99"},{"v":["1.0.0","1.0.1","1.1.0"],"min":"7.0.0"},{"v":["1.2.0"],"min":"7.3.0"}],"confopts":[{"v":["0.3.0RC1","0.3.0RC3","0.3.0RC4","0.3.0","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","1.0.0","1.0.1","1.1.0","1.2.0"]}]},{"name":"pthreads","license":"PHP License","summary":"Threading API","description":"A compatible Threading API for PHP","phpv":[{"v":["0.0.33","0.0.35","0.0.36","0.0.37","0.0.38","0.0.39","0.0.40","0.0.41","0.0.42","0.0.43","0.0.44","0.0.45","0.1.0","1.0.0","1.0.1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10"],"min":"5.3.0"},{"v":["3.0.0","3.0.1"],"min":"7.0.0"},{"v":["3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8"],"min":"7.0.0RC2"},{"v":["3.1.0","3.1.1"],"min":"7.0.0RC7"},{"v":["3.1.2","3.1.3","3.1.4","3.1.5","3.1.6"],"min":"7.0.0RC5"}],"confopts":[{"v":["0.0.33","0.0.35","0.0.36","0.0.37","0.0.38","0.0.39","0.0.40","0.0.41","0.0.42","0.0.43","0.0.44","0.0.45","0.1.0","1.0.0","1.0.1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6"]}]},{"name":"python","license":"MIT License","summary":"Embedded Python","description":"This extension allows the Python interpreter to be embedded inside of PHP, allowing for the instantiate and manipulation of Python objects from within PHP.","phpv":[{"v":["0.6.0","0.7.0"]},{"v":["0.8.0"],"min":"5.0.0"}],"confopts":[{"v":["0.6.0","0.7.0","0.8.0"]}]},{"name":"qb","license":"PHP License","summary":"Accelerator designed mainly for graphic work","description":"QB stands for \"Quick Binary.\" It's a PHP extension designed to enable faster handling of binary data. It takes a function written in PHP and translate it for a specialized virtual machine. The use of static type information leads significantly higher performance than under PHP's regular dynamic type system. A PHP+QB function can run anywhere from five to twenty times faster than regular PHP code. For even higher level of performance, one can compile PHP+QB functions to native code (on supported platforms).\n\nQB performs code translation on a per-function basis. It does not affect in anyway code not specially marked. Interaction between PHP+QB functions and regular PHP code is basically seamless. A key design objective of QB is to let developers harness greater processing power than what baseline PHP offers without the risk involved in adopting a brand new platform.","phpv":[{"v":["2.1.1","2.1.2","2.2.0","2.3","2.4.0"],"min":"5.2.0"}],"confopts":[{"v":["2.1.1","2.1.2","2.2.0","2.3","2.4.0"]}]},{"name":"qqwry","license":"New BSD","summary":"Get IP location from QQWry file","description":"QQWry is a file that contains IP geo locations information. This ext can be used to look for the geo locations in the QQWry file with IPs","phpv":[{"v":["0.1.0"],"min":"5"}],"confopts":[{"v":["0.1.0"]}]},{"name":"quickhash","license":"The PHP License","summary":"Provides a set of specific strongly-typed classes for sets and hashing","description":"This extension contains four classes for managing: an integer set, an integer\nhash, integer to string hash and a string to integer hash. The main features\nare low memory consumption and fast serialization and deserialization of\nthe sets and hashes.","phpv":[{"v":["0.1.0","1.0.0"],"min":"5.2.0"},{"v":["1.1.1"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","1.0.0","1.1.1"]}]},{"name":"radius","license":"BSD","summary":"Radius client library","description":"This package is based on the libradius of FreeBSD, with some modifications and extensions.\nThis PECL provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866),\nworks on Unix and on Windows. Its an easy way to authenticate your users against the user-database of your\nOS (for example against Windows Active-Directory via IAS).","phpv":[{"v":["1.1","1.2","1.2.1","1.2.2","1.2.3","1.2.4"]},{"v":["1.2.5"],"min":"4.0.0"},{"v":["1.2.6","1.2.7","1.3.0b1","1.3.0"],"min":"4.3.0"},{"v":["1.4.0b1"],"min":"5.3.0"}],"confopts":[{"v":["1.1","1.2","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.3.0b1","1.3.0","1.4.0b1"]}]},{"name":"raphf","license":"BSD-2-Clause","summary":"Resource and persistent handles factory","description":"A reusable split-off of pecl_http's persistent handle and resource factory API.","phpv":[{"v":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0"],"min":"5.3"},{"v":["1.1.1RC1","1.1.1","1.1.2"],"min":"5.3.0","max":"7.0.0"},{"v":["2.0.0RC1","2.0.0","2.0.1"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4"],"opts":[{"n":"enable-raphf","p":"whether to enable raphf support","d":"yes"}]},{"v":["1.1.0","1.1.1RC1","1.1.1","1.1.2","2.0.0RC1","2.0.0","2.0.1"]}]},{"name":"rar","license":"PHP License","summary":"rar extension","description":"PHP extension for reading RAR archives using bundled unRAR library.","phpv":[{"v":["0.1","0.2","0.3.0","0.3.1"]},{"v":["1.0.0"],"min":"4.0.0"},{"v":["2.0.0b2","2.0.0RC1","2.0.0","3.0.0","3.0.1","3.0.2"],"min":"5.2.0"},{"v":["4.0.0","4.1.0","4.2.0"],"min":"5.3.0"}],"confopts":[{"v":["0.1","0.2","0.3.0","0.3.1","1.0.0","2.0.0b2","2.0.0RC1","2.0.0","3.0.0","3.0.1","3.0.2","4.0.0","4.1.0","4.2.0"]}]},{"name":"rdkafka","license":"MIT License","summary":"Kafka client based on librdkafka","description":"This extension is a librdkafka binding providing a working client for Kafka","phpv":[{"v":["0.0.1","0.0.2","0.9.0"],"min":"5.4.0"},{"v":["0.9.1"],"min":"5.3.0"},{"v":["1.0.0"],"min":"5.3.0","max":"5.99"},{"v":["2.0.0","2.0.1"],"min":"7.0"},{"v":["3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5"],"min":"5.3.0","max":"7.99.99"},{"v":["3.1.0","3.1.1","3.1.2","3.1.3","4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1","4.1.2"],"min":"5.6.0","max":"7.99.99"},{"v":["5.0.0","5.0.1","5.0.2","6.0.0RC1","6.0.0RC2","6.0.0","6.0.1","6.0.2","6.0.3"],"min":"7.0.0","max":"8.99.99"}],"confopts":[{"v":["0.0.1","0.0.2","0.9.0","0.9.1","1.0.0","2.0.0","2.0.1","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.1.0","3.1.1","3.1.2","3.1.3","4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1","4.1.2","5.0.0","5.0.1","5.0.2","6.0.0RC1","6.0.0RC2","6.0.0","6.0.1","6.0.2"]},{"v":["6.0.3"],"opts":[{"n":"with-rdkafka","p":"librdkafka installation path?","d":"autodetect"}]}]},{"name":"re2","license":"PHP License","summary":"Extension for RE2","description":"This extension provides a PCRE-like interface to RE2, \"an efficient, principled regular expression library\".","phpv":[{"v":["0.0.1RC1"],"min":"5.2.0"}],"confopts":[{"v":["0.0.1RC1"],"opts":[{"n":"with-re2","p":"Please provide the prefix of the RE2 installation","d":"autodetect"}]}]},{"name":"recode","license":"PHP","summary":"Convert between character sets/encodings","description":"Convert between character sets/encodings"},{"name":"redis","license":"PHP","summary":"PHP extension for interfacing with Redis","description":"This extension provides an API for communicating with Redis servers.","phpv":[{"v":["2.2.3","2.2.4","2.2.5","2.2.7","2.2.8"],"min":"5.2.0","max":"6.0.0"},{"v":["3.0.0"],"min":"7.0.0","max":"7.1.0"},{"v":["3.1.0"],"min":"5.2.0","max":"7.1.0"},{"v":["3.1.1RC2","3.1.1"],"min":"5.2.0","max":"7.9.99"},{"v":["3.1.2","3.1.3RC1","3.1.3RC2","3.1.3","3.1.4RC1","3.1.4RC2","3.1.4RC3","3.1.4","3.1.5RC1","3.1.5RC2","3.1.5","3.1.6","4.0.0RC1","4.0.0RC2","4.0.0","4.0.1","4.0.2","4.1.0RC1","4.1.0RC2","4.1.0RC3","4.1.0","4.1.1","4.2.0RC1","4.2.0RC2","4.2.0RC3","4.2.0","4.3.0RC1","4.3.0RC2","4.3.0"],"min":"5.3.0","max":"7.9.99"},{"v":["5.0.0RC1","5.0.0RC2","5.0.0","5.0.1","5.0.2","5.1.0RC1","5.1.0RC2","5.1.0","5.1.1","5.2.0RC1","5.2.0RC2","5.2.0","5.2.1","5.2.2","5.3.0RC1","5.3.0RC2","5.3.0","5.3.1"],"min":"7.0.0","max":"7.9.99"},{"v":["5.3.2RC1","5.3.2RC2","5.3.2","5.3.3","5.3.4","5.3.5RC1","5.3.5","5.3.6","5.3.7RC1","5.3.7RC2","5.3.7","6.0.0RC1"],"min":"7.0.0"},{"v":["6.0.0RC2","6.0.0","6.0.1","6.0.2"],"min":"7.2.0"}],"confopts":[{"v":["2.2.3","2.2.4","2.2.5","2.2.7","2.2.8","3.0.0","3.1.0","3.1.1RC2","3.1.1","3.1.2"]},{"v":["3.1.3RC1","3.1.3RC2","3.1.3","3.1.4RC1","3.1.4RC2","3.1.4RC3","3.1.4","3.1.5RC1","3.1.5RC2","3.1.5","3.1.6"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"}]},{"v":["4.0.0RC1","4.0.0RC2","4.0.0","4.0.1","4.0.2","4.1.0RC1","4.1.0RC2","4.1.0RC3","4.1.0","4.1.1","4.2.0RC1","4.2.0RC2","4.2.0RC3","4.2.0","4.3.0RC1","4.3.0RC2","4.3.0","5.0.0RC1","5.0.0RC2","5.0.0","5.0.1","5.0.2"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-redis-lzf","p":"enable lzf compression support?","d":"no"}]},{"v":["5.1.0RC1","5.1.0RC2","5.1.0","5.1.1","5.2.0RC1","5.2.0RC2","5.2.0","5.2.1","5.2.2","5.3.0RC1","5.3.0RC2","5.3.0","5.3.1","5.3.2RC1","5.3.2RC2","5.3.2","5.3.3","5.3.4","5.3.5RC1","5.3.5","5.3.6","5.3.7RC1","5.3.7RC2","5.3.7"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-redis-lzf","p":"enable lzf compression support?","d":"no"},{"n":"enable-redis-zstd","p":"enable zstd compression support?","d":"no"}]},{"v":["6.0.0RC1"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-redis-lzf","p":"enable lzf compression support?","d":"no"},{"n":"enable-redis-zstd","p":"enable zstd compression support?","d":"no"},{"n":"enable-redis-msgpack","p":"enable msgpack serializer support?","d":"no"},{"n":"enable-redis-lz4","p":"enable lz4 compression?","d":"no"}]},{"v":["6.0.0RC2","6.0.0","6.0.1","6.0.2"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-redis-lzf","p":"enable lzf compression support?","d":"no"},{"n":"enable-redis-zstd","p":"enable zstd compression support?","d":"no"},{"n":"enable-redis-msgpack","p":"enable msgpack serializer support?","d":"no"},{"n":"enable-redis-lz4","p":"enable lz4 compression?","d":"no"},{"n":"with-liblz4","p":"use system liblz4?","d":"yes"}]}]},{"name":"ref","license":"The MIT License (MIT)","summary":"Soft and Weak references support in PHP","description":"This extension adds Soft and Weak references support to PHP 7 and may serve as a ground for other data structures that require advanced referencing model.","phpv":[{"v":["0.4.1"],"min":"7.0"},{"v":["0.4.2","0.4.3","0.4.4"],"min":"7.0.3"},{"v":["0.5.0"],"min":"7.1.0"},{"v":["0.6.0"],"min":"7.2.0"}],"confopts":[{"v":["0.4.1","0.4.2","0.4.3","0.4.4","0.5.0","0.6.0"]}]},{"name":"request","license":"MIT","summary":"Provides server-side request and response objects.","description":"This extension provides server-side request and response objects for PHP 7.\nThese are *not* HTTP message objects proper. They are more like wrappers\nfor existing global PHP variables and functions, with some limited\nadditional convenience functionality.\n\nThis extension defines two classes in the global namespace:\n\n- ServerRequest, composed of read-only copies of PHP superglobals and some\nother commonly-used values, with methods for adding application-specific\nrequest information in immutable fashion.\n\n- ServerResponse, essentially a wrapper around (and buffer for) response-\nrelated PHP functions, with some additional convenience methods, and self-\nsending capability.\n\nDocumentation: https://github.com/pmjones/ext-request\n\nA PHP 5 userland implementation that tracks this extension is available at\nhttps://packagist.org/packages/pmjones/request .","phpv":[{"v":["1.0.0a1","1.0.0a2","1.0.0b1","1.0.0b2"],"min":"7.0.0"},{"v":["2.0.0"],"min":"7.3.0"}],"confopts":[{"v":["1.0.0a1","1.0.0a2","1.0.0b1","1.0.0b2","2.0.0"]}]},{"name":"riak","license":"Apache 2","summary":"Riak database PHP extension","description":"Fast protocol buffers client for Riak database and session module.","phpv":[{"v":["0.4.0","0.4.1","0.4.2","0.4.3","0.5.0","0.5.1","0.5.2","0.5.4","0.6.0","0.6.1","0.6.2","0.7.0","0.8.0","0.9.0","0.9.1","1.0.0","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.2.0"],"min":"5.3.0","max":"6.0.0"}],"confopts":[{"v":["0.4.0","0.4.1","0.4.2","0.4.3","0.5.0","0.5.1","0.5.2","0.5.4","0.6.0","0.6.1","0.6.2","0.7.0","0.8.0","0.9.0","0.9.1","1.0.0","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.2.0"]}]},{"name":"rnp","license":"BSD","summary":"High-performance OpenPGP library","description":"RNP is a high-performance OpenPGP library compatible with RFC 4880 and offers AEAD (OCB) functionality.","phpv":[{"v":["0.1.1","0.2.0"],"min":"8.0.0"}],"confopts":[{"v":["0.1.1","0.2.0"]}]},{"name":"rpminfo","license":"PHP 3.01","summary":"RPM information","description":"Retrieve RPM information using librpm.\nAvailable functions:\n- rpmvercmp to compare 2 EVRs\n- rpminfo to retrieve information from a RPM file\n- rpmdbinfo to rerieve information from an installed RPM\n- rpmdbsearch to search installed RPMs","phpv":[{"v":["0.1.2","0.2.0","0.2.1","0.2.2","0.2.3","0.3.0","0.3.1","0.4.0","0.4.1","0.4.2","0.5.0","0.5.1"],"min":"7.0.0"},{"v":["0.6.0"],"min":"7.2.0"},{"v":["0.7.0","1.0.0","1.0.1","1.1.0"],"min":"8.0.0"}],"confopts":[{"v":["0.1.2","0.2.0","0.2.1","0.2.2","0.2.3","0.3.0","0.3.1","0.4.0","0.4.1","0.4.2","0.5.0","0.5.1","0.6.0","0.7.0","1.0.0","1.0.1","1.1.0"]}]},{"name":"rpmreader","license":"PHP 3.0","summary":"RPM file meta information reader","description":"rpmreader is an extension that provides the ability to\nread RedHat Package Manager (RPM) files' header information. This\nextension currently does not provide the functionality to read the\nsignature or archive sections of the RPM file.","phpv":[{"v":["0.1"]},{"v":["0.2"],"min":"5.0.0","max":"5.1.0"},{"v":["0.3"],"min":"4.4.1","max":"5.1.0"},{"v":["0.4"],"min":"4.4.1"}],"confopts":[{"v":["0.1","0.2","0.3","0.4"]}]},{"name":"rrd","license":"BSD","summary":"PHP bindings to rrd tool system","description":"Procedural and simple OO wrapper for rrdtool - data logging and graphing system for time series data.","phpv":[{"v":["0.9.0"],"min":"5.2"},{"v":["0.10.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5RC1","1.0.5RC2","1.0.5","1.1.0","1.1.1","1.1.2","1.1.3"],"min":"5.3.2"},{"v":["2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0","2.0.1","2.0.2","2.0.3"],"min":"7.0.0"}],"confopts":[{"v":["0.9.0","0.10.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5RC1","1.0.5RC2","1.0.5","1.1.0","1.1.1","1.1.2","1.1.3","2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0","2.0.1","2.0.2","2.0.3"]}]},{"name":"rsvg","license":"PHP License","summary":"RSVG Extension","description":"RSVG is a library for rendering SVG images, which","phpv":[{"v":["0.1.0","0.1.1"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1"],"opts":[{"n":"with-rsvg","p":"Please provide the prefix of the RSVG installation","d":"autodetect"}]}]},{"name":"rsync","license":"Modified BSD License","summary":"Wrapper for librsync library","description":"The librsync library itself can be found at http://librsync.sourceforge.net/ and implements rsync remote-delta algorithm (http://rsync.samba.org/tech_report).\n\nThis algorithm is using a rolling check-sum and a md4 check-sum for\nblocks of the file to generate a signature file. The signature file is used\nto generate a diff from the file on the remote site. This diff can be\nused on the local site to patch the file.\nThe Algorithm is from rsync 1.x and not compatible with rsync 2.x.","phpv":[{"v":["0.1.0"],"min":"5.2.6"}],"confopts":[{"v":["0.1.0"]}]},{"name":"runkit","license":"BSD License (3 Clause)","summary":"For all those things you.... probably shouldn't have been doing anyway.... but surely do!","description":"Replace, rename, and remove user defined functions and classes.\nDefine customized superglobal variables for general purpose use.\nExecute code in restricted environment (sandboxing).","phpv":[{"v":["0.7"]},{"v":["0.8","0.8.1","0.9","1.0.1","1.0.2","1.0.3"],"min":"4.0.0"},{"v":["1.0.4"],"min":"5.0.0"}],"confopts":[{"v":["0.7","0.8","0.8.1","0.9","1.0.1","1.0.2","1.0.3","1.0.4"]}]},{"name":"runkit7","license":"BSD License (3 Clause)","summary":"Runkit7 : For all those things you.... probably shouldn't have been doing anyway.... but surely do!","description":"Replace, rename, and remove user defined functions, methods, and constants.\nDefine customized superglobal variables for general purpose use.","phpv":[{"v":["2.0.2","2.0.3","2.1.0","3.0.0a1","3.0.0RC1","3.0.0","3.1.0a1"],"min":"7.1.0"},{"v":["4.0.0a1","4.0.0a2","4.0.0a3","4.0.0a5","4.0.0a6"],"min":"7.2.0"}],"confopts":[{"v":["2.0.2","2.0.3","2.1.0","3.0.0a1","3.0.0RC1","3.0.0","3.1.0a1","4.0.0a1","4.0.0a2","4.0.0a3","4.0.0a5","4.0.0a6"]}]},{"name":"sam","license":"Apache 2.0","summary":"SAM - Simple Asynchronous Messaging for PHP","description":"Simple Asynchronous Messaging (SAM) allows PHP applications to send and receive messages to a number of different Messaging and Queuing middleware systems through a very simple interface.","phpv":[{"v":["0.1.0","0.2.0","0.3.0","1.0.0","1.1.0"]}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","1.0.0","1.1.0"]}]},{"name":"sandbox","license":"PHP License","summary":"Isolated environment","description":"A sandbox is an isolated environment (a thread in our case); Things may go\nvery badly wrong in the sandbox environment and not effect the environment\nthat created it. This means that we must try very hard to limit the\ninfluence each environment has on the other. So the prototype and\ninstructions of entry point \"Closures\" are verified to ensure they will not\nreduce or break isolation.\n\nIn practice this means entry point closures must not:\n\n* accept or return by reference\n* accept or return objects\n* execute a limited set of instructions\n\nInstructions prohibited directly in the sandbox are:\n\n* declare (anonymous) function\n* declare (anonymous) class\n* lexical scope access\n* yield\n\nNo instructions are prohibited in the files which the sandbox may include,\nbut allowing these instructions directly in the code which the sandbox\nexecutes at entry would break the isolation of the sandbox such that we\ncouldn't be sure the system would remain stable.\n\nWith these restrictions in place, we can be sure that a sandbox may do\nanything up to but excluding making PHP segfault, and not effect the\nenvironment that created it.","phpv":[{"v":["0.1.1","0.1.2","0.1.3"],"min":"7.1.0"}],"confopts":[{"v":["0.1.1","0.1.2","0.1.3"]}]},{"name":"sasl","license":"PHP License","summary":"Cyrus SASL Extension","description":"SASL is the Simple Authentication and Security Layer (as defined by RFC 2222). It provides a system for adding plugable authenticating support to connection-based protocols. The SASL Extension for PHP makes the Cyrus SASL library functions available to PHP. It aims to provide a 1-to-1 wrapper around the SASL library to provide the greatest amount of implementation flexibility. To that end, it is possible to build both a client-side and server-side SASL implementation entirely in PHP.","phpv":[{"v":["0.1.0"]}],"confopts":[{"v":["0.1.0"]}]},{"name":"SCA_SDO","license":"Apache 2.0","summary":"Service Component Architecture (SCA) and Service Data Objects (SDO) for PHP","description":"Service Data Objects (SDOs) enable PHP applications to work with data from different sources (typically a database query or an XML file) using a single interface. SCA for PHP allows a PHP programmer to write reusable components (classes) in PHP, which can be called either locally, or in a a variety of ways remotely (soap web services, xml-rpc, json-rpc, REST, etc), but always with the same interface.","phpv":[{"v":["0.5.0","0.5.1","0.5.2","0.6.1","0.7.0","0.7.1","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4"]}],"confopts":[{"v":["0.5.0","0.5.1","0.5.2","0.6.1","0.7.0","0.7.1","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4"]}]},{"name":"scoutapm","license":"MIT","summary":"Native Extension Component for ScoutAPM's PHP Agent","description":"ScoutAPM's extension for PHP provides additional capabilities to application monitoring over just using the base PHP userland library.","phpv":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","1.0.0","1.0.1","1.0.2"],"min":"7.1.0"},{"v":["1.1.0","1.1.1"],"min":"7.1.0","max":"7.4.99"},{"v":["1.2.0","1.2.1","1.2.2","1.3.0","1.4.0","1.4.1","1.4.2","1.4.3","1.5.0","1.5.1"],"min":"7.1.0","max":"8.0.99"},{"v":["1.6.0","1.7.0","1.8.0","1.8.1","1.8.2","1.8.3"],"min":"7.1.0","max":"8.1.99"},{"v":["1.9.0","1.9.1"],"min":"7.1.0","max":"8.2.99"}],"confopts":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","1.0.0","1.0.1","1.0.2","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.3.0","1.4.0","1.4.1","1.4.2","1.4.3","1.5.0","1.5.1","1.6.0","1.7.0","1.8.0","1.8.1","1.8.2","1.8.3","1.9.0","1.9.1"]}]},{"name":"scream","license":"PHP License","summary":"Break the silence operator","description":"Allows you to disable the silence operator (@) to get all error messages","phpv":[{"v":["0.1.0"],"min":"5.1.0"}],"confopts":[{"v":["0.1.0"]}]},{"name":"scrypt","license":"BSD 2-Clause","summary":"Scrypt hashing function","description":"A PHP wrapper to Colin Percival's scrypt implementation.","phpv":[{"v":["1.2","1.3"],"min":"5.2"},{"v":["1.4","1.4.1","1.4.2","1.4.3"],"min":"5.3"},{"v":["2.0.0","2.0.1"],"min":"7.0"}],"confopts":[{"v":["1.2","1.3","1.4","1.4.1","1.4.2","1.4.3","2.0.0","2.0.1"],"opts":[{"n":"enable-scrypt","p":"whether to enable scrypt support","d":"yes"}]}]},{"name":"sdl","license":"PHP","summary":"SDL for PHP","description":"Bindings of the SDL2 (Simple DirectMedia Layer) library for PHP.","phpv":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3"],"min":"5.3"},{"v":["2.1.0","2.2.0"],"min":"7.2.0"},{"v":["2.2.2","2.3.0"],"min":"7.3.0"},{"v":["2.4.0"],"min":"7.4.0"},{"v":["2.5.0","2.6.0","2.7.0"],"min":"8.0.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","2.1.0","2.2.0","2.2.2","2.3.0","2.4.0","2.5.0","2.6.0","2.7.0"]}]},{"name":"sdl_image","license":"Zlib","summary":"Binding of SDL_image for PHP","description":"SDL_image for PHP allows to load images (PNG, JPG, BMP, TGA, TIF, etc.) and create SDL_Texture or SDL_Surface. It requires SDL PHP Extension.","phpv":[{"v":["0.4.0"],"min":"8.0.0"}],"confopts":[{"v":["0.4.0"]}]},{"name":"sdl_mixer","license":"Zlib","summary":"SDL_mixer for PHP","description":"Bindings for PHP of the SDL_mixer extension for SDL2 (Simple DirectMedia Layer) library","phpv":[{"v":["0.2.0","0.3.0"],"min":"8.0.0","max":"8.1.99"},{"v":["0.4.0"],"min":"8.0.0"}],"confopts":[{"v":["0.2.0","0.3.0","0.4.0"]}]},{"name":"sdl_ttf","license":"PHP License","summary":"SDL_ttf bindings for the PHP language","description":"SDL_ttf bindings for the PHP language","phpv":[{"v":["0.2.0"],"min":"7.0.0"},{"v":["0.3.0"],"min":"7.3.0"}],"confopts":[{"v":["0.2.0","0.3.0"]}]},{"name":"SeasClick","license":"PHP3.01","summary":"An Yandex ClickHouse client driven extension for PHP.","description":"PHP client for Yandex ClickHouse?Based on ClickHouse C++ client.","phpv":[{"v":["0.1.0","0.1.1"],"min":"5.4.0"}],"confopts":[{"v":["0.1.0","0.1.1"]}]},{"name":"SeasLog","license":"PHP3.01","summary":"An effective,fast,stable log extension for PHP.","description":"An effective,fast,stable log extension for PHP.\n- In the PHP project, for convenient record log.\n- The default log directory and module configuration.\n- Specify the log directory and get the current configuration.\n- Analysis of early warning framework preliminary.\n- Buffer debug efficient log buffer, convenient.\n- With PSR-3 Logger interface.\n- Error and exception automatic logging.\n- Support appender with File,TCP,UDP.\n- Send to Rsyslog(TCP/UDP) with RFC5424.\n- Support RequestId differentiated requests.\n- Support for log template customizations.\n- Support trace performance automatic logging.","phpv":[{"v":["1.0.0","1.0.2","1.1.0","1.1.4","1.1.6","1.1.8","1.2.0","1.2.2","1.2.3","1.4.0","1.4.2","1.4.4","1.4.6","1.4.8","1.5.0","1.5.3","1.5.6","1.6.0","1.6.2","1.6.8","1.6.9","1.7.5","1.7.6","1.8.4","1.8.6","1.9.0","1.9.1","2.0.2","2.1.0","2.2.0"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.0.2","1.1.0","1.1.4","1.1.6","1.1.8","1.2.0","1.2.2","1.2.3","1.4.0","1.4.2","1.4.4","1.4.6","1.4.8","1.5.0","1.5.3","1.5.6","1.6.0","1.6.2","1.6.8","1.6.9","1.7.5","1.7.6","1.8.4","1.8.6","1.9.0","1.9.1","2.0.2","2.1.0","2.2.0"]}]},{"name":"SeasSnowflake","license":"PHP3.01","summary":"PHP Extension for [Distributed unique ID generator]","description":"SeasSnowflake is a distributed unique ID generator inspired by [Twitter's Snowflake](https://blog.twitter.com/engineering/en_us/a/2010/announcing-snowflake).","phpv":[{"v":["1.0.0"],"min":"5.4.0"}],"confopts":[{"v":["1.0.0"]}]},{"name":"selinux","license":"PHP License","summary":"SELinux binding for PHP script language","description":"This extension provides a set of interfaces to communicate between\nSELinux and PHP script language. It contains functions to get/set\nsecurity context of processes and other objects, to get/set system\nbooleans, to make a query for in-kernel security server and so on.","phpv":[{"v":["0.1.2","0.2.1","0.3.1","0.4.1","0.4.2"],"min":"5.2.0"},{"v":["0.5.0","0.6.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.2","0.2.1","0.3.1","0.4.1","0.4.2","0.5.0","0.6.0"],"opts":[{"n":"enable-selinux","p":"Enable SELinux?","d":"autodetect"}]}]},{"name":"session_mysql","license":"MIT / Beerware","summary":"mysql session save handler for php","description":"mysql session save handler for php with locking support"},{"name":"shape","license":"PHP License","summary":"libshape wrapper","description":"Extension that wraps libshape, provides the ability to write programs for manipulating ESRI shapefiles.","phpv":[{"v":["0.9.0","0.9.1","0.9.2"],"min":"4.3.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2"]}]},{"name":"simdjson","license":"Apache 2.0","summary":"Provides faster json decoding through simdjson bindings for PHP","description":"Provides faster json decoding through simdjson bindings for PHP (Single Instruction, Multiple Data)","phpv":[{"v":["2.0.3","2.0.4","2.0.5","2.1.0","3.0.0","4.0.0"],"min":"7.0.0"}],"confopts":[{"v":["2.0.3","2.0.4","2.0.5","2.1.0","3.0.0","4.0.0"]}]},{"name":"simple_kafka_client","license":"BSD-3 License","summary":"Kafka client based on librdkafka","description":"This extension is a librdkafka binding providing a working client for Kafka","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4"],"min":"7.3.0","max":"8.99.99"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4"]}]},{"name":"skywalking","license":"Apache2.0","summary":"The PHP instrument agent for Apache SkyWalking.","description":"The package is the PHP instrumentation agent, which is compatible with Apache SkyWalking backend and others compatible agents/SDKs.","phpv":[{"v":["3.2.4","3.2.5","3.2.6","3.2.8","3.3.0","3.3.1","3.3.2"],"min":"7.1.0"},{"v":["4.0.0","4.1.0","4.1.1","4.1.2","4.1.3","4.2.0","5.0.0","5.0.1"],"min":"7.0.0"}],"confopts":[{"v":["3.2.4","3.2.5","3.2.6","3.2.8","3.3.0","3.3.1","3.3.2","4.0.0","4.1.0","4.1.1","4.1.2","4.1.3","4.2.0","5.0.0","5.0.1"]}]},{"name":"skywalking_agent","license":"Apache-2.0","summary":"Apache SkyWalking PHP Agent.","description":"The PHP Agent for Apache SkyWalking, which provides the native tracing abilities for PHP project.","phpv":[{"v":["0.1.0","0.2.0"],"min":"7.1.0"},{"v":["0.3.0","0.4.0","0.5.0","0.6.0","0.7.0"],"min":"7.2.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0"],"opts":[{"n":"enable-cargo-debug","p":"enable cargo debug?","d":"no"}]},{"v":["0.6.0","0.7.0"],"opts":[{"n":"enable-cargo-debug","p":"enable cargo debug?","d":"no"},{"n":"enable-kafka-reporter","p":"enable kafka reporter?","d":"no"}]}]},{"name":"smbclient","license":"BSD 2-clause","summary":"A PHP wrapper for libsmbclient","description":"smbclient is a PHP extension that uses Samba's libsmbclient library to provide\nSamba related functions and 'smb' streams to PHP programs.","phpv":[{"v":["0.8.0RC1","0.8.0","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"],"min":"5.3.0"},{"v":["1.1.0","1.1.1"],"min":"5.3.7"}],"confopts":[{"v":["0.8.0RC1","0.8.0","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.1.0","1.1.1"]}]},{"name":"solr","license":"PHP License","summary":"The Apache Solr PHP extension is an extremely fast,\nlight-weight, feature-rich library that allows PHP applications to\ncommunicate easily and efficiently with Apache Solr server instances\nusing an object-oriented API.","description":"It effectively simplifies the process of interacting with Apache Solr using PHP5 and it already comes with built-in readiness for the latest features.\n\nThe extension has features such as built-in, serializable query string builder objects which effectively simplifies the manipulation of name-value pair request parameters across repeated requests.\nThe response from the Solr server is also automatically parsed into native php objects whose properties can be accessed as array keys or object properties without any additional configuration on the client-side.\n\nIts advanced HTTP client reuses the same connection across multiple requests and provides built-in support for connecting to Solr servers secured behind HTTP Authentication or HTTP proxy servers. It is also able to connect to SSL-enabled containers.\n\nPlease consult the documentation for more details on features. Included in the source code are phpdoc stubs that enable autocomplete of Solr classes and methods in IDE during development in userland.\n\nPlease consider staring the package on github, and get a free release ;)\n\nhttps://github.com/php/pecl-search_engine-solr","phpv":[{"v":["0.9.11","1.0.1","1.0.2"],"min":"5.2.3"},{"v":["1.1.0b","1.1.0","1.1.1","2.0.0b","2.0.0","2.1.0"],"min":"5.3"},{"v":["2.2.0","2.2.1","2.3.0"],"min":"5.3","max":"5.99.99"},{"v":["2.4.0"],"min":"5.3"},{"v":["2.5.0","2.5.1"],"min":"7.0"},{"v":["2.6.0"],"min":"7.0","max":"8.2.99"}],"confopts":[{"v":["0.9.11","1.0.1","1.0.2","1.1.0b"],"opts":[{"n":"enable-solr","p":"Enable Solr (yes of course)","d":"yes"},{"n":"enable-solr-debug","p":"Enable Solr Debugging (Compiles solr in debug mode)","d":"no"},{"n":"with-curl","p":"libcURL install prefix","d":"/usr"},{"n":"with-libxml-dir","p":"libxml2 install prefix","d":"/usr"}]},{"v":["1.1.0","1.1.1"],"opts":[{"n":"enable-solr-debug","p":"Enable Solr Debugging (Compiles solr in debug mode)","d":"no"},{"n":"with-curl","p":"libcURL install prefix","d":"/usr"},{"n":"with-libxml-dir","p":"libxml2 install prefix","d":"/usr"}]},{"v":["2.0.0b"],"opts":[{"n":"enable-solr","p":"Enable Solr (yes of course)","d":"yes"},{"n":"enable-solr-debug","p":"Enable Solr Debugging (Compiles solr in debug mode)","d":"no"},{"n":"with-curl","p":"libcURL install prefix","d":"/usr"},{"n":"with-libxml-dir","p":"libxml2 install prefix","d":"/usr"}]},{"v":["2.0.0","2.1.0","2.2.0","2.2.1","2.3.0","2.4.0","2.5.0","2.5.1","2.6.0"],"opts":[{"n":"enable-solr-debug","p":"Enable Solr Debugging (Compiles solr in debug mode)","d":"no"},{"n":"with-curl","p":"libcURL install prefix","d":"/usr"},{"n":"with-libxml-dir","p":"libxml2 install prefix","d":"/usr"}]}]},{"name":"sphinx","license":"PHP","summary":"Client extension for Sphinx - opensource SQL full-text search engine","description":"This extension provides bindings for libsphinxclient, client library for Sphinx.","phpv":[{"v":["0.1.0","0.2.0","1.0.0"],"min":"5.1.3","max":"6.0.0"},{"v":["1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3"],"min":"5.2.2","max":"6.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3"],"opts":[{"n":"with-sphinx","p":"Please provide the installation prefix of libsphinxclient","d":"autodetect"}]}]},{"name":"spidermonkey","license":"PHP License","summary":"JavaScript engine for PHP","description":"This extension allow you to embed Mozilla's Javascript engine Spidermonkey in PHP.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"],"min":"5.3.0beta1"},{"v":["0.1.4","0.2.0","0.2.1","1.0.0"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.2.0","0.2.1","1.0.0"]}]},{"name":"SPL","license":"PHP","summary":"Standard PHP Library","description":"This is an extension that aims to implement some efficient data access\ninterfaces and classes. You'll find the classes documented using php\ncode in the file spl.php or in the corresponding .inc file in the examples\nsubdirectory. Based on the internal implementations or the files in the\nexamples subdirectory there are also some .php files to experiment with.\n\nFor more inforation look here."},{"name":"SPL_Types","license":"PHP","summary":"Standard PHP Library, Types Addon","description":"SPL Types is a collection of special typehandling classes.","phpv":[{"v":["0.1","0.2","0.3.0","0.4.0"],"min":"5.1.0"}],"confopts":[{"v":["0.1","0.2","0.3.0","0.4.0"]}]},{"name":"spplus","license":"LGPL","summary":"SPPLUS Paiement System","description":"This extension gives you the possibility to use the SPPLUS Paiement System of the Caisse d'Epargne (French Bank).","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"spread","license":"PHP License","summary":"A php interface to the Spread toolkit API","description":"Provides a full interface to the Spread group communication\ntoolkit API. Information on Spread can be found at http://www.spread.org/","phpv":[{"v":["1.1"]},{"v":["2.0.0","2.0.1","2.0.2","2.1.0"],"min":"4.0.0"}],"confopts":[{"v":["1.1"]},{"v":["2.0.0","2.0.1","2.0.2","2.1.0"],"opts":[{"n":"with-spread","p":"spread path prefix","d":"autodetect"}]}]},{"name":"sqlanywhere","license":"Apache License 2.0","summary":"Extension for SQLAnywhere Database","description":"This extension allow access to SQLAnywhere Database Servers."},{"name":"SQLite","license":"PHP","summary":"SQLite database bindings","description":"Note: Do not use this PECL extension, it's in the PHP sources.\n\nSQLite is a C library that implements an embeddable SQL database engine.\n\nPrograms that link with the SQLite library can have SQL database access without running a separate RDBMS process.\n\nThis extension allows you to access SQLite databases from within PHP.","phpv":[{"v":["0.9b","1.0","1.0.1","1.0.2","1.0.3"]}],"confopts":[{"v":["0.9b","1.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"sqlite3","license":"PHP License","summary":"SQLite v3 Database Bindings.","description":"SQLite3 is a PHP extension for use with the SQLite database system.\nThis extension bundles SQLite 3.5.9 though the minimum requirement is 3.3.9.","phpv":[{"v":["0.3","0.4","0.5","0.6"],"min":"5.1.3"}],"confopts":[{"v":["0.3","0.4","0.5","0.6"],"opts":[{"n":"with-sqlite3","p":"Optionally provide the path to the libsqlite3 library","d":"autodetect"}]}]},{"name":"sqlsrv","license":"The MIT License (MIT)","summary":"Microsoft Drivers for PHP for SQL Server (SQLSRV)","description":"The Microsoft Drivers for PHP for SQL Server are PHP extensions that allow for the reading and writing of SQL Server data from within PHP scripts. The SQLSRV extension provides a procedural interface while the PDO_SQLSRV extension implements PDO for accessing data in all editions of SQL Server 2012 and later (including Azure SQL DB). These drivers rely on the Microsoft ODBC Driver for SQL Server to handle the low-level communication with SQL Server.\n*This package contains only the SQLSRV driver.*","phpv":[{"v":["2.0.1"],"min":"5.2.0"},{"v":["3.0.1"],"min":"5.3.6"},{"v":["4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.1.6","4.1.6.1","4.1.7preview","4.1.8preview","4.1.9preview","4.2.0preview","4.3.0RC1","4.3.0","5.0.0preview","5.1.0preview","5.1.1preview","5.1.2preview","5.2.0RC","5.2.0RC1","5.2.0","5.2.1preview","5.3.0"],"min":"7.0.0"},{"v":["5.4.0preview","5.5.0preview","5.6.0","5.6.1","5.7.0preview"],"min":"7.1.0"},{"v":["5.7.1preview","5.8.0","5.8.1","5.9.0preview1"],"min":"7.2.0"},{"v":["5.9.0beta2","5.9.0","5.10.0beta1","5.10.0beta2"],"min":"7.3.0"},{"v":["5.10.0"],"min":"7.4.0"},{"v":["5.10.1","5.11.0beta1"],"min":"7.3.0"},{"v":["5.11.0","5.11.1"],"min":"8.0.0"}],"confopts":[{"v":["2.0.1","3.0.1","4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.1.6","4.1.6.1","4.1.7preview","4.1.8preview","4.1.9preview","4.2.0preview","4.3.0RC1","4.3.0","5.0.0preview","5.1.0preview","5.1.1preview","5.1.2preview","5.2.0RC","5.2.0RC1","5.2.0","5.2.1preview","5.3.0","5.4.0preview","5.5.0preview","5.6.0","5.6.1","5.7.0preview","5.7.1preview","5.8.0","5.8.1","5.9.0preview1","5.9.0beta2","5.9.0","5.10.0beta1","5.10.0beta2","5.10.0","5.10.1","5.11.0beta1","5.11.0","5.11.1"]}]},{"name":"ssdeep","license":"New BSD License","summary":"Fuzzy hashing makes it easy to identify similar or almost identical text by simply comparing two hashes against each other.","description":"The ssdeep project page describes it as a library for \"...computing context triggered piecewise hashes (CTPH). Also called fuzzy hashes, CTPH can match inputs that have homologies. Such inputs have sequences of identical bytes in the same order, although bytes in between these sequences may be different in both content and length\".\n\nFor an in depth paper explaining context triggered piecewise hashes please see http://dfrws.org/2006/proceedings/12-Kornblum.pdf\n\n\nssdeep API Information\n---------------------------\n\nRequires at least ssdeep v2.5.\n\nThis extensions wraps the ssdeep fuzzy hashing API created by Jesse Kornblum.\n\nFor more information about ssdeep, the API and context triggered piecewise hashing please see http://ssdeep.sourceforge.net/\n\n\nssdeep Licensing Exemption\n---------------------------\n\nAlthough ssdeep and the fuzzy hashing API are usually licensed under GNU GPLv2 Jesse Kornblum has licenced them to PECL under the terms of the Perl Artistic Licence with the following declaration:\n\"I hereby license ssdeep, the current version and all subsequent versions, under the terms of the Perl Artistic License, for inclusion into the PECL.\"\nSee http://news.php.net/php.pecl.dev/7625 for the verbatim email.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0"]}]},{"name":"ssh2","license":"PHP License","summary":"Bindings for the libssh2 library","description":"Provides bindings to the functions of libssh2 which implements the SSH2 protocol.\nlibssh2 is available from http://libssh2.org/","phpv":[{"v":["0.5","0.6","0.7"]},{"v":["0.8","0.9"],"min":"4.3.0"},{"v":["0.10","0.11.0"]},{"v":["0.11.1","0.11.2","0.11.3","0.12","0.13"],"min":"4.0.0","max":"6.0.0"},{"v":["1.0","1.1","1.1.1","1.1.2","1.2","1.3"],"min":"7.0.0","max":"8.0.0"},{"v":["1.3.1","1.4"],"min":"7.0.0"}],"confopts":[{"v":["0.5","0.6","0.7","0.8","0.9","0.10","0.11.0"]},{"v":["0.11.1","0.11.2","0.11.3","0.12","0.13","1.0","1.1","1.1.1","1.1.2","1.2","1.3","1.3.1","1.4"],"opts":[{"n":"with-ssh2","p":"libssh2 prefix?","d":"autodetect"}]}]},{"name":"stackdriver_debugger","license":"Apache 2.0","summary":"Investigate your code's behavior in production","description":"Stackdriver Debugger is a free, open-source way to debug your running\napplication without requiring a redeployment.\n\nThis library allows you to set breakpoints in your running application that\nconditionally capture local variable state, stack traces, and more. This library\ncan work in conjunction with the PHP library google/cloud-debugger (available\nvia composer: https://packagist.org/packages/google/cloud-debugger) in\norder to send collected data to a backend storage server.","phpv":[{"v":["0.0.1","0.0.2","0.1.0","0.1.1","0.2.0"],"min":"7.0.0"}],"confopts":[{"v":["0.0.1","0.0.2","0.1.0","0.1.1","0.2.0"]}]},{"name":"statgrab","license":"PHP","summary":"libstatgab bindings","description":"libstatgrab is a library that provides a common interface for retrieving\na variety of system statistics on a number of *NIX like systems.\n\nThis extension allows you to call the functions made available by\nlibstatgrab library.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.5.0","0.6.0"]}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.5.0","0.6.0"]}]},{"name":"stats","license":"PHP License","summary":"Extension with routines for statistical computation.","description":"Extension that provides few dozens routines for statistical computation.","phpv":[{"v":["1.0.0"]},{"v":["1.0.1","1.0.2","1.0.3","1.0.4"],"min":"4.0.0"},{"v":["1.0.5"],"min":"5.3.0","max":"5.6.99"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","2.0.0","2.0.1","2.0.2","2.0.3"]}]},{"name":"stem","license":"PHP 3.01","summary":"a PHP extension that provides word stemming","description":"This stem extension for PHP provides stemming capability for a variety of languages using Dr. M.F. Porter's Snowball API, which can be found at: http://snowball.tartarus.org","phpv":[{"v":["1.4.3"]},{"v":["1.5.0","1.5.1"],"min":"4.3.0"}],"confopts":[{"v":["1.4.3"]},{"v":["1.5.0","1.5.1"],"opts":[{"n":"enable-stem-danish","p":"Compile Danish stemmer?","d":"yes"},{"n":"enable-stem-dutch","p":"Compile Dutch stemmer?","d":"yes"},{"n":"enable-stem-english","p":"Compile English stemmer?","d":"yes"},{"n":"enable-stem-finnish","p":"Compile Finnish stemmer?","d":"yes"},{"n":"enable-stem-french","p":"Compile French stemmer?","d":"yes"},{"n":"enable-stem-german","p":"Compile German stemmer?","d":"yes"},{"n":"enable-stem-hungarian","p":"Compile Hungarian stemmer?","d":"yes"},{"n":"enable-stem-italian","p":"Compile Italian stemmer?","d":"yes"},{"n":"enable-stem-norwegian","p":"Compile Norwegian stemmer?","d":"yes"},{"n":"enable-stem-portuguese","p":"Compile Portuguese stemmer?","d":"yes"},{"n":"enable-stem-romanian","p":"Compile Romanian stemmer?","d":"yes"},{"n":"enable-stem-russian","p":"Compile Russian stemmer?","d":"yes"},{"n":"enable-stem-russian_unicode","p":"Compile Russian (UTF8) stemmer?","d":"yes"},{"n":"enable-stem-spanish","p":"Compile Spanish stemmer?","d":"yes"},{"n":"enable-stem-swedish","p":"Compile Swedish stemmer?","d":"yes"},{"n":"enable-stem-turkish_unicode","p":"Compile Turkish (UTF8) stemmer?","d":"yes"}]}]},{"name":"stomp","license":"PHP License","summary":"Stomp client extension","description":"This extension allows php applications to communicate with any Stomp compliant Message Brokers through easy object oriented and procedural interfaces.","phpv":[{"v":["0.1.0","0.2.0","0.3.0"],"min":"5.2.10"},{"v":["0.3.1","0.3.2","0.4.1","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9"],"min":"5.2.2"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0"]},{"v":["0.2.0","0.3.0","0.3.1","0.3.2","0.4.1","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","2.0.0","2.0.1","2.0.2","2.0.3"],"opts":[{"n":"with-openssl-dir","p":"OpenSSL install prefix (no to disable SSL support)","d":"/usr"}]}]},{"name":"strict","license":"PHP License","summary":"strict","description":"Strict scalar parameter type hint support for 5.4+","phpv":[{"v":["0.2.0","0.3.0","0.4.0","0.4.1"],"min":"5.4.0"}],"confopts":[{"v":["0.2.0","0.3.0","0.4.0","0.4.1"]}]},{"name":"sundown","license":"PHP","summary":"Sundown is a fast, robust Markdown parsing library for PHP5","description":"Sundown is a fast, robust Markdown parsing library, originally created\nby Natacha Port\u00e9 and improved Vicent Marti.\nthis extension inspired Redcarpet ruby extension which created by Vicent.\n\nPECL Sundown provides straight forward object oriented Markdown API and customizable Renders.","phpv":[{"v":["0.1.0b","0.2.0","0.3.0","0.3.1","0.3.2","0.3.3","0.3.4","0.3.5","0.3.6","0.3.7","0.3.8","0.3.9","0.3.10","0.3.11"],"min":"5.3.1","max":"6.0.0"}],"confopts":[{"v":["0.1.0b","0.2.0","0.3.0","0.3.1","0.3.2","0.3.3","0.3.4","0.3.5","0.3.6","0.3.7","0.3.8","0.3.9","0.3.10","0.3.11"]}]},{"name":"svm","license":"BSD 3-clause","summary":"Support Vector Machine Library","description":"LibSVM is an efficient solver for SVM classification and regression problems. The svm extension wraps this in a PHP interface for easy use in PHP scripts.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.8","0.1.9"],"min":"5.2.0"},{"v":["0.2.0","0.2.1","0.2.2","0.2.3"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.8","0.1.9","0.2.0","0.2.1","0.2.2","0.2.3"]}]},{"name":"svn","license":"PHP License","summary":"PHP Bindings for the Subversion Revision control system.","description":"Bindings for the Subversion revision control system, providing a method for manipulating\na working copy or repository with PHP.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.4.1","0.5.0","0.5.1","1.0.0","1.0.1","1.0.2","1.0.3"],"min":"4.0.0","max":"6.0.0"},{"v":["2.0.3"],"min":"7.0.0","max":"8.0.0"}],"confopts":[{"v":["0.1","0.2"]},{"v":["0.3","0.4","0.4.1","0.5.0","0.5.1","1.0.0","1.0.1","1.0.2","1.0.3","2.0.3"],"opts":[{"n":"with-svn","p":"Please provide the prefix of Subversion installation","d":"autodetect"},{"n":"with-svn-apr","p":"Please provide the prefix of the APR installation used with Subversion","d":"autodetect"}]}]},{"name":"swish","license":"PHP","summary":"Swish-e bindings","description":"This extension provides bindings to the Swish-e API.\n\nSwish-e is a GPL licensed search engine, with a clause that allows applications\nto link against the libswish-e library to use the published API to do so\nwithout invoking the viral portion of the GPL. This is subject to returning a\nlink back to the swish-e source code.\n\nHere it is:\nhttp://swish-e.org","phpv":[{"v":["0.1","0.2.0","0.3.0","0.4.0","0.5.0"],"min":"5.1.3","max":"6.0.0"}],"confopts":[{"v":["0.1","0.2.0","0.3.0","0.4.0","0.5.0"],"opts":[{"n":"with-swish","p":"Please provide the path to swish-config","d":"autodetect"}]}]},{"name":"swoole","license":"Apache2.0","summary":"Event-driven asynchronous and concurrent networking engine with high performance for PHP.","description":"Event-driven asynchronous and concurrent networking engine with high performance for PHP.\n- event-driven\n- coroutine\n- asynchronous non-blocking\n- multi-thread reactor\n- multi-process worker\n- multi-protocol\n- millisecond timer\n- built-in tcp/http/websocket/http2 server\n- coroutine tcp/http/websocket client\n- coroutine mysql client\n- coroutine redis client\n- coroutine read/write file system\n- coroutine dns lookup\n- support IPv4/IPv6/UnixSocket/TCP/UDP\n- support SSL/TLS encrypted transmission","phpv":[{"v":["1.6.7","1.6.8","1.6.9","1.6.10"],"min":"5.2.0"},{"v":["1.6.11","1.6.12","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.7.6","1.7.7","1.7.8","1.7.9","1.7.10","1.7.11","1.7.12","1.7.13","1.7.14","1.7.15","1.7.16","1.7.17","1.7.18","1.7.19","1.7.20","1.7.21","1.7.22","1.8.0","1.8.1","1.8.2","1.8.3","1.8.4","1.8.5","1.8.6","1.8.7","1.8.8","1.8.9","1.8.10","1.8.11","1.8.12","1.8.13","1.9.0","1.9.1","1.9.2","1.9.3","1.9.4","1.9.5","1.9.6","1.9.7","1.9.8","1.9.9","1.9.10","1.9.11","1.9.12","1.9.13","1.9.14","1.9.15","1.9.16","1.9.17","1.9.18","1.9.19","1.9.20","1.9.21","1.9.22","1.9.23","1.10.0","1.10.1","1.10.2","1.10.3","1.10.4","1.10.5","2.0.4"],"min":"5.3.10"},{"v":["2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11"],"min":"5.5.0"},{"v":["2.0.12","2.1.0","2.1.1","2.1.2","2.1.3","2.2.0"],"min":"7.0.0"},{"v":["4.0.0"],"min":"7.1.0"},{"v":["4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1","4.1.2","4.2.0","4.2.1","4.2.2","4.2.3","4.2.4","4.2.5","4.2.6","4.2.7","4.2.8","4.2.9","4.2.10","4.2.11","4.2.12","4.2.13","4.3.0","4.3.1","4.3.2","4.3.3","4.3.4","4.3.5","4.3.6"],"min":"7.0.0"},{"v":["4.4.0","4.4.1","4.4.2","4.4.3","4.4.4","4.4.5","4.4.6","4.4.7","4.4.8","4.4.12","4.4.13RC1","4.4.13RC2","4.4.13","4.4.14","4.4.15","4.4.16","4.4.17","4.4.18","4.4.19","4.4.23","4.4.26","4.5.0","4.5.1","4.5.2","4.5.3","4.5.4","4.5.5","4.5.6","4.5.7","4.5.8","4.5.9","4.5.10","4.5.11","4.6.0"],"min":"7.1.0"},{"v":["4.6.1","4.6.2","4.6.3","4.6.4","4.6.5","4.6.6","4.6.7","4.7.0","4.7.1","4.8.0","4.8.1","4.8.2","4.8.3","4.8.4","4.8.5","4.8.6","4.8.7","4.8.8","4.8.9","4.8.10","4.8.11","4.8.12","4.8.13"],"min":"7.2.0"},{"v":["5.0.0","5.0.1","5.0.2","5.0.3","5.1.0","5.1.1"],"min":"8.0.0"}],"confopts":[{"v":["1.6.7","1.6.8","1.6.9","1.6.10","1.6.11","1.6.12","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.7.6","1.7.7","1.7.8","1.7.9","1.7.10","1.7.11","1.7.12","1.7.13","1.7.14","1.7.15","1.7.16","1.7.17","1.7.18","1.7.19","1.7.20","1.7.21","1.7.22","1.8.0","1.8.1","1.8.2","1.8.3","1.8.4","1.8.5","1.8.6","1.8.7","1.8.8","1.8.9","1.8.10","1.8.11","1.8.12","1.8.13","1.9.0","1.9.1","1.9.2","1.9.3","1.9.4","1.9.5","1.9.6","1.9.7","1.9.8","1.9.9","1.9.10","1.9.11","1.9.12","1.9.13","1.9.14","1.9.15","1.9.16","1.9.17","1.9.18","1.9.19","1.9.20","1.9.21","1.9.22","1.9.23","1.10.0","1.10.1","1.10.2","1.10.3"]},{"v":["1.10.4","1.10.5"],"opts":[{"n":"enable-swoole-debug","p":"enable debug/trace log support?","d":"no"},{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-async-redis","p":"enable async-redis support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"}]},{"v":["2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11","2.0.12","2.1.0","2.1.1"]},{"v":["2.1.2","2.1.3","2.2.0","4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1","4.1.2"],"opts":[{"n":"enable-swoole-debug","p":"enable debug/trace log support?","d":"no"},{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-async-redis","p":"enable async-redis support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"}]},{"v":["4.2.0","4.2.1","4.2.2","4.2.3","4.2.4","4.2.5"],"opts":[{"n":"enable-debug-log","p":"enable debug/trace log support?","d":"no"},{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-async-redis","p":"enable async-redis support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"}]},{"v":["4.2.6"],"opts":[{"n":"enable-debug-log","p":"enable debug/trace log support?","d":"no"},{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"}]},{"v":["4.2.7","4.2.8","4.2.9","4.2.10"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"},{"n":"enable-debug-log","p":"enable kernel debug/trace log? (it will degrade performance)","d":"no"}]},{"v":["4.2.11","4.2.12","4.2.13","4.3.0","4.3.1","4.3.2","4.3.3","4.3.4","4.3.5","4.3.6"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"}]},{"v":["4.4.0","4.4.1","4.4.2","4.4.3","4.4.4","4.4.5","4.4.6","4.4.7","4.4.8","4.4.12","4.4.13RC1","4.4.13RC2","4.4.13","4.4.14","4.4.15","4.4.16","4.4.17","4.4.18","4.4.19","4.4.23","4.4.26","4.5.0","4.5.1","4.5.2","4.5.3","4.5.4","4.5.5","4.5.6","4.5.7","4.5.8","4.5.9","4.5.10","4.5.11","4.6.0"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"}]},{"v":["4.6.1","4.6.2","4.6.3","4.6.4","4.6.5","4.6.6","4.6.7","4.7.0","4.7.1","4.8.0","4.8.1","4.8.2","4.8.3","4.8.4","4.8.5","4.8.6","4.8.7","4.8.8","4.8.9","4.8.10"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-json","p":"enable json support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"}]},{"v":["4.8.11","4.8.12","4.8.13"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-json","p":"enable json support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"enable-cares","p":"enable cares support?","d":"no"}]},{"v":["5.0.0"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"enable-cares","p":"enable cares support?","d":"no"}]},{"v":["5.0.1","5.0.2","5.0.3"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"enable-cares","p":"enable cares support?","d":"no"},{"n":"enable-brotli","p":"enable brotli support?","d":"yes"}]},{"v":["5.1.0","5.1.1"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"enable-cares","p":"enable cares support?","d":"no"},{"n":"enable-brotli","p":"enable brotli support?","d":"yes"},{"n":"enable-swoole-pgsql","p":"enable PostgreSQL database support?","d":"no"},{"n":"with-swoole-odbc","p":"enable ODBC database support?","d":"no"},{"n":"with-swoole-oracle","p":"enable Oracle database support?","d":"no"},{"n":"enable-swoole-sqlite","p":"enable Sqlite database support?","d":"no"}]}]},{"name":"swoole_serialize","license":"Apache2.0","summary":"the fastest and smallest serialize fucntion bound for php7","description":"the fastest and smallest serialize fucntion bound for php7","phpv":[{"v":["0.1.1"],"min":"7"}],"confopts":[{"v":["0.1.1"]}]},{"name":"syck","license":"PHP License","summary":"YAML-1.0 parser and emitter","description":"A binding to the Syck library.\nYAML(tm) (rhymes with \"camel\") is a straightforward machine parsable data serialization format designed for human readability and interaction with scripting languages. YAML is optimized for data serialization, configuration settings, log files, Internet messaging and filtering.","phpv":[{"v":["0.9","0.9.1","0.9.2","0.9.3"],"min":"5.2.1"}],"confopts":[{"v":["0.9","0.9.1","0.9.2","0.9.3"]}]},{"name":"sync","license":"MIT License","summary":"Named and unnamed synchronization objects","description":"The 'sync' extension introduces synchronization objects into PHP. Named and unnamed Mutex, Semaphore, Event, Reader-Writer, and named Shared Memory objects provide OS-level synchronization mechanisms on both *NIX (POSIX shared memory and pthread shared memory synchronization required) and Windows platforms. This extension is a direct port of and compatible with the cross platform 'sync' library: https://github.com/cubiclesoft/cross-platform-cpp","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.1.3"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.1.3"]}]},{"name":"taint","license":"PHP","summary":"XSS code sniffer","description":"An extension used for detecting XSS codes(tainted string),\nAnd also can be used to spot sql injection vulnerabilities, shell inject, etc.","phpv":[{"v":["0.0.1","0.0.2","0.1.0","0.2.0","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1","0.5.2","0.5.3","1.0.0","1.1.0","1.2.0","1.2.1"],"min":"5.2.0","max":"5.4.0"},{"v":["1.2.2"],"min":"5.2.0","max":"5.4.99"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0"],"min":"7.0.0"}],"confopts":[{"v":["0.0.1","0.0.2","0.1.0","0.2.0","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1","0.5.2","0.5.3","1.0.0","1.1.0","1.2.0","1.2.1","1.2.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0"]}]},{"name":"tcc","license":"PHP","summary":"TCC Extension","description":"This PHP Extension provides an interface to the TCC(Tiny C Compiler)\nSee http://fabrice.bellard.free.fr/tcc/ for more information on TCC.","phpv":[{"v":["0.1.2"],"min":"5.2.0"}],"confopts":[{"v":["0.1.2"]}]},{"name":"TCLink","license":"LGPL","summary":"Enables credit card processing via the TrustCommerce payment gateway","description":"This package provides a module for using TCLink directly from PHP scripts.\nTCLink is a thin client library to allow your e-commerce servers to connect\nto the TrustCommerce payment gateway.","phpv":[{"v":["3.3.1","3.4.0"]}],"confopts":[{"v":["3.3.1","3.4.0"]}]},{"name":"tcpwrap","license":"PHP License","summary":"tcpwrappers binding.","description":"This package handles /etc/hosts.allow and /etc/hosts.deny files.","phpv":[{"v":["0.1","1.0"]},{"v":["1.1","1.1.2","1.1.3"],"min":"4.0.0"},{"v":["1.2.0"],"min":"5.3.0"}],"confopts":[{"v":["0.1","1.0","1.1","1.1.2","1.1.3","1.2.0"]}]},{"name":"tdb","license":"PHP","summary":"Trivial DB bindings","description":"This extension provides bindings for Trivial DB.","phpv":[{"v":["0.1.0","1.0.0"],"min":"5.0.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0","1.0.0"],"opts":[{"n":"with-tdb","p":"Please provide the path to Trivial DB installation","d":"autodetect"}]}]},{"name":"teds","license":"BSD-3-Clause","summary":"teds extension","description":"teds (Tentative Extra Data Structures) is a collection of data structures and iterable functionality","phpv":[{"v":["0.1.0a1","0.1.1","0.2.0","0.2.1","0.3.0","0.4.0","0.4.1","0.5.1","0.6.0","0.7.0","0.8.0","0.9.0","0.9.1","0.9.2","0.10.0","0.11.0","0.12.0","0.13.0","0.14.0","1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.3.0"],"min":"8.0.0"}],"confopts":[{"v":["0.1.0a1","0.1.1","0.2.0","0.2.1","0.3.0","0.4.0","0.4.1","0.5.1","0.6.0","0.7.0","0.8.0","0.9.0","0.9.1","0.9.2","0.10.0","0.11.0","0.12.0","0.13.0","0.14.0","1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.3.0"]}]},{"name":"Tensor","license":"MIT","summary":"A library and extension that provides objects for scientific computing in PHP.","description":"A library and extension that provides objects for scientific computing in PHP.","phpv":[{"v":["2.1.03"],"min":"7.2.0","max":"7.4.99"},{"v":["2.1.3"],"min":"7.2.0","max":"99.99.99"},{"v":["2.1.4","2.2.0","2.2.1","2.2.3"],"min":"7.2.0","max":"7.4.99"},{"v":["3.0.0","3.0.00"],"min":"7.4.0","max":"8.0.99"},{"v":["3.0.2"],"min":"7.4.0","max":"8.1.99"},{"v":["3.0.3","3.0.4"],"min":"7.4.0","max":"8.2.99"}],"confopts":[{"v":["2.1.03","2.1.3","2.1.4","2.2.0","2.2.1","2.2.3","3.0.0","3.0.00","3.0.2","3.0.3","3.0.4"]}]},{"name":"termbox","license":"Apache","summary":"a termbox wrapper for PHP","description":"termbox is a robust, minimal alternative to ncurses. termbox-php is a wrapper\nextension that provides termbox functionality in PHP land.\n\nSee https://github.com/adsr/termbox-php for the source distribution.\nSee https://github.com/nsf/termbox for the underlying library.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"],"min":"5"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"]}]},{"name":"TextCat","license":"PHP","summary":"Simple class to extract language of texts","description":"This extension implements N-gram based text categorization, useful to detect languages of texts with a minimum supervision.","phpv":[{"v":["0.1.0","0.2.0"],"min":"5.2.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0","0.2.0"]}]},{"name":"threads","license":"PHP License 2.02","summary":"experimental implementation of threads","description":"experimental implementation of threads"},{"name":"tidy","license":"PHP","summary":"Tidy HTML Repairing and Parsing","description":"Tidy is a binding for the Tidy HTML clean and repair utility which\nallows you to clean and manipluate HTML documents.\n\nNOTE: This is the PHP4 version!","phpv":[{"v":["0.5.2","0.5.3","0.7","1.0","1.1","1.2"]}],"confopts":[{"v":["0.5.2","0.5.3","0.7","1.0","1.1","1.2"]}]},{"name":"timecop","license":"MIT License","summary":"A PHP extension providing \"time travel\" capabilities.","description":"A PHP extension providing \"time travel\" and \"time freezing\" capabilities, inspired by ruby timecop gem.","phpv":[{"v":["1.2.8","1.2.10"],"min":"5.3.1"}],"confopts":[{"v":["1.2.8","1.2.10"]}]},{"name":"timezonedb","license":"PHP","summary":"Timezone Database to be used with PHP's date and time functions","description":"This extension is a drop-in replacement for the builtin timezone database that\ncomes with PHP. You should only install this extension in case you need to get\na later version of the timezone database than the one that ships with PHP.\n\nThe data that this extension uses comes from the \"Olson\" database, which is\nlocated at http://www.iana.org/time-zones.","phpv":[{"v":["2005.13","2005.14","2005.17","2005.18","2006.1","2006.7","2006.11","2006.14","2006.14.1","2006.16","2007.2","2007.3","2007.5","2007.8","2007.9","2007.10","2007.11","2008.1","2008.2","2008.3","2008.4","2008.4.1","2008.5","2008.6","2008.7","2008.8","2008.9","2009.1","2009.3","2009.4","2009.5","2009.6","2009.8","2009.10","2009.12","2009.13","2009.14","2009.15","2009.16","2009.17","2009.18","2009.21","2010.1","2010.2","2010.3","2010.5","2010.7","2010.7.1","2010.9","2010.11","2010.12","2010.13","2010.15","2011.1","2011.2","2011.3","2011.4","2011.5","2011.7","2011.8","2011.9","2011.10","2011.11","2011.12","2011.13","2011.14","2012.1","2012.2","2012.3","2012.4","2012.5","2012.6","2012.7","2012.8","2012.9","2012.10","2013.1","2013.2","2013.3","2013.4","2013.6","2013.7","2013.8","2013.9","2014.1","2014.2","2014.3","2014.5","2014.6","2014.7","2014.8","2014.9","2014.10","2015.1","2015.2","2015.3"],"min":"4.0.0"},{"v":["2015.4","2015.5"],"min":"5.4.41"},{"v":["2015.6","2015.6.1","2015.7","2016.1","2016.2","2016.3","2016.4","2016.5","2016.6","2016.7","2016.8","2016.9","2016.10","2017.1","2017.2","2017.3","2018.3","2018.4","2018.5","2018.6","2018.7","2018.9","2019.1","2019.2","2019.3","2020.1","2020.2","2020.3","2020.4","2021.1","2021.5","2022.2","2022.5"],"min":"5.2.0"},{"v":["2022.6","2022.7","2023.1","2023.2","2023.3"],"min":"5.4.0"}],"confopts":[{"v":["2005.13","2005.14","2005.17","2005.18","2006.1","2006.7","2006.11","2006.14","2006.14.1","2006.16","2007.2","2007.3","2007.5","2007.8","2007.9","2007.10","2007.11","2008.1","2008.2","2008.3","2008.4","2008.4.1","2008.5","2008.6","2008.7","2008.8","2008.9","2009.1","2009.3","2009.4","2009.5","2009.6","2009.8","2009.10","2009.12","2009.13","2009.14","2009.15","2009.16","2009.17","2009.18","2009.21","2010.1","2010.2","2010.3","2010.5","2010.7","2010.7.1","2010.9","2010.11","2010.12","2010.13","2010.15","2011.1","2011.2","2011.3","2011.4","2011.5","2011.7","2011.8","2011.9","2011.10","2011.11","2011.12","2011.13","2011.14","2012.1","2012.2","2012.3","2012.4","2012.5","2012.6","2012.7","2012.8","2012.9","2012.10","2013.1","2013.2","2013.3","2013.4","2013.6","2013.7","2013.8","2013.9","2014.1","2014.2","2014.3","2014.5","2014.6","2014.7","2014.8","2014.9","2014.10","2015.1","2015.2","2015.3","2015.4","2015.5","2015.6","2015.6.1","2015.7","2016.1","2016.2","2016.3","2016.4","2016.5","2016.6","2016.7","2016.8","2016.9","2016.10","2017.1","2017.2","2017.3","2018.3","2018.4","2018.5","2018.6","2018.7","2018.9","2019.1","2019.2","2019.3","2020.1","2020.2","2020.3","2020.4","2021.1","2021.5","2022.2","2022.5","2022.6","2022.7","2023.1","2023.2","2023.3"]}]},{"name":"tk","license":"PHP","summary":"Extension for Tk (X-windows interface toolkit)","description":"PHP/TK is an native extension for the PHP programming language that implements language bindings for TCL/TK. It provides an object-oriented interface and greatly simplifies writing client-side cross-platform GUI applications.","phpv":[{"v":["0.1.1"]}],"confopts":[{"v":["0.1.1"]}]},{"name":"tokyo_tyrant","license":"PHP License","summary":"Provides a wrapper to the Tokyo Tyrant client library.","description":"tokyo_tyrant extension provides object oriented API for communicating\nwith Tokyo Tyrant key-value store.\n\nThis extension requires Tokyo Cabinet, Tokyo Tyrant and PHP version 5.2.0+.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.2.0","0.3.0","0.4.0","0.5.0","0.6.0","0.7.0"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.2.0","0.3.0","0.4.0","0.5.0","0.6.0","0.7.0"],"opts":[{"n":"with-tokyo-tyrant","p":"Please provide the prefix of Tokyo Tyrant installation","d":"autodetect"},{"n":"with-tokyo-cabinet-dir","p":"Please provide the prefix of Tokyo Cabinet installation","d":"autodetect"}]}]},{"name":"trace","license":"Apache 2.0","summary":"Trace is a low-overhead tracing tool for PHP","description":"Trace is a low-overhead tracing tool for PHP.\nIt can trace all PHP executing, function calls, request information during\nrun-time. And provides features like Filter, Statistics, Current Status and\nso on.\nIt is very useful to locate blocking, heavy-load problems and debug in all\nenvironments, especially in production environments.","phpv":[{"v":["0.3.0","1.0.0"],"min":"5.1"},{"v":["1.0.1beta"],"min":"5.2"}],"confopts":[{"v":["0.3.0","1.0.0","1.0.1beta"]}]},{"name":"trader","license":"BSD 2-clause","summary":"Technical Analysis for traders.","description":"The trader extension is a free open source stock library based on TA-Lib. It's dedicated to trading software developers requiring to perform technical analysis of financial market data. Alongside many indicators like ADX, MACD, RSI, Stochastic, TRIX the candlestick pattern recognition and several vector arithmetic and algebraic functions are present.","phpv":[{"v":["0.2","0.2.1","0.2.2","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1"],"min":"5.3"}],"confopts":[{"v":["0.2","0.2.1","0.2.2","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1"]}]},{"name":"translit","license":"BSD style","summary":"Transliterates non-latin character sets to latin","description":"This extension allows you to transliterate text in non-latin characters (such\nas Chinese, Cyrillic, Greek etc) to latin characters. Besides the\ntransliteration the extension also contains filters to upper- and lowercase\nlatin, cyrillic and greek, and perform special forms of transliteration such\nas converting ligatures such as the Norwegian \"\u00e6\" to \"ae\" and normalizing\npunctuation and spacing.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.5"]},{"v":["0.6.0"],"min":"4.0.0"},{"v":["0.6.1","0.6.2"],"min":"5.1.0"},{"v":["0.6.3"],"min":"5.6.0"},{"v":["0.7.0","0.7.1"],"min":"7.0.0"}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.5","0.6.0","0.6.1","0.6.2","0.6.3","0.7.0","0.7.1"]}]},{"name":"tvision","license":"BSD License","summary":"Turbo Vision wrapper","description":"Turbo Vision is a framework for creating text-mode user interfaces in MS-DOS,\ndeveloped by Borland. Borland shipped Turbo Vision with their Turbo Pascal and\nTurbo C++ compilers. This extension is based on Unix port of Turbo Vision\nwritten by Sergio Sigala (http://www.sigala.it/sergio/tvision/).","phpv":[{"v":["0.1"]}],"confopts":[{"v":["0.1"]}]},{"name":"txforward","license":"PHP License","summary":"Reverse Proxy (web accelerator) PHP compatibility layer","description":"Makes reverse-proxing (web accelerator) totally invisible for php applications. Doesn't require php code modifications to handle X-Forwarded-For IP.\n* Stills allows proxy-aware applications to work with X-Forwarded headers and proxy IP address.\n* Should work with any web server\n* Should work with any proxy server\n\nUsing this extension with on a non reverse proxied system will result in a security issue.","phpv":[{"v":["1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"],"min":"4.3.0"}],"confopts":[{"v":["1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]}]},{"name":"udis86","license":"PHP License","summary":"PHP bindings for udis86 library","description":"udis86 is an easy-to-use minimalistic disassembler library (libudis86) for the x86 and x86-64 class of instruction set architectures","phpv":[{"v":["0.1.0"],"min":"5.3.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0"],"opts":[{"n":"with-udis86","p":"Please provide the prefix of udis86 library","d":"autodetect"}]}]},{"name":"ui","license":"PHP License","summary":"UI API","description":"An OO wrapper around libui","phpv":[{"v":["0.9.9","1.0.0","1.0.1","1.0.2","1.0.3","2.0.0"],"min":"7.0.0RC5"}],"confopts":[{"v":["0.9.9","1.0.0","1.0.1","1.0.2","1.0.3","2.0.0"]}]},{"name":"unicode","license":"PHP","summary":"Unicode extension","description":"Implements Unicode-related ICU functionality such as character properties, normalization, iterators, etc."},{"name":"unicodestring","license":"MIT","summary":"A native Unicode string object for PHP","description":"A native Unicode string object for PHP, built on libicu, for PHP 5.3 and later."},{"name":"uopz","license":"PHP License","summary":"User Operations for Zend","description":"The uopz extension is focused on providing utilities to aid with unit testing PHP code.\n\nIt supports the following activities:\n\n* Intercepting function execution\n* Intercepting object creation\n* Hooking into function execution\n* Manipulation of function statics\n* Manipulation of function flags\n* Redefinition of constants\n* Deletion of constants\n* Runtime creation of functions and methods","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"],"min":"5.4.0"},{"v":["5.0.1","5.0.2"],"min":"7.0.0"},{"v":["5.1.0","6.0.0","6.0.1","6.1.0","6.1.1","6.1.2"],"min":"7.1.0"},{"v":["7.0.0","7.1.0","7.1.1"],"min":"8.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","5.0.1","5.0.2","5.1.0","6.0.0","6.0.1","6.1.0","6.1.1","6.1.2","7.0.0","7.1.0","7.1.1"]}]},{"name":"uploadprogress","license":"PHP License","summary":"An extension to track progress of a file upload.","description":"A PHP extension to track progress of a file upload, including details on the speed of the upload, estimated time remaining, and access to the contents of the file as it is being uploaded.\n\nThe uploadprogress extension works on PHP 5, PHP 7, and PHP 8 (since version 1.1.2). It requires the use of the Apache httpd web server with mod_php. Other web servers and PHP-FPM are not yet supported.\n\nSee https://github.com/php/pecl-php-uploadprogress for documentation and examples.","phpv":[{"v":["0.3.0","0.9.0","0.9.1","0.9.2","1.0.0","1.0.1","1.0.2","1.0.3","1.0.3.1","1.1.0"],"min":"5.2.0"},{"v":["1.1.1"],"min":"5.2.0","max":"8.0.0"},{"v":["1.1.2","1.1.3","1.1.4"],"min":"5.2.0"},{"v":["2.0.0","2.0.1","2.0.2"],"min":"7.2.0"}],"confopts":[{"v":["0.3.0","0.9.0","0.9.1","0.9.2","1.0.0","1.0.1","1.0.2","1.0.3","1.0.3.1","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","2.0.0","2.0.1","2.0.2"]}]},{"name":"uri_template","license":"PHP License","summary":"uri_template extension","description":"Implementation of URI Template(RFC6570) specification for PHP.","phpv":[{"v":["0.99.1","0.99.2","1.0"],"min":"5.3.1"}],"confopts":[{"v":["0.99.1","0.99.2","1.0"]}]},{"name":"uuid","license":"LGPL","summary":"UUID extension","description":"A wrapper around libuuid from the ext2utils project.","phpv":[{"v":["0.9","1.0"]},{"v":["1.0.1","1.0.2","1.0.3"],"min":"4.0.0"},{"v":["1.0.4RC2","1.0.4","1.0.5"],"min":"5.3.0"},{"v":["1.1.0","1.2.0"],"min":"7.0.0"}],"confopts":[{"v":["0.9","1.0","1.0.1"]},{"v":["1.0.2","1.0.3","1.0.4RC2","1.0.4","1.0.5","1.1.0","1.2.0"],"opts":[{"n":"with-uuid","p":"uuid installation directory?","d":"autodetect"}]}]},{"name":"uv","license":"PHP License","summary":"libuv wrapper","description":"uv provides access to underlying libuv functions","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4"],"min":"7.0.0"},{"v":["0.3.0"],"min":"8.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0"]}]},{"name":"v8","license":"The MIT License (MIT)","summary":"V8 JavaScript engine API for PHP","description":"This extension brings V8 JavaScript engine API to PHP with some abstraction in mind and provides an accurate native V8 C++ API implementation available from PHP.","phpv":[{"v":["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9"],"min":"7.0"},{"v":["0.2.0","0.2.1","0.2.2"],"min":"7.1"}],"confopts":[{"v":["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.2.0","0.2.1","0.2.2"]}]},{"name":"v8js","license":"The MIT License (MIT)","summary":"V8 Javascript Engine for PHP","description":"This extension embeds Google's V8 Javascript Engine into PHP.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"],"min":"5.3.3"},{"v":["0.1.4","0.1.5","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.0","0.4.0","0.4.1","0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4"],"min":"5.4"},{"v":["1.0.0","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.4.0","1.4.1","2.0.0","2.1.0","2.1.1","2.1.2"],"min":"7.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.0","0.4.0","0.4.1","0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","1.0.0","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.4.0","1.4.1","2.0.0","2.1.0","2.1.1","2.1.2"],"opts":[{"n":"with-v8js","p":"Please provide the installation prefix of libv8","d":"autodetect"}]}]},{"name":"Valkyrie","license":"PHP","summary":"Valkyrie validation extension","description":"This extension makes validating POST and GET parameters easier, through the use of a single XML file for declaring all parameters to be received by all files of an application. See http://www.xavier-noguer.com/valkyrie.html for details.","phpv":[{"v":["0.1"]}],"confopts":[{"v":["0.1"]}]},{"name":"varnish","license":"BSD","summary":"Varnish Cache bindings","description":"Varnish Cache is an open source, state of the art web application accelerator. The extension makes it possible to interact with a running varnish instance through TCP socket or shared memory.","phpv":[{"v":["0.3","0.4","0.4.1","0.6","0.7","0.8","0.9","0.9.1","0.9.2","0.9.3","1.0.0","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6"],"min":"5.3"}],"confopts":[{"v":["0.3","0.4","0.4.1","0.6","0.7","0.8","0.9","0.9.1","0.9.2","0.9.3","1.0.0","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6"]}]},{"name":"var_representation","license":"BSD-3-Clause","summary":"var_representation: Generate compact variable representations","description":"var_representation is a compact alternative to var_export that properly escapes control characters","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4"],"min":"7.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4"]}]},{"name":"vips","license":"MIT","summary":"PHP extension for interfacing with libvips","description":"This extension uses libvips to provide image processing facilities.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13"],"opts":[{"n":"with-vips","p":"enable vips","d":"yes"}]}]},{"name":"vld","license":"BSD style","summary":"Provides functionality to dump the internal representation of PHP scripts","description":"The Vulcan Logic Disassembler hooks into the Zend Engine and\ndumps all the opcodes (execution units) of a script.","phpv":[{"v":["0.7.0","0.8.0"]},{"v":["0.9.0","0.9.1","0.10.0","0.10.1","0.11.0","0.11.1","0.11.2","0.12.0","0.13.0","0.14.0"],"min":"4.0.0"},{"v":["0.15.0","0.16.0","0.17.0","0.17.1","0.17.2","0.18.0"],"min":"7.0.0"}],"confopts":[{"v":["0.7.0","0.8.0","0.9.0","0.9.1","0.10.0","0.10.1","0.11.0","0.11.1","0.11.2","0.12.0","0.13.0","0.14.0","0.15.0","0.16.0","0.17.0","0.17.1","0.17.2","0.18.0"]}]},{"name":"vpopmail","license":"PHP","summary":"Provides functions to interact with vpopmail, a Qmail addon","description":"A wrapper to vpopmail, a Qmail addon","phpv":[{"v":["0.2"]}],"confopts":[{"v":["0.2"]}]},{"name":"w32api","license":"PHP license 3.0","summary":"Win32 and DLL API interface functions","description":"This extension is a generic extension API to DLLs.\nThis was originally written to allow access to the Win32 API from PHP,\nalthough you can also access other functions exported via other DLLs."},{"name":"wasm","license":"MIT","summary":"Run WebAssembly binaries in PHP","description":"WebAssembly (abbreviated Wasm) is a binary instruction format for\na stack-based virtual machine. Wasm is designed as a portable target\nfor compilation of high-level languages like C/C++/Rust, enabling\ndeployment on the web for client and server applications.\n\nThis extension allows to run Wasm binaries inside PHP.","phpv":[{"v":["0.5.0"],"min":"7.2.0"}],"confopts":[{"v":["0.5.0"]}]},{"name":"WBXML","license":"PHP","summary":"WBXML to XML conversion","description":"This extension provides WBXML (Wireless Binary XML) conversion capabilities using the libwbxml library, which can be found at http://libwbxml.aymerick.com/","phpv":[{"v":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3"]}],"confopts":[{"v":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"wddx","license":"PHP","summary":"Web Distributed Data Exchange","description":"The Web Distributed Data Exchange, or WDDX, is a free, open XML-based technology that allows Web applications created with any platform to easily exchange data with one another over the Web"},{"name":"Weakref","license":"PHP","summary":"Implementation of weak references","description":"A weak reference provides a gateway to an object without preventing that object from being collected by the garbage collector (GC).","phpv":[{"v":["0.1.0","0.2.0","0.2.1","0.2.2"],"min":"5.3.0","max":"5.5.0"},{"v":["0.2.3","0.2.4","0.2.5"],"min":"5.3.0","max":"5.6.0"},{"v":["0.2.6"],"min":"5.3.0"},{"v":["0.3.0","0.3.1","0.3.2","0.3.3"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.0","0.3.1","0.3.2","0.3.3"]}]},{"name":"weakreference_bc","license":"PHP","summary":"Polyfill of WeakMap/WeakReference for older PHP versions.","description":"Polyfill of WeakMap/WeakReference for older PHP versions. This is a fork of the abandoned \"weakref\" PECL.","phpv":[{"v":["0.4.0","0.4.1"],"min":"7.0.3","max":"8.0.0"}],"confopts":[{"v":["0.4.0","0.4.1"]}]},{"name":"win32ps","license":"BSD-2-Clause","summary":"Win32 process and memory stats","description":"Win32ps is a tiny module which utilizes PSAPI (Process Status Helper) to\nget information about global memory usage and process specific memory and\ncpu time utilization.","phpv":[{"v":["1.0.1"],"min":"4.3","max":"6.0.0"}],"confopts":[{"v":["1.0.1"]}]},{"name":"win32ps_dll","license":"BSD-2-Clause","summary":"Win32 process and memory stats","description":"Win32ps is a tiny module which utilizes PSAPI (Process Status Helper) to\nget information about global memory usage and process specific memory and\ncpu time utilization.","phpv":[{"v":["1.0.1"],"min":"4.3","max":"6.0.0"}],"confopts":[{"v":["1.0.1"]}]},{"name":"win32service","license":"PHP License","summary":"A Windows specific extension to allow PHP to interact with Windows Services.","description":"The win32service extension is a Windows specific extension that allows PHP to communicate with the Service\nControl Manager to start, stop, register and unregister services, and even allows your PHP scripts to run as a\nservice.","phpv":[{"v":["0.1.0"],"min":"5.0.0"},{"v":["0.2.0"],"min":"5.3.0"},{"v":["0.2.1","0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.4.2"],"min":"7.0.1"},{"v":["1.0.0","1.0.1","1.0.2"],"min":"8.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.4.2","1.0.0","1.0.1","1.0.2"]}]},{"name":"win32std","license":"PHP","summary":"Set of standard Windows API functions.","description":"Features\n* Common Win32 dialogs.\n* Wrappers for some standard functions.\n* Registry access\n* Windows executable resource access.\n* Windows binary resources access (r/w)\n* Resource access stream wrapper (read only). Compatible with the res protocol.","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"WinBinder","license":"BSD License","summary":"A Native Windows Binding for PHP","description":"WinBinder is a new extension that allows PHP programmers to build native Window applications. It wraps the Windows API in a lightweight, easy-to-use library, so that program creation is quick and straightforward.","phpv":[{"v":["0.30.101","0.31.104","0.32.108","0.33.113","0.33.114","0.34.117","0.36.126","0.38.133","0.40.152","0.41.154","0.43.164"]},{"v":["0.46.0"],"min":"4.3.10","max":"5.1.4"}],"confopts":[{"v":["0.30.101","0.31.104","0.32.108","0.33.113","0.33.114","0.34.117","0.36.126","0.38.133","0.40.152","0.41.154","0.43.164","0.46.0"]}]},{"name":"WinCache","license":"BSD License","summary":"Windows Cache Extension for PHP","description":"Windows Cache Extension for PHP is a PHP accelerator that is used to increase the speed of PHP applications running on Windows and Windows Server. Once the Windows Cache Extension for PHP is enabled and loaded by the PHP engine, PHP applications can take advantage of the functionality without any code modifications. The extension includes file system cache and relative path cache. In addition the extension provides cache API's and a PHP session handler.","phpv":[{"v":["1.0.0","1.0.1","1.1.0beta2","1.1.0","1.1.0stable","1.3.0","1.3.5.0","1.3.6.1","1.3.7.4","1.3.7.7"],"min":"5.2.0"},{"v":["1.3.7.9","1.3.7.10","1.3.7.11","1.3.7.12"],"min":"5.2.0","max":"6.0.0"},{"v":["2.0.0.0"],"min":"7.0.0"},{"v":["2.0.0.1"],"min":"7.0.0RC3"},{"v":["2.0.0.4","2.0.0.5","2.0.0.6","2.0.0.7","2.0.0.8"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0beta2","1.1.0","1.1.0stable","1.3.0","1.3.5.0","1.3.6.1","1.3.7.4","1.3.7.7","1.3.7.9","1.3.7.10","1.3.7.11","1.3.7.12","2.0.0.0","2.0.0.1","2.0.0.4","2.0.0.5","2.0.0.6","2.0.0.7","2.0.0.8"]}]},{"name":"wkhtmltox","license":"PHP v3.01","summary":"Converting HTML to X since 2017","description":"libwkhtmltox is an open source shared library for converting HTML into PDF and various image formats."},{"name":"wxwidgets","license":"PHP","summary":"Cross-platform widget toolkit.","description":"Wraps the wxWidgets library, which allows to write\nmulti-platform desktop applications that make use of the native\ngraphical components available to the different platforms.","phpv":[{"v":["3.0.0.1","3.0.0.2"],"min":"5.3.0"}],"confopts":[{"v":["3.0.0.1"],"opts":[{"n":"enable-wxwidgets-debug","p":"Enable debugging messages in wxwidgets","d":"no"},{"n":"enable-wxwidgets-monolithic","p":"Enable linking to monolithic version of wxWidgets","d":"no"}]},{"v":["3.0.0.2"],"opts":[{"n":"enable-wxwidgets-debug","p":"Enable debugging messages and symbols in wxwidgets","d":"no"},{"n":"enable-wxwidgets-macosx","p":"Enable Mac OS X building mode","d":"no"}]}]},{"name":"xattr","license":"PHP License","summary":"Extended attributes.","description":"This package allows to manipulate extended attributes on filesystems that support them.","phpv":[{"v":["0.9","1.0"]},{"v":["1.1.0","1.2.0","1.2.1"],"min":"4.0.0"},{"v":["1.3.0RC1","1.3.0","1.3.1"],"min":"5.3.0"},{"v":["1.4.0"],"min":"7.2.0"}],"confopts":[{"v":["0.9","1.0"]},{"v":["1.1.0","1.2.0","1.2.1","1.3.0RC1","1.3.0","1.3.1","1.4.0"],"opts":[{"n":"with-xattr","p":"libattr library installation dir?","d":"autodetect"}]}]},{"name":"xcommerce","license":"BSD","summary":"X.commerce bindings and helper methods","description":"[READ THIS FIRST]\nThe x.commerce ecosystem will be discontinued by Feb. 2013. This extension will be removed by mid-Jan. 2013. Don't use it.\n\nThis extension provides functionality for building and\nconsuming API's in the X.commerce ecosystem.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"],"min":"5.1.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"]}]},{"name":"xdebug","license":"BSD style","summary":"Provides functions for function traces and profiling","description":"The Xdebug extension helps you debugging your script by providing a lot of\nvaluable debug information. The debug information that Xdebug can provide\nincludes the following:\n\n* stack and function traces in error messages with:\no full parameter display for user defined functions\no function name, file name and line indications\no support for member functions\n* memory allocation\n* protection for infinite recursions\n\nXdebug also provides:\n\n* profiling information for PHP scripts\n* code coverage analysis\n* capabilities to debug your scripts interactively with a debug client","phpv":[{"v":["1.2.0","1.3.0rc1","1.3.0rc2","1.3.0","1.3.1","1.3.2","2.0.0beta1","2.0.0beta2","2.0.0beta3"]},{"v":["2.0.0beta4","2.0.0beta5","2.0.0beta6","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5"],"min":"4.3.0"},{"v":["2.1.0beta1","2.1.0beta2","2.1.0beta3","2.1.0RC1","2.1.0","2.1.1RC1","2.1.1","2.1.2","2.1.3","2.1.4","2.2.0RC1","2.2.0RC2","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5"],"min":"5.1.0"},{"v":["2.2.6","2.2.7"],"min":"5.2.0"},{"v":["2.3.0","2.3.1","2.3.2","2.3.3","2.4.0beta1","2.4.0RC1","2.4.0RC2","2.4.0RC3","2.4.0RC4","2.4.0","2.4.1","2.5.0RC1"],"min":"5.4.0"},{"v":["2.5.0","2.5.1","2.5.2","2.5.3","2.5.4","2.5.5","2.6.0alpha1"],"min":"5.5.0"},{"v":["2.6.0beta1","2.6.0RC2","2.6.0","2.6.1","2.7.0alpha1","2.7.0beta1","2.7.0RC1","2.7.0RC2","2.7.0","2.7.1","2.7.2","2.8.0alpha1","2.8.0beta1","2.8.0beta2","2.8.0","2.8.1","2.9.0"],"min":"7.0.0"},{"v":["2.9.1","2.9.2","2.9.3","2.9.4","2.9.5","2.9.6"],"min":"7.1.0"},{"v":["2.9.7","2.9.8"],"min":"7.1.0","max":"7.4.99"},{"v":["3.0.0beta1","3.0.0RC1","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4"],"min":"7.2.0","max":"8.0.99"},{"v":["3.1.0beta1","3.1.0beta2","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6"],"min":"7.2.0","max":"8.1.99"},{"v":["3.2.0alpha1","3.2.0alpha2","3.2.0alpha3","3.2.0RC1","3.2.0RC2","3.2.0","3.2.1","3.2.2"],"min":"8.0.0","max":"8.2.99"},{"v":["3.3.0alpha2","3.3.0alpha3","3.3.0"],"min":"8.0.0","max":"8.3.99"}],"confopts":[{"v":["1.2.0","1.3.0rc1","1.3.0rc2","1.3.0","1.3.1","1.3.2","2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0beta4","2.0.0beta5","2.0.0beta6","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0beta1","2.1.0beta2","2.1.0beta3","2.1.0RC1","2.1.0","2.1.1RC1","2.1.1","2.1.2","2.1.3","2.1.4","2.2.0RC1","2.2.0RC2","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","2.3.0","2.3.1","2.3.2","2.3.3","2.4.0beta1","2.4.0RC1","2.4.0RC2","2.4.0RC3","2.4.0RC4","2.4.0","2.4.1","2.5.0RC1","2.5.0","2.5.1","2.5.2","2.5.3","2.5.4","2.5.5","2.6.0alpha1","2.6.0beta1","2.6.0RC2","2.6.0","2.6.1","2.7.0alpha1","2.7.0beta1","2.7.0RC1","2.7.0RC2","2.7.0","2.7.1","2.7.2","2.8.0alpha1","2.8.0beta1","2.8.0beta2","2.8.0","2.8.1","2.9.0","2.9.1","2.9.2","2.9.3","2.9.4","2.9.5","2.9.6","2.9.7","2.9.8","3.0.0beta1","3.0.0RC1","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.1.0beta1","3.1.0beta2","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6","3.2.0alpha1","3.2.0alpha2","3.2.0alpha3","3.2.0RC1","3.2.0RC2","3.2.0","3.2.1","3.2.2","3.3.0alpha2","3.3.0alpha3","3.3.0"]}]},{"name":"xdiff","license":"PHP License","summary":"File differences/patches.","description":"This extension creates and applies patches to both text and binary files.","phpv":[{"v":["0.2","0.3","1.0","1.1","1.2","1.3","1.4"]},{"v":["1.4.1","1.5.0","1.5.1","1.5.2"],"min":"4.0.0"},{"v":["2.0.0","2.0.1","2.1.0","2.1.1"],"min":"7.0.0"}],"confopts":[{"v":["0.2","0.3","1.0","1.1","1.2","1.3","1.4"]},{"v":["1.4.1","1.5.0","1.5.1","1.5.2","2.0.0","2.0.1","2.1.0","2.1.1"],"opts":[{"n":"with-xdiff","p":"libxdiff library installation dir?","d":"autodetect"}]}]},{"name":"xhprof","license":"Apache 2.0","summary":"XHProf: A Hierarchical Profiler for PHP","description":"XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based navigational interface. The raw data collection component is implemented in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable of reporting function-level inclusive and exclusive wall times, memory usage, CPU times and number of calls for each function. Additionally, it supports ability to compare two runs (hierarchical DIFF reports), or aggregate results from multiple runs.","phpv":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4"],"min":"5.2.0"},{"v":["2.1.2","2.1.3","2.1.4","2.2.0","2.2.1","2.2.2","2.2.3","2.3.0","2.3.1","2.3.2","2.3.3","2.3.4","2.3.5","2.3.6","2.3.7","2.3.8","2.3.9"],"min":"7.0.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4","2.1.2","2.1.3","2.1.4","2.2.0","2.2.1","2.2.2","2.2.3","2.3.0","2.3.1","2.3.2","2.3.3","2.3.4","2.3.5","2.3.6","2.3.7","2.3.8","2.3.9"]}]},{"name":"xlswriter","license":"BSD license","summary":"Efficient and fast xlsx file extension.","description":"xlswriter is a PHP C Extension that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.\n\nWriter\n\n- 100% compatible Excel XLSX files.\n- Full Excel formatting.\n- Merged cells.\n- Defined names.\n- Autofilters.\n- Charts.\n- Data validation and drop down lists.\n- Worksheet PNG/JPEG images.\n- Memory optimization mode for writing large files.\n- Works on Linux, FreeBSD, OpenBSD, OS X, Windows.\n- Compiles for 32 and 64 bit.\n- FreeBSD License.\n- The only dependency is on zlib.\n\nReader\n\n- Full read data\n- Cursor read data\n- Read by data type\n- Xlsx to csv","phpv":[{"v":["1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0","1.3.1","1.3.2","1.3.3","1.3.3.1","1.3.3.2","1.3.4","1.3.4.1","1.3.5","1.3.6","1.3.7","1.4.0","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5"],"min":"7.0.0"}],"confopts":[{"v":["1.2.4","1.2.5","1.2.6"]},{"v":["1.2.7","1.2.8","1.2.9","1.3.0"],"opts":[{"n":"enable-reader","p":"enable reader supports?","d":"no"}]},{"v":["1.3.1","1.3.2","1.3.3","1.3.3.1","1.3.3.2","1.3.4","1.3.4.1","1.3.5","1.3.6","1.3.7","1.4.0","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5"],"opts":[{"n":"enable-reader","p":"enable reader supports?","d":"yes"}]}]},{"name":"xmldiff","license":"BSD 2-clause","summary":"XML diff and merge","description":"The extension is able to produce diffs of two XML documents and then to apply the difference to the source document. The diff is a XML document containing copy/insert/delete instruction nodes in human readable format. DOMDocument objects, local files and strings in memory can be processed.","phpv":[{"v":["0.8.0","0.9.0","0.9.1","0.9.2","1.1.0","1.1.1","1.1.2","1.1.3"],"min":"5.3"}],"confopts":[{"v":["0.8.0","0.9.0","0.9.1","0.9.2","1.1.0","1.1.1","1.1.2","1.1.3"]}]},{"name":"xmlReader","license":"PHP License","summary":"Provides fast, non-cached, forward-only access to XML data under PHP 5.\n\nNOTE: This extension is part of core, thus, the PECL extension is dead.","description":"This extension wraps the libxml xmlReader API. The reader acts as a cursor\ngoing forward on the document stream and stopping at each node in the way.\nxmlReader is similar to SAX though uses a much simpler API.","phpv":[{"v":["0.1","0.2","1.0","1.0.1"]}],"confopts":[{"v":["0.1","0.2","1.0","1.0.1"]}]},{"name":"xmlrpc","license":"PHP","summary":"Functions to write XML-RPC servers and clients","description":"These functions can be used to write XML-RPC servers and clients. You can find\nmore information about XML-RPC at http://www.xmlrpc.com/, and more documentation\non this extension and its functions at http://xmlrpc-epi.sourceforge.net/.\n\nThe extension is unbundled from php-src as of PHP 8.0.0, because the underlying\nlibxmlrpc has obviously been abandoned. It is recommended to reevaluate using\nthis extension.","phpv":[{"v":["1.0.0RC1","1.0.0RC2","1.0.0RC3"],"min":"8.0.0"}],"confopts":[{"v":["1.0.0RC1","1.0.0RC2","1.0.0RC3"]}]},{"name":"XMLRPCi","license":"PHP","summary":"Improved XML-RPC","description":"A re-write of the old ext/xmlrpc extension for PHP 5 implmenting object overloading\nand built on top of the libxml2 library. It strives to be a completely backward\ncompatiable replacement to the ext/xmlrpc extension","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"xmlwriter","license":"PHP","summary":"Provides fast, non-cached, forward-only means to write XML data.\n\nThis PECL extension is dead, instead use XMLWriter that comes with core (as of PHP 5.1.2)","description":"This extension wraps the libxml xmlWriter API. Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data.","phpv":[{"v":["0.1","0.2","1.0"]},{"v":["2.0.0","2.0.1","2.0.2","2.0.4"],"min":"4.3.0"}],"confopts":[{"v":["0.1","0.2","1.0","2.0.0","2.0.1","2.0.2","2.0.4"]}]},{"name":"xmms","license":"PHP","summary":"Provides functions to interact with xmms","description":"A simple libxmms extension","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"xmp","license":"Apache 2.0","summary":"Bindings for the libxmp library","description":"PHP extension for managing (e.g. playing, decoding, retrieving metadata, mixing)\nmodule tracked files (http://en.wikipedia.org/wiki/Module_file),\nlibxmp is available from http://xmp.sourceforge.net/","phpv":[{"v":["4.2.0"],"min":"4.0.0","max":"6.0.0"}],"confopts":[{"v":["4.2.0"]}]},{"name":"xrange","license":"PHP License","summary":"Numeric iterator primitives","description":"xrange is a compiled extension that provides numeric iteration primitives to PHP on top of SPL. It includes a lean numeric range generator / iterator, modeled after Python's xrange() function. It's intended to provide an alternative for all numeric iteration and looping.","phpv":[{"v":["1.3","1.3.1","1.3.2"],"min":"5.0.0"}],"confopts":[{"v":["1.3","1.3.1","1.3.2"]}]},{"name":"xslcache","license":"PHP License","summary":"A modification of PHP's standard XSL extension that caches the parsed XSL stylesheet representation","description":"The XSL Cache extension is a modification of PHP's standard XSL extension that caches\nthe parsed XSL stylesheet representation between sessions for 2.5x boost in performance\nfor sites that repeatedly apply the same transform. Although there is still some further\nwork that could be done on the extension, this code is already proving beneficial in\nproduction use for a few applications on the New York Times' website.","phpv":[{"v":["0.7.0","0.7.1","0.7.2"],"min":"5.2.1","max":"6.0.0"}],"confopts":[{"v":["0.7.0","0.7.1","0.7.2"],"opts":[{"n":"with-xslcache","p":"Please provide the prefix of LibXSLT installation","d":"autodetect"}]}]},{"name":"xxtea","license":"MIT","summary":"XXTEA encryption algorithm extension for PHP.","description":"XXTEA encryption algorithm extension for PHP.\nXXTEA is a fast and secure encryption algorithm. This is a XXTEA extension for PHP.\nIt is different from the original XXTEA encryption algorithm. It encrypts and decrypts string instead of uint32 array, and the key is also string.","phpv":[{"v":["1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11"],"min":"5.0"}],"confopts":[{"v":["1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11"],"opts":[{"n":"enable-xxtea","p":"whether to enable xxtea support","d":"yes"}]}]},{"name":"yac","license":"PHP","summary":"lockless user data cache","description":"yac is a fast, lock-free, shared memory user data cache for PHP. it can be used to replace APC or local memcached.","phpv":[{"v":["0.9.0","0.9.1","0.9.2"],"min":"5.2.0"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.1.1","2.1.2","2.2.0","2.2.1","2.3.0","2.3.1"],"min":"7.0.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.1.1","2.1.2"]},{"v":["2.2.0","2.2.1","2.3.0","2.3.1"],"opts":[{"n":"enable-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-json","p":"enable json serializer support?","d":"no"},{"n":"enable-msgpack","p":"enable msgpack serializer support?","d":"no"}]}]},{"name":"yaconf","license":"PHP","summary":"PHP Persistent Configurations Container","description":"Yaconf is a configurations container, it parses ini files, and store the result in PHP when PHP is started","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.1.0","1.1.1","1.1.2"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.1.0","1.1.1","1.1.2"]}]},{"name":"yaf","license":"PHP","summary":"PHP Framework in PHP extension","description":"Yaf is a PHP framework similar to zend framework, which is written in c and built as PHP extension","phpv":[{"v":["2.0.0","2.0.1"],"min":"5.1.0","max":"5.3.6"},{"v":["2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.1.7","2.1.8","2.1.9","2.1.10","2.1.11","2.1.12","2.1.13","2.1.14","2.1.15","2.1.16","2.1.17","2.1.18"],"min":"5.2.0","max":"5.4.0"},{"v":["2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","2.2.8","2.2.9","2.3.1","2.3.2","2.3.3","2.3.4","2.3.5"],"min":"5.2.0"},{"v":["3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8","3.0.9","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.2.0","3.2.1","3.2.2","3.2.3","3.2.4","3.2.5","3.3.0","3.3.1","3.3.2","3.3.3","3.3.4","3.3.5"],"min":"7.0.0"}],"confopts":[{"v":["2.0.0","2.0.1","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.1.7","2.1.8","2.1.9","2.1.10","2.1.11","2.1.12","2.1.13","2.1.14","2.1.15","2.1.16","2.1.17","2.1.18","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","2.2.8","2.2.9","2.3.1","2.3.2","2.3.3","2.3.4","2.3.5","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8","3.0.9","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.2.0","3.2.1","3.2.2","3.2.3","3.2.4","3.2.5","3.3.0","3.3.1","3.3.2","3.3.3","3.3.4","3.3.5"]}]},{"name":"yami","license":"PHP License","summary":"Lightweight inter-object communication infrastructure","description":"This binding allows PHP programs to communicate with servers\nwritten using YAMI, opening up a wide range of possibilities.\n\nYAMI (http://msobczak.com/prog/yami/concept/) is a tiny library\nthat provides lightweight inter-object communication infrastructure.\nThere are only three concepts that one need to understand (Domain,\nAgent,Message) in order to write high performance servers (and clients)\nin C/C++.","phpv":[{"v":["1.0","1.0.1","200707230007"],"min":"5.2.1","max":"6.0.0"}],"confopts":[{"v":["1.0","1.0.1","200707230007"]}]},{"name":"yaml","license":"MIT","summary":"YAML-1.1 parser and emitter","description":"Support for YAML 1.1 (YAML Ain't Markup Language) serialization using the\nLibYAML library.","phpv":[{"v":["0.6.2","0.6.3","1.0.0","1.0.1","1.1.0RC1","1.1.0RC2","1.1.0","1.1.1","1.2.0"],"min":"5.2.0"},{"v":["1.3.0b1","1.3.0","1.3.1","1.3.2"],"min":"5.3.3"},{"v":["2.0.0RC1"],"min":"7.0.0RC5"},{"v":["2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0RC5","2.0.0RC6","2.0.0RC7","2.0.0RC8","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4"],"min":"7.0.0-dev"},{"v":["2.1.0","2.2.0b1","2.2.0b2","2.2.0","2.2.1","2.2.2","2.2.3"],"min":"7.1.0"}],"confopts":[{"v":["0.6.2","0.6.3"]},{"v":["1.0.0","1.0.1","1.1.0RC1","1.1.0RC2","1.1.0","1.1.1","1.2.0","1.3.0b1","1.3.0","1.3.1","1.3.2","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0RC5","2.0.0RC6","2.0.0RC7","2.0.0RC8","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.2.0b1","2.2.0b2","2.2.0","2.2.1","2.2.2","2.2.3"],"opts":[{"n":"with-yaml","p":"Please provide the prefix of libyaml installation","d":"autodetect"}]}]},{"name":"yar","license":"PHP","summary":"Light, concurrent RPC framework","description":"Yar(Yet another RPC framework) is a light, concurrent RPC framework, supports multi package protocols (json, msgpack)","phpv":[{"v":["1.0.0","1.1.0","1.1.1","1.1.2","1.2.0"],"min":"5.2.0","max":"5.4.5"},{"v":["1.2.1","1.2.2","1.2.3","1.2.4"],"min":"5.2.0"},{"v":["1.2.5"],"min":"5.2.0","max":"5.6.99"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0","2.1.1","2.1.2","2.2.0","2.2.1","2.3.0","2.3.1","2.3.2"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3"]},{"v":["1.2.4","1.2.5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0","2.1.1","2.1.2","2.2.0","2.2.1","2.3.0","2.3.1","2.3.2"],"opts":[{"n":"enable-msgpack","p":"Enable Msgpack Supports","d":"no"}]}]},{"name":"yaz","license":"revised BSD","summary":"Z39.50/SRU client","description":"This extension implements a Z39.50/SRU client for PHP using the YAZ toolkit and the ZOOM framework.\n\nFind more information at:\nhttp://www.indexdata.com/phpyaz\nhttp://www.indexdata.com/yaz","phpv":[{"v":["0.9","1.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]},{"v":["1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.2.0","1.2.1","1.2.2","1.2.3"],"min":"4.3"},{"v":["1.2.4"],"min":"5.0"}],"confopts":[{"v":["0.9","1.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]},{"v":["1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4"],"opts":[{"n":"with-yaz","p":"path to YAZ installation?","d":"autodetect"}]}]},{"name":"yp","license":"PHP 3.01","summary":"YP/NIS functions","description":"NIS (formerly called Yellow Pages) allows network management\nof important administrative files (e.g. the password file).","phpv":[{"v":["1.0.0RC1","1.0.0","1.0.1"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0RC1","1.0.0","1.0.1"]}]},{"name":"ZendOpcache","license":"PHP License","summary":"The Zend OPcache provides faster PHP execution through opcode caching and optimization.","description":"The Zend OPcache provides faster PHP execution through opcode caching and\noptimization. It improves PHP performance by storing precompiled script\nbytecode in the shared memory. This eliminates the stages of reading code from\nthe disk and compiling it on future access. In addition, it applies a few\nbytecode optimization patterns that make code execution faster.","phpv":[{"v":["7.0.0","7.0.1","7.0.2","7.0.3","7.0.4"],"min":"5.2.0"},{"v":["7.0.5"],"min":"5.2.0","max":"5.5.0"}],"confopts":[{"v":["7.0.0","7.0.1","7.0.2","7.0.3","7.0.4","7.0.5"]}]},{"name":"zephir_parser","license":"MIT License","summary":"Zephir Parser delivered as a C extension for PHP","description":"The Zephir Parsers parses Zephir into C files","phpv":[{"v":["1.4.0","1.4.1"],"min":"7.0.0","max":"8.0.99"},{"v":["1.4.2","1.5.0"],"min":"7.0.0","max":"8.1.99"},{"v":["1.5.1","1.5.2","1.5.3"],"min":"7.0.0","max":"8.2.99"},{"v":["1.6.0"],"min":"7.0.0","max":"8.3.99"}],"confopts":[{"v":["1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.5.3","1.6.0"]}]},{"name":"zeroconf","license":"PHP","summary":"A PHP interface for browsing network services using ZeroConf","description":"Provides an interface for browsing and publishing network services\nvia ZeroConf using Apple's Rendezvous/OpenTalk library. You can browse the network for specific\nservices like database servers (PostgreSQL, Sybase, InterBase), Apple File\nSharing, web services via Apache's mod_rendezvous, etc. and discover the IP\naddress and port for each found service.","phpv":[{"v":["0.1","0.1.1","0.1.2"]},{"v":["0.5.0"],"min":"4.0.0"},{"v":["1.0"]}],"confopts":[{"v":["0.1","0.1.1","0.1.2","0.5.0","1.0"]}]},{"name":"zip","license":"PHP 3.01","summary":"A zip management extension","description":"Zip is an extension to create, modify and read zip files.","phpv":[{"v":["1.0"]},{"v":["1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.3.0","1.3.1","1.4.0","1.4.1","1.5.0","1.6.0","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.8.0","1.8.1","1.8.2","1.8.3","1.8.4","1.8.5","1.8.6","1.8.7","1.8.8","1.8.9","1.8.10","1.9.0","1.10.1","1.10.2","1.11.0","1.12.0","1.12.1","1.12.2","1.12.3","1.12.4","1.12.5","1.13.0","1.13.1","1.13.2","1.13.3","1.13.4","1.13.5","1.14.0","1.15.0","1.15.1","1.15.2","1.15.3","1.15.4","1.15.5","1.16.0","1.16.1"],"min":"4.3.0"},{"v":["1.17.0","1.17.1","1.17.2","1.18.0RC1","1.18.0RC2","1.18.0RC3","1.18.0RC4","1.18.0RC5","1.18.0RC6","1.18.0","1.18.1","1.18.2","1.19.0","1.19.1","1.19.2"],"min":"5.4.0"},{"v":["1.19.3","1.19.4","1.19.5","1.20.0","1.20.1"],"min":"5.4.0","max":"8.1.99"},{"v":["1.21.0","1.21.1"],"min":"5.4.0","max":"8.2.99"},{"v":["1.22.0","1.22.1","1.22.2","1.22.3"],"min":"5.4.0","max":"8.3.99"}],"confopts":[{"v":["1.0","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.3.0","1.3.1","1.4.0","1.4.1","1.5.0","1.6.0","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.8.0","1.8.1","1.8.2","1.8.3","1.8.4","1.8.5","1.8.6","1.8.7","1.8.8","1.8.9","1.8.10","1.9.0","1.10.1","1.10.2","1.11.0","1.12.0","1.12.1","1.12.2","1.12.3","1.12.4","1.12.5","1.13.0","1.13.1","1.13.2","1.13.3","1.13.4","1.13.5","1.14.0","1.15.0","1.15.1","1.15.2","1.15.3","1.15.4","1.15.5","1.16.0","1.16.1","1.17.0","1.17.1","1.17.2","1.18.0RC1","1.18.0RC2","1.18.0RC3","1.18.0RC4","1.18.0RC5","1.18.0RC6","1.18.0","1.18.1","1.18.2","1.19.0","1.19.1","1.19.2","1.19.3","1.19.4","1.19.5","1.20.0","1.20.1","1.21.0","1.21.1","1.22.0","1.22.1","1.22.2","1.22.3"]}]},{"name":"zlib_filter","license":"PHP","summary":"zlib filter implementation backport for PHP 5.0","description":"RFC 1951 inflate/deflate stream filter implementation. Performs inline compression/decompression using the deflate method on any PHP I/O stream. The data produced by this filter, while compatable with the payload portion of an RFC 1952 gzip file, does not include headers or tailers for full RFC 1952 gzip compatability. To achieve this format, use the compress.zlib:// fopen wrapper built directly into PHP.","phpv":[{"v":["1.0.1","1.1"]}],"confopts":[{"v":["1.0.1","1.1"]}]},{"name":"zmq","license":"BSD License","summary":"ZeroMQ messaging","description":"ZeroMQ is a software library that lets you quickly design and implement a fast message-based applications.","phpv":[{"v":["1.0.7","1.0.8","1.0.9","1.1.0","1.1.1","1.1.2"],"min":"5.2.0"},{"v":["1.1.3"],"min":"5.3.0"}],"confopts":[{"v":["1.0.7","1.0.8","1.0.9","1.1.0","1.1.1","1.1.2","1.1.3"],"opts":[{"n":"with-zmq","p":"Please provide the prefix of libzmq installation","d":"autodetect"}]}]},{"name":"zookeeper","license":"PHP","summary":"PHP extension for interfacing with Apache ZooKeeper","description":"This extension provides API for communicating with ZooKeeper service.","phpv":[{"v":["0.1.0","0.2.0","0.2.1","0.2.2","0.2.3"],"min":"5.2.0","max":"6.0.0"},{"v":["0.3.0","0.3.1"],"min":"5.2.0","max":"7.1.0"},{"v":["0.3.2","0.4.0"],"min":"5.2.0","max":"7.1.99"},{"v":["0.4.1","0.5.0","0.6.0"],"min":"5.2.0","max":"7.2.99"},{"v":["0.6.1","0.6.2","0.6.3","0.6.4"],"min":"7.0.0","max":"7.2.99"},{"v":["0.7.0","0.7.1","0.7.2"],"min":"7.0.0","max":"7.4.99"},{"v":["1.0.0"],"min":"7.0.0","max":"8.0.99"},{"v":["1.2.0","1.2.1"],"min":"7.0.0","max":"8.2.99"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","0.7.0","0.7.1","0.7.2","1.0.0","1.2.0","1.2.1"]}]},{"name":"zstd","license":"MIT","summary":"Zstandard extension","description":"PHP extension for compression and decompression with Zstandard library.","phpv":[{"v":["0.7.5","0.7.6","0.7.7","0.8.0","0.8.1","0.9.0RC1","0.9.0","0.10.0","0.11.0"],"min":"5.2"},{"v":["0.12.0","0.12.1","0.12.2","0.12.3","0.13.0","0.13.1"],"min":"7.0"}],"confopts":[{"v":["0.7.5","0.7.6","0.7.7","0.8.0","0.8.1","0.9.0RC1","0.9.0","0.10.0","0.11.0","0.12.0","0.12.1","0.12.2","0.12.3","0.13.0","0.13.1"]}]}] \ No newline at end of file +[{"name":"ahocorasick","license":"PHP License","summary":"Effective Aho-Corasick string pattern matching algorithm","description":"PHP extension implementing Aho-Corasick pattern matching algorithm (more on wiki).\n\nIs especially effective if there is a large database of needles (=strings to be searched, for example virus\nsignatures). Another advantage is that built search structure is initialized before search in separate call thus\nit can be called more times with different haystack, saving time.\n\nComputing Aho-Corasick in th native code (PHP extension) rather than in a pure PHP manner gives this\nimplementation significant performance boost.","phpv":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7"],"min":"5.2.0","max":"7.3.99"}],"confopts":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7"]}]},{"name":"amfext","license":"PHP","summary":"ActionScript Message Format extension","description":"Allows to encode and decode PHP data in ActionScript Message Format (AMF) version 0 and 3","phpv":[{"v":["0.9.1","0.9.2"]}],"confopts":[{"v":["0.9.1","0.9.2"]}]},{"name":"amqp","license":"PHP License","summary":"Communicate with any AMQP compliant server","description":"This extension can communicate with any AMQP spec 0-9-1 compatible server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to create and delete exchanges and queues, as well as publish to any exchange and consume from any queue.","phpv":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2","0.3.0","0.3.1"],"min":"4.3.0"},{"v":["1.0.0","1.0.1","1.0.3"],"min":"5.0.0"},{"v":["1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.2.0","1.3.0","1.4.0beta1","1.4.0beta2","1.4.0","1.6.0beta2","1.6.0beta3","1.6.0beta4","1.6.0","1.6.1","1.7.0alpha1","1.7.0alpha2"],"min":"5.2.0"},{"v":["1.7.0","1.7.1","1.8.0beta1","1.8.0beta2","1.8.0","1.9.0beta1","1.9.0beta2","1.9.0","1.9.1","1.9.3","1.9.4"],"min":"5.3.0"},{"v":["1.10.0","1.10.2","1.11.0beta","1.11.0RC1","1.11.0"],"min":"5.6.0"},{"v":["2.0.0alpha1","2.0.0alpha2","2.0.0beta1","2.0.0beta2","2.0.0RC1","2.0.0","2.1.0","2.1.1"],"min":"7.4.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2","0.3.0","0.3.1","1.0.0","1.0.1","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.2.0","1.3.0","1.4.0beta1","1.4.0beta2","1.4.0","1.6.0beta2","1.6.0beta3","1.6.0beta4","1.6.0","1.6.1"]},{"v":["1.7.0alpha1","1.7.0alpha2","1.7.0","1.7.1","1.8.0beta1","1.8.0beta2","1.8.0","1.9.0beta1","1.9.0beta2","1.9.0","1.9.1","1.9.3","1.9.4","1.10.0","1.10.2","1.11.0beta","1.11.0RC1","1.11.0","2.0.0alpha1","2.0.0alpha2","2.0.0beta1","2.0.0beta2","2.0.0RC1","2.0.0","2.1.0","2.1.1"],"opts":[{"n":"with-librabbitmq-dir","p":"Set the path to librabbitmq install prefix","d":"autodetect"}]}]},{"name":"AOP","license":"PHP License","summary":"Aspect Oriented Programming On PHP","description":"AOP is a PECL extension that enables you to use Aspect Oriented Programming in PHP, without the need to compile or proceed to any other intermediate step before publishing your code.\n\nThe AOP extension is designed to be the easiest way you can think of for integrating AOP to PHP.\n\nAOP aims to allow separation of cross-cutting concerns (cache, log, security, transactions, ...)","phpv":[{"v":["0.1.0","0.2.0","0.2.1b1","0.2.1b2","0.2.1b3","0.2.1b4","0.2.1b5","0.2.1","0.2.2b1"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1b1","0.2.1b2","0.2.1b3","0.2.1b4","0.2.1b5","0.2.1","0.2.2b1"]}]},{"name":"ApacheAccessor","license":"PHP 3.01","summary":"simple API to Apache runtime configuration","description":"ApacheAccessor lets you retrieve Apache configuration (at runtime of current proccess) as PHP array or dump it as HTML table.","phpv":[{"v":["0.1.0","0.1.1","0.5.1","1.0.1"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.5.1","1.0.1"],"opts":[{"n":"with-apxs","p":"Please provide the prefix of apxs2 binary","d":"autodetect"},{"n":"with-aprconfig","p":"Please provide the prefix of aprconfig binary","d":"autodetect"}]}]},{"name":"APC","license":"PHP License","summary":"Alternative PHP Cache","description":"APC is a free, open, and robust framework for caching and optimizing PHP intermediate code.","phpv":[{"v":["2.0","2.0.2","2.0.3","2.0.4","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8"]},{"v":["3.0.9","3.0.10","3.0.11","3.0.12","3.0.12p1","3.0.12p2","3.0.13","3.0.14","3.0.15","3.0.16","3.0.17","3.0.18","3.0.19"],"min":"4.3.0"},{"v":["3.1.1","3.1.2","3.1.3","3.1.3p1","3.1.4","3.1.5","3.1.6","3.1.7","3.1.8","3.1.9","3.1.10","3.1.11","3.1.12","3.1.13"],"min":"5.1.0"}],"confopts":[{"v":["2.0","2.0.2","2.0.3","2.0.4","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8"]},{"v":["3.0.9","3.0.10","3.0.11","3.0.12","3.0.12p1","3.0.12p2"],"opts":[{"n":"enable-apc-mmap","p":"Use mmap instead of shmget (usually a good idea)","d":"yes"},{"n":"with-apxs","p":"Use apxs to set compile flags (if using APC with Apache)?","d":"yes"}]},{"v":["3.0.13","3.0.14","3.0.15","3.0.16","3.0.17","3.0.18","3.0.19","3.1.1"],"opts":[{"n":"with-apxs","p":"Use apxs to set compile flags (if using APC with Apache)?","d":"yes"}]},{"v":["3.1.2"],"opts":[{"n":"enable-apc-filehits","p":"Enable per request file info about files used from the APC cache","d":"no"},{"n":"enable-spinlocks","p":"Enable spin locks (EXPERIMENTAL)","d":"no"}]},{"v":["3.1.3","3.1.3p1","3.1.4","3.1.5","3.1.6"],"opts":[{"n":"enable-apc-filehits","p":"Enable per request file info about files used from the APC cache","d":"no"},{"n":"enable-apc-spinlocks","p":"Enable spin locks (EXPERIMENTAL)","d":"no"}]},{"v":["3.1.7","3.1.8","3.1.9"],"opts":[{"n":"enable-apc-debug","p":"Enable internal debugging in APC","d":"no"},{"n":"enable-apc-filehits","p":"Enable per request file info about files used from the APC cache","d":"no"},{"n":"enable-apc-spinlocks","p":"Enable spin locks (EXPERIMENTAL)","d":"no"},{"n":"enable-apc-memprotect","p":"Enable memory protection (EXPERIMENTAL)","d":"no"},{"n":"enable-apc-pthreadmutex","p":"Enable pthread mutexes (default)","d":"yes"},{"n":"enable-apc-pthreadrwlocks","p":"Enable pthread read/write locks (EXPERIMENTAL)","d":"no"}]},{"v":["3.1.10","3.1.11","3.1.12","3.1.13"],"opts":[{"n":"enable-apc-debug","p":"Enable internal debugging in APC","d":"no"},{"n":"enable-apc-filehits","p":"Enable per request file info about files used from the APC cache","d":"no"},{"n":"enable-apc-spinlocks","p":"Enable spin locks (EXPERIMENTAL)","d":"no"},{"n":"enable-apc-memprotect","p":"Enable memory protection (EXPERIMENTAL)","d":"no"},{"n":"enable-apc-pthreadmutex","p":"Enable pthread mutexes (default)","d":"no"},{"n":"enable-apc-pthreadrwlocks","p":"Enable pthread read/write locks (EXPERIMENTAL)","d":"yes"}]}]},{"name":"APCu","license":"PHP License","summary":"APCu - APC User Cache","description":"APC User Caching","phpv":[{"v":["4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.0.10","4.0.11"],"min":"5.3.0"},{"v":["5.1.0","5.1.2","5.1.3","5.1.4","5.1.5","5.1.6","5.1.7","5.1.8","5.1.9","5.1.10","5.1.11","5.1.12","5.1.13","5.1.14","5.1.15","5.1.16","5.1.17","5.1.18","5.1.19","5.1.20","5.1.21","5.1.22","5.1.23"],"min":"7.0.0-dev"}],"confopts":[{"v":["4.0.0"]},{"v":["4.0.1","4.0.2","4.0.3","4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.0.10","4.0.11","5.1.0","5.1.2"],"opts":[{"n":"enable-apc-bc","p":"Enable full APC compatibility","d":"yes"},{"n":"enable-apcu-debug","p":"Enable internal debugging in APCu","d":"no"}]},{"v":["5.1.3","5.1.4","5.1.5","5.1.6","5.1.7","5.1.8","5.1.9","5.1.10","5.1.11","5.1.12","5.1.13","5.1.14","5.1.15","5.1.16","5.1.17","5.1.18","5.1.19","5.1.20","5.1.21","5.1.22","5.1.23"],"opts":[{"n":"enable-apcu-debug","p":"Enable internal debugging in APCu","d":"no"}]}]},{"name":"apcu_bc","license":"PHP License","summary":"APCu Backwards Compatibility Module","description":"This module provides a backwards APC compatible API using APCu.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"]}]},{"name":"apd","license":"PHP License","summary":"A full-featured engine-level profiler/debugger","description":"APD is a full-featured profiler/debugger that is loaded as a zend_extension. It aims to be an analog of C's gprof or Perl's Devel::DProf.","phpv":[{"v":["0.2","0.3","0.3p1","0.3p2","0.4","0.4p1","0.4p2","0.9","0.9.1","0.9.2","1.0","1.0.1"]}],"confopts":[{"v":["0.2","0.3","0.3p1","0.3p2","0.4","0.4p1","0.4p2","0.9","0.9.1","0.9.2","1.0","1.0.1"]}]},{"name":"apfd","license":"BSD-2-Clause","summary":"Always Populate Form Data","description":"This tiny extension lets PHP's post handler parse `multipart/form-data` and\n`application/x-www-form-urlencoded` (or any other customly registered form data\nhandler, like \"json_post\") without regard to the request's request method.\n\nThis extension does not provide any INI entries, constants, functions or classes.","phpv":[{"v":["1.0.0RC1","1.0.0","1.0.1","1.0.2","1.0.3"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0RC1","1.0.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"APM","license":"PHP License","summary":"Alternative PHP Monitor","description":"Monitoring extension for PHP, collects error events and statistics and send them to one of his drivers:\nSQLite and MariaDB/MySQL drivers are storing those in a database.\nStatsD driver sends them to StatsD using UDP.\nSocket driver sends them via UDP or TCP socket using its dedicated protocol.\nMore drivers to come (SNMP, e-mail, Hadoop,...).\n\nA web frontend exists for manipulating the data stored in database at: https://github.com/patrickallaert/php-apm-web","phpv":[{"v":["1.0.0beta1","1.0.0beta2","1.0.0beta3","1.0.0","1.0.1","1.1.0beta1","1.1.0beta2","1.1.0beta3","1.1.0beta4","1.1.0RC1","1.1.0RC2","2.0.0alpha1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0","2.1.1","2.1.2","2.1.3"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0beta1","1.0.0beta2","1.0.0beta3"]},{"v":["1.0.0","1.0.1","1.1.0beta1","1.1.0beta2","1.1.0beta3","1.1.0beta4","1.1.0RC1","1.1.0RC2","2.0.0alpha1"],"opts":[{"n":"with-sqlite3","p":"Enable Sqlite3 support","d":"yes"},{"n":"with-mysql","p":"Enable MySQL support","d":"yes"}]},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0","2.1.1","2.1.2","2.1.3"],"opts":[{"n":"with-sqlite3","p":"Enable Sqlite3 support","d":"yes"},{"n":"with-mysql","p":"Enable MariaDB/MySQL support","d":"yes"},{"n":"enable-socket","p":"Enable Socket support","d":"yes"},{"n":"enable-statsd","p":"Enable Statsd support","d":"yes"}]}]},{"name":"apn","license":"PHP 3.01","summary":"An extension for sending push notifications to iOS and OS X devices from within your PHP code","description":"apn is a PHP extension to introduce simple yet powerful interface for sending push notifications to iOS\nand OS X devices from within your PHP code","phpv":[{"v":["1.0.1","1.0.2","1.0.3"],"min":"5.3.0"}],"confopts":[{"v":["1.0.1","1.0.2","1.0.3"],"opts":[{"n":"with-apn","p":"libcapn installation prefix","d":"no"}]}]},{"name":"archive","license":"PHP License","summary":"archive extension","description":"archive extension allows to read and write\ntar and cpio archives using libarchive (http://people.freebsd.org/~kientzle/libarchive/).","phpv":[{"v":["0.2"]}],"confopts":[{"v":["0.2"]}]},{"name":"ares","license":"BSD-2-Clause","summary":"Asynchronous Resolver","description":"Binding for the ares (MIT) or c-ares (CURL) library.","phpv":[{"v":["0.5.0","0.6.0","0.7.0","0.8.0"],"min":"4.3","max":"6.0"}],"confopts":[{"v":["0.5.0","0.6.0","0.7.0","0.8.0"],"opts":[{"n":"with-ares","p":"whether to enable asynchronous resolver support","d":"yes"}]}]},{"name":"ast","license":"BSD-3-Clause","summary":"Extension exposing PHP 7 abstract syntax tree","description":"php-ast exports the AST internally used by PHP 7.\nphp-ast is significantly faster than PHP-Parser, because the AST construction is implemented in C.\nHowever, php-ast may only parse code that is syntactically valid on the version of PHP it runs on.","phpv":[{"v":["0.1.5","0.1.6","0.1.7","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.0.15","1.0.16"],"min":"7.0.0"},{"v":["1.1.0","1.1.1"],"min":"7.2.0"}],"confopts":[{"v":["0.1.5","0.1.6","0.1.7","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.0.15","1.0.16","1.1.0","1.1.1"]}]},{"name":"augeas","license":"PHP License","summary":"PHP bindings to the Augeas API","description":"Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files. This extension provides PHP bindings to it's API.","phpv":[{"v":["0.3","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1"],"min":"5.2"}],"confopts":[{"v":["0.3","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1"]}]},{"name":"automap","license":"PHP License","summary":"The automap accelerator","description":"For performance reasons, this extension is now merged into the PHK extension, which now contains the Automap *and* PHK accelerators."},{"name":"awscrt","license":"Apache 2.0","summary":"AWS Common Runtime PHP bindings","description":"AWS Common Runtime provides a set of low level tools as network protocols and authentication used by the AWSSDK for PHP to provide high level API to access AWS services.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"],"min":"7.4.0"},{"v":["1.0.6","1.0.7"],"min":"7.2.0"},{"v":["1.0.8","1.0.9","1.0.10","1.0.11","1.1.0"],"min":"7.4.0"},{"v":["1.2.0","1.2.1","1.2.2","1.2.3"],"min":"5.5.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.1.0","1.2.0","1.2.1","1.2.2","1.2.3"]}]},{"name":"axis2","license":"The Apache 2.0 License","summary":"Web Services for PHP","description":"This extension provides support for providing and consuming Web services based on Apache Axis2/C.\n\nThe development of this extension has been moved to WSO2 WSF/PHP Project.\nYou can download the latest release of this package from the downloads page.\nPlease note that there is a pecl package available.\n\nThis package has full Web services support including WS-Addressing, WS-Security, WS-Security Policy , MTOM for binary attachments, WSDL Generation and contract first Web services (WSDL mode). It also has some level of REST support."},{"name":"base58","license":"MIT License","summary":"Encode and decode data with base58","description":"PHP extension for base58 encoding and decoding using the Bitcoin alphabet","phpv":[{"v":["0.1.3"],"min":"7.0.0"},{"v":["0.1.4"],"min":"7.1.0"},{"v":["1.0.0","1.0.1","1.0.2"],"min":"7.0.0"}],"confopts":[{"v":["0.1.3","0.1.4","1.0.0","1.0.1","1.0.2"]}]},{"name":"bbcode","license":"PHP / BSD","summary":"BBCode parsing Extension","description":"This is a quick and efficient BBCode Parsing Library.\nIt provides various tag types, high speed tree based parsing,\ncallback system, tag position restriction, Smiley Handling,\nSubparsing\n\nIt will force closing BBCode tags in the good order, and closing\nterminating tags at the end of the string this is in order to ensure\nHTML Validity in all case.","phpv":[{"v":["0.9.1"],"min":"4.0.0"},{"v":["0.10.1","0.10.2","0.10.3","0.10.4","1.0.0","1.0.1","1.0.2","1.0.3b1"],"min":"5.2.0"}],"confopts":[{"v":["0.9.1","0.10.1","0.10.2","0.10.3","0.10.4","1.0.0","1.0.1","1.0.2","1.0.3b1"]}]},{"name":"bcgen","license":"PHP","summary":"PHP 7+ compiler","description":"BCgen is derived from the Zend OPcache source code.\n\nIt provides a single function to compile a PHP script into binary bytecode file.\nBCgen is similiar to bcompiler, but not a direct replacement."},{"name":"bcompiler","license":"PHP","summary":"A bytecode compiler","description":"bcompiler enables you to encode your scripts in phpbytecode, enabling you to protect the source code.\nbcompiler could be used in the following situations\n\n- to create a exe file of a PHP-GTK application (in conjunction with other software)\n- to create closed source libraries\n- to provide clients with time expired software (prior to payment)\n- to deliver close source applications\n- for use on embedded systems, where disk space is a priority.\n\nFor install instructions see the manual at pear.php.net\n\nNote: a PHP7 version is being worked on here - https://pecl.php.net/package/bcgen","phpv":[{"v":["0.3","0.4","0.5","0.6","0.7","0.8"]},{"v":["0.9.1","0.9.2","0.9.3","1.0.0","1.0.1","1.0.2"],"min":"4.0.0"}],"confopts":[{"v":["0.3","0.4","0.5","0.6","0.7","0.8","0.9.1","0.9.2","0.9.3","1.0.0","1.0.1","1.0.2"]}]},{"name":"big_int","license":"see LICENSE","summary":"big_int library provides a set of functions for calculations with arbitrary length integers and bitsets","description":"Functions from this package are useful for number theory\napplications. For example, in two-keys cryptography.\n\nSee /tests/RSA.php in the package for example of simple\nimplementation of RSA-like cryptoalgorithm.\nSee http://pear.php.net/packages/Crypt_RSA/ project for\nmore complex implementation of RSA-like crypto, which\nsupports key generating, encrypting/decrypting, generating\nand validating of digital sign.\n\nThe package has many bitset functions, which allow to work\nwith arbitrary length bitsets.\n\nThis package is much faster than bundled into PHP BCMath\nand consists almost all functions, which are implemented\nin PHP GMP extension, but it needn't any external libraries.","phpv":[{"v":["0.0.4","0.0.5"]},{"v":["1.0.0"],"min":"4.0.0","max":"6.0.0"},{"v":["1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]}],"confopts":[{"v":["0.0.4","0.0.5","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]}]},{"name":"binpack","license":"PHP","summary":"binpack for PHP.","description":"The php implementation for BINPACK.","phpv":[{"v":["1.0.0","1.0.1"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.0.1"]}]},{"name":"Bitset","license":"PHP","summary":"BITSET library","description":"Bitsets manipulation library","phpv":[{"v":["1.0"]},{"v":["1.0.1"],"min":"4.0.0"},{"v":["2.0","2.0.1"],"min":"5.3.0"},{"v":["2.0.2"],"min":"5.3.0","max":"5.6.0"},{"v":["2.0.3","2.0.4"],"min":"5.3.0","max":"5.6.999"},{"v":["3.0.0","3.0.1","3.1.0","3.2.0"],"min":"7.0.0"}],"confopts":[{"v":["1.0","1.0.1","2.0","2.0.1","2.0.2","2.0.3","2.0.4","3.0.0","3.0.1","3.1.0","3.2.0"]}]},{"name":"BLENC","license":"PHP","summary":"BLowfish ENCryption for PHP Scripts","description":"BLENC is an extension that permit to protect PHP source scripts with Blowfish Encription.\nBLENC hooks into the Zend Engine, allowing for transparent execution of PHP scripts previously encoded with BLENC.\nIt is not designed for complete security (it is still possible to disassemble the script into op codes using a package such as XDebug), however it does keep people out of your code and make reverse engineering difficult.","phpv":[{"v":["1.0alpha"]},{"v":["1.1.0b","1.1.1b","1.1.2b","1.1.3b","1.1.4b"],"min":"4.3.0"}],"confopts":[{"v":["1.0alpha"]},{"v":["1.1.0b","1.1.1b","1.1.2b","1.1.3b","1.1.4b"],"opts":[{"n":"enable-blenc","p":"Enable BLENC?","d":"autodetect"}]}]},{"name":"bloomy","license":"PHP","summary":"Extension implementing a Bloom filter","description":"This extension implements a Bloom filter, which is a space-efficient\nprobabilistic data structure that is used to test whether an element is a\nmember of a set.","phpv":[{"v":["0.1.0"],"min":"5.2.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0"]}]},{"name":"brotli","license":"MIT","summary":"Brotli extension","description":"PHP extension for compression and decompression with Brotli library.","phpv":[{"v":["0.14.0","0.14.1","0.14.2"],"min":"7.0"}],"confopts":[{"v":["0.14.0","0.14.1","0.14.2"]}]},{"name":"bsdiff","license":"PHP","summary":"The bsdiff extension for PHP","description":"A PHP extension to build and apply patches to binary files.","phpv":[{"v":["0.1.1","0.1.2"],"min":"7.2.0"}],"confopts":[{"v":["0.1.1"]},{"v":["0.1.2"],"opts":[{"n":"with-bz2","p":"BZip2 installation prefix","d":"/usr"}]}]},{"name":"bz2","license":"PHP License","summary":"A Bzip2 management extension","description":"Bz2 is an extension to create and parse bzip2 compressed data.","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"bz2_filter","license":"PHP","summary":"bz2 filter implementation backport for PHP 5.0","description":"bzip2 compress/decompress stream filter implementation. Performs inline compression/decompression using the bzip2 algorythm on any PHP I/O stream. The data produced by this filter, while compatable with the payload portion of a bz2 file, does not include headers or tailers for full bz2 file compatability. To achieve this format, use the compress.bzip2:// fopen wrapper built directly into PHP.","phpv":[{"v":["1.0"]},{"v":["1.1.0"],"min":"5.0.0","max":"5.1.0"}],"confopts":[{"v":["1.0","1.1.0"]}]},{"name":"cairo","license":"PHP License","summary":"Cairo Graphics Library Extension","description":"Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System, Quartz, Win32, image buffers, PostScript, PDF, and SVG file output.","phpv":[{"v":["0.1.0","0.2.0"],"min":"5.2.0"},{"v":["0.3.0","0.3.1","0.3.2"],"min":"5.1.6"}],"confopts":[{"v":["0.1.0"]},{"v":["0.2.0"],"opts":[{"n":"with-cairo","p":"Please provide the prefix of Cairo installation","d":"autodetect"}]},{"v":["0.3.0","0.3.1","0.3.2"],"opts":[{"n":"with-cairo","p":"Please provide the prefix of the Cairo installation","d":"autodetect"}]}]},{"name":"cairo_wrapper","license":"PHP","summary":"Cairo Wrapper Extension","description":"A cairo API wrapper. For details about cairo see http://cairographics.org/.","phpv":[{"v":["0.2.2","0.2.3","0.2.4"],"min":"4.0.0"}],"confopts":[{"v":["0.2.2","0.2.3","0.2.4"],"opts":[{"n":"with-cairo","p":"cairo installation directory?","d":"autodetect"}]}]},{"name":"cassandra","license":"Apache License 2.0","summary":"DataStax PHP Driver for Apache Cassandra","description":"A modern, feature-rich and highly tunable PHP client library for Apache\nCassandra and DataStax Enterprise using exclusively Cassandra's binary\nprotocol and Cassandra Query Language v3.","phpv":[{"v":["1.0.0RC","1.0.0","1.0.1"],"min":"5.3.4","max":"5.99.99"},{"v":["1.1.0","1.2.0","1.2.1","1.2.2"],"min":"5.5.0","max":"7.0.99"},{"v":["1.3.0"],"min":"5.6.0","max":"7.0.99"},{"v":["1.3.2"],"min":"5.6.0","max":"7.1.99"}],"confopts":[{"v":["1.0.0RC","1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.2.2","1.3.0","1.3.2"]}]},{"name":"chdb","license":"BSD","summary":"A fast database for constant data with memory sharing across processes","description":"CHDB (constant hash database) is a fast key-value database for constant data,\nrealized by using a memory-mapped file and thus providing the following\nfunctionalities:\n- Extremely fast initial load, regardless of the size of the database.\n- Only the pages of the file which are actually used are loaded from the disk.\n- Once a page is loaded it is shared across multiple processes.\n- Loaded pages are cached across multiple requests and even process recycling.\nA typical use of CHDB is as a faster alternative to defining many PHP\nconstants.\nCHDB is internally implemented as a hash-table using a perfect hashing function,\nthus guaranteeing worst case O(1) lookup time.","phpv":[{"v":["0.1.0","0.2.0","1.0.0","1.0.1","1.0.2","1.0.3"],"min":"5.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","1.0.0","1.0.1","1.0.2","1.0.3"],"opts":[{"n":"with-chdb","p":"enable chdb support?","d":"yes"},{"n":"with-libcmph-dir","p":"cmph installation path?","d":"autodetect"}]}]},{"name":"classkit","license":"PHP","summary":"Runtime redefinition of class methods","description":"Allows a running script to add, remove, rename, and redefine class methods without reloading.\nNOTICE: This package has been discontinued. Please refer to the runkit package which is fully BC with classkit and contains additional functionality.","phpv":[{"v":["0.1","0.1.1","0.1.2","0.2","0.3","0.4"]}],"confopts":[{"v":["0.1","0.1.1","0.1.2","0.2","0.3","0.4"]}]},{"name":"cld","license":"BSD License","summary":"PHP Bindings for Chromium Compact Language Detector","description":"Exposes Chromium Compact Language Detector to PHP to find out what language a text is","phpv":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0"],"min":"5.3"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0"]}]},{"name":"clips","license":"PHP License 3.0","summary":"Integrated CLIPS environment for deployment of expert systems","description":"CLIPS is a tool for building expert systems. This extension is an interface to the CLIPS C library. A CLIPS environment is initialized upon each page request. Most of the common CLIPS commands are available as functions. Additional functions are available to create facts and instances from associative arrays in PHP.","phpv":[{"v":["0.5.0"]}],"confopts":[{"v":["0.5.0"]}]},{"name":"clucene","license":"PHP","summary":"Extension for CLucene","description":"This is an extension for CLucene. CLucene is a C++ port of the popular Apache Lucene text search engine.","phpv":[{"v":["0.0.9"],"min":"5.0.0"}],"confopts":[{"v":["0.0.9"]}]},{"name":"cmark","license":"PHP License","summary":"CommonMark extension","description":"This extension provides access to the reference implementation of CommonMark,\na rationalized version of Markdown syntax with a specification.","phpv":[{"v":["1.0.0","1.0.1","1.1.0"],"min":"7.0.0"},{"v":["1.2.0"],"min":"7.2.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.2.0"]}]},{"name":"coherence","license":"PHP","summary":"Extension for Oracle Coherence","description":"Provides native access to Coherence caches for PHP applications and out-of-the-box support for resilient in-memory HTTP session caching"},{"name":"coin_acceptor","license":"PHP","summary":"Interface for serial coin acceptors","description":"This module let you control your local coin acceptor, using\na serial connection and the simple management protocol. This module\nsupports 4 slot coin acceptors using the ABCD method to control them.","phpv":[{"v":["0.1","0.2","0.3"]}],"confopts":[{"v":["0.1","0.2","0.3"]}]},{"name":"colorer","license":"PHP License","summary":"Syntax highlighting","description":"Colorer take5 is a syntax highlighting and text parsing library, that provides\nservices of text parsing in host editor systems in real-time and transforming\nresults into colored text. For details, see http://colorer.sourceforge.net/\n\nWhile colorer is primarily designed for use with text editors, it can be also\nused for non-interactive syntax highlighting, for example, in web\napplications. This PHP extension provides basic functions for syntax\nhighlighting.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.5","0.6","0.7"]}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.5","0.6","0.7"]}]},{"name":"componere","license":"PHP License","summary":"Composing PHP classes at runtime","description":"Componere is able to compose classes at runtime, and monkey patch objects.","phpv":[{"v":["2.1.3","3.0.0"],"min":"7.0.0"},{"v":["3.1.0","3.1.1","3.1.2"],"min":"7.1.0"}],"confopts":[{"v":["2.1.3","3.0.0","3.1.0","3.1.1","3.1.2"]}]},{"name":"couchbase","license":"Apache V2","summary":"Couchbase Server PHP extension","description":"The PHP client library provides fast access to documents stored in a Couchbase Server.","phpv":[{"v":["1.1.4","1.1.5","1.2.0","1.2.1","1.2.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0","2.2.0beta1","2.2.0beta2","2.2.0beta3","2.2.0beta4","2.2.0","2.2.1","2.2.2","2.2.3"],"min":"5.3.0"},{"v":["2.2.4","2.3.0","2.3.1","2.3.2","2.3.3","2.3.4"],"min":"5.4.0"},{"v":["2.4.0","2.4.1","2.4.2","2.4.3","2.4.4","2.4.5","2.4.6","2.4.7","2.5.0","2.6.0","2.6.1","2.6.2"],"min":"5.6.0"},{"v":["3.0.0alpha1","3.0.0alpha2","3.0.0alpha3","3.0.0alpha4","3.0.0beta1","3.0.4"],"min":"7.1.0"},{"v":["3.0.5","3.1.0"],"min":"7.2.0"},{"v":["3.1.1","3.1.2","3.2.0","3.2.1","3.2.2"],"min":"7.3.0"},{"v":["4.0.0","4.1.0"],"min":"7.4.0"},{"v":["4.1.1","4.1.2","4.1.3","4.1.4","4.1.5","4.1.6"],"min":"8.0.0"}],"confopts":[{"v":["1.1.4","1.1.5","1.2.0","1.2.1","1.2.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0","2.2.0beta1","2.2.0beta2","2.2.0beta3","2.2.0beta4","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4","2.3.0","2.3.1","2.3.2","2.3.3","2.3.4","2.4.0","2.4.1","2.4.2","2.4.3","2.4.4","2.4.5","2.4.6","2.4.7","2.5.0","2.6.0","2.6.1","2.6.2","3.0.0alpha1","3.0.0alpha2","3.0.0alpha3","3.0.0alpha4","3.0.0beta1","3.0.4","3.0.5","3.1.0","3.1.1","3.1.2","3.2.0","3.2.1","3.2.2","4.0.0","4.1.0","4.1.1","4.1.2","4.1.3","4.1.4","4.1.5","4.1.6"]}]},{"name":"courierauth","license":"BSD-2-Clause","summary":"courierauth binding","description":"Provides means for authentication against any courier authdaemond backends.","phpv":[{"v":["0.1.0"],"min":"4.3","max":"6.0"}],"confopts":[{"v":["0.1.0"],"opts":[{"n":"with-courierauth","p":"whether to enable courierauth support","d":"yes"},{"n":"with-courierauth-security-risk","p":"whether to enable passwd security risk","d":"no"}]}]},{"name":"cpdf","license":"PHP License 3.0","summary":"C language API definitions for ClibPDF library","description":"C language API definitions for ClibPDF library"},{"name":"crack","license":"PHP","summary":"\"Good Password\" Checking Utility: Keep your users' passwords reasonably safe from dictionary based attacks","description":"This package provides an interface to the cracklib (libcrack) libraries that come standard on most unix-like distributions. This allows you to check passwords against dictionaries of words to ensure some minimal level of password security.\n\nFrom the cracklib README\nCrackLib makes literally hundreds of tests to determine whether you've\nchosen a bad password.\n\n* It tries to generate words from your username and gecos entry to tries\nto match them against what you've chosen.\n\n* It checks for simplistic patterns.\n\n* It then tries to reverse-engineer your password into a dictionary\nword, and searches for it in your dictionary.\n\n- after all that, it's PROBABLY a safe(-ish) password. 8-)","phpv":[{"v":["0.1","0.2","0.3"]},{"v":["0.4"],"min":"4.1.0"}],"confopts":[{"v":["0.1","0.2","0.3","0.4"]}]},{"name":"crack_dll","license":"PHP","summary":"\"Good Password\" Checking Utility: Keep your users' passwords reasonably safe from dictionary based attacks","description":"This package provides an interface to the cracklib (libcrack) libraries that come standard on most unix-like distributions. This allows you to check passwords against dictionaries of words to ensure some minimal level of password security.\n\nFrom the cracklib README\nCrackLib makes literally hundreds of tests to determine whether you've\nchosen a bad password.\n\n* It tries to generate words from your username and gecos entry to tries\nto match them against what you've chosen.\n\n* It checks for simplistic patterns.\n\n* It then tries to reverse-engineer your password into a dictionary\nword, and searches for it in your dictionary.\n\n- after all that, it's PROBABLY a safe(-ish) password. 8-)","phpv":[{"v":["0.4"],"min":"4.1.0"}],"confopts":[{"v":["0.4"]}]},{"name":"crypto","license":"PHP 3.01","summary":"Wrapper for OpenSSL Crypto Library","description":"This package provides an objective wrapper for OpenSSL Crypto Library","phpv":[{"v":["0.1.0","0.1.1"],"min":"5.3.0"},{"v":["0.2.0","0.2.1","0.2.2","0.3.0","0.3.1","0.3.2"],"min":"5.3.2"}],"confopts":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2","0.3.0","0.3.1","0.3.2"]}]},{"name":"CSV","license":"PHP V3.01","summary":"CSV PHP extension","description":"A new and improved CSV file PHP extension which follows RFC 4180 instead of using a custom escape mechanism.\n\nSupports multi-bytes delimiters, enclosures, and providing a custom EOL sequence.","phpv":[{"v":["0.3.0","0.3.1","0.3.2"],"min":"7.3.0"},{"v":["0.4.0","0.4.1","0.4.2"],"min":"8.0.0"}],"confopts":[{"v":["0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.4.2"]}]},{"name":"CUBRID","license":"PHP","summary":"This is the official PHP Extension to connect to CUBRID Database.","description":"CUBRID is an open source database management system highly optimized for Web applications (http://www.cubrid.org). The current PHP extension is fully compatibly with the latest stable version of CUBRID Database. To post issues and report bugs, please use CUBRID Official Forum at http://forum.cubrid.org.","phpv":[{"v":["8.3.0.0001","8.3.0.0002","8.3.0.0003","8.3.0.0004","8.3.0.0005","8.3.1.0001","8.3.1.0002","8.3.1.0003","8.3.1.0004","8.3.1.0005","8.3.1.0006","8.3.1.0007","8.3.1.0008","8.4.0.0001","8.4.0.0002","8.4.0.0003","8.4.0.0004","8.4.0.0005","8.4.1.0001","8.4.1.0002","8.4.1.0003","8.4.1.0004","8.4.1.0005","8.4.1.0006","8.4.3.0001","9.0.0.0001"],"min":"5.2.0"},{"v":["9.1.0.0001","9.1.0.0002","9.1.0.0003","9.1.0.0004","9.2.0.0001","9.3.0.0001","10.1.0.0001","10.1.0.0002"],"min":"5.3.0"}],"confopts":[{"v":["8.3.0.0001"],"opts":[{"n":"with-cubrid","p":"Include CUBRID support","d":"yes"}]},{"v":["8.3.0.0002","8.3.0.0003","8.3.0.0004","8.3.0.0005","8.3.1.0001","8.3.1.0002","8.3.1.0003","8.3.1.0004","8.3.1.0005","8.3.1.0006","8.3.1.0007","8.3.1.0008","8.4.0.0001","8.4.0.0002","8.4.0.0003","8.4.0.0004","8.4.0.0005","8.4.1.0001","8.4.1.0002","8.4.1.0003","8.4.1.0004","8.4.1.0005","8.4.1.0006","8.4.3.0001","9.0.0.0001","9.1.0.0001","9.1.0.0002"],"opts":[{"n":"with-cubrid","p":"CUBRID base install dir","d":"autodetect"}]},{"v":["9.1.0.0003","9.1.0.0004","9.2.0.0001","9.3.0.0001","10.1.0.0001","10.1.0.0002"]}]},{"name":"cvsclient","license":"PHP","summary":"CVS pserver client","description":"pserver client extension. Current version has read-only, diff, and log support.\nLater versions to include add/commit/remove.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"cybercash","license":"PHP License","summary":"providesa access to cybercash online payment API","description":"providesa access to cybercash online payment API","phpv":[{"v":["1.18","1.18p1"]}],"confopts":[{"v":["1.18","1.18p1"]}]},{"name":"cybermut","license":"PHP License","summary":"CyberMut Paiement System","description":"This extension gives you the possibility to use the CyberMut Paiement System of the Credit Mutuel (French Bank).","phpv":[{"v":["1.0","1.1"]}],"confopts":[{"v":["1.0","1.1"]}]},{"name":"cyrus","license":"PHP License","summary":"An extension which eases the manipulation of Cyrus IMAP servers.","description":"An extension which eases the manipulation of Cyrus IMAP servers.","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"daffodildb","license":"Proprietary","summary":"Daffodil DB extention module Driver.","description":"It' a database extention module driver ,that is required to work with Daffodil DB in PHP."},{"name":"datadog_trace","license":"BSD 3-Clause","summary":"APM and distributed tracing for PHP","description":"The Datadog PHP Tracer brings APM and distributed tracing to PHP.","phpv":[{"v":["0.8.1"],"min":"5.4"},{"v":["0.9.0","0.9.1","0.10.0","0.11.0","0.12.0","0.13.0","0.13.1","0.13.2","0.13.3","0.13.4","0.14.0","0.14.1","0.15.1","0.16.0","0.16.1","0.17.0","0.18.0","0.19.0","0.20.0","0.21.0"],"min":"5.6","max":"7.2.99"},{"v":["0.22.0","0.23.0","0.26.0","0.27.1","0.27.2","0.28.0","0.28.1","0.29.0","0.30.0","0.30.2","0.31.0","0.32.1","0.33.0","0.34.0","0.34.1","0.35.0","0.36.0","0.37.0"],"min":"5.6","max":"7.3.99"},{"v":["0.38.0","0.38.1","0.39.0","0.40.0","0.41.0","0.41.1","0.42.0","0.43.0","0.44.0","0.44.1","0.45.0","0.45.1","0.46.0","0.47.0","0.47.1","0.48.0","0.48.1","0.48.2","0.48.3"],"min":"5.6","max":"7.4.99"},{"v":["0.49.0"],"min":"5.4","max":"7.4.99"},{"v":["0.50.0","0.51.0","0.52.0","0.53.0","0.54.0","0.55.0","0.56.0","0.58.0","0.59.0","0.60.0","0.61.0","0.62.0","0.62.1","0.63.0","0.64.0","0.64.1","0.65.0","0.65.1"],"min":"5.4","max":"8.0.99"},{"v":["0.66.0","0.67.0","0.68.0","0.68.1","0.68.2","0.69.0","0.70.0","0.70.1","0.71.0","0.71.1","0.72.0","0.73.0","0.74.0","0.75.0","0.76.0"],"min":"5.4","max":"8.1.99"},{"v":["0.76.1","0.76.2","0.77.0","0.78.0","0.79.0","0.80.0","0.81.0","0.81.1"],"min":"7.0","max":"8.1.99"},{"v":["0.82.0","0.83.0","0.83.1","0.84.0","0.86.0","0.86.1","0.86.2","0.86.3","0.87.0","0.87.1","0.87.2","0.88.0","0.88.1","0.89.0","0.90.0","0.91.0","0.91.1","0.91.2","0.92.0","0.92.1","0.92.2"],"min":"7.0","max":"8.2.99"},{"v":["0.93.0","0.93.1","0.93.2","0.94.0","0.94.1"],"min":"7.0","max":"8.3.99"}],"confopts":[{"v":["0.8.1","0.9.0","0.9.1","0.10.0","0.11.0","0.12.0","0.13.0","0.13.1","0.13.2","0.13.3","0.13.4","0.14.0","0.14.1","0.15.1","0.16.0","0.16.1","0.17.0","0.18.0","0.19.0","0.20.0","0.21.0","0.22.0","0.23.0","0.26.0","0.27.1","0.27.2","0.28.0","0.28.1","0.29.0","0.30.0","0.30.2","0.31.0","0.32.1","0.33.0","0.34.0","0.34.1","0.35.0","0.36.0","0.37.0","0.38.0","0.38.1","0.39.0","0.40.0","0.41.0","0.41.1","0.42.0","0.43.0","0.44.0","0.44.1","0.45.0","0.45.1","0.46.0","0.47.0","0.47.1"],"opts":[{"n":"enable-ddtrace-debug","p":"Enable internal debugging in ddtrace","d":"no"}]},{"v":["0.48.0","0.48.1","0.48.2","0.48.3","0.49.0","0.50.0","0.51.0","0.52.0","0.53.0","0.54.0","0.55.0","0.56.0","0.58.0","0.59.0","0.60.0","0.61.0","0.62.0","0.62.1","0.63.0","0.64.0","0.64.1","0.65.0","0.65.1","0.66.0","0.67.0","0.68.0","0.68.1","0.68.2","0.69.0","0.70.0","0.70.1","0.71.0","0.71.1","0.72.0","0.73.0","0.74.0","0.75.0","0.76.0","0.76.1","0.76.2","0.77.0","0.78.0","0.79.0","0.80.0","0.81.0","0.81.1","0.82.0","0.83.0","0.83.1","0.84.0","0.86.0","0.86.1","0.86.2","0.86.3","0.87.0","0.87.1","0.87.2","0.88.0","0.88.1","0.89.0","0.90.0","0.91.0","0.91.1","0.91.2","0.92.0","0.92.1","0.92.2","0.93.0","0.93.1","0.93.2","0.94.0","0.94.1"]}]},{"name":"date_time","license":"PHP","summary":"Date and Time Library","description":"Date is a collection of functions and classes to deal with dates.\nSupport for date outside the UNIX date limitations. It provides\na lot of convenience functions/methods.","phpv":[{"v":["0.1"]}],"confopts":[{"v":["0.1"]}]},{"name":"dazuko","license":"PHP","summary":"Dazuko file-access-control","description":"Dazuko (in german: (Da)tei (Zu)griffs (Ko)ntrolle)\nfile-access-control allows you to communicate with the dazuko-kernel module\n(See: http://www.dazuko.org for details).\n\nIt is used to allow or disallow access to a file or directory, based upon\nthe event, the file or directory was accessed. So it is possible to use\ndazuko to code virus scanners and other security frameworks.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.41","0.42"]}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.41","0.42"]}]},{"name":"dbase","license":"PHP","summary":"dBase database file access functions","description":"These functions allow you to access records stored\nin dBase-format (dbf) databases.\n\nThere is no support for indexes or memo fields.\nThe databases are automatically locked with blocking flock()s.\n\ndBase files are simple sequential files of fixed length records.\nRecords are appended to the end of the file and deleted records\nare kept until you call dbase_pack().","phpv":[{"v":["5.0","5.0.1","5.1.0"],"min":"5"},{"v":["5.1.1"],"min":"5","max":"5.7"},{"v":["7.0.0beta1","7.0.0RC1","7.0.0","7.0.1","7.1.0RC1","7.1.0RC2","7.1.0","7.1.1"],"min":"7.0.0"}],"confopts":[{"v":["5.0","5.0.1","5.1.0","5.1.1","7.0.0beta1","7.0.0RC1","7.0.0","7.0.1","7.1.0RC1","7.1.0RC2","7.1.0","7.1.1"]}]},{"name":"DBDO","license":"PHP","summary":"Database DataObjects","description":"DEAD - I'm not working on this, - currently PEAR::DB_DataObjects does all I need, so there is no motivation to carry on with it.\n\n\nDBDO performs 2 tasks:\n1. Builds SQL statements based on the objects vars and the builder methods.\n2. acts as a datastore for a table row. (ORM)\nThe core class is designed to be extended for each of your tables so\nthat you put the data logic inside the data classes.\n\nFor the most part, refer to this for documentation\nhttp://pear.php.net/manual/en/package.database.db-dataobject.php\nand the project home page for any changes in method names.\n\nThe key differences between DataObjects and DBDO are:\n- PHP5 only\n- query() / with no arguments replaces find()\n- assignFrom replaces setFrom\n- DBDO::factory('dbalias','table') has 2 arguments, first being the db alias\n- Configuration done using static methods.\nDBDO::config('dbalias', 'provider','Mysql');\nDBDO::config('dbalias', 'cnc','database=XYZ');\n- Addition of FetchAll\n$do->fetchAll(DBDO::SINGLE | DBDO::OBJECTS | DBDO::KEY_VALUE | DBDO::VALUE)\n- Error handling\n* Throws exceptions for database errors / unusual stuff\n* E_ERROR's and dies if you use it incorrectly (eg. fixable at code level)\n- No support for joins yet.. (On the TODO list)\n\nBuilding it Requires libgda (www.gnome-db.org), currently from CVS, which can be a pain.\n\n- Win32 support is theoretically possible, it just requires someone to spend time working\nout how to build libgda (which has windows makefiles) and this library.","phpv":[{"v":["0.1.0"]}],"confopts":[{"v":["0.1.0"]}]},{"name":"dbplus","license":"PHP License","summary":"db++ database functions","description":"db++, made by the German company Concept asa, is a relational database\nsystem with high performance and low memory and disk usage in\nmind. While providing SQL as an additional language interface, it is\nnot really a SQL database in the first place but provides its own AQL\nquery language which is much more influenced by the relational algebra\nthen SQL is.","phpv":[{"v":["0.9"]}],"confopts":[{"v":["0.9"]}]},{"name":"DBus","license":"PHP","summary":"Extension for interaction with DBUS busses","description":"This extension allows you to talk to DBUS services on a system, and also act\nas a DBUS service.","phpv":[{"v":["0.1.0","0.1.1"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1"]}]},{"name":"dbx","license":"PHP","summary":"Database abstraction functions","description":"The dbx module is a database abstraction layer. The dbx functions allow\nyou to access all supported databases using a single calling convention.\nThe dbx-functions themselves do not interface directly to the databases,\nbut interface to the modules that are used to support these databases.\nThe currently supported databases are MySQL, ODBC, Oracle (oci8), MS SQL\nServer, PostgreSQL, FrontBase, Sybase-CT and SQLite. The\nmodule-dependencies are only for the databases you wish to use.","phpv":[{"v":["1.1.0"],"min":"4.3.0"},{"v":["1.1.1","1.1.2"],"min":"5.1.0"}],"confopts":[{"v":["1.1.0","1.1.1","1.1.2"]}]},{"name":"decimal","license":"MIT License","summary":"Arbitrary precision floating-point decimal","description":"Correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP 7","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.3.0","1.3.1","1.4.0"],"min":"7.0.0"},{"v":["2.0.0"],"min":"7.2.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.3.0","1.3.1","1.4.0","2.0.0"]}]},{"name":"dio","license":"PHP","summary":"Direct I/O functions","description":"PHP supports the direct io functions as described in the\nPosix Standard (Section 6) for performing I/O functions at\na lower level than the C-Language stream I/O functions\n(fopen(), fread(),..).\n\nDIO provides functions and stream wrappers which provide raw and\nserial low level IO support. The use of the DIO functions should\nbe considered only when direct control of a device is needed.\nIn all other cases, the standard filesystem functions are\nmore than adequate.","phpv":[{"v":["0.0.2"]},{"v":["0.0.4RC4","0.0.5","0.0.6","0.0.7"],"min":"5.2"},{"v":["0.0.8","0.0.9","0.1.0","0.2.0","0.2.1"],"min":"5.3.3"}],"confopts":[{"v":["0.0.2","0.0.4RC4","0.0.5","0.0.6","0.0.7","0.0.8","0.0.9","0.1.0","0.2.0","0.2.1"]}]},{"name":"docblock","license":"PHP License","summary":"phpDocumentor-style DocBlock (T_DOC_COMMENT token) tokenizer","description":"This extension is like the tokenizer extension for PHP.\nIt takes a document comment (docblock) like this one:\n\n/**\n* information {@inlinetag}\n* @tags\n*/\n\nand parses it into tokens.\n\nThe primary function is docblock_tokenize(), which accepts a\nstring, and returns an array of arrays of array(TOKEN, \"token\").\nTOKEN is one of DOCBLOCK_* constants.\n\ndocblock_tokenize() has an optional second bool parameter that\ndetermine whether to output non-essential tokens like\nthe /** * stuff.\n\ndocblock_token_name() takes a DOCBLOCK_* constant and returns its name","phpv":[{"v":["0.1.0","0.2.0"],"min":"5.1.0b1"}],"confopts":[{"v":["0.1.0","0.2.0"]}]},{"name":"domxml","license":"PHP","summary":"DOM XML Functions","description":"This extension allows you to operate on an XML document with the DOM API.\n\nIt has been superseded by the DOM extension that ships with PHP 5.\n\nAlthough it should be possible to use this old domxml extension with PHP 5, its use is highly discouraged, as there a very high potential for conflicts with the new dom extension.\n\nIf you are migrating from PHP 4 to PHP 5, the recommended best-practice is to port your domxml code to the much better dom code.\n\nIf you really must build domxml, you will need to obtain the sources from CVS and build them yourself.\n\nSee http://www.php.net/manual/en/install.pecl.php for instructions.\n\nNOTE: if you're running PHP 4.x, the domxml is already part of the distribution.\n\nNOTE 2: The download link below \"Download latest\" is broken and doesn't lead to anything. Please read above carefully for how to get it, if you really need to."},{"name":"dom_varimport","license":"PHP","summary":"Convert nested arrays into DOMDocument","description":"The extension converts nested PHP arrays and objects into DOMDocument.\nSome of projects use XSLT as a templating engine. To build XML for such engines,\nwe need a very fast and memory efficient way to convert PHP nested arrays and\nobjects into DOMDocument object. Also, produced XML should be straight-forward\nand as simple as it could be (BTW XMLRPC, SOAP and other XML-based formats are quite\nsloppy in this case). So dom_varimport has been introduced: it produces DOMDocument\nfrom a nested array near 20 times faster than a hand-made code in native PHP\n(1 MB XML with thousands of nodes could be generated in 1-2 ms).","phpv":[{"v":["1.11.0","1.11.1","1.11.2","1.11.3"],"min":"5.3.0"}],"confopts":[{"v":["1.11.0","1.11.1","1.11.2","1.11.3"]}]},{"name":"doublemetaphone","license":"PHP License","summary":"Provide Double Metaphone functionality","description":"The Double Metaphone algorithm by Lawrence Philips allows a word to be broken down into its phonemes.","phpv":[{"v":["0.1.2","0.2.0","1.0.0","1.0.1"],"min":"4.3.0"}],"confopts":[{"v":["0.1.2","0.2.0","1.0.0","1.0.1"]}]},{"name":"drizzle","license":"PHP","summary":"Drizzle Database API","description":"This extension uses libdrizzle library to provide API for communicating with drizzle and mysql databases.","phpv":[{"v":["0.4.0","0.4.1","0.4.2"],"min":"5.1.0","max":"6.0.0"}],"confopts":[{"v":["0.4.0","0.4.1","0.4.2"]}]},{"name":"Druid","license":"Apache2.0","summary":"A Druid driver for PHP with PECL extension.","description":"A Druid driver for PHP with PECL extension.\n- Build Druid REST Client Use CURL.\n- Request both with Full-Json or Templates-Json","phpv":[{"v":["0.3.0","0.6.0","0.9.0","0.9.2","1.0.0"],"min":"5.2.0"}],"confopts":[{"v":["0.3.0","0.6.0","0.9.0","0.9.2","1.0.0"]}]},{"name":"ds","license":"MIT License","summary":"Data Structures","description":"Data Structures for PHP 7","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0"],"min":"7.0.0"},{"v":["1.4.0"],"min":"7.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0","1.4.0"]}]},{"name":"DTrace","license":"PHP","summary":"A Solaris Dtrace provider","description":"Obsolete; use the much better implementation available in the core of PHP:\n\nhttp://www.php.net/manual/en/features.dtrace.php","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3"]}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"ecasound","license":"PHP","summary":"Ecasound provides audio recording and processing functions","description":"This extension wraps the Ecasound libraries to provide advanced audio processing capabilities.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"ecma_intl","license":"BSD-3-Clause","summary":"ecma_intl is an i18n and l10n extension for PHP","description":"ecma_intl is a PHP implementation of the ECMA-402 11th Edition\nInternationalization API Specification.","phpv":[{"v":["0.1.0","0.1.1","0.1.2"],"min":"8.2.0","max":"8.2.99"},{"v":["0.1.3","0.2.0"],"min":"8.2.0","max":"8.3.99"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.2.0"]}]},{"name":"eio","license":"php","summary":"Provides interface to the libeio library","description":"This extension provides interface to the libeio library written by Marc Lehmann\n(see http://software.schmorp.de/pkg/libeio.html).\n\nLibeio is a an asynchronous I/O library. Features basically include\nasynchronous versions of POSIX API(read, write, open, close, stat, unlink,\nfdatasync, mknod, readdir etc.); sendfile (native on Solaris, Linux, HP-UX,\nFreeBSD); readahead. libeio itself emulates the system calls, if they are not\navailable on specific(UNIX-like) platform.\n\nCurrently this extension supports GNU/Linux and BSD platforms only. But you can\ntry it on any UNIX OS.","phpv":[{"v":["0.0.1","0.1.0"],"min":"5.0.0"},{"v":["0.1.1","0.2.0","0.3.0","0.4.0"],"min":"5.0.1"},{"v":["0.5.0","1.0.0","1.1.0","1.2.0","1.2.1","1.2.3","1.2.4","1.2.5","1.2.6","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","3.0.0RC1","3.0.0RC2","3.0.0RC3","3.0.0RC4","3.0.1","3.1.0RC1","3.1.0"],"min":"5.3.0"}],"confopts":[{"v":["0.0.1","0.1.0","0.1.1","0.2.0","0.3.0"]},{"v":["0.4.0"],"opts":[{"n":"enable-eio-debug","p":"Enable internal debugging in Eio","d":"no"}]},{"v":["0.5.0","1.0.0","1.1.0","1.2.0"],"opts":[{"n":"enable-eio-debug","p":"Enable internal debugging in Eio","d":"no"},{"n":"enable-eio-sockets","p":"Enable sockets support in Eio","d":"yes"}]},{"v":["1.2.1","1.2.3","1.2.4","1.2.5","1.2.6","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","3.0.0RC1","3.0.0RC2","3.0.0RC3","3.0.0RC4","3.0.1","3.1.0RC1","3.1.0"],"opts":[{"n":"enable-eio-debug","p":"Enable internal debugging in Eio","d":"no"}]}]},{"name":"enchant","license":"PHP","summary":"libenchant binder, support near all spelling tools","description":"Enchant is a binder for libenchant. Libenchant provides a common\nAPI for many spell libraries:\n- aspell/pspell (intended to replace ispell)\n- hspell (hebrew)\n- ispell\n- myspell/hunspell (OpenOffice project, mozilla)\n- uspell (primarily Yiddish, Hebrew, and Eastern European languages)\nA plugin system allows to add custom spell support.\nsee www.abisource.com/enchant/","phpv":[{"v":["0.1","0.2.0","0.2.1","1.0"]},{"v":["1.0.1","1.0.2","1.1.0"],"min":"5"}],"confopts":[{"v":["0.1","0.2.0","0.2.1","1.0"]},{"v":["1.0.1","1.0.2","1.1.0"],"opts":[{"n":"with-enchant","p":"libenchant prefix?","d":"shared"}]}]},{"name":"env","license":"MIT","summary":"Load environment variables into PHP from a global configuration file","description":"Based on 12Factor Application rules this extension allows you to load environment variables into every PHP request, in every SAPI using a global configuration file with key value pairs of environment variables.","phpv":[{"v":["0.1.0","0.2.0","0.2.1"],"min":"5.5.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1"]}]},{"name":"ereg","license":"PHP","summary":"POSIX Regex Functions","description":"This extension provides the ereg family of functions that were provided with PHP 3-5. These functions have been superseded by the preg family of functions provided by the PCRE extension: http://php.net/pcre\n\nAlthough it should be possible to build this extension with PHP 7.0, you are strongly encouraged to port your code to use PCRE, as this extension is not maintained and is available for historical reasons only."},{"name":"esmtp","license":"PHP License","summary":"ESMTP client extenion","description":"Esmtp is a wrapper for SMTP client library based on the libESMTP library\n(http://www.stafford.uklinux.net/libesmtp/). You can use it to send messages\nusing internal SASL, and external/openssl SSL support.","phpv":[{"v":["0.3.0","0.3.1"]}],"confopts":[{"v":["0.3.0","0.3.1"]}]},{"name":"ev","license":"PHP","summary":"Provides interface to libev library","description":"ev provides interface to libev library - high performance\nfull-featured event loop written in C.","phpv":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.2.10","0.2.11","0.2.12","0.2.13","0.2.14","0.2.15","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0RC5","1.0.0RC6","1.0.0RC7","1.0.0RC8","1.0.0RC9","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.6","1.0.7","1.0.8","1.0.9","1.1.0","1.1.1r1","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6RC1"],"min":"5.4.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2"],"opts":[{"n":"enable-ev-debug","p":"Enable internal debugging in ev","d":"no"},{"n":"enable-ev-sockets","p":"Enable sockets support in ev","d":"yes"}]},{"v":["0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.2.10","0.2.11","0.2.12","0.2.13","0.2.14","0.2.15","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0RC5","1.0.0RC6","1.0.0RC7","1.0.0RC8","1.0.0RC9","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.6","1.0.7","1.0.8","1.0.9","1.1.0","1.1.1r1","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6RC1"],"opts":[{"n":"enable-ev-debug","p":"Enable internal debugging in ev","d":"no"}]}]},{"name":"event","license":"PHP","summary":"Provides interface to libevent library","description":"This is an extension to efficiently schedule I/O, time and signal based\nevents using the best I/O notification mechanism available for specific platform.\nThis is a port of libevent to the PHP infrastructure.\n\nVersion 1.0.0 introduces:\n* new OO API breaking backwards compatibility\n* support of libevent 2+ including HTTP, DNS, OpenSSL and the event listener.\n\nNote, event-1.0.0 and greater is not compatible with previous versions.","phpv":[{"v":["0.9","0.9.1"]},{"v":["1.2.5","1.2.6","1.3.0","1.4.0","1.5.0","1.5.1","1.6.0","1.6.1","1.6.2","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.7.6","1.7.7","1.7.8","1.8.0","1.8.1","1.9.0","1.9.1","1.10.0","1.10.1","1.10.2","1.10.3","1.11.0","1.11.1","1.11.2","1.11.3","2.0.0RC1","2.0.0RC2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.2.1","2.3.0RC1","2.3.0","2.4.0RC1","2.4.0RC2","2.4.0RC3","2.4.0","2.4.1","2.4.2","2.4.3","2.4.4","2.5.0","2.5.1","2.5.2","2.5.3","2.5.4","2.5.5","2.5.6","2.5.7","3.0.0","3.0.1","3.0.2r1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7RC1","3.0.7","3.0.8","3.1.0RC1"],"min":"5.4.0"}],"confopts":[{"v":["0.9","0.9.1"]},{"v":["1.2.5","1.2.6"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in event","d":"no"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["1.3.0"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in event","d":"no"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in event","d":"yes"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["1.4.0","1.5.0","1.5.1","1.6.0","1.6.1","1.6.2","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in event","d":"no"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["1.7.6","1.7.7","1.7.8","1.8.0","1.8.1","1.9.0","1.9.1","1.10.0","1.10.1","1.10.2","1.10.3","1.11.0","1.11.1","1.11.2","1.11.3","2.0.0RC1","2.0.0RC2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.2.1","2.3.0RC1","2.3.0"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in Event","d":"no"},{"n":"enable-event-sockets","p":"Enable sockets support in Event","d":"yes"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in Event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["2.4.0RC1","2.4.0RC2","2.4.0RC3","2.4.0"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in Event","d":"no"},{"n":"enable-event-sockets","p":"Enable sockets support in Event","d":"yes"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in Event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-event-ns","p":"PHP Namespace for all Event classes","d":""},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["2.4.1","2.4.2","2.4.3","2.4.4","2.5.0","2.5.1","2.5.2","2.5.3","2.5.4","2.5.5","2.5.6","2.5.7","3.0.0","3.0.1","3.0.2r1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7RC1","3.0.7"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in Event","d":"no"},{"n":"enable-event-sockets","p":"Enable sockets support in Event","d":"yes"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in Event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-event-ns","p":"PHP Namespace for all Event classes","d":"no"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"no"}]},{"v":["3.0.8","3.1.0RC1"],"opts":[{"n":"enable-event-debug","p":"Enable internal debugging in Event","d":"no"},{"n":"enable-event-sockets","p":"Enable sockets support in Event","d":"yes"},{"n":"with-event-libevent-dir","p":"libevent installation prefix","d":"/usr"},{"n":"with-event-pthreads","p":"Include libevent's pthreads library and enable thread safety support in Event","d":"no"},{"n":"with-event-extra","p":"Include libevent protocol-specific functionality support including HTTP, DNS, and RPC","d":"yes"},{"n":"with-event-openssl","p":"Include libevent OpenSSL support","d":"yes"},{"n":"with-event-ns","p":"PHP Namespace for all Event classes","d":"no"},{"n":"with-openssl-dir","p":"openssl installation prefix","d":"yes"}]}]},{"name":"excimer","license":"Apache 2.0","summary":"Interrupting timer and low-overhead sampling profiler","description":"Calls a user-defined callback when a one-shot or periodic timer expires. Also a sampling profiler backend, which aggregates backtraces collected by a periodic timer.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1"],"min":"7.1.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1"]}]},{"name":"expect","license":"PHP License","summary":"PHP extension for expect library","description":"This extension allows to interact with processes through PTY, using expect library.","phpv":[{"v":["0.1","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"]},{"v":["0.2.7","0.2.8","0.2.9","0.3.0","0.3.1","0.3.2"],"min":"4.0.0"},{"v":["0.3.3"],"min":"4.0.0","max":"5.99.99"},{"v":["0.4.0"],"min":"4.0.0","max":"7.99.99"}],"confopts":[{"v":["0.1","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.3.0","0.3.1","0.3.2","0.3.3","0.4.0"]}]},{"name":"fam","license":"PHP","summary":"File Alteration Monitor Functions","description":"FAM monitors files and directories, notifying interested\napplications of changes.\nA PHP script may specify a list of files for FAM to monitor\nusing the functions provided by this extension.\nThe FAM process is started when the first connection from\nany application to it is opened. It exits after all\nconnections to it have been closed.","phpv":[{"v":["5.0.1"],"min":"4.3.0"}],"confopts":[{"v":["5.0.1"]}]},{"name":"fann","license":"PHP 3.01","summary":"Wrapper for FANN (Fast Artificial Neural Network) Library","description":"This package provides a PHP binding for FANN (Fast Artificial Neural Network) Library","phpv":[{"v":["0.1.0","0.1.1"]},{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.1.0RC1","1.1.0RC2","1.1.0","1.1.1","1.2.0RC1","1.2.0RC2"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.1.0RC1","1.1.0RC2","1.1.0","1.1.1","1.2.0RC1","1.2.0RC2"]}]},{"name":"ffi","license":"PHP","summary":"Foreign Function Interface","description":"FFI is a multi-platform extension for PHP 5 that allows you to bind to functions from arbitrary shared libraries and call them.","phpv":[{"v":["0.1","0.2","0.3"]}],"confopts":[{"v":["0.1","0.2","0.3"]}]},{"name":"Fileinfo","license":"PHP","summary":"libmagic bindings","description":"Allows retrieval of information regarding a vast majority of file types. This information may include dimensions, quality, length etc.\n\nAdditionally it can also be used to retrieve the mime type for a particular\nfile and for text files proper language encoding.\n\nNote: As of PHP 5.3.0 this extension is enabled by default and this PECL extension is no longer maintained and will contain no more releases.","phpv":[{"v":["0.1","0.2","0.3","1.0","1.0.1","1.0.2","1.0.3","1.0.4"]}],"confopts":[{"v":["0.1","0.2","0.3","1.0","1.0.1","1.0.2","1.0.3","1.0.4"]}]},{"name":"filepro","license":"PHP License 3.01","summary":"filePro database access functions","description":"These functions allow read-only access to data stored in filePro databases."},{"name":"filter","license":"PHP","summary":"Extension for safely dealing with input parameters.\n\nNote: This extension is now part of PHP Core, so use it instead of this outdated PECL version (as of PHP 5.2.0).","description":"The Input Filter extension is meant to address this issue by implementing a set\nof filters and mechanisms that users can use to safely access their input data.","phpv":[{"v":["0.9.0","0.9.2","0.9.3","0.9.4"],"min":"4.0.0"},{"v":["0.10.0","0.11.0"],"min":"5.0.0"}],"confopts":[{"v":["0.9.0","0.9.2","0.9.3","0.9.4","0.10.0","0.11.0"]}]},{"name":"FliteTTS","license":"PHP License 3.01","summary":"Text to speech voice synthesis for PHP","description":"FliteTTS is an extension built upon the Flite voice synthesis library. Flite was developed at Carnegie Mellon University and is a small, fast run-time voice synthesis engine which is designed to run in embedded systems and/or large scale server deployments (aka memory/processor efficient). The PHP extension uses the Flite library to transform text strings into spoken audio via both RIFF and raw formatted wave files. For more information please see the included README and or the documentation."},{"name":"fpdf","license":"PHP License","summary":"PDF Form Data Format functions","description":"Forms Data Format (FDF) is a format for handling forms\nwithin PDF documents. You should read the documentation\nat http://partners.adobe.com/asn/acrobat/forms.jsp for\nmore information on what FDF is and how it is used in\ngeneral."},{"name":"framegrab","license":"PHP","summary":"A video frame grabber extension","description":"Provides a set of classes and functions for grabbing video frames from video capture devices.","phpv":[{"v":["0.0.1","0.1.0","0.1.1"],"min":"5.2"}],"confopts":[{"v":["0.0.1","0.1.0","0.1.1"],"opts":[{"n":"with-png","p":"libpng prefix?","d":"autodetect"}]}]},{"name":"FreeImage","license":"PHP","summary":"Provides a wrapper to the FreeImage library.","description":"This extension is a wrapper for the FreeImage (http://freeimage.sourceforge.net)\nlibrary that allows PHP to support popular graphics image fromats like GIF, PNG,\nBMP, JPEG, TIFF, PSD, XPM and others as needed by today's multimedia application.\nSee the examples in the examples/ directory for some hints on how to use it.","phpv":[{"v":["0.1"]}],"confopts":[{"v":["0.1"]}]},{"name":"fribidi","license":"PHP","summary":"Implementation of the Unicode Bidirectional Algorithm (bidi)","description":"A PHP frontend to the GNU FriBidi library: an implementation of the Unicode Bidirectional Algorithm (UBA), provides means for handling right-to-left text.","phpv":[{"v":["1.0"]},{"v":["1.1"],"min":"4.0.0"},{"v":["1.2"],"min":"5.0.0"}],"confopts":[{"v":["1.0","1.1","1.2"]}]},{"name":"funcall","license":"New BSD","summary":"Add callbacks for any function/method","description":"Call callbacks before or after specified functions/methods being called.\n\nFor PHP 5.3, use version 0.3.0alpha\nFor PHP 5.2 and 5.1, use version 0.2.5","phpv":[{"v":["0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5"],"min":"5"},{"v":["0.3.0alpha"],"min":"5.3"}],"confopts":[{"v":["0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.3.0alpha"]}]},{"name":"functional","license":"BSD License","summary":"Functional primitives for PHP","description":"A number of functional primitives like map(), select(), each() for the PHP language","phpv":[{"v":["0.0.1","0.0.5","0.6.0"],"min":"5.3"}],"confopts":[{"v":["0.0.1","0.0.5","0.6.0"]}]},{"name":"fuse","license":"PHP","summary":"File system in user space package","description":"FUSE is a loadable kernel module that provides support for creating POSIX file system drivers that run in user space. This library is intended to work with the PHP command-line interpreter.","phpv":[{"v":["0.1"],"min":"5"}],"confopts":[{"v":["0.1"]}]},{"name":"GDChart","license":"PHP","summary":"GDChart Based Graphing Interface","description":"The GDChart extension provides an interface to the bundled\ngdchart library. This library uses GD (bundled) library to generate\n20 different types of graphs based on supplied parameters.\n\nThe extension provides an OO interface to gdchart exposing\nmajority of options via properties and complex (array) options via\na series of methods.\n\nTo use the current version of the extension PHP 5.0.0 is required,\nand older PHP 4 only version can be downloaded from CVS, by checking\nout the extension with PECL_4_3 tag.","phpv":[{"v":["0.2.0"],"min":"5.0.0","max":"6.0.0"}],"confopts":[{"v":["0.2.0"]}]},{"name":"gearman","license":"PHP","summary":"PHP wrapper to libgearman","description":"This extension uses libgearman library to provide API for communicating with gearmand, and writing clients and workers.","phpv":[{"v":["0.3","0.4.0","0.5.0","0.6.0","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2"],"min":"5.1.0","max":"6.0.0"},{"v":["2.1.0"],"min":"7.0.0","max":"8.1.99"}],"confopts":[{"v":["0.3","0.4.0","0.5.0","0.6.0","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","2.1.0"]}]},{"name":"gender","license":"PHP","summary":"Gender Extension","description":"Gender PHP extension is a port of the gender.c program originally written by Joerg Michael. The main purpose is to find out the gender of firstnames. The name dictionary contains >40000 firstnames from 54 countries.","phpv":[{"v":["0.6.0","0.6.1","0.7.0"],"min":"5.2.0"},{"v":["0.8.0","0.9.0","1.0.0","1.1.0"],"min":"5.3.0"}],"confopts":[{"v":["0.6.0","0.6.1","0.7.0","0.8.0","0.9.0","1.0.0","1.1.0"]}]},{"name":"geoip","license":"PHP License","summary":"Map IP address to geographic places","description":"This PHP extension allows you to find the location of an IP address - City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type. For more info, please visit Maxmind's website.","phpv":[{"v":["0.2.0","1.0.0"]},{"v":["1.0.1","1.0.2","1.0.3","1.0.5","1.0.6","1.0.7","1.0.8","1.1.0","1.1.1"],"min":"4.3.0"}],"confopts":[{"v":["0.2.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.5","1.0.6","1.0.7","1.0.8","1.1.0","1.1.1"]}]},{"name":"geospatial","license":"PHP 3.01","summary":"PHP Extension to handle common geospatial functions","description":"The extension currently has implementations of the Haversine and\nVincenty's formulas for calculating distances, an initial bearing calculation\nfunction, a Helmert transformation function to transfer between different\nsupported datums, conversions between polar and Cartesian coordinates,\nconversions between Degree/Minute/Seconds and decimal degrees, a method to\nsimplify linear geometries, as well as a method to calculate intermediate\npoints on a LineString.","phpv":[{"v":["0.1.0","0.2.0","0.2.1"],"min":"5.4.0"},{"v":["0.3.1","0.3.2"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.3.1","0.3.2"]}]},{"name":"gmagick","license":"PHP License","summary":"Provides a wrapper to the GraphicsMagick library.","description":"Gmagick is a php extension to create, modify and obtain meta information of images using the GraphicsMagick API.\nVersion 2.0.0RC1 onwards requires GraphicsMagick version 1.3.17+ and PHP 7.0.1+\nVersion 2.0.5RC1 onwards requires GraphicsMagick version 1.3.20+ and PHP 7.0.1+\nIf you're using versions of PHP below 7.0.1 but above 5.1.3, please use version Gmagick 1.1.7RC3","phpv":[{"v":["1.0a1","1.0a2","1.0.0a3","1.0.0b1","1.0.1c1","1.0.1a1","1.0.1b1","1.0.2b1","1.0.2b2","1.0.2b3","1.0.2b4","1.0.3b1","1.0.3b2","1.0.3b3","1.0.3b4","1.0.3b5","1.0.4b1","1.0.5b1","1.0.6b1","1.0.7b1","1.0.8b1","1.0.8b2","1.0.8b3","1.0.9b1","1.0.10b1","1.1.0RC1","1.1.0RC2","1.1.0RC3","1.1.1RC1","1.1.2RC1","1.1.3RC1","1.1.4RC1","1.1.5RC1","1.1.6RC1","1.1.6RC2","1.1.6RC3","1.1.7RC1","1.1.7RC2","1.1.7RC3"],"min":"5.1.3"},{"v":["2.0.0RC1","2.0.1RC1","2.0.1RC2","2.0.1RC3","2.0.2RC1","2.0.2RC2","2.0.3RC1","2.0.4RC1","2.0.5RC1","2.0.6RC1"],"min":"7.0.1"}],"confopts":[{"v":["1.0a1","1.0a2","1.0.0a3","1.0.0b1","1.0.1c1","1.0.1a1","1.0.1b1","1.0.2b1","1.0.2b2","1.0.2b3","1.0.2b4","1.0.3b1","1.0.3b2","1.0.3b3","1.0.3b4","1.0.3b5","1.0.4b1","1.0.5b1","1.0.6b1","1.0.7b1","1.0.8b1","1.0.8b2","1.0.8b3","1.0.9b1","1.0.10b1","1.1.0RC1","1.1.0RC2","1.1.0RC3","1.1.1RC1","1.1.2RC1","1.1.3RC1","1.1.4RC1","1.1.5RC1","1.1.6RC1","1.1.6RC2","1.1.6RC3","1.1.7RC1","1.1.7RC2","1.1.7RC3","2.0.0RC1","2.0.1RC1","2.0.1RC2","2.0.1RC3","2.0.2RC1","2.0.2RC2","2.0.3RC1","2.0.4RC1","2.0.5RC1","2.0.6RC1"],"opts":[{"n":"with-gmagick","p":"Please provide the prefix of GraphicsMagick installation","d":"autodetect"}]}]},{"name":"gnupg","license":"BSD, revised","summary":"wrapper around the gpgme library","description":"This extension provides methods to interact with gnupg","phpv":[{"v":["0.1","0.2","0.3"],"min":"5.0"},{"v":["0.4","0.5","0.6","0.6.1","0.7","0.7.1","1.0","1.1","1.2"],"min":"4.3"},{"v":["1.3","1.3.1","1.3.2","1.3.3","1.3.5","1.3.6"],"min":"4.4"},{"v":["1.4.0RC1","1.4.0RC2","1.4.0","1.5.0RC1","1.5.0RC2"],"min":"5.2.0"},{"v":["1.5.0","1.5.1"],"min":"5.3.2"}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.5","0.6","0.6.1","0.7","0.7.1","1.0","1.1","1.2","1.3","1.3.1","1.3.2","1.3.3","1.3.5","1.3.6","1.4.0RC1","1.4.0RC2","1.4.0","1.5.0RC1","1.5.0RC2","1.5.0","1.5.1"]}]},{"name":"graphdat","license":"Apache-2.0","summary":"Troubleshoot application and server performance","description":"Graphdat is a real time performance monitoring tool for websites. Graphdat graphs system metrics along side request counts and response time data. The purpose of the extension is report request counts and response time information to our agent (installed on the box) which forwards that along to our servers. The data is then presented in a graph so that you can see performance spikes as they happen, and trends over time.","phpv":[{"v":["0.1.0","0.2.0","0.3.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4"],"min":"4.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4"]}]},{"name":"gRPC","license":"Apache 2.0","summary":"A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.","description":"Remote Procedure Calls (RPCs) provide a useful abstraction for building distributed applications and services. The libraries in this repository provide a concrete implementation of the gRPC protocol, layered over HTTP/2. These libraries enable communication between clients and servers using any combination of the supported languages.","phpv":[{"v":["0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","0.8.0","0.8.1","0.14.0","0.15.0","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0","1.0.1RC1","1.0.1","1.1.0RC1","1.1.0","1.2.0RC1","1.2.0","1.3.1RC1","1.3.2RC1","1.3.2","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.4.3","1.4.4","1.4.6RC1","1.4.6RC2","1.4.6RC3","1.4.6RC4","1.4.6RC5","1.4.6RC6","1.4.6","1.6.0RC1","1.6.0","1.7.0RC1","1.7.0","1.8.0RC1","1.8.0","1.8.3","1.8.5","1.9.0RC1","1.9.0RC3","1.9.0","1.10.0RC2","1.10.0","1.10.1RC1","1.10.1","1.11.0RC1","1.11.0RC2","1.11.0","1.11.1RC1","1.11.1","1.12.0RC1","1.12.0","1.13.0RC3","1.13.0","1.14.0RC2","1.14.0","1.14.1","1.15.0RC1","1.15.0","1.16.0","1.17.0RC1","1.17.0RC2","1.17.0RC3","1.17.0","1.18.0RC1","1.18.0","1.19.0RC1","1.19.0","1.20.0RC1","1.20.0RC3","1.20.0","1.21.0RC1","1.21.2","1.21.3RC1","1.21.3","1.22.0RC1","1.22.0","1.22.1","1.23.0RC1","1.23.0","1.23.1","1.24.0RC1","1.24.0","1.25.0RC1","1.25.0","1.26.0RC1","1.26.0RC2","1.26.0","1.27.0RC1","1.27.0RC2","1.27.0","1.28.0RC1","1.28.0RC2","1.28.0","1.29.0","1.29.1","1.30.0RC1","1.30.0","1.31.0RC1","1.31.0","1.31.1","1.32.0RC1","1.32.0","1.33.0RC1","1.33.1"],"min":"5.5.0"},{"v":["1.34.0RC1","1.34.0RC2","1.34.0","1.35.0RC1","1.35.0","1.36.0RC1","1.36.0","1.37.0RC1","1.37.0RC2","1.37.0","1.37.1","1.38.0RC1","1.38.0","1.39.0RC1","1.39.0","1.40.0RC1","1.40.0","1.41.0RC2","1.41.0","1.42.0RC1","1.42.0","1.43.0RC1","1.43.0","1.44.0RC2","1.44.0","1.45.0","1.46.0RC1","1.46.0RC2","1.46.0","1.46.1","1.46.3","1.47.0","1.47.4","1.48.0RC1","1.48.0","1.48.1","1.48.4","1.49.0RC3","1.49.0","1.49.3","1.50.0RC1","1.50.0","1.50.2","1.51.1","1.51.3","1.52.0RC1","1.52.1","1.53.0RC1","1.53.0RC2","1.53.0","1.54.0RC1","1.54.0","1.55.0RC1","1.55.0","1.56.0RC1","1.56.0","1.57.0","1.58.0RC1","1.58.0","1.59.0RC1","1.59.1","1.60.0RC1","1.60.0"],"min":"7.0.0"}],"confopts":[{"v":["0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","0.8.0","0.8.1","0.14.0","0.15.0","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0","1.0.1RC1","1.0.1","1.1.0RC1","1.1.0","1.2.0RC1","1.2.0","1.3.1RC1","1.3.2RC1","1.3.2","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.4.3","1.4.4","1.4.6RC1","1.4.6RC2","1.4.6RC3","1.4.6RC4","1.4.6RC5","1.4.6RC6","1.4.6","1.6.0RC1","1.6.0","1.7.0RC1","1.7.0","1.8.0RC1","1.8.0","1.8.3","1.8.5","1.9.0RC1","1.9.0RC3","1.9.0","1.10.0RC2","1.10.0","1.10.1RC1","1.10.1","1.11.0RC1","1.11.0RC2","1.11.0","1.11.1RC1","1.11.1","1.12.0RC1","1.12.0","1.13.0RC3","1.13.0","1.14.0RC2","1.14.0","1.14.1","1.15.0RC1","1.15.0","1.16.0","1.17.0RC1","1.17.0RC2","1.17.0RC3","1.17.0","1.18.0RC1","1.18.0","1.19.0RC1","1.19.0","1.20.0RC1","1.20.0RC3","1.20.0","1.21.0RC1","1.21.2","1.21.3RC1","1.21.3","1.22.0RC1","1.22.0","1.22.1","1.23.0RC1","1.23.0","1.23.1","1.24.0RC1","1.24.0","1.25.0RC1","1.25.0","1.26.0RC1","1.26.0RC2","1.26.0","1.27.0RC1","1.27.0RC2","1.27.0","1.28.0RC1","1.28.0RC2","1.28.0","1.29.0","1.29.1","1.30.0RC1","1.30.0","1.31.0RC1","1.31.0","1.31.1","1.32.0RC1","1.32.0","1.33.0RC1","1.33.1","1.34.0RC1","1.34.0RC2","1.34.0","1.35.0RC1","1.35.0","1.36.0RC1","1.36.0","1.37.0RC1","1.37.0RC2","1.37.0","1.37.1","1.38.0RC1","1.38.0","1.39.0RC1","1.39.0","1.40.0RC1","1.40.0","1.41.0RC2","1.41.0","1.42.0RC1","1.42.0","1.43.0RC1","1.43.0","1.44.0RC2","1.44.0","1.45.0","1.46.0RC1","1.46.0RC2","1.46.0","1.46.1","1.46.3","1.47.0","1.47.4","1.48.0RC1","1.48.0","1.48.1","1.48.4","1.49.0RC3","1.49.0","1.49.3","1.50.0RC1","1.50.0","1.50.2","1.51.1","1.51.3","1.52.0RC1","1.52.1","1.53.0RC1","1.53.0RC2","1.53.0","1.54.0RC1","1.54.0","1.55.0RC1","1.55.0","1.56.0RC1","1.56.0","1.57.0","1.58.0RC1","1.58.0","1.59.0RC1","1.59.1","1.60.0RC1","1.60.0"]}]},{"name":"gupnp","license":"PHP","summary":"GUPnP wrapper extension","description":"GUPnP is an object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. This extension wraps GUPnP and provides similar API.","phpv":[{"v":["0.1.0","0.2.0","1.0.0"],"min":"5.2.2","max":"6.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","1.0.0"],"opts":[{"n":"with-gupnp","p":"Please provide the installation prefix of gupnp library","d":"autodetect"}]}]},{"name":"handlebars","license":"BSD-2-Clause","summary":"Handlebars templating language","description":"This extension embeds a Handlebars interpreter into PHP, allowing the execution of Handlebars templates.","phpv":[{"v":["0.8.2RC1"],"min":"5.6.0","max":"7.1.99"},{"v":["0.8.2RC2","0.8.2"],"min":"5.6.0","max":"7.2.99"},{"v":["0.8.3"],"min":"5.6.0","max":"7.3.99"},{"v":["0.9.0","0.9.1","0.9.2","1.0.0"],"min":"7.2.0"}],"confopts":[{"v":["0.8.2RC1","0.8.2RC2","0.8.2","0.8.3","0.9.0","0.9.1","0.9.2","1.0.0"]}]},{"name":"haru","license":"PHP","summary":"Haru PDF functions","description":"These functions allow you to create PDF documents using the Haru Free PDF Library.","phpv":[{"v":["0.0.1","1.0.0","1.0.3","1.0.4"],"min":"5.1.3","max":"6.0.0"}],"confopts":[{"v":["0.0.1","1.0.0","1.0.3","1.0.4"],"opts":[{"n":"with-haru","p":"Please provide the prefix of libharu installation","d":"autodetect"}]}]},{"name":"hash","license":"PHP","summary":"HASH Message Digest Framework","description":"Native implementations of common message digest algorithms using a generic factory method","phpv":[{"v":["1.1"]},{"v":["1.2","1.3","1.4","1.5"],"min":"4.0.0"}],"confopts":[{"v":["1.1","1.2","1.3","1.4","1.5"]}]},{"name":"hdr_histogram","license":"New BSD","summary":"A PHP extension wrapper for the C hdrhistogram API","description":"HdrHistogram: A High Dynamic Range Histogram. A Histogram that supports recording and analyzing sampled data value counts across a configurable integer value range with configurable value precision within the range. Value precision is expressed as the number of significant digits in the value recording, and provides control over value quantization behavior across the value range and the subsequent value resolution at any given level.","phpv":[{"v":["0.1.0","0.2.0","0.3.0"],"min":"5.4.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0"]}]},{"name":"hidef","license":"PHP License","summary":"Constants for real","description":"Allow definition of user defined constants in simple ini files,\nwhich are then processed like internal constants, without any\nof the usual performance penalties.","phpv":[{"v":["0.1.0"],"min":"5.1.0"},{"v":["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.1.10","0.1.11","0.1.12","0.1.13"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.1.10","0.1.11","0.1.12","0.1.13"]}]},{"name":"hprose","license":"MIT","summary":"Hprose for PHP.","description":"Hprose extension for PHP.\nHprose is a High Performance Remote Object Service Engine.\n\nIt is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.\n\nHprose supports many programming languages, for example:\n\nAAuto Quicker\nActionScript\nASP\nC++\nDart\nDelphi/Free Pascal\ndotNET(C#, Visual Basic...)\nGolang\nJava\nJavaScript\nNode.js\nObjective-C\nPerl\nPHP\nPython\nRuby\n...\nThrough Hprose, You can conveniently and efficiently intercommunicate between those programming languages.\n\nThis project is the implementation of Hprose for PHP.","phpv":[{"v":["1.0.0","1.1.0","1.2.0","1.3.0"],"min":"5.3"},{"v":["1.3.1","1.3.2","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8","1.7.0","1.8.0"],"min":"5.2"}],"confopts":[{"v":["1.0.0","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5"],"opts":[{"n":"enable-hprose","p":"whether to enable hprose support","d":"yes"}]},{"v":["1.6.6","1.6.7","1.6.8","1.7.0","1.8.0"]}]},{"name":"hrtime","license":"BSD","summary":"High resolution timing","description":"The extension implements a high resolution StopWatch class. It uses the the best possible APIs on different platforms. It also makes possible to implement a custom stopwatch using low level ticks delivered by the underlaying APIs.","phpv":[{"v":["0.4.3","0.5.0","0.5.1","0.6.0"],"min":"5.3"}],"confopts":[{"v":["0.4.3","0.5.0","0.5.1","0.6.0"]}]},{"name":"html_parse","license":"PHP","summary":"HTML parser extenion","description":"HTML parser extension based on the ekhtml library\n(http://ekhtml.sourceforge.net/)","phpv":[{"v":["0.1"]},{"v":["0.9.0","1.0.0"],"min":"4.0.0"}],"confopts":[{"v":["0.1"]},{"v":["0.9.0","1.0.0"],"opts":[{"n":"with-ekhtml","p":"ekhtml installation directory?","d":"autodetect"}]}]},{"name":"htscanner","license":"PHP License","summary":"htaccess support for PHP","description":"Allow one to use htaccess-like file to configure PHP\nper directory, just like apache's htaccess. It is especially useful with fastcgi (ISS5/6/7, lighttpd, etc.).\nThis package was originally developed by Bart Vanbrabant. Old versions are available\nfrom: http://files.zoeloelip.be/htscanner","phpv":[{"v":["0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.7.0","0.8.0","0.8.1","0.9.0","1.0.0","1.0.1"],"min":"5.1.0"}],"confopts":[{"v":["0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.7.0","0.8.0","0.8.1","0.9.0","1.0.0","1.0.1"]}]},{"name":"http_message","license":"MIT License","summary":"PSR-7 HTTP Message implementation","description":"PSR-7 compatible HTTP Message implementation as PHP extension","phpv":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2"],"min":"7.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.2.0","0.2.1","0.2.2"]}]},{"name":"huffman","license":"PHP","summary":"Huffman compression is a lossless compression algorithm that is ideal for compressing textual data.","description":"Huffman compression belongs into a family of algorithms with a variable codeword length. That means that individual symbols (characters in a text file for instance) are replaced by bit sequences that have a distinct length. So symbols that occur a lot in a file are given a short sequence while other that are used seldom get a longer bit sequence.","phpv":[{"v":["0.1.0","0.2.0"]}],"confopts":[{"v":["0.1.0","0.2.0"]}]},{"name":"hwapi","license":"PHP License 3.01","summary":"Include official Hyperwave API support","description":"Include official Hyperwave API support"},{"name":"ibm_db2","license":"Apache License 2.0","summary":"Extension for IBM DB2 Universal Database, IBM Cloudscape, and\nApache Derby","description":"This extension supports IBM DB2 Universal Database, IBM\nCloudscape, and Apache Derby databases.","phpv":[{"v":["1.0","1.0.1","1.0.2","1.1.0","1.1.1"]},{"v":["1.1.2"],"min":"4.0.0"},{"v":["1.1.3","1.1.4","1.1.5","1.1.6","1.2.0","1.2.1","1.2.2","1.2.3","1.4.9","1.4.10","1.5.0","1.5.1","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.7.0","1.7.1","1.8.0","1.8.1","1.8.2"]},{"v":["1.8.3","1.8.4","1.9.0","1.9.1","1.9.2","1.9.3","1.9.4","1.9.5","1.9.6","1.9.7","1.9.8","1.9.9","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8"],"min":"4.0.0"},{"v":["2.1.0","2.1.1","2.1.2","2.1.3"],"min":"7.0.0"},{"v":["2.1.5","2.1.6","2.1.7","2.2.0"],"min":"7.3.0"}],"confopts":[{"v":["1.0","1.0.1","1.0.2","1.1.0","1.1.1"]},{"v":["1.1.2"],"opts":[{"n":"with-IBM_DB2","p":"DB2 Installation Directory?"}]},{"v":["1.1.3","1.1.4","1.1.5","1.1.6","1.2.0","1.2.1","1.2.2","1.2.3","1.4.9","1.4.10","1.5.0","1.5.1","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.7.0","1.7.1","1.8.0","1.8.1","1.8.2"]},{"v":["1.8.3","1.8.4","1.9.0","1.9.1","1.9.2","1.9.3","1.9.4","1.9.5","1.9.6","1.9.7","1.9.8","1.9.9","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.1.0","2.1.1","2.1.2","2.1.3","2.1.5","2.1.6","2.1.7","2.2.0"],"opts":[{"n":"with-IBM_DB2","p":"DB2 Installation Directory?"}]}]},{"name":"ice","license":"BSD-3-Clause","summary":"Simple and fast PHP framework","description":"Ice is a PHP framework frozen in C extension.","phpv":[{"v":["1.6.0","1.6.1","1.6.2","1.7.0"],"min":"7.1.0","max":"8.0.0"},{"v":["1.8.0alpha2","1.8.0alpha3","1.8.0","1.9.0","1.10.0","1.10.1"],"min":"7.4.0"}],"confopts":[{"v":["1.6.0","1.6.1","1.6.2","1.7.0","1.8.0alpha2","1.8.0alpha3","1.8.0","1.9.0","1.10.0","1.10.1"]}]},{"name":"id3","license":"PHP License","summary":"Functions to read and write ID3 tags in MP3 files.","description":"id3 enables to to retrieve and update information from ID3 tags in\nMP3 files. It supports version 1.0, 1.1 and 2.2+ (only reading text- and url-frames at the moment).","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"idn","license":"PHP","summary":"GNU Libidn","description":"Binding to the GNU libidn for using Internationalized Domain Names.","phpv":[{"v":["0.1"]},{"v":["0.2.0"],"min":"4"}],"confopts":[{"v":["0.1"]},{"v":["0.2.0"],"opts":[{"n":"with-idn","p":"GNU libidn installation dir?","d":"autodetect"}]}]},{"name":"igbinary","license":"BSD-3-Clause","summary":"igbinary extension","description":"Igbinary is a drop in replacement for the standard php serializer. Instead of\ntime and space consuming textual representation, igbinary stores php data\nstructures in a compact binary form. Savings are significant when using\nmemcached or similar memory based storages for serialized data.","phpv":[{"v":["1.1.1"],"min":"5.2.0"},{"v":["1.2.0"],"min":"5.4.0"},{"v":["1.2.1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5RC1","2.0.5","2.0.6RC1","2.0.6","2.0.7","2.0.8"],"min":"5.2.0"},{"v":["3.0.0a1","3.0.0a2","3.0.0","3.0.1","3.1.0b1","3.1.0b2","3.1.0b3","3.1.0b4","3.1.0","3.1.1a1","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6RC1","3.1.6","3.2.0","3.2.1","3.2.2RC1","3.2.2","3.2.3","3.2.4","3.2.5","3.2.6","3.2.7","3.2.8","3.2.9","3.2.10","3.2.11","3.2.12","3.2.13","3.2.14"],"min":"7.0.0"}],"confopts":[{"v":["1.1.1","1.2.0","1.2.1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5RC1","2.0.5","2.0.6RC1","2.0.6","2.0.7","2.0.8","3.0.0a1","3.0.0a2","3.0.0","3.0.1","3.1.0b1","3.1.0b2","3.1.0b3","3.1.0b4","3.1.0","3.1.1a1","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6RC1","3.1.6","3.2.0","3.2.1","3.2.2RC1","3.2.2","3.2.3","3.2.4","3.2.5","3.2.6","3.2.7","3.2.8","3.2.9","3.2.10","3.2.11","3.2.12","3.2.13","3.2.14"]}]},{"name":"imagick","license":"PHP License","summary":"Provides a wrapper to the ImageMagick library.","description":"Imagick is a native php extension to create and modify images using the ImageMagick API.\nThis extension requires ImageMagick version 6.5.3-10+ and PHP 5.4.0+.","phpv":[{"v":["0.1.1","0.1.2","0.9","0.9.0.1","0.9.1","0.9.2","0.9.3","0.9.4","0.9.5","0.9.6","0.9.7","0.9.8","0.9.9","0.9.10","0.9.11","0.9.13"]},{"v":["2.0.0a1","2.0.0a2","2.0.0a3","2.0.0b1","2.0.0b2","2.0.0b3","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0","2.0.1RC1","2.0.1","2.1.0RC1","2.1.0RC2","2.1.0RC3","2.1.0","2.1.1RC1","2.1.1","2.2.0b1","2.2.0b2","2.2.0RC1","2.2.0","2.2.1RC1","2.2.1RC2","2.2.1","2.2.2RC1","2.2.2RC2","2.2.2RC3","2.2.2RC4","2.2.2","2.3.0b1","2.3.0RC1","2.3.0RC2","2.3.0RC3","2.3.0","3.0.0b1","3.0.0b2","3.0.0RC1","3.0.0RC2","3.0.0","3.0.1RC1","3.0.1RC2","3.0.1","3.1.0b1","3.1.0RC1","3.1.0RC2","3.1.0RC3","3.1.0","3.1.1","3.1.2","3.2.0b1","3.2.0b2","3.2.0RC1","3.3.0RC1"],"min":"5.1.3"},{"v":["3.3.0RC2","3.3.0"],"min":"5.1.3","max":"7.0.0"},{"v":["3.4.0RC1","3.4.0RC2","3.4.0RC3","3.4.0RC4","3.4.0RC5","3.4.0RC6","3.4.0","3.4.1","3.4.2","3.4.3RC1","3.4.3RC2","3.4.3RC3","3.4.3RC4","3.4.3","3.4.4RC2","3.4.4","3.5.0RC1","3.5.0RC2","3.5.0","3.5.1RC1","3.5.1","3.6.0RC1","3.6.0RC2","3.6.0","3.7.0RC1","3.7.0"],"min":"5.4.0"}],"confopts":[{"v":["0.1.1","0.1.2","0.9","0.9.0.1","0.9.1","0.9.2","0.9.3","0.9.4","0.9.5","0.9.6","0.9.7","0.9.8","0.9.9","0.9.10","0.9.11","0.9.13"]},{"v":["2.0.0a1","2.0.0a2","2.0.0a3","2.0.0b1","2.0.0b2","2.0.0b3","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0","2.0.1RC1","2.0.1","2.1.0RC1","2.1.0RC2","2.1.0RC3","2.1.0","2.1.1RC1","2.1.1","2.2.0b1","2.2.0b2","2.2.0RC1","2.2.0","2.2.1RC1","2.2.1RC2","2.2.1","2.2.2RC1","2.2.2RC2","2.2.2RC3","2.2.2RC4","2.2.2","2.3.0b1","2.3.0RC1","2.3.0RC2","2.3.0RC3","2.3.0","3.0.0b1","3.0.0b2","3.0.0RC1","3.0.0RC2","3.0.0","3.0.1RC1","3.0.1RC2","3.0.1","3.1.0b1","3.1.0RC1","3.1.0RC2","3.1.0RC3","3.1.0","3.1.1","3.1.2","3.2.0b1","3.2.0b2","3.2.0RC1","3.3.0RC1","3.3.0RC2","3.3.0","3.4.0RC1","3.4.0RC2","3.4.0RC3","3.4.0RC4","3.4.0RC5","3.4.0RC6","3.4.0","3.4.1","3.4.2","3.4.3RC1","3.4.3RC2","3.4.3RC3","3.4.3RC4","3.4.3"],"opts":[{"n":"with-imagick","p":"Please provide the prefix of Imagemagick installation","d":"autodetect"}]},{"v":["3.4.4RC2","3.4.4","3.5.0RC1","3.5.0RC2","3.5.0","3.5.1RC1","3.5.1","3.6.0RC1","3.6.0RC2","3.6.0","3.7.0RC1","3.7.0"],"opts":[{"n":"with-imagick","p":"Please provide the prefix of ImageMagick installation","d":"autodetect"}]}]},{"name":"imlib2","license":"PHP License 4.0","summary":"Provides an image manipulation interface using libimlib2","description":"imlib2 is a very fast image manipulation library, but without the support for as many image formats as other libraries such as imagemagick.\nYou will need the imlib2 library from http://sourceforge.net/projects/enlightenment/ in order to compile this extension.\nThis extension is experimental. It's been tested on a number of Linux installs, but nothing else. Please report any bugs.","phpv":[{"v":["0.1.00"]}],"confopts":[{"v":["0.1.00"]}]},{"name":"immutable_cache","license":"PHP License","summary":"immutable_cache - an shared memory cache of immutable values","description":"immutable_cache - an shared memory cache of immutable values. Based on APCu.","phpv":[{"v":["6.1.0"],"min":"7.2.0"}],"confopts":[{"v":["6.1.0"],"opts":[{"n":"enable-immutable-cache-debug","p":"Enable internal debugging in immutable_cache","d":"no"}]}]},{"name":"IMS","license":"PHP 3.01","summary":"Communication with IBM Z/OS through IMS Connect","description":"Implements IMS Connect protocol to execute transactions on Mainframe platforms :\n\n- Most connection parameters available (host, user, clientid, lterm, datastore, RACF security, ...)\n- Input/Output messages processed as associative arrays in PHP scripts\n- Data fields processed accordingly to Close Copy description (from separate XML files).\n- Automatic character conversion ASCII/EBCDIC\n- Data communication tracing (through HTML display)\n\nTechnical considerations :\n\n- Compatibility with both PHP 4 and PHP 5\n- Requires a Z/OS server with IMS Connect for testing\n- Supported IMS Connect Exits :\no HWSJAVA0 Java module (default)\no HWSIMSO0 Simple module\n- No documentation published yet","phpv":[{"v":["0.1.0","0.1.1"]}],"confopts":[{"v":["0.1.0","0.1.1"]}]},{"name":"inclued","license":"PHP License","summary":"Clued-in about your inclueds","description":"Allows you trace through and dump the hierarchy of file inclusions and class inheritance at runtime","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"],"min":"5.1.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"]}]},{"name":"informix","license":"PHP License 3.01","summary":"Informix driver","description":"Informix driver"},{"name":"ingres","license":"PHP","summary":"Extension for the Ingres/Vectorwise Database Systems.","description":"This extension supports the Ingres/Vectorwise Database Systems.","phpv":[{"v":["1.0"]},{"v":["1.4.3","2.0.0","2.0.1","2.0.2","2.1.0","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4"],"min":"4.3.0"}],"confopts":[{"v":["1.0"]},{"v":["1.4.3","2.0.0","2.0.1","2.0.2","2.1.0","2.2.0","2.2.1"],"opts":[{"n":"with-ingres","p":"Ingres II_SYSTEM dir?"}]},{"v":["2.2.2","2.2.3","2.2.4"],"opts":[{"n":"with-ingres","p":"Ingres II_SYSTEM dir?","d":"/opt/Ingres/IngresII"}]}]},{"name":"inotify","license":"PHP License","summary":"Inotify","description":"Inotify bindings for PHP","phpv":[{"v":["0.1.2","0.1.3","0.1.4","0.1.5","0.1.6"],"min":"5.2.0"},{"v":["2.0.0","3.0.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","2.0.0","3.0.0"]}]},{"name":"interbase","license":"PHP License","summary":"InterBase/FireBird extension","description":"This is a PECL package of the interbase extension, which was previously apart of the PHP distribution.\n\nThis extension enables connectivity to an InterBase or FireBird based database system."},{"name":"intercept","license":"PHP","summary":"Intercept function/method calls","description":"Allows the user to have a user-space function called\nwhen the specified function or method is called.","phpv":[{"v":["0.1"]},{"v":["0.2.0"],"min":"4.3.10","max":"6.0.0"},{"v":["0.3.0"]},{"v":["0.4.0"],"min":"4.3.10","max":"6.0.0"}],"confopts":[{"v":["0.1","0.2.0","0.3.0","0.4.0"]}]},{"name":"intl","license":"PHP License","summary":"Internationalization extension","description":"pecl/intl is not mainained anymore. Use the version bundled with PHP.\n\nThe Internationalization extension exposes functionality of the ICU library to PHP.

This extension has been bundled with PHP since version 5.3. This PECL version backports improvements made in the development version of PHP to PHP 5.2-5.4.
Version 3.0 is in sync with PHP 5.5.","phpv":[{"v":["1.0.0beta"],"min":"5.2.0"},{"v":["1.0.0RC1","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","2.0.0b1","2.0.0","2.0.1","3.0.0a1","3.0.0a2","3.0.0b1","3.0.0"],"min":"5.2.4"}],"confopts":[{"v":["1.0.0beta","1.0.0RC1","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","2.0.0b1","2.0.0","2.0.1","3.0.0a1","3.0.0a2","3.0.0b1","3.0.0"],"opts":[{"n":"with-icu-dir","p":"Specify where ICU libraries and headers can be found","d":"DEFAULT"}]}]},{"name":"ion","license":"2-Clause-BSD","summary":"PHP extension for Amazon ION serialization format","description":"Amazon Ion is a richly-typed, self-describing, hierarchical data serialization format offering interchangeable binary and text representations.\n\nThe text format (a superset of JSON) is easy to read and author, supporting rapid prototyping. The binary representation is efficient to store, transmit, and skip-scan parse.","phpv":[{"v":["0.1.0","0.2.0","0.2.1"],"min":"8.1.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1"],"opts":[{"n":"with-ion","p":"where to find libion","d":"bundled"}]}]},{"name":"ip2location","license":"PHP License","summary":"Get geo location information of an IP address","description":"This PECL extension enables you to get the geo location information of an IP address, such as country, region or state, city, latitude and longitude, US ZIP code, time zone, Internet Service Provider (ISP) or company name, domain name, net speed, area code, weather station code, weather station name, mobile country code (MCC), mobile network code (MNC) and carrier brand, elevation, and usage type.","phpv":[{"v":["6.0.0","6.0.1","6.0.2","6.0.3","6.0.4","8.0.0","8.0.1","8.1.0","8.1.1","8.1.2"],"min":"5"},{"v":["8.2.0"],"min":"5.4.0"}],"confopts":[{"v":["6.0.0","6.0.1","6.0.2","6.0.3","6.0.4","8.0.0","8.0.1","8.1.0","8.1.1","8.1.2","8.2.0"]}]},{"name":"ip2proxy","license":"PHP License","summary":"Get proxy information of an IP address","description":"This PECL extension allows you to detect proxy servers with country, region, city, ISP, domain, usage type, ASN, security threat and proxy type information using IP2Proxy binary database.","phpv":[{"v":["3.0.0","3.0.1","3.0.2","3.0.3"],"min":"5"}],"confopts":[{"v":["3.0.0","3.0.1","3.0.2","3.0.3"]}]},{"name":"ircclient","license":"BSD-2-Clause","summary":"IRC Client","description":"Binding for the ircclient library.","phpv":[{"v":["0.3.0"],"min":"5.3"}],"confopts":[{"v":["0.3.0"],"opts":[{"n":"with-ircclient","p":"whether to enable libircclient suport; set libircclient directory","d":"yes"}]}]},{"name":"isis","license":"BSD","summary":"PHP extension for reading CDS/ISIS databases.","description":"This extension adds functionality to PHP in order to read CDS/ISIS databases through the OpenIsis library.","phpv":[{"v":["1.0.3p3"]}],"confopts":[{"v":["1.0.3p3"]}]},{"name":"jsmin","license":"PHP License","summary":"PHP extension for minifying JavaScript","description":"This extension provides an API for minifying JavaScript.","phpv":[{"v":["0.1.0"],"min":"5.3.0"},{"v":["0.1.1","1.0.0","1.1.0"],"min":"5.3.10"},{"v":["2.0.0"],"min":"5.5.0"},{"v":["2.0.1"],"min":"5.4.0"},{"v":["3.0.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","1.0.0","1.1.0","2.0.0","2.0.1","3.0.0"]}]},{"name":"json","license":"PHP 3.01","summary":"JavaScript Object Notation.\n\nNote: This extension is now part of PHP Core, so use it instead. As of PHP 5.2.0.","description":"Support for JSON (JavaScript Object Notation) serialization.","phpv":[{"v":["1.2.0","1.2.1"]}],"confopts":[{"v":["1.2.0","1.2.1"]}]},{"name":"jsonc","license":"PHP 3.01","summary":"JavaScript Object Notation","description":"Support for JSON (JavaScript Object Notation) serialization.\nThis is a drop-in alternative to PHP standard json extension.","phpv":[{"v":["1.3.0"],"min":"5.3.0"},{"v":["1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"min":"5.4.0"},{"v":["1.3.7","1.3.8RC1","1.3.8","1.3.9","1.3.10"],"min":"5.4.0","max":"6.0.0"}],"confopts":[{"v":["1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","1.3.8RC1","1.3.8","1.3.9","1.3.10"]}]},{"name":"jsond","license":"PHP 3.01","summary":"JavaScript Object Notation","description":"This is a drop-in alternative to the standard PHP JSON extension.","phpv":[{"v":["1.3.0"],"min":"5.2.6"},{"v":["1.4.0RC1","1.4.0"],"min":"5.3.3"}],"confopts":[{"v":["1.3.0","1.4.0RC1","1.4.0"]}]},{"name":"jsonnet","license":"Apache2.0","summary":"The Google JsonNet for PHP.","description":"The Google JsonNet for PHP.\n\nJsonnet language, from its most basic features to its powerful object model, punctuated with examples drawn from\nthe world of cocktails. These examples are meant to be fun, and although a little contrived, do not restrict our\nthinking to any one particular application of Jsonnet.\n\nCaveat: Note that Jsonnet unparses JSON in a simple way. In particular, it alphabetically reorders object fields\nin its output. This is natural and compatible with JSON, since if order is meaningful, an array of pairs should\nbe used instead of an object. Also, unparsing JSON using a canonical ordering of field names makes it possible\nto use diff to compare outputs. However, the example output on this page has been manually re-ordered in order\nto allow easier visual comparison to the given input. The whitespace of the output has also been tweaked to make\nit fit more neatly on the page. So, if you run these examples yourself, the output might be different (but\nequivalent).","phpv":[{"v":["1.0.0","1.1.0","1.1.1","1.2.0","1.3.0","1.3.1"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.1.0","1.1.1","1.2.0","1.3.0","1.3.1"]}]},{"name":"jsonpath","license":"PHP","summary":"Extract data using JSONPath notation","description":"This extension allows you to use the versatile JSONPath query language to extract the properties that you want from a decoded JSON document.","phpv":[{"v":["0.9.3","0.9.4","0.9.5","0.9.6","1.0.0"],"min":"7.4.0"}],"confopts":[{"v":["0.9.3","0.9.4","0.9.5","0.9.6","1.0.0"]}]},{"name":"json_post","license":"BSD-2-Clause","summary":"JSON POST handler","description":"This extension provides a PHP content type handler for \"application/json\" and\n\"text/json\" to PHP's form data parser. If the `Content-Type` of an incoming\nrequest is `text/json`, the JSON contents of the request body will by parsed\ninto `$_POST`.\n\nThis extension does not provide any constants, functions or classes.","phpv":[{"v":["1.0.0RC1","1.0.0RC2","1.0.0","1.0.1","1.0.2","1.1.0"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0RC1","1.0.0RC2","1.0.0","1.0.1","1.0.2","1.1.0"]}]},{"name":"Judy","license":"PHP","summary":"PHP Judy implements sparse dynamic arrays (aka Judy Arrays)","description":"PHP Judy implements sparse dynamic arrays (aka Judy Arrays). This extension is based\non the Judy C library. A Judy array consumes memory only when it is populated,\nyet can grow to take advantage of all available memory if desired. Judy's key benefits\nare scalability, high performance, and memory efficiency.","phpv":[{"v":["0.0.1","0.1.1","0.1.2"],"min":"5.3.3"},{"v":["0.1.3","0.1.4","0.1.5","0.1.6","1.0.0"],"min":"5.2.0"},{"v":["1.0.1","1.0.2"],"min":"5.3.0"}],"confopts":[{"v":["0.0.1","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","1.0.0","1.0.1","1.0.2"],"opts":[{"n":"with-judy","p":"Please provide the prefix of libJudy installation","d":"autodetect"}]}]},{"name":"kadm5","license":"LGPL","summary":"Remote access to Kerberos Administration Servers","description":"This package allows you to access Kerberos V administration servers.\nYou can create, modify, and delete Kerberos V principals and policies.","phpv":[{"v":["0.2.3"]}],"confopts":[{"v":["0.2.3"]}]},{"name":"krb5","license":"MIT License","summary":"Features:","description":"+ An interface for maintaining credential caches (KRB5CCache),\nthat can be used for authenticating against a kerberos5 realm\n+ Bindings for nearly the complete GSSAPI (RFC2744)\n+ The administrative interface (KADM5)\n+ Support for HTTP Negotiate authentication via GSSAPI\n\nDocumentation:\n+ see docs/ for the API documentation\n+ there are several pieces of example code in the examples/ directory\n+ see below for install instructions","phpv":[{"v":["1.0.0","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5"]}]},{"name":"KTaglib","license":"Modified BSD License","summary":"Library to edit audio properties and tags on MPEG and OGG files","description":"KTaglib is a PHP binding for the KDE taglib, which reads and writes tags for various audio files","phpv":[{"v":["0.0.1a1","0.2.0"],"min":"5.2.0"}],"confopts":[{"v":["0.0.1a1","0.2.0"]}]},{"name":"lapack","license":"PHP","summary":"Wrapper for the LAPACK linear algebra library.","description":"LAPACK (http://www.netlib.org/lapack) is written in Fortran 90 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. This PHP extension makes use of the LAPACKE C bindings to LAPACK, and provides access to some of the 'driver' methods, allowing straightforward solving of linear algebra problems from PHP.","phpv":[{"v":["0.1.0"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0"]}]},{"name":"lchash","license":"PHP","summary":"LibC Hash Interface","description":"The LCHASH extension provides interface to libc implementation\nof hash tables described by POSIX 1003.1-2001.","phpv":[{"v":["0.9","0.9.1"]}],"confopts":[{"v":["0.9","0.9.1"]}]},{"name":"leveldb","license":"PHP","summary":"LevelDB PHP bindings","description":"This extension is a PHP binding for Google LevelDB","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5"],"min":"5.2.0"},{"v":["0.2.1","0.3.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.1","0.3.0"]}]},{"name":"libevent","license":"PHP","summary":"Libevent - event notification","description":"This extension is a wrapper for libevent - event notification library.","phpv":[{"v":["0.0.2","0.0.4"],"min":"5.1.3","max":"6.0.0"},{"v":["0.0.5","0.1.0"],"min":"5.3.0","max":"6.0.0"}],"confopts":[{"v":["0.0.2","0.0.4","0.0.5","0.1.0"],"opts":[{"n":"with-libevent","p":"Please provide the prefix of libevent installation","d":"autodetect"}]}]},{"name":"libsodium","license":"BSD 2-Clause License","summary":"Wrapper for the Sodium cryptographic library","description":"A simple, low-level PHP extension for libsodium.","phpv":[{"v":["0.1.1","0.1.2"],"min":"5.2.0"},{"v":["0.1.3"],"min":"5.2.0","max":"5.99.99"},{"v":["0.2.0","0.2.1","1.0.0","1.0.1","1.0.2"],"min":"5.2.0","max":"7.99.99"},{"v":["1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"],"min":"5.4.0","max":"7.99.99"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11","2.0.12","2.0.13","2.0.14","2.0.15","2.0.16","2.0.17","2.0.18","2.0.19","2.0.20","2.0.21","2.0.22"],"min":"7.0.0","max":"7.99.99"},{"v":["2.0.23"],"min":"7.0.0","max":"8.0.99"}],"confopts":[{"v":["0.1.1","0.1.2","0.1.3","0.2.0","0.2.1","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11","2.0.12","2.0.13","2.0.14","2.0.15","2.0.16","2.0.17","2.0.18","2.0.19","2.0.20","2.0.21","2.0.22","2.0.23"]}]},{"name":"libvirt","license":"PHP","summary":"PHP bindings for libvirt","description":"libvirt-php is a php module that provides PHP bindings for libvirt virtualization toolkit and therefore you can access libvirt directly from your PHP scripts with no need to have virt-manager or libvirt-based CLI/GUI tools installed."},{"name":"llvm","license":"PHP License","summary":"Zend bytecode to LLVM assembly compiler","description":"Compiles Zend bytecode to LLVM assembly and then into optimized machine code."},{"name":"lua","license":"PHP","summary":"Embedded lua interpreter","description":"\"Lua is a powerful, fast, light-weight, embeddable scripting language.\"\nThis extension embeds the lua interpreter and offers an OO-API to lua variables and functions.","phpv":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4","1.0.0"],"min":"5.1.0","max":"5.4.0"},{"v":["1.1.0"],"min":"5.1.0"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"],"min":"7.0.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4","1.0.0","1.1.0","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"]}]},{"name":"LuaSandbox","license":"MIT","summary":"Lua interpreter with limits and safe environment","description":"LuaSandbox is an extension for running untrusted Lua code within a PHP web request. Code is run in a stripped-down, safe environment. Time and memory limits can be set.","phpv":[{"v":["3.0.2","3.0.3"],"min":"5.2.0"},{"v":["4.0.0","4.0.1","4.0.2","4.1.0","4.1.1"],"min":"7.2.0"}],"confopts":[{"v":["3.0.2","3.0.3","4.0.0","4.0.1","4.0.2","4.1.0","4.1.1"]}]},{"name":"lzf","license":"PHP License","summary":"LZF compression.","description":"This package handles LZF de/compression.","phpv":[{"v":["0.1","1.0","1.1","1.2","1.3","1.4"]},{"v":["1.5.0","1.5.1","1.5.2","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8"],"min":"4.0.0"},{"v":["1.7.0"],"min":"7.2.0"}],"confopts":[{"v":["0.1","1.0","1.1","1.2","1.3","1.4"]},{"v":["1.5.0","1.5.1","1.5.2","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8","1.7.0"],"opts":[{"n":"enable-lzf-better-compression","p":"Sacrifice speed in favour of compression ratio?","d":"no"}]}]},{"name":"mailparse","license":"PHP","summary":"Email message manipulation","description":"Mailparse is an extension for parsing and working with email messages.\nIt can deal with rfc822 and rfc2045 (MIME) compliant messages.","phpv":[{"v":["0.9","0.9.1","0.9.2","0.9.3","0.9.4","2.0b","2.1"]},{"v":["2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6"],"min":"4.3.0","max":"6.0.0"},{"v":["3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.1.0","3.1.1","3.1.2","3.1.3"],"min":"7.0.0"},{"v":["3.1.4","3.1.5","3.1.6"],"min":"7.3.0"}],"confopts":[{"v":["0.9","0.9.1","0.9.2","0.9.3","0.9.4","2.0b","2.1","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6"]}]},{"name":"markdown","license":"New BSD License","summary":"Processes the Markdown language with the bundled discount library.","description":"Markdown is a lightweight markup language created by John Gruber. It is also\nthe name of the original tool written in Perl that converts such markup into\nHTML.\n\nThis library is a wrapper for a modified version of the discount Markdown\nprocessor, created by David Parsons. It supports several extensions of the\noriginal Markdown language, including smartypants-style substitutions, pandoc-\nstyle document headers, and parts of Markdown Extra.\n\nThe modifications to discount include discarding several parts important only\nto stand-alone applications that accompany the library code, better consistency\nin library interface functions, thread-safety without eager initialization of\nglobals, usage of the Zend memory manager and support for Microsoft Windows.\n\nDiscount is available at <http://www.pell.portland.or.us/~orc/Code/discount/>.\n\nThe page of the original Markdown is available at\n<http://daringfireball.net/projects/markdown/>.\n\nWindows binaries (VC 9, x86, 1.0.0), with PDB files:\nThis extension is also compatible with PHP 5.2, but no Windows binaries will be provided here.","phpv":[{"v":["0.1.0","0.2.0","1.0.0"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.2.0","1.0.0"]}]},{"name":"maxdb","license":"PHP License","summary":"An extension to access MaxDB databases","description":"MaxDB PHP is an extension which provides access to the MySQL MaxDB databases. It is compatible\nwith MySQL's mysqli extension.","phpv":[{"v":["1.0","7.5.00.24","7.5.00.26","7.6.00.12","7.6.00.16","7.6.00.27","7.6.00.32","7.6.00.34","7.6.00.37","7.6.00.38"]}],"confopts":[{"v":["1.0","7.5.00.24","7.5.00.26","7.6.00.12","7.6.00.16","7.6.00.27","7.6.00.32","7.6.00.34","7.6.00.37","7.6.00.38"]}]},{"name":"maxminddb","license":"Apache License 2.0","summary":"Reader for the MaxMind DB file format","description":"This is the PHP extension for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).","phpv":[{"v":["1.8.0","1.9.0","1.10.0","1.10.1","1.11.0","1.11.1"],"min":"7.2.0"}],"confopts":[{"v":["1.8.0","1.9.0","1.10.0","1.10.1","1.11.0","1.11.1"]}]},{"name":"mcrypt","license":"PHP License","summary":"Bindings for the libmcrypt library","description":"Provides bindings for the unmaintained libmcrypt.","phpv":[{"v":["1.0.0"],"min":"7.1.0","max":"7.3.0"},{"v":["1.0.1"],"min":"7.2.0","max":"7.3.0"},{"v":["1.0.2"],"min":"7.2.0","max":"7.4.0"},{"v":["1.0.3"],"min":"7.2.0","max":"8.0.0"},{"v":["1.0.4"],"min":"7.2.0","max":"8.1.0"},{"v":["1.0.5"],"min":"7.2.0","max":"8.2.0"},{"v":["1.0.6"],"min":"7.2.0","max":"8.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6"],"opts":[{"n":"with-mcrypt","p":"libmcrypt prefix?","d":"autodetect"}]}]},{"name":"mcrypt_filter","license":"PHP","summary":"Applies mcrypt symmetric encryption using stream filters","description":"Creates mcrypt.* and mdecrypt.* class of filters for inline symmetric encryption and decryption.","phpv":[{"v":["0.1.0"],"min":"5.0.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0"]}]},{"name":"mcve","license":"PHP","summary":"libmonetra/libmcve interface","description":"Interface the MCVE/Monetra API (libmonetra [formerly libmcve]), allowing you to work directly with MCVE/Monetra from your PHP scripts. Monetra is Main Street Softworks' solution to direct credit\ncard processing for Unix.","phpv":[{"v":["1.0.0","1.0.1","5.2.0","5.2.1","5.2.2","7.0.0","7.0.1","7.0.2","7.0.3"],"min":"4.2.0"}],"confopts":[{"v":["1.0.0","1.0.1","5.2.0","5.2.1","5.2.2","7.0.0","7.0.1","7.0.2","7.0.3"]}]},{"name":"mdbtools","license":"LGPL","summary":"MDB data file access library","description":"mdbtools provides read access to MDB data files\nas used by Microsoft Access and its underlying\nJetEngine.\n\nIt is based on libmdb from the mdbtools package\navailable at http://mdbtools.sourceforge.net/","phpv":[{"v":["0.1"]},{"v":["0.6.0","1.0.0"],"min":"4.0.0"}],"confopts":[{"v":["0.1"]},{"v":["0.6.0","1.0.0"],"opts":[{"n":"with-mdbtools","p":"mdbtools installation directory?","d":"autodetect"}]}]},{"name":"memcache","license":"PHP License","summary":"memcached extension","description":"Memcached is a caching daemon designed especially for\ndynamic web applications to decrease database load by\nstoring objects in memory.\nThis extension allows you to work with memcached through\nhandy OO and procedural interfaces.\nThe extension allows use to store sessions in memcached via memcache.","phpv":[{"v":["0.2","0.4","1.0","1.1","1.2","1.3","1.4","1.5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0"]},{"v":["2.1.1","2.1.2"],"min":"4.0.0"},{"v":["2.2.0","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8"],"min":"4.3.11"},{"v":["4.0.5.1","4.0.5.2"],"min":"7.0.0"},{"v":["8.0","8.2"],"min":"8.0.0"}],"confopts":[{"v":["0.2","0.4","1.0","1.1","1.2","1.3","1.4","1.5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.1.1","2.1.2","2.2.0","2.2.1"]},{"v":["2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7"],"opts":[{"n":"enable-memcache-session","p":"Enable memcache session handler support?","d":"yes"}]},{"v":["3.0.0"]},{"v":["3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8","4.0.5.1","4.0.5.2","8.0","8.2"],"opts":[{"n":"enable-memcache-session","p":"Enable memcache session handler support?","d":"yes"}]}]},{"name":"memcached","license":"PHP","summary":"PHP extension for interfacing with memcached via libmemcached library","description":"This extension uses libmemcached library to provide API for communicating with memcached servers.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.0","1.0.0","1.0.1","1.0.2","2.0.0b1","2.0.0b2","2.0.0","2.0.1","2.1.0","2.2.0b1","2.2.0RC1","2.2.0"],"min":"5.2.0","max":"6.0.0"},{"v":["3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.2.0RC1","3.2.0RC2","3.2.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.0","1.0.0","1.0.1","1.0.2","2.0.0b1","2.0.0b2","2.0.0","2.0.1","2.1.0"]},{"v":["2.2.0b1","2.2.0RC1","2.2.0","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4"],"opts":[{"n":"with-libmemcached-dir","p":"libmemcached directory","d":"no"}]},{"v":["3.1.0"],"opts":[{"n":"with-libmemcached-dir","p":"libmemcached directory","d":"no"},{"n":"with-zlib-dir","p":"zlib directory","d":"no"},{"n":"with-system-fastlz","p":"use system fastlz","d":"no"},{"n":"enable-memcached-igbinary","p":"enable igbinary serializer","d":"no"},{"n":"enable-memcached-msgpack","p":"enable msgpack serializer","d":"no"},{"n":"enable-memcached-json","p":"enable json serializer","d":"no"},{"n":"enable-memcached-protocol","p":"enable server protocol","d":"no"},{"n":"disable-memcached-sasl","p":"disable sasl","d":"no"},{"n":"disable-memcached-session","p":"disable sessions","d":"no"}]},{"v":["3.1.1"],"opts":[{"n":"with-libmemcached-dir","p":"libmemcached directory","d":"no"},{"n":"with-zlib-dir","p":"zlib directory","d":"no"},{"n":"with-system-fastlz","p":"use system fastlz","d":"no"},{"n":"enable-memcached-igbinary","p":"enable igbinary serializer","d":"no"},{"n":"enable-memcached-msgpack","p":"enable msgpack serializer","d":"no"},{"n":"enable-memcached-json","p":"enable json serializer","d":"no"},{"n":"enable-memcached-protocol","p":"enable server protocol","d":"yes"},{"n":"enable-memcached-sasl","p":"enable sasl","d":"yes"},{"n":"enable-memcached-session","p":"enable sessions","d":"yes"}]},{"v":["3.1.2","3.1.3","3.1.4","3.1.5","3.2.0RC1","3.2.0RC2","3.2.0"],"opts":[{"n":"with-libmemcached-dir","p":"libmemcached directory","d":"no"},{"n":"with-zlib-dir","p":"zlib directory","d":"no"},{"n":"with-system-fastlz","p":"use system fastlz","d":"no"},{"n":"enable-memcached-igbinary","p":"enable igbinary serializer","d":"no"},{"n":"enable-memcached-msgpack","p":"enable msgpack serializer","d":"no"},{"n":"enable-memcached-json","p":"enable json serializer","d":"no"},{"n":"enable-memcached-protocol","p":"enable server protocol","d":"no"},{"n":"enable-memcached-sasl","p":"enable sasl","d":"yes"},{"n":"enable-memcached-session","p":"enable sessions","d":"yes"}]}]},{"name":"memoize","license":"http://www.php.net/license/3_01.txt","summary":"Transparently cache PHP functions","description":"Memoize is an extension which transparently caches PHP functions, much like Perl's Memoize module.\n\nIt can use APC or memcached for storage, so values persist between requests.","phpv":[{"v":["0.2.0"],"min":"5.2.0"}],"confopts":[{"v":["0.2.0"],"opts":[{"n":"enable-memoize-memory","p":"Enable memory storage module?","d":"yes"},{"n":"enable-memoize-apc","p":"Enable APC storage module?","d":"no"},{"n":"with-memcached","p":"Please provide the prefix where libmemcached-1.0 is installed","d":"no"}]}]},{"name":"memprof","license":"BSD","summary":"Memory profiler","description":"Memprof is a fast and accurate memory profiler that can be used to find the cause of memory leaks in PHP applications.","phpv":[{"v":["1.0.0"],"min":"5.3.0"},{"v":["2.0.0","2.1.0","2.1.1"],"min":"7.0.0"},{"v":["2.1.2","3.0.0","3.0.1","3.0.2"],"min":"7.1.0"}],"confopts":[{"v":["1.0.0","2.0.0","2.1.0","2.1.1","2.1.2","3.0.0","3.0.1","3.0.2"]}]},{"name":"memsession","license":"PHP License","summary":"In-memory session extension","description":"Store session in process memory for single process multi-threaded php servers","phpv":[{"v":["1.0.0","1.0.1"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.0.1"]}]},{"name":"memtrack","license":"PHP","summary":"PHP extension to watch (unusually high) memory consumption in PHP scripts","description":"memtrack is a PHP extension that tracks memory consumption in PHP scripts\nand produces reports (warnings) when memory usage reaches certain levels\nset by the user.","phpv":[{"v":["0.1.0","0.2.0","0.2.1"],"min":"5.1.3","max":"6.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1"]}]},{"name":"meta","license":"PHP","summary":"Build ASTs and CSTs from PHP source code","description":"A PHP module for generating the AST tree of a PHP source code, useful for\nuserland tools for static code analysis, a preprocessor, meta programming.\n\nSee README.md for further details.","phpv":[{"v":["0.0.1"],"min":"5.3.0"}],"confopts":[{"v":["0.0.1"]}]},{"name":"ming","license":"PHP License 3.01","summary":"Binding for the ming library, swf generation (flash)","description":"Ming is an open-source (LGPL) library which allows you to create SWF (\"Flash\") format movies. Ming supports almost all of Flash 4's features, including: shapes, gradients, bitmaps (pngs and jpegs), morphs (\"shape tweens\"), text, buttons, actions, sprites (\"movie clips\"), streaming mp3, and color transforms --the only thing that's missing is sound events."},{"name":"mnogosearch","license":"PHP License","summary":"mnoGoSearch extension module for PHP","description":"Until PHP 5.1.0, this package was bundled in PHP.\n\nThis extension is a complete PHP binding for the mnoGoSearch API.\nFor details please see to http://www.mnogosearch.org/ or the manual.","phpv":[{"v":["1.0.0"],"min":"4.3.0"}],"confopts":[{"v":["1.0.0"],"opts":[{"n":"with-mnogosearch","p":"mnoGoSearch base install directory","d":"/usr/local/mnogosearch"}]}]},{"name":"mogilefs","license":"BSD License","summary":"PHP client library to communicate with the MogileFS storage","description":"PHP MogileFS is a client library to communicate with MogileFS trackers. Those trackers are part of the distributed filesystem MogileFS created by Danga Interactive (http://www.danga.com/) and used in serveral large scale projects like LiveJournal.","phpv":[{"v":["0.7.5b4","0.7.5b5","0.7.5b6","0.7.5b7","0.7.5RC1"],"min":"5.2","max":"5.3"},{"v":["0.7.5","0.8.1"],"min":"5.2","max":"5.3.3"},{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.3.1"],"min":"5.2"}],"confopts":[{"v":["0.7.5b4","0.7.5b5","0.7.5b6","0.7.5b7","0.7.5RC1","0.7.5","0.8.1","0.9.0","0.9.1","0.9.2","0.9.3","0.9.3.1"]}]},{"name":"Molten","license":"Apache 2.0","summary":"molten is transparency tool for application tracing it self module call","description":"molten is transparency tool for application tracing it self module call.\n\nIt trace php app core call and output zipkin/opentracing format trace log.\n\nProvides features about muliti trace sapi, multi sampling type, upload tracing status, module control and muliti sink type.\n\nIt very easy to build a distributed systems tracing infrastructure base on php, already run on thousand instance on production env.","phpv":[{"v":["0.1.0beta","0.1.1beta","0.1.2beta"],"min":"5.4.0","max":"7.2.0"}],"confopts":[{"v":["0.1.0beta","0.1.1beta","0.1.2beta"]}]},{"name":"mongo","license":"Apache License","summary":"MongoDB database driver","description":"This package provides an interface for communicating with the MongoDB database in PHP.","phpv":[{"v":["0.9.0"],"min":"5.0.0"},{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.2.12"],"min":"5.1.0"},{"v":["1.3.0beta1","1.3.0beta2","1.3.0RC1","1.3.0RC2"],"min":"5.3.0"},{"v":["1.3.0RC3","1.3.0","1.3.1","1.3.2RC1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","1.4.0beta1","1.4.0RC1","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5","1.5.0alpha1","1.5.0RC1","1.5.0RC2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.5.6","1.5.7","1.5.8"],"min":"5.2.6"},{"v":["1.6.0RC1","1.6.0RC2","1.6.0RC3","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8","1.6.9","1.6.10","1.6.11"],"min":"5.3.0"},{"v":["1.6.12","1.6.13","1.6.14","1.6.15","1.6.16"],"min":"5.3.0","max":"5.99.99"}],"confopts":[{"v":["0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.2.12","1.3.0beta1","1.3.0beta2","1.3.0RC1","1.3.0RC2","1.3.0RC3","1.3.0","1.3.1","1.3.2RC1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","1.4.0beta1","1.4.0RC1","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5","1.5.0alpha1","1.5.0RC1","1.5.0RC2"]},{"v":["1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.5.6","1.5.7","1.5.8","1.6.0RC1","1.6.0RC2","1.6.0RC3","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.6.7","1.6.8","1.6.9","1.6.10","1.6.11","1.6.12","1.6.13","1.6.14","1.6.15","1.6.16"],"opts":[{"n":"with-mongo-sasl","p":"Build with Cyrus SASL (MongoDB Enterprise Authentication) support?","d":"no"}]}]},{"name":"mongodb","license":"Apache License","summary":"MongoDB driver for PHP","description":"The purpose of this driver is to provide exceptionally thin glue between MongoDB\nand PHP, implementing only fundamental and performance-critical components\nnecessary to build a fully-functional MongoDB driver.","phpv":[{"v":["0.2.0","0.3.0","0.3.1","0.4.0","0.4.1"],"min":"5.2.0"},{"v":["0.5.0","0.5.1","0.6.0","0.6.1","0.6.2","0.6.3"],"min":"5.3.0","max":"5.99.99"},{"v":["1.0.0alpha1","1.0.0alpha2","1.0.0beta1","1.0.0beta2","1.0.0RC0","1.0.0","1.0.1","1.1.0"],"min":"5.4.0","max":"5.99.99"},{"v":["1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.2.0alpha1","1.2.0alpha2","1.2.0alpha3","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.3.0beta1"],"min":"5.4.0","max":"7.99.99"},{"v":["1.3.0RC1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.4.0beta1","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6.0alpha1","1.6.0alpha2"],"min":"5.5.0","max":"7.99.99"},{"v":["1.6.0alpha3","1.6.0RC1","1.6.0","1.6.1","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5"],"min":"5.6.0","max":"7.99.99"},{"v":["1.8.0beta1","1.8.0beta2","1.8.0RC1","1.8.0","1.8.1","1.8.2"],"min":"7.0.0","max":"7.99.99"},{"v":["1.9.0RC1","1.9.0","1.9.1","1.9.2","1.10.0alpha1"],"min":"7.0.0","max":"8.99.99"},{"v":["1.10.0","1.11.0alpha1","1.11.0","1.11.1"],"min":"7.1.0","max":"8.99.99"},{"v":["1.12.0","1.12.1","1.13.0","1.14.0beta1","1.14.0","1.14.1","1.14.2","1.15.0","1.15.1","1.15.2","1.15.3","1.16.0","1.16.1","1.16.2"],"min":"7.2.0","max":"8.99.99"},{"v":["1.17.0"],"min":"7.4.0","max":"8.99.99"}],"confopts":[{"v":["0.2.0","0.3.0","0.3.1","0.4.0","0.4.1","0.5.0","0.5.1","0.6.0","0.6.1","0.6.2","0.6.3","1.0.0alpha1","1.0.0alpha2","1.0.0beta1","1.0.0beta2","1.0.0RC0","1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.2.0alpha1","1.2.0alpha2","1.2.0alpha3","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.3.0beta1","1.3.0RC1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.4.0beta1","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6.0alpha1","1.6.0alpha2","1.6.0alpha3","1.6.0RC1","1.6.0","1.6.1","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.8.0beta1","1.8.0beta2","1.8.0RC1","1.8.0","1.8.1","1.8.2","1.9.0RC1","1.9.0","1.9.1","1.9.2","1.10.0alpha1","1.10.0","1.11.0alpha1","1.11.0","1.11.1","1.12.0","1.12.1","1.13.0","1.14.0beta1","1.14.0","1.14.1","1.14.2","1.15.0","1.15.1","1.15.2","1.15.3","1.16.0","1.16.1","1.16.2"]},{"v":["1.17.0"],"opts":[{"n":"enable-mongodb-developer-flags","p":"Enable developer flags? (yes/no)","d":"no"},{"n":"enable-mongodb-coverage","p":"Enable code coverage? (yes/no)","d":"no"},{"n":"with-mongodb-system-libs","p":"Use system libraries for libbson, libmongoc, and libmongocrypt? (yes/no)","d":"no"},{"n":"with-mongodb-client-side-encryption","p":"Enable client-side encryption? (auto/yes/no)","d":"auto"},{"n":"with-mongodb-snappy","p":"Enable Snappy for compression? (auto/yes/no)","d":"auto"},{"n":"with-mongodb-zlib","p":"Enable zlib for compression? (auto/system/bundled/no)","d":"auto"},{"n":"with-mongodb-zstd","p":"Enable zstd for compression? (auto/yes/no)","d":"auto"},{"n":"with-mongodb-sasl","p":"Enable SASL for Kerberos authentication? (auto/cyrus/no)","d":"auto"},{"n":"with-mongodb-ssl","p":"Enable crypto and TLS? (auto/openssl/libressl/darwin/no)","d":"auto"},{"n":"enable-mongodb-crypto-system-profile","p":"Use system crypto profile (OpenSSL only)? (yes/no)","d":"no"},{"n":"with-mongodb-utf8proc","p":"Use bundled or system utf8proc for SCRAM-SHA-256 SASLprep? (bundled/system)","d":"bundled"}]}]},{"name":"mono","license":"PHP License","summary":"Allows you to access .NET assemblies from PHP","description":"A C extension that interfaces with the mono library to allow\naccess to .NET assemblies.","phpv":[{"v":["0.2","0.3","0.3.1","0.7"]}],"confopts":[{"v":["0.2","0.3","0.3.1","0.7"]}]},{"name":"Mosquitto","license":"BSD 3-Clause License","summary":"Extension for libmosquitto","description":"Mosquitto provides support for the MQTT protocol, including publishing, subscribing, and an event loop.","phpv":[{"v":["0.2.1","0.2.2","0.3.0","0.4.0"],"min":"5.3.0"}],"confopts":[{"v":["0.2.1","0.2.2","0.3.0","0.4.0"],"opts":[{"n":"with-mosquitto","p":"Please provide the prefix of the libmosquitto installation","d":"autodetect"}]}]},{"name":"mqseries","license":"BSD","summary":"mqseries client library","description":"This package provides support for IBM Websphere MQ (MQSeries).","phpv":[{"v":["0.7.0","0.8.0"]},{"v":["0.9.0","0.10.0","0.11.0","0.12.0","0.12.1","0.13.0","0.14.0","0.14.1","0.14.2","0.15.0"],"min":"4.0.0"}],"confopts":[{"v":["0.7.0","0.8.0","0.9.0","0.10.0","0.11.0","0.12.0","0.12.1","0.13.0","0.14.0","0.14.1","0.14.2","0.15.0"]}]},{"name":"msession","license":"PHP License","summary":"mohawksoft session serveur support","description":"msession is an interface to a high speed session daemon which can run either locally or remotely. It is designed to provide consistent session management for a PHP web farm. More Information about msession and the session server software itself can be found at http://www.mohawksoft.org/?q=node/8."},{"name":"msgpack","license":"3-Clause-BSD","summary":"PHP extension for interfacing with MessagePack","description":"This extension provide API for communicating with MessagePack serialization.","phpv":[{"v":["0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7"],"min":"5.0.0"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.1.0beta1","2.1.0","2.1.1","2.1.2","2.2.0RC1","2.2.0RC2","2.2.0"],"min":"7.0.0"}],"confopts":[{"v":["0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7","2.0.0","2.0.1","2.0.2","2.0.3","2.1.0beta1","2.1.0","2.1.1","2.1.2","2.2.0RC1","2.2.0RC2","2.2.0"]}]},{"name":"mustache","license":"MIT","summary":"Mustache templating language","description":"This extension embeds a Mustache interpreter into PHP, allowing the execution of Mustache templates.","phpv":[{"v":["0.7.4RC1"],"min":"5.6.0","max":"7.1.99"},{"v":["0.7.4RC2"],"min":"5.6.0","max":"7.2.99"},{"v":["0.7.4"],"min":"5.4.0","max":"7.2.99"},{"v":["0.8.1"],"min":"5.6.0","max":"7.3.99"},{"v":["0.9.0","0.9.1"],"min":"7.0.0","max":"7.4.99"},{"v":["0.9.2","0.9.3"],"min":"7.0.0"}],"confopts":[{"v":["0.7.4RC1","0.7.4RC2","0.7.4","0.8.1","0.9.0","0.9.1","0.9.2","0.9.3"]}]},{"name":"mysql","license":"PHP","summary":"MySQL database access functions","description":"This extension provides the mysql family of functions that were provided with PHP 3-5. These functions have been superseded by MySQLi and PDO_MySQL, which continue to be bundled with PHP 7.\n\nAlthough it should be possible to build this extension with PHP 7.0, you are strongly encouraged to port your code to use either MySQLi or PDO_MySQL, as this extension is not maintained and is available for historical reasons only."},{"name":"mysqlnd_azure","license":"PHP License","summary":"mysqlnd_azure - a redirection plugin for mysqlnd","description":"mysqlnd extension for azure","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3RC","1.0.3","1.1.0","1.1.1"],"min":"7.2.15"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3RC","1.0.3","1.1.0","1.1.1"]}]},{"name":"mysqlnd_krb","license":"PHP","summary":"Kerberos authentication plugin for mysqlnd","description":"The mysqlnd_krb extension is an authentication\nplugin for mysqlnd that enables connections to MySQL accounts\nthat use Kerberos authentication.\n\nIf a MySQL account is configured with Kerberos authentication\n(using `IDENTIFIED WITH kerberos_authentication` clause\nof `CREATE USER`, see [1]) then normally `mysqlnd` will not\nbe able to connect to such an account. With this plugin such\nconnections are possible provided that user has appropriate\ntickets loaded into the Kerberos ticket cache (in this case\nno password is needed in the connection data).\n\nIf a ticket for the MySQL service is not present in the cache\nthe plugin can fetch the required ticket from Kerberos provided\nthat user principal's password is given in the connection data.\n\n[1] https://dev.mysql.com/doc/refman/8.0/en/kerberos-pluggable-authentication.html","phpv":[{"v":["1.0.0"],"min":"7.4.0"}],"confopts":[{"v":["1.0.0"]}]},{"name":"mysqlnd_memcache","license":"PHP License","summary":"A PHP extension for transparently translating SQL into requests for the MySQL InnoDB Memcached Daemon Plugin","description":"The mysqlnd memcache plugin (mysqlnd_memcache) is an PHP extension for transparently translating SQL into requests for the MySQL InnoDB Memcached Daemon Plugin (server plugin). It includes experimental support for the MySQL Cluster Memcached Daemon. The server plugin provides access to data stored inside MySQL InnoDB (respectively MySQL Cluster NDB) tables using the Memcache protocol. This PHP extension, which supports all PHP MySQL extensions that use mysqlnd, will identify tables exported in this way and will translate specific SELECT queries into Memcache requests.","phpv":[{"v":["1.0.0","1.0.1"],"min":"5.4.0"}],"confopts":[{"v":["1.0.0","1.0.1"]}]},{"name":"mysqlnd_ms","license":"PHP License","summary":"A replication and load balancing plugin for mysqlnd","description":"The mysqlnd_ms replication and load balancing plugin can be used with PHP MySQL extensions (ext/mysql, ext/mysqli, ext/pdo_mysql) if they are compiled to use mysqlnd. The plugin inspects queries and does read-write splitting. Read-only queries are sent to MySQL replication slave servers while all other queries are redirected to the MySQL replication master server. Very few, if any, application changes are required, depending on the usage scenario.","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.6.0"],"min":"5.3.6-dev"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.6.0"]}]},{"name":"mysqlnd_ngen","license":"PHP","summary":"Extended version of mysqlnd,mysqli and pdo","description":"This package is an enhanced version of mysqlnd, it includes PDO and Mysqli as well.\nThe purpose of releasing this version of mysqlnd is to make available new features that can take\nlonger to be rolled out to the official php repo."},{"name":"mysqlnd_qc","license":"PHP License","summary":"A query cache plugin for mysqlnd","description":"The mysqlnd query result cache plugin is a mysqlnd plugin. It adds basic client side result set caching to all PHP MySQL extensions (ext/mysql, ext/mysqli, PDO_MySQL). if they are compiled to use mysqlnd. It does not change the API of the MySQL extensions and thus it operates virtually transparent for applications.\"","phpv":[{"v":["1.0.0"],"min":"5.3.3-dev"},{"v":["1.0.1","1.1.0","1.1.1","1.2.0"],"min":"5.3.4-dev"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.2.0"],"opts":[{"n":"enable-mysqlnd-qc-apc","p":"Enable mysqlnd_qc APC support","d":"no"},{"n":"enable-qc-memcache","p":"Enable mysqlnd_qc Memcache support","d":"no"},{"n":"enable-qc-sqlite","p":"Enable mysqlnd_qc SQLite support","d":"no"}]}]},{"name":"mysqlnd_uh","license":"PHP License","summary":"MySQLnd Userland Handler","description":"MySQLnd Userland Handler let you specify a userland handler for all\nmysqlnd connections.","phpv":[{"v":["0.1.0a1"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0a1"]}]},{"name":"mysql_xdevapi","license":"PHP","summary":"MySQL X DevAPI for PHP","description":"The X DevAPI is the new common API for MySQL Connectors built on the X Protocol introduced in MySQL 5.7.12.\n\nThe X DevAPI wraps powerful concepts in a simple API.\n* A new high-level session concept enables you to write code that can transparently scale from single MySQL Server to a multiple server environment.\n* Read operations are simple and easy to understand.\n\nThe X DevAPI introduces a new, modern and easy-to-learn way to work with your data.\n* Documents are stored in Collections and have their dedicated CRUD operation set.\n* Work with your existing domain objects or generate code based on structure definitions for strictly typed languages.\n* Focus is put on working with data via CRUD operations. See Section 3.1, \u201cCRUD Operations Overview\u201d.\n* Modern practices and syntax styles are used to get away from traditional SQL-String-Building. See Chapter 10, Building Expressions.","phpv":[{"v":["1.0.0","1.0.1","8.0.2","8.0.3","8.0.4"],"min":"7.1.0-dev"},{"v":["8.0.11","8.0.12","8.0.13","8.0.14","8.0.15","8.0.16","8.0.17","8.0.18","8.0.19","8.0.20","8.0.21","8.0.22","8.0.23","8.0.24","8.0.25","8.0.26","8.0.27","8.0.28","8.0.29","8.0.30"],"min":"7.1.0"}],"confopts":[{"v":["1.0.0","1.0.1","8.0.2","8.0.3"],"opts":[{"n":"enable-mysql-xdevapi","p":"Enable MySQL X DevAPI","d":"autodetect"}]},{"v":["8.0.4"],"opts":[{"n":"enable-mysql-xdevapi","p":"Enable MySQL X DevAPI","d":"autodetect"},{"n":"with-boost","p":"Point out boost library install dir","d":"autodetect"},{"n":"with-protobuf","p":"Point outprotobuf library install dir","d":"autodetect"}]},{"v":["8.0.11","8.0.12"],"opts":[{"n":"enable-mysql-xdevapi","p":"Enable MySQL X DevAPI","d":"autodetect"},{"n":"with-boost","p":"Point out boost library install dir","d":"autodetect"},{"n":"with-protobuf","p":"Point out protobuf library install dir","d":"autodetect"}]},{"v":["8.0.13","8.0.14","8.0.15","8.0.16","8.0.17","8.0.18","8.0.19","8.0.20","8.0.21","8.0.22","8.0.23","8.0.24","8.0.25","8.0.26","8.0.27","8.0.28","8.0.29","8.0.30"],"opts":[{"n":"with-boost","p":"Point out boost library install dir","d":"autodetect"},{"n":"with-protobuf","p":"Point out protobuf library install dir","d":"autodetect"}]}]},{"name":"namazu","license":"PHP or GPL","summary":"full-text search extension using Namazu","description":"Namazu is a full-text search system. This module an interface to the Namazu\nlibrary. This extension is originally made by Takuya Tsukada."},{"name":"ncurses","license":"PHP","summary":"Terminal screen handling and optimization package","description":"ncurses (new curses) is a free software emulation of curses in\nSystem V Rel 4.0 (and above). It uses terminfo format, supports\npads, colors, multiple highlights, form characters and function\nkey mapping. Because of the interactive nature of this library,\nit will be of little use for writing Web applications, but may\nbe useful when writing scripts meant using PHP from the command\nline.\n\nSee also http://www.gnu.org/software/ncurses/ncurses.html","phpv":[{"v":["1.0.0"]},{"v":["1.0.1","1.0.2"],"min":"5"}],"confopts":[{"v":["1.0.0"]},{"v":["1.0.1","1.0.2"],"opts":[{"n":"enable-ncursesw","p":"enable support for wide chars?","d":"autodetect"},{"n":"with-ncurses","p":"path to ncurses installation?","d":"autodetect"}]}]},{"name":"netools","license":"PHP","summary":"Networking tools","description":"Netools provides tools to deal with devices, TCP and UDP clients/servers, etc.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"Net_Gopher","license":"PHP","summary":"fopen wrapper for the gopher protocol","description":"fopen wrapper for retreiving documents via the gopher protocol.\nIncludes additional function for parsing gopher directory entries.","phpv":[{"v":["0.1"]},{"v":["1.0.0"],"min":"4.3.0","max":"6.0.0"}],"confopts":[{"v":["0.1","1.0.0"]}]},{"name":"newt","license":"PHP License","summary":"Extension for Red Hat Newt window library","description":"PHP-NEWT - PHP language extension for Red Hat Newt library, a terminal-based window and widget library for writing applications with user friendly interface. Once this extension is enabled in PHP it will provide the use of Newt widgets, such as windows, buttons, checkboxes, radiobuttons, labels, editboxes, scrolls, textareas, scales, etc. Use of this extension if very similar to the original Newt API of C programming language.","phpv":[{"v":["0.1","0.2","0.3","1.0","1.1","1.2.1","1.2.2","1.2.3","1.2.4"]},{"v":["1.2.5","1.2.6","1.2.7","1.2.8"],"min":"4.3.0"},{"v":["1.2.9"],"min":"4.3.0","max":"5.99.99"}],"confopts":[{"v":["0.1","0.2","0.3","1.0","1.1","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9"]}]},{"name":"notes","license":"PHP","summary":"Lotus Notes bindings for PHP","description":"A Lotus Notes extension for PHP.\nThis is an unmaintained Windows-only extension.\nYou will need Visual C++ 6.0 to build it; use the CVS Web link below to obtain the source.\n\nVolunteers are welcomed to maintain this extension; contact pecl-dev@lists.php.net if you are willing to contribute."},{"name":"nsq","license":"PHP","summary":"PHP extension for NSQ client","description":"This extension is a NSQ client .NSQ is a message queue system which like Kafka .","phpv":[{"v":["2.3.2","2.4.0","3.0","3.1.0","3.3.0","3.4.0","3.4.1","3.4.2","3.4.3","3.5.0","3.5.1"],"min":"7.0.0"}],"confopts":[{"v":["2.3.2","2.4.0","3.0","3.1.0","3.3.0","3.4.0","3.4.1","3.4.2","3.4.3","3.5.0","3.5.1"],"opts":[{"n":"with-libevent-path","p":"libevent directory","d":"no"}]}]},{"name":"oauth","license":"BSD","summary":"oauth consumer extension","description":"OAuth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store usernames and passwords.\n\nRequirements: ext/hash (now a part of PHP core)","phpv":[{"v":["0.99.1","0.99.2","0.99.4","0.99.5","0.99.7","0.99.8","0.99.9","1.0.0","1.1.0","1.2","1.2.2","1.2.3"],"min":"5.1.0"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"],"min":"7.0.0"}],"confopts":[{"v":["0.99.1","0.99.2","0.99.4","0.99.5","0.99.7","0.99.8","0.99.9","1.0.0","1.1.0","1.2","1.2.2","1.2.3","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"]}]},{"name":"ocal","license":"PHP","summary":"Oracle Calendar connectivity","description":"This extension provides Oracle Calendar connectivity via the Oracle Calendar SDK (CSDK, CAPI) which is included in the Oracle Collaboration Suite distribution at http://www.oracle.com/","phpv":[{"v":["0.1.0","1.0.0"]}],"confopts":[{"v":["0.1.0","1.0.0"]}]},{"name":"oci8","license":"PHP","summary":"Extension for Oracle Database","description":"The OCI8 extension lets you access Oracle Database.\n\nUse 'pecl install oci8' to install for PHP 8.\n\nUse 'pecl install oci8-2.2.0' to install for PHP 7.\n\nUse 'pecl install oci8-2.0.12' to install for PHP 5.2 - PHP 5.6.\n\nUse 'pecl install oci8-1.4.10' to install for PHP 4.3.9 - PHP 5.1.\n\nThe OCI8 extension can be linked with Oracle client libraries from Oracle Database 10.2 or later. These libraries are found in your database installation, or in the free Oracle Instant Client from https://www.oracle.com/database/technologies/instant-client.html.\n\nOracle's standard cross-version connectivity applies. For example, PHP OCI8 linked with Instant Client 19c can connect to Oracle Database 11.2 onward. See Oracle's note \"Oracle Client / Server Interoperability Support\" (ID 207303.1) for details.","phpv":[{"v":["1.0","1.1","1.1.1","1.2.0","1.2.1","1.2.2"]},{"v":["1.2.3"],"min":"4.3.10","max":"6.0.0"},{"v":["1.2.4"],"min":"4.3.11","max":"6.0.0"},{"v":["1.2.5"],"min":"4.3.10","max":"6.0.0"},{"v":["1.3.0","1.3.1"],"min":"4.3.11","max":"6.0.0"},{"v":["1.3.2","1.3.3","1.3.4","1.3.5","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5"],"min":"4.3.9","max":"6.0.0"},{"v":["1.4.6","1.4.7","1.4.8","1.4.9"],"min":"4.3.9","max":"5.4.99"},{"v":["1.4.10","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4"],"min":"4.3.9","max":"6.0.0"},{"v":["2.0.5","2.0.6","2.0.7","2.0.8"],"min":"5.2.0"},{"v":["2.0.10","2.0.11","2.0.12"],"min":"5.2.0","max":"5.6.99"},{"v":["2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.7","2.1.8","2.2.0","3.0.0"],"min":"7.0.0"},{"v":["3.0.1"],"min":"8.0.0"},{"v":["3.2.0","3.2.1","3.3.0"],"min":"8.1.0"}],"confopts":[{"v":["1.0","1.1","1.1.1","1.2.0","1.2.1","1.2.2"]},{"v":["1.2.3","1.2.4","1.2.5","1.3.0"],"opts":[{"n":"with-oci8","p":"Please provide the path to ORACLE_HOME dir. Use 'instantclient,/path/to/instant/client/lib' if you're compiling against Oracle Instant Client","d":"autodetect"}]},{"v":["1.3.1"],"opts":[{"n":"with-oci8","p":"Please provide the path to ORACLE_HOME dir. Use 'instantclient,/path/to/instant/client/lib' if you're compiling with Oracle Instant Client","d":"autodetect"}]},{"v":["1.3.2","1.3.3","1.3.4","1.3.5","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5","1.4.6","1.4.7","1.4.8","1.4.9","1.4.10","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.10","2.0.11","2.0.12","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.7","2.1.8","2.2.0","3.0.0","3.0.1","3.2.0","3.2.1","3.3.0"],"opts":[{"n":"with-oci8","p":"Please provide the path to the ORACLE_HOME directory. Use 'instantclient,/path/to/instant/client/lib' if you're compiling with Oracle Instant Client","d":"autodetect"}]}]},{"name":"odbtp","license":"LGPL","summary":"ODBTP client functions","description":"This extension provides a set of ODBTP, Open Database Transport\nProtocol, client functions. ODBTP allows any platform to remotely\naccess Win32-based databases. Linux and UNIX clients can use this\nextension to access Win32 databases like MS SQL Server, MS Access\nand Visual FoxPro.","phpv":[{"v":["1.1.1","1.1.2","1.1.3","1.1.4"]}],"confopts":[{"v":["1.1.1","1.1.2","1.1.3","1.1.4"]}]},{"name":"oggvorbis","license":"PHP","summary":"OGG wrapper for OGG/Vorbis files","description":"fopen wrapper for OGG/Vorbis files.\nDecompress OGG data to PCM audio and vice-versa.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"openal","license":"PHP","summary":"OpenAL Bindings","description":"OpenAL - Platform independent sound bindings","phpv":[{"v":["0.1"]},{"v":["0.9.0"],"min":"7.3.0"}],"confopts":[{"v":["0.1","0.9.0"]}]},{"name":"opencensus","license":"Apache 2.0","summary":"A stats collection and distributed tracing framework","description":"OpenCensus is a open source, distributed tracing system that allows you to collect latency data and report it to any trace aggregation system such as Zipkin or Stackdriver Trace.\n\nThis extension allows you to easily gather latency and other metadata by watching for targeted function and method invocations without needing to inject code into the libraries.","phpv":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","0.1.0RC1","0.1.0RC2","0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.2.0","0.2.1","0.2.2","0.3.0"],"min":"7.0.0"}],"confopts":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","0.1.0RC1","0.1.0RC2","0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.2.0","0.2.1","0.2.2","0.3.0"]}]},{"name":"opencv","license":"PHP License","summary":"An OpenCV binding for PHP","description":"An OpenCV binding for PHP"},{"name":"opendirectory","license":"PHP","summary":"PHP interface to OpenDirectory Framework","description":"Open Directory is a directory service architecture whose programming\ninterface provides a centralized way for applications and services to retrieve\ninformation stored in directories. The Open Directory architecture consists of\nthe DirectoryServices daemon, which receives Open Directory client API calls and\nsends them to the appropriate Open Directory plug-in.","phpv":[{"v":["0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"]}],"confopts":[{"v":["0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"]}]},{"name":"opengl","license":"PHP","summary":"OpenGL (3D graphics library) bindings for the PHP language","description":"This extension allows you to develop 3D multimedia applications with PHP using the complete OpenGL library API.","phpv":[{"v":["0.8.0"],"min":"5.3"},{"v":["0.9.0"],"min":"7.2.0"}],"confopts":[{"v":["0.8.0"]},{"v":["0.9.0"],"opts":[{"n":"with-opengl","p":"The location of the OpenGL library","d":"autodetect"}]}]},{"name":"openswoole","license":"Apache 2.0","summary":"Swoole PHP extension managed by Swoole Labs.","description":"Open source PHP extension for Async IO, Coroutines and Fibers.","phpv":[{"v":["4.7.1","4.7.2","4.8.0","4.8.1","4.9.0","4.9.1","4.10.0"],"min":"7.2.0"},{"v":["4.11.0","4.11.1","4.12.0","4.12.1","22.0.0"],"min":"7.4.0"},{"v":["22.1.0"],"min":"8.1.0"}],"confopts":[{"v":["4.7.1","4.7.2"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-json","p":"enable json support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"}]},{"v":["4.8.0","4.8.1","4.9.0","4.9.1","4.10.0","4.11.0","4.11.1","4.12.0","4.12.1"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-json","p":"enable json support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"with-postgres","p":"enable postgres support?","d":"no"}]},{"v":["22.0.0"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-hook-curl","p":"enable hook curl support?","d":"no"},{"n":"with-postgres","p":"enable postgres support?","d":"no"}]},{"v":["22.1.0"],"opts":[{"n":"enable-sockets","p":"enable coroutine sockets?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 protocol?","d":"no"},{"n":"enable-mysqlnd","p":"enable coroutine mysqlnd?","d":"no"},{"n":"enable-hook-curl","p":"enable coroutine curl?","d":"no"},{"n":"with-postgres","p":"enable coroutine postgres?","d":"no"}]}]},{"name":"opentelemetry","license":"Apache 2.0","summary":"auto-instrumentation hooks for opentelemetry","description":"OpenTelemetry is an open-source CNCF project for collecting, processing, and exporting telemetry data (metrics, traces, and logs) from distributed systems.\nThe OpenTelemetry extension for PHP enables automatic instrumentation (tracing) of functions by providing methods to hook into the PHP 8.0+ observability API.","phpv":[{"v":["1.0.0beta2","1.0.0beta3","1.0.0beta4","1.0.0beta5","1.0.0beta6","1.0.0beta7","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0"],"min":"8.0.0"}],"confopts":[{"v":["1.0.0beta2","1.0.0beta3","1.0.0beta4","1.0.0beta5","1.0.0beta6","1.0.0beta7","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0"]}]},{"name":"operator","license":"PHP","summary":"Operator overloading for Objects","description":"Operator overloading for: +, -, *, /, %, <<, >>, ., |, &, ^, ~, !, ++, --,\n+=, -=, *=, /=, %=, <<=, >>=, .=, |=, &=, ^=, ~=,\n==, !=, ===, !==, <, and <= operators.\nConditional support for > and >= available with application of a patch.","phpv":[{"v":["0.4.0","0.4.1"],"min":"4.0.0"}],"confopts":[{"v":["0.4.0","0.4.1"]}]},{"name":"optimizer","license":"BSD style","summary":"PHP optimizer extension for APC","description":"An opcode optimizer for PHP to be used with the APC opcode cache.","phpv":[{"v":["0.1alpha1"],"min":"5.2.5","max":"5.2.99"}],"confopts":[{"v":["0.1alpha1"]}]},{"name":"orng","license":"PHP License","summary":"orng - Object scoped PRNG Extension","description":"Provides a past PHP compatible PRNG implementation of object scope.","phpv":[{"v":["0.0.3"],"min":"7.3.0"}],"confopts":[{"v":["0.0.3"]}]},{"name":"Ovrimos","license":"PHP Licence","summary":"Ovrimos interface","description":"Interface to Ovrimos SQL Server client/server, transactional RDBMS combined with Web capabilities and fast transactions."},{"name":"PAM","license":"PHP","summary":"PAM integration","description":"This extension provides PAM (Pluggable Authentication Modules) integration. PAM is a system of libraries that handle the authentication tasks of applications and services. The library provides a stable API for applications to defer to for authentication tasks.","phpv":[{"v":["1.0.0","1.0.1","1.0.2"]},{"v":["1.0.3"],"min":"4.3.0"},{"v":["2.2.1"],"min":"8.0.0"},{"v":["2.2.2"],"min":"7.0.0"},{"v":["2.2.3","2.2.4","2.2.5"],"min":"7.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5"]}]},{"name":"panda","license":"PHP","summary":"Panda PDF library","description":"Panda is a free PDF library that can be used to create PDF documents.","phpv":[{"v":["0.1.0"]}],"confopts":[{"v":["0.1.0"]}]},{"name":"pango","license":"PHP Licence 3.01","summary":"Wrapper for the Pango text rendering library","description":"This is a wrapper for the Pango text rendering library (http://www.pango.org) that makes its features available for use with PHP via object-oriented and procedural APIs.\n\nRequirements:\n* PHP 5.2+\n* PECL/Cairo\n\nThe code is currently on GitHub; it will be moved to PECL SVN soon."},{"name":"Paradox","license":"PHP License","summary":"An extension to read and write Paradox files","description":"Paradox is an extension to read and write Paradox .DB and .PX files.\nIt can handle almost all field types and binary large objects stored\nin .MB files.","phpv":[{"v":["1.0","1.1.0","1.3.0","1.4.0","1.4.1","1.4.2","1.4.3"]}],"confopts":[{"v":["1.0","1.1.0","1.3.0","1.4.0","1.4.1","1.4.2","1.4.3"]}]},{"name":"parallel","license":"PHP License","summary":"Parallel concurrency API","description":"A succinct parallel concurrency API for PHP 7.","phpv":[{"v":["0.8.0","0.8.1","0.8.2","0.8.3"],"min":"7.1.0"},{"v":["0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4"],"min":"7.2.0"},{"v":["1.2.0","1.2.1"],"min":"8.0.0"}],"confopts":[{"v":["0.8.0","0.8.1","0.8.2","0.8.3","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.2.0","1.2.1"]}]},{"name":"params","license":"PHP","summary":"Parameter Parsing Utility","description":"Userspace equivalent of zend_parse_parameters()","phpv":[{"v":["1.0"],"min":"4.0.0"}],"confopts":[{"v":["1.0"]}]},{"name":"parle","license":"BSD 2-clause","summary":"Parsing and lexing","description":"With Parle, it is possible to implement lexing and parsing in PHP while relying on features and principles of the parser/lexer generator tools for C/C++.","phpv":[{"v":["0.5.1","0.5.2","0.5.3","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","0.6.5","0.7.0","0.7.1","0.7.2","0.7.3","0.8.0","0.8.1","0.8.2","0.8.3"],"min":"7.0"},{"v":["0.8.4","0.8.5"],"min":"7.4"}],"confopts":[{"v":["0.5.1","0.5.2","0.5.3","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","0.6.5","0.7.0","0.7.1","0.7.2","0.7.3","0.8.0","0.8.1","0.8.2","0.8.3"]},{"v":["0.8.4","0.8.5"],"opts":[{"n":"enable-parle-utf32","p":"Enable internal UTF-32 support in parle","d":"no"}]}]},{"name":"parsekit","license":"PHP","summary":"PHP Opcode Analyser","description":"Provides a userspace interpretation of the opcodes generated by the Zend engine compiler built into PHP.\nThis extension is meant for development and debug purposes only and contains some code which is potentially non-threadsafe.","phpv":[{"v":["0.2","0.3","0.3.1","1.0"]},{"v":["1.1","1.2","1.3.0"],"min":"4.0.0"}],"confopts":[{"v":["0.2","0.3","0.3.1","1.0","1.1","1.2","1.3.0"]}]},{"name":"Parse_Tree","license":"PHP","summary":"Generates a parse tree for a PHP source file in XML format.","description":"Generates a parse tree for a PHP source file in XML format.\nThe Windows build is available here: http://phpaspect.org/parse_tree/php_parse_tree.dll","phpv":[{"v":["0.0.1"]},{"v":["0.1.1","0.1.2","0.1.3","0.1.4"],"min":"4.0.0"}],"confopts":[{"v":["0.0.1","0.1.1","0.1.2","0.1.3","0.1.4"]}]},{"name":"pcov","license":"PHP License","summary":"Code coverage driver","description":"A self contained php-code-coverage compatible driver for PHP.","phpv":[{"v":["0.9.0"],"min":"7.0.0"},{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11"],"min":"7.1.0"}],"confopts":[{"v":["0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11"]}]},{"name":"pcs","license":"PHP License","summary":"PHP Code Service","description":"PCS provides a fast and easy way to mix C and PHP code in your PHP extension.\n\nPHP code can be embedded in the compiled module or distributed as a separate file tree.\n\nCompatibility : PHP 5 (5.3+) and 7","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.2.0","1.2.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.7"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.2.0","1.2.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.7"]}]},{"name":"pcsc","license":"PHP","summary":"winscard PC/SC API support for PHP","description":"This is an extension for using PC/SC based smart cards with PHP. It is a wrapper to the winscard API which provides a native interface to smart cards using the PC/SC standard. Linux/UNIX and Windows are supported.","phpv":[{"v":["0.1","0.2","0.3","0.3.1"],"min":"5.3"},{"v":["0.4.0","0.5.0","0.5.1"],"min":"7.3"}],"confopts":[{"v":["0.1","0.2","0.3","0.3.1","0.4.0","0.5.0","0.5.1"]}]},{"name":"pdflib","license":"PHP","summary":"Creating PDF on the fly with the PDFlib library","description":"This extension wraps the PDFlib programming library\nfor processing PDF on the fly, available from PDFlib GmbH\nat https://www.pdflib.com.\n\nMore info on how to use PDFlib with PHP can be found at\nhttps://www.pdflib.com/documentation/howtos/","phpv":[{"v":["1.0","2.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4"]},{"v":["2.1.5","2.1.6","2.1.7","2.1.8","2.1.9","2.1.10"],"min":"4.1"},{"v":["3.0.1","3.0.2","3.0.3","3.0.4"],"min":"5.2.0"},{"v":["4.0.0"],"min":"5.4.0"},{"v":["4.0.1"],"min":"5.3.0"},{"v":["4.1.0","4.1.1","4.1.2","4.1.3","4.1.4"],"min":"5.4.0"}],"confopts":[{"v":["1.0","2.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4"]},{"v":["2.1.5","2.1.6","2.1.7","2.1.8","2.1.9","2.1.10","3.0.1","3.0.2","3.0.3","3.0.4","4.0.0","4.0.1","4.1.0","4.1.1","4.1.2","4.1.3","4.1.4"],"opts":[{"n":"with-pdflib","p":"path to pdflib installation?"}]}]},{"name":"PDO","license":"PHP","summary":"PHP Data Objects Interface.","description":"Do not use this, as PDO has been moved into core (the php source) so this pecl extension is dead.\n\nPDO provides a uniform data access interface, sporting advanced features such\nas prepared statements and bound parameters. PDO drivers are dynamically\nloadable and may be developed independently from the core, but still accessed\nusing the same API.","phpv":[{"v":["0.1","0.1.1","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.3","0.9","1.0RC1","1.0RC2","1.0","1.0.1","1.0.2"]},{"v":["1.0.3"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.1.1","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.3","0.9","1.0RC1","1.0RC2","1.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"PDO_4D","license":"PHP License","summary":"PDO driver for 4D-SQL database","description":"PDO_4D is a driver for the PHP Data Objects (PDO) interface to enable access from PHP to 4D databases.","phpv":[{"v":["0.1.0","0.2.0","0.2.1","0.3"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.3"]}]},{"name":"PDO_CUBRID","license":"PHP","summary":"CUBRID driver for PDO","description":"This extension provides a CUBRID driver for PDO.","phpv":[{"v":["8.3.0.0001","8.3.1.0001","8.3.1.0002","8.3.1.0003","8.4.0.0001","8.4.0.0002","8.4.3.0001","9.0.0.0001","9.1.0.0001","9.1.0.0002","9.1.0.0003","9.2.0.0001","9.3.0.0001","9.3.0.0002","10.1.0.0001","10.1.0.0002","10.1.0.0003","10.1.0.0004"],"min":"5.2.0"}],"confopts":[{"v":["8.3.0.0001","8.3.1.0001","8.3.1.0002","8.3.1.0003","8.4.0.0001","8.4.0.0002","8.4.3.0001","9.0.0.0001","9.1.0.0001"],"opts":[{"n":"with-pdo-cubrid","p":"CUBRID base install dir","d":"autodetect"}]},{"v":["9.1.0.0002","9.1.0.0003","9.2.0.0001","9.3.0.0001","9.3.0.0002","10.1.0.0001","10.1.0.0002","10.1.0.0003","10.1.0.0004"]}]},{"name":"PDO_DBLIB","license":"PHP","summary":"FreeTDS/Sybase/MSSQL driver for PDO","description":"This extension provides a FreeTDS/Sybase/MSSQL driver for PDO.","phpv":[{"v":["0.9","1.0RC1","1.0RC2","1.0"]}],"confopts":[{"v":["0.9","1.0RC1","1.0RC2","1.0"]}]},{"name":"PDO_FIREBIRD","license":"PHP","summary":"Firebird/InterBase 6 driver for PDO","description":"This extension provides a Firebird/InterBase driver for PDO. It supports\nall versions of Firebird and InterBase versions 6 and up.","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"PDO_IBM","license":"Apache License 2.0","summary":"PDO driver for IBM databases","description":"This extension provides an IBM database driver for PDO. This driver supports IBM DB2\nUniversal Database, IBM Cloudscape, Apache Derby databases and IDS (Informix Data Server).","phpv":[{"v":["0.9.0","1.0.0","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.3.0"]},{"v":["1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"min":"5.0.3"},{"v":["1.4.0","1.4.1","1.4.2","1.5.0"],"min":"7.0.0"},{"v":["1.6.0","1.6.1"],"min":"7.3.0"}],"confopts":[{"v":["0.9.0","1.0.0","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.3.0"]},{"v":["1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.4.0","1.4.1","1.4.2","1.5.0","1.6.0","1.6.1"],"opts":[{"n":"with-pdo-ibm","p":"DB2 install directory location?"}]}]},{"name":"PDO_INFORMIX","license":"Apache License 2.0","summary":"PDO driver for IBM Informix INFORMIX databases","description":"This extension provides an IBM Informix Dynamic Server driver for PDO. To build and run\nPDO_INFORMIX, you must install the Informix Client Software Development Kit (CSDK)\nfrom http://ibm.com/informix/downloads.html.","phpv":[{"v":["0.1","0.2.1","1.0.0","1.0.1","1.1.0","1.2.0","1.2.5","1.2.6"]},{"v":["1.2.7","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.2.1","1.0.0","1.0.1","1.1.0","1.2.0","1.2.5","1.2.6"]},{"v":["1.2.7","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"opts":[{"n":"with-pdo-informix","p":"Informix Client SDK location?"}]}]},{"name":"PDO_MYSQL","license":"PHP","summary":"MySQL driver for PDO","description":"Do not use this, as PDO has been moved into core (the php source) so this pecl extension is dead.\n\nThis old extension provided a MySQL driver for PDO.","phpv":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0","1.0.1"]},{"v":["1.0.2"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0","1.0.1","1.0.2"]}]},{"name":"PDO_OCI","license":"PHP","summary":"Oracle Call Interface driver for PDO","description":"This extension provides an Oracle driver for PDO.","phpv":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0"]}],"confopts":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0"]}]},{"name":"PDO_ODBC","license":"PHP","summary":"ODBC v3 Interface driver for PDO","description":"This extension provides an ODBC v3 driver for PDO. It supports unixODBC\nand IBM DB2 libraries, and will support more in future releases.","phpv":[{"v":["0.1","0.1.1","0.2","0.9","1.0RC2","1.0"]},{"v":["1.0.1"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.1.1","0.2","0.9","1.0RC2","1.0"]},{"v":["1.0.1"],"opts":[{"n":"with-pdo-odbc","p":"flavour,dir? (just leave blank for help)"}]}]},{"name":"PDO_PGSQL","license":"PHP","summary":"PostgreSQL driver for PDO","description":"This extension provides an PostgreSQL driver for PDO.","phpv":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0","1.0.1"]},{"v":["1.0.2"],"min":"5.0.3"}],"confopts":[{"v":["0.1","0.2","0.9","1.0RC1","1.0RC2","1.0","1.0.1","1.0.2"]}]},{"name":"PDO_SQLANYWHERE","license":"Apache License 2.0","summary":"SAP SQL Anywhere driver for PDO","description":"An extension to enable PDO to access SAP SQL Anywhere databases.","phpv":[{"v":["0.1.1","0.1.2","0.1.3","0.1.4"],"min":"5.2.3"}],"confopts":[{"v":["0.1.1","0.1.2","0.1.3","0.1.4"]}]},{"name":"PDO_SQLITE","license":"PHP","summary":"SQLite v3 Interface driver for PDO","description":"This extension provides an SQLite v3 driver for PDO.\nSQLite V3 is NOT compatible with the bundled SQLite 2 in PHP 5, but is a significant\nstep forwards, featuring complete utf-8 support, native support for blobs,\nnative support for prepared statements with bound parameters and improved\nconcurrency.","phpv":[{"v":["0.2","0.2.1","0.2.2","0.3","0.9","1.0RC1","1.0RC2","1.0"]},{"v":["1.0.1"],"min":"5.0.3"}],"confopts":[{"v":["0.2","0.2.1","0.2.2","0.3","0.9","1.0RC1","1.0RC2","1.0","1.0.1"]}]},{"name":"pdo_sqlsrv","license":"The MIT License (MIT)","summary":"Microsoft Drivers for PHP for SQL Server (PDO_SQLSRV)","description":"The Microsoft Drivers for PHP for SQL Server are PHP extensions that allow for the reading and writing of SQL Server data from within PHP scripts. The SQLSRV extension provides a procedural interface while the PDO_SQLSRV extension implements PDO for accessing data in all editions of SQL Server 2012 and later (including Azure SQL DB). These drivers rely on the Microsoft ODBC Driver for SQL Server to handle the low-level communication with SQL Server.\n*This package contains only the PDO_SQLSRV driver.*","phpv":[{"v":["2.0.1"],"min":"5.2.0"},{"v":["3.0.1"],"min":"5.3.6"},{"v":["4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.1.6","4.1.6.1","4.1.7preview","4.1.8preview","4.1.9preview","4.2.0preview","4.3.0RC1","4.3.0","5.0.0preview","5.1.0preview","5.1.1preview","5.1.2preview","5.2.0RC","5.2.0RC1","5.2.0","5.2.1preview","5.3.0"],"min":"7.0.0"},{"v":["5.4.0preview","5.5.0preview","5.6.0","5.6.1","5.7.0preview"],"min":"7.1.0"},{"v":["5.7.1preview","5.8.0","5.8.1","5.9.0preview1"],"min":"7.2.0"},{"v":["5.9.0beta2","5.9.0","5.10.0beta1","5.10.0beta2"],"min":"7.3.0"},{"v":["5.10.0"],"min":"7.4.0"},{"v":["5.10.1","5.11.0beta1"],"min":"7.3.0"},{"v":["5.11.0","5.11.1"],"min":"8.0.0"}],"confopts":[{"v":["2.0.1","3.0.1","4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.1.6","4.1.6.1","4.1.7preview","4.1.8preview","4.1.9preview","4.2.0preview","4.3.0RC1","4.3.0","5.0.0preview","5.1.0preview","5.1.1preview","5.1.2preview","5.2.0RC","5.2.0RC1","5.2.0","5.2.1preview","5.3.0","5.4.0preview","5.5.0preview","5.6.0","5.6.1","5.7.0preview","5.7.1preview","5.8.0","5.8.1","5.9.0preview1","5.9.0beta2","5.9.0","5.10.0beta1","5.10.0beta2","5.10.0","5.10.1","5.11.0beta1","5.11.0","5.11.1"]}]},{"name":"PDO_TAOS","license":"Apache2.0","summary":"TDengine driver for PDO","description":"This extension provides a TDengine database driver for PDO.\nTDengine is an open-sourced time-series big data platform, designed and optimized for IoT, faster on insert/query speeds.\nThis extension can be used to develop IoT projects with Swoole extension.\nThis extension is compatible with PHP versions since 7.0.","phpv":[{"v":["1.0.0","1.0.2","1.0.3"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.2","1.0.3"]}]},{"name":"pdo_user","license":"PHP","summary":"Userspace driver for PDO","description":"This extension provides a Userspace interface for PDO drivers","phpv":[{"v":["0.1.0","0.2.0","0.3.0"],"min":"5.0.3"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0"]}]},{"name":"PDO_XML","license":"GNU","summary":"PHP extension to export results from PHP PDO to XML","description":"PdoXml is an fast and easy to use PHP extension writen in C for export results from PHP PDO queries to XML. You can create XML document from database, export MySQL, PostgreSQL or other PHP supported databases to XML. Support both Windows and Linux."},{"name":"PECL_Gen","license":"PHP","summary":"Tool to generate PECL extensions from an XML description","description":"PECL_Gen has been split up into CodeGen and CodeGen_PECL\npackages and has moved back to PEAR","phpv":[{"v":["0.6.0","0.6.1","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","0.8.4","0.8.5","0.9.9"]}],"confopts":[{"v":["0.6.0","0.6.1","0.7.0","0.8.0","0.8.1","0.8.2","0.8.3","0.8.4","0.8.5","0.9.9"]}]},{"name":"pecl_http","license":"BSD-2-Clause","summary":"Extended HTTP Support","description":"This HTTP extension aims to provide a convenient and powerful\nset of functionality for one of PHPs major applications.\n\nIt eases handling of HTTP urls, headers and messages, provides\nmeans for negotiation of a client's preferred content type,\nlanguage and charset, as well as a convenient way to send any\narbitrary data with caching and resuming capabilities.\n\nIt provides powerful request functionality with support for\nparallel requests.\n\nDocumentation:\nhttps://mdref.m6w6.name/http","phpv":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","0.8.0","0.9.0","0.10.0","0.10.1","0.11.0","0.12.0","0.13.0"]},{"v":["0.14.0","0.14.1","0.14.2","0.15.0","0.16.0","0.17.0","0.18.0","0.18.1","0.19.0","0.20.0","0.21.0","0.22.0","0.23.0","0.23.1","0.24.0","0.24.1","0.25.0","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0RC5","1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.3.0","1.3.1","1.3.2","1.3.3","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1","1.5.0RC1","1.5.0RC2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.5.6","1.6.0b1","1.6.0b2","1.6.0RC1","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.7.0b1","1.7.0b2","1.7.0","1.7.1"],"min":"4.3","max":"6.0.0"},{"v":["1.7.2","1.7.3","1.7.4","1.7.5","1.7.6"],"min":"4.3"},{"v":["2.0.0dev1","2.0.0dev2","2.0.0dev3","2.0.0dev4","2.0.0dev5","2.0.0dev6","2.0.0dev7","2.0.0dev8","2.0.0dev9","2.0.0dev10","2.0.0alpha1"],"min":"5.3.99"},{"v":["2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0beta4","2.0.0beta5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0RC1","2.1.0RC2","2.1.0RC3","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.2.0RC1","2.2.0","2.2.1","2.3.0RC1","2.3.0","2.3.1","2.3.2","2.4.0","2.4.1","2.4.2","2.4.3","2.5.0RC1","2.5.0","2.5.1"],"min":"5.3.0"},{"v":["2.5.2","2.5.3","2.5.5","2.5.6","2.6.0beta1","2.6.0beta2","2.6.0RC1","2.6.0"],"min":"5.3.0","max":"7.0.0"},{"v":["3.0.0RC1","3.0.0","3.0.1","3.1.0beta1","3.1.0beta2","3.1.0RC1","3.1.0","3.1.1RC1","3.2.0RC1","3.2.0","3.2.1","3.2.2","3.2.3"],"min":"7.0.0"},{"v":["3.2.4","3.2.5","3.3.0"],"min":"7.0.0","max":"8.0.0"},{"v":["4.0.0beta1","4.0.0","4.1.0","4.2.0","4.2.1","4.2.2","4.2.3","4.2.4"],"min":"8.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","0.8.0","0.9.0","0.10.0","0.10.1","0.11.0","0.12.0","0.13.0"]},{"v":["0.14.0","0.14.1","0.14.2"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-mhash-etags","p":"whether to enable mhash ETag generator; specify libmhash directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"}]},{"v":["0.15.0","0.16.0"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-mhash-etags","p":"whether to enable mhash ETag generator; specify libmhash directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies","d":"yes"}]},{"v":["0.17.0"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-mhash-etags","p":"whether to enable mhash ETag generator; specify libmhash directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"}]},{"v":["0.18.0","0.18.1"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-mhash-etags","p":"whether to enable mhash ETag generator; specify libmhash directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"}]},{"v":["0.19.0","0.20.0","0.21.0","0.22.0","0.23.0","0.23.1","0.24.0","0.24.1","0.25.0","1.0.0RC1","1.0.0RC2","1.0.0RC3","1.0.0RC4","1.0.0RC5"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"}]},{"v":["1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.3.0","1.3.1","1.3.2","1.3.3","1.4.0RC1","1.4.0RC2","1.4.0","1.4.1"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-shared-deps","p":"whether to depend on extensions which have been built shared","d":"yes"}]},{"v":["1.5.0RC1"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-shared-deps","p":"whether to depend on extensions which have been built shared","d":"yes"},{"n":"enable-http-persistent-handles","p":"whether to enable per-process persistent cURL handles","d":"no"}]},{"v":["1.5.0RC2","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.5.6","1.6.0b1","1.6.0b2","1.6.0RC1","1.6.0","1.6.1","1.6.2","1.6.3","1.6.4","1.6.5","1.6.6","1.7.0b1","1.7.0b2","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.7.6"],"opts":[{"n":"with-http-curl-requests","p":"whether to enable cURL HTTP requests; specify libcurl directory","d":"yes"},{"n":"with-http-zlib-compression","p":"whether to enable support for gzencoded/deflated message bodies; specify zlib directory","d":"yes"},{"n":"with-http-magic-mime","p":"whether to enable response content type guessing; specify libmagic directory","d":"no"},{"n":"with-http-shared-deps","p":"whether to depend on extensions which have been built shared","d":"yes"}]},{"v":["2.0.0dev1","2.0.0dev2"],"opts":[{"n":"with-http","p":"Enable extended HTTP support","d":"yes"},{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libneon-dir","p":"where to find libneon","d":"/usr"},{"n":"with-http-libserf-dir","p":"where to find libserf","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"}]},{"v":["2.0.0dev3","2.0.0dev4","2.0.0dev5","2.0.0dev6","2.0.0dev7","2.0.0dev8","2.0.0dev9","2.0.0dev10","2.0.0alpha1","2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0beta4","2.0.0beta5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0RC1","2.1.0RC2","2.1.0RC3","2.1.0","2.1.1","2.1.2"],"opts":[{"n":"with-http","p":"Enable extended HTTP support","d":"yes"},{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"}]},{"v":["2.1.3","2.1.4","2.2.0RC1","2.2.0","2.2.1","2.3.0RC1","2.3.0","2.3.1","2.3.2","2.4.0","2.4.1","2.4.2","2.4.3","2.5.0RC1","2.5.0"],"opts":[{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"}]},{"v":["2.5.1","2.5.2","2.5.3","2.5.5","2.5.6","2.6.0beta1","2.6.0beta2","2.6.0RC1","2.6.0","3.0.0RC1","3.0.0","3.0.1","3.1.0beta1","3.1.0beta2"],"opts":[{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"},{"n":"with-http-libidn-dir","p":"where to find libidn","d":"/usr"}]},{"v":["3.1.0RC1","3.1.0","3.1.1RC1","3.2.0RC1","3.2.0","3.2.1","3.2.2","3.2.3","3.2.4","3.2.5","3.3.0","4.0.0beta1","4.0.0","4.1.0","4.2.0","4.2.1","4.2.2","4.2.3","4.2.4"],"opts":[{"n":"with-http-zlib-dir","p":"where to find zlib","d":"/usr"},{"n":"with-http-libcurl-dir","p":"where to find libcurl","d":"/usr"},{"n":"with-http-libevent-dir","p":"where to find libevent","d":"/usr"},{"n":"with-http-libicu-dir","p":"where to find libicu","d":"/usr"},{"n":"with-http-libidn2-dir","p":"where to find libidn2","d":"/usr"},{"n":"with-http-libidn-dir","p":"where to find libidn","d":"/usr"},{"n":"with-http-libidnkit2-dir","p":"where to find libidnkit2","d":"/usr"},{"n":"with-http-libidnkit-dir","p":"where to find libidnkit","d":"/usr"}]}]},{"name":"perforce","license":"BSD License","summary":"Perforce API Extension","description":"The Perforce extension wraps the Perforce C/C++ API. This gives PHP developers direct access to the native Perforce client functions.","phpv":[{"v":["0.2.0","0.3.0"]},{"v":["0.5.0"],"min":"5.0.0"},{"v":["0.6.0","0.9.0","0.9.1","0.9.2","0.9.3","1.0.0RC","1.0.0","1.0.1","1.0.3"],"min":"5.2.0"}],"confopts":[{"v":["0.2.0","0.3.0","0.5.0","0.6.0","0.9.0","0.9.1","0.9.2"]},{"v":["0.9.3","1.0.0RC","1.0.0","1.0.1","1.0.3"],"opts":[{"n":"with-perforce","p":"Path to P4API","d":"autodetect"}]}]},{"name":"perl","license":"PHP","summary":"Embedded Perl.","description":"This extension embeds Perl Interpreter into PHP. It allows execute Perl files, evaluate Perl code, access Perl variables and instantiate Perl objects.","phpv":[{"v":["0.6","1.0.0"]},{"v":["1.0.1"],"min":"5.0.0"}],"confopts":[{"v":["0.6","1.0.0","1.0.1"]}]},{"name":"phalcon","license":"BSD 3-Clause License","summary":"Phalcon is a full stack PHP framework offering low resource consumption and high performance.","description":"Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever its needed, without expensive file stats and file reads that traditional PHP frameworks employ.","phpv":[{"v":["4.0.2","4.0.3","4.0.4","4.0.5","4.0.6","4.1.0"],"min":"7.2.0","max":"8.0.0"},{"v":["4.1.2"],"min":"7.2.0","max":"7.4.99"},{"v":["5.0.0alpha3","5.0.0alpha5","5.0.0alpha6","5.0.0alpha7","5.0.0beta1","5.0.0beta2","5.0.0beta3"],"min":"7.4.1","max":"8.0.99"},{"v":["5.0.0RC1","5.0.0RC2","5.0.0RC3","5.0.0RC4","5.0.0","5.0.1","5.0.2","5.0.3","5.0.4","5.0.5","5.1.0","5.1.1","5.1.2","5.1.3","5.1.4"],"min":"7.4.1","max":"8.1.99"},{"v":["5.2.0","5.2.1","5.2.2","5.2.3","5.3.0","5.3.1","5.4.0"],"min":"7.4.1","max":"8.2.99"}],"confopts":[{"v":["4.0.2","4.0.3","4.0.4","4.0.5","4.0.6","4.1.0","4.1.2","5.0.0alpha3","5.0.0alpha5","5.0.0alpha6","5.0.0alpha7","5.0.0beta1","5.0.0beta2","5.0.0beta3","5.0.0RC1","5.0.0RC2","5.0.0RC3","5.0.0RC4","5.0.0","5.0.1","5.0.2","5.0.3","5.0.4","5.0.5","5.1.0","5.1.1","5.1.2","5.1.3","5.1.4","5.2.0","5.2.1","5.2.2","5.2.3","5.3.0","5.3.1","5.4.0"]}]},{"name":"phar","license":"PHP License","summary":"allows running of complete applications out of .phar files (like Java .jar files)","description":"This is the extension version of PEAR's PHP_Archive package. Support for\nzlib, bz2 and crc32 is achieved without any dependency other than the external\nzlib or bz2 extension.\n\n.phar files can be read using the phar stream, or with the Phar class. If the SPL extension\nis available, a Phar object can be used as an array to iterate over a phar's contents\nor to read files directly from the phar.\n\nPhar supports tar and zip file formats as well as the native phar file format, and can also be\nused to create data-only tar and zip archives with the PharData class, even if\nwrite access is disabled by the phar.readonly ini variable.\n\nExecutable phar archives can be created using the streams API or with the Phar class, if\nthe phar.readonly ini variable is set to false.\n\nFull support for MD5 and SHA1 signatures is possible. Signatures can be required\nif the ini variable phar.require_hash is set to true. When PECL extension hash is\navailable then SHA-256 and SHA-512 signatures are supported as well.\n\nPhar is APC-compatible, the latest APC will cache files within a phar archive, resulting in\na 6x speedup measured running phpMyAdmin as a phar archive.","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.2.2","1.2.3","2.0.0a1","2.0.0a2","2.0.0b1"],"min":"5.2.0"},{"v":["2.0.0RC1","2.0.0RC2","2.0.0"],"min":"5.2.1"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.2.2","1.2.3","2.0.0a1","2.0.0a2","2.0.0b1","2.0.0RC1","2.0.0RC2","2.0.0"]}]},{"name":"phdfs","license":"PHP License","summary":"PHP client library to communicate with the hadoop hdfs","description":"phdfs is using PHP to manipulate Hadoop HDFS.Extension is an interface to HDFS.Currently in use in the phone business consulting system","phpv":[{"v":["0.1.0","0.1.1","0.1.2"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2"]}]},{"name":"phk","license":"PHP License","summary":"An optional accelerator for Automap and PHK","description":"An optional accelerator for Automap and PHK.\n\nAutomap (http://automap.tekwire.net) is a fast map-based autoloader.\n\nPHK (http://phk.tekwire.net) is a PHP-oriented package/archive system.\n\nThis extension does not provide any new feature, it just provides a dramatic\nincrease in performance when using Automap and/or PHK.\n\nNote that there is no 'Automap' PECL extension anymore. The PHK extension now\nincludes it. So, this is the one you need, even if using Automap out of PHK\npackages.","phpv":[{"v":["3.0.1"],"min":"5.3.0"}],"confopts":[{"v":["3.0.1"]}]},{"name":"PHPScript","license":"PHP","summary":"Allows you to use PHP as an ActiveScript engine from within other applications","description":"this ActiveScript SAPI allows you to embed PHP into your Windows applications via the MS Scripting control, Windows Scripting Host or any other ActiveScript aware host application."},{"name":"php_trie","license":"PHP License","summary":"Trie and HAT trie data structures for PHP.","description":"Trie and HAT trie data structures for PHP.","phpv":[{"v":["0.1.0"],"min":"7.3.0","max":"7.4.99"},{"v":["0.1.1","0.1.2"],"min":"7.3.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2"]}]},{"name":"php_xcb","license":"PHP 3.01","summary":"A Wrapper to XCB, the X11 C Bindings","description":"php-xcb allows you to interact with the X desktop, create windows, and draw primitives, or even create a window manager"},{"name":"PKCS11","license":"PHP License","summary":"PHP Bindings for PKCS11 modules","description":"This extension provides an Object Oriented API for PKCS11 C_* functions to interact with a Hardware Security Module.","phpv":[{"v":["0.1"],"min":"7.0.0","max":"8.0.99"},{"v":["0.1.1","1.0","1.1","1.1.1","1.1.2"],"min":"7.4.0"}],"confopts":[{"v":["0.1","0.1.1","1.0","1.1","1.1.1","1.1.2"]}]},{"name":"pledge","license":"ISC License","summary":"OpenBSD's pledge / unveil support","description":"This is a PHP extension that adds support for OpenBSD's pledge and unveil system calls.","phpv":[{"v":["1.0.0","2.0.0","2.0.1","2.0.2","2.0.3","2.1.0","2.1.1","2.1.2"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","2.0.0","2.0.1","2.0.2","2.0.3","2.1.0","2.1.1","2.1.2"]}]},{"name":"POP3","license":"PHP","summary":"POP3 Client Library","description":"The POP3 extension makes it possible for a PHP\nscript to connect to and interact with a POP3 mail server.\nIt is based on the PHP streams interface and requires no\nexternal library.","phpv":[{"v":["0.1","1.0","1.0.1","1.0.2"]}],"confopts":[{"v":["0.1","1.0","1.0.1","1.0.2"]}]},{"name":"postparser","license":"PHP","summary":"Handle file file uploads within a php script","description":"This extension give the ability to authenticate users before actually downloading a file from the client (saving bandwidth), provide progress bars of downloaded files, stream files directly to disk (for example to encrypt a file directly to disk)."},{"name":"pq","license":"BSD-2-Clause","summary":"PostgreSQL client library (libpq) binding","description":"Documents: https://mdref.m6w6.name/pq\n\nHighlights:\n* Nearly complete support for asynchronous usage:\nhttps://mdref.m6w6.name/pq/Connection/%3A%20Asynchronous%20Usage\n* Extended type support by pg_type:\nhttps://mdref.m6w6.name/pq/Types/%3A%20Overview\n* Fetching simple multi-dimensional array maps:\nhttps://mdref.m6w6.name/pq/Result/map\n* Working Gateway implementation:\nhttps://mdref.m6w6.name/pq-gateway","phpv":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","0.5.1","0.5.2","0.5.3","0.5.4","0.5.5","0.6.0RC1","0.6.0RC2"],"min":"5.4"},{"v":["0.6.0","1.0.0RC1","1.0.0","1.0.1","1.1.0","1.1.1"],"min":"5.4.0","max":"7.0.0"},{"v":["2.0.0RC1","2.0.0","2.0.1"],"min":"7.0.0"},{"v":["2.1.0"],"min":"5.4.0","max":"7.0.0"},{"v":["2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.1.7","2.1.8","2.2.0","2.2.1","2.2.2"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0"],"opts":[{"n":"with-pq","p":"whether to enable libpq support","d":"yes"}]},{"v":["0.5.0","0.5.1","0.5.2","0.5.3","0.5.4"]},{"v":["0.5.5","0.6.0RC1","0.6.0RC2","0.6.0","1.0.0RC1","1.0.0","1.0.1","1.1.0","1.1.1","2.0.0RC1","2.0.0","2.0.1","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.1.7","2.1.8","2.2.0","2.2.1","2.2.2"],"opts":[{"n":"with-pq","p":"where to find the postgresql library/headers","d":"yes"}]}]},{"name":"PreProcessor","license":"PHP","summary":"PHP Macro Preprocessor","description":"PHP Macro Preprocessor should provide functionality similar to the C++ preprocessor facilities, e.g. allow user to make some manipulation with code before interpretation starts.\nC++ macro preprocessing is widely used by almost all C++ developers, though it is often considered a C-like feature. It proved itself helpful in practice, so PHP as a very practical language should have similar feature. The main idea is to modify code in certain way even before interpretation starts, and do it more efficiently then it will be done with plain PHP features.\n\nThe scope is to enable users to work with macro-names in all possible means. So, the #define, #undef, #ifdef, #ifndef, #else, #endif statements will be implemented."},{"name":"printer","license":"PHP License 2.02","summary":"Extension to control a printer or or draw to printer device on Windows","description":"Printer allows drawing (text, lines, ellipse, paging, etc.) and spool controlling operation using a printer device on Windows."},{"name":"proctitle","license":"PHP License","summary":"Allows setting the current process name on Linux and BSD","description":"This extension allows changing the current process' name on Linux and *BSD systems. This is useful when using pcntl_fork() to identify running processes in process list","phpv":[{"v":["0.1.0","0.1.1","0.1.2"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2"]}]},{"name":"propro","license":"BSD-2-Clause","summary":"Property proxy","description":"A reusable split-off of pecl_http's property proxy API.","phpv":[{"v":["0.1.0","1.0.0"],"min":"5.3"},{"v":["1.0.2RC1","1.0.2"],"min":"5.3.0","max":"7.0.0"},{"v":["2.0.0RC1","2.0.0","2.0.1","2.1.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","1.0.0"],"opts":[{"n":"enable-propro","p":"whether to enable property proxy support","d":"yes"}]},{"v":["1.0.2RC1","1.0.2","2.0.0RC1","2.0.0","2.0.1","2.1.0"]}]},{"name":"protobuf","license":"3-Clause BSD License","summary":"Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.","description":"https://developers.google.com/protocol-buffers/","phpv":[{"v":["3.1.0a1","3.2.0a1","3.3.0","3.3.2","3.4.0","3.5.0","3.5.0.1","3.5.1","3.5.1.1","3.6.0","3.6.1","3.7.0RC2","3.7.0RC3","3.7.0","3.7.1","3.8.0RC1","3.8.0","3.9.0RC1","3.9.0","3.9.1","3.9.2","3.10.0RC1","3.10.0","3.11.0RC1","3.11.0RC2","3.11.0","3.11.1","3.11.2","3.11.3","3.11.4","3.12.0RC1","3.12.0RC2","3.12.0","3.12.1","3.12.2","3.12.3","3.12.4"],"min":"5.5.9"},{"v":["3.13.0RC3","3.13.0","3.13.0.1","3.14.0RC1","3.14.0RC2","3.14.0RC3","3.14.0","3.15.0RC1","3.15.0RC2","3.15.0","3.15.1","3.15.2","3.15.3","3.15.4","3.15.5","3.15.6","3.15.7","3.15.8","3.16.0RC1","3.16.0RC2","3.16.0","3.17.0RC1","3.17.0RC2","3.17.0","3.17.1","3.17.2","3.17.3","3.18.0RC1","3.18.0RC2","3.18.0","3.18.1","3.18.2","3.18.3","3.19.0RC1","3.19.0RC2","3.19.0","3.19.1","3.19.2","3.19.3","3.19.4","3.19.5","3.19.6","3.20.0RC1","3.20.0RC2","3.20.0","3.20.1RC1","3.20.1","3.20.2","3.20.3","3.21.0RC1","3.21.0RC2","3.21.0","3.21.1","3.21.2","3.21.3","3.21.4","3.21.5","3.21.6","3.21.7","3.21.8","3.21.9","3.21.10","3.21.11","3.21.12","3.22.0RC1","3.22.0RC2","3.22.0RC3","3.22.0","3.22.1","3.22.3","3.22.4","3.22.5","3.23.0RC2","3.23.0RC3","3.23.0","3.23.1","3.23.2","3.23.3","3.23.4","3.24.0RC1","3.24.0RC2","3.24.0RC3","3.24.0","3.24.1","3.24.2","3.24.3","3.24.4","3.25.0RC1"],"min":"7.0.0"},{"v":["3.25.0RC2","3.25.0","3.25.1"],"min":"8.0.0"},{"v":["4.0.0RC1"],"min":"5.5.9"},{"v":["4.0.0RC2"],"min":"7.0.0"}],"confopts":[{"v":["3.1.0a1","3.2.0a1","3.3.0","3.3.2","3.4.0","3.5.0","3.5.0.1","3.5.1","3.5.1.1","3.6.0","3.6.1","3.7.0RC2","3.7.0RC3","3.7.0","3.7.1","3.8.0RC1","3.8.0","3.9.0RC1","3.9.0","3.9.1","3.9.2","3.10.0RC1","3.10.0","3.11.0RC1","3.11.0RC2","3.11.0","3.11.1","3.11.2","3.11.3","3.11.4","3.12.0RC1","3.12.0RC2","3.12.0","3.12.1","3.12.2","3.12.3","3.12.4","3.13.0RC3","3.13.0","3.13.0.1","3.14.0RC1","3.14.0RC2","3.14.0RC3","3.14.0","3.15.0RC1","3.15.0RC2","3.15.0","3.15.1","3.15.2","3.15.3","3.15.4","3.15.5","3.15.6","3.15.7","3.15.8","3.16.0RC1","3.16.0RC2","3.16.0","3.17.0RC1","3.17.0RC2","3.17.0","3.17.1","3.17.2","3.17.3","3.18.0RC1","3.18.0RC2","3.18.0","3.18.1","3.18.2","3.18.3","3.19.0RC1","3.19.0RC2","3.19.0","3.19.1","3.19.2","3.19.3","3.19.4","3.19.5","3.19.6","3.20.0RC1","3.20.0RC2","3.20.0","3.20.1RC1","3.20.1","3.20.2","3.20.3","3.21.0RC1","3.21.0RC2","3.21.0","3.21.1","3.21.2","3.21.3","3.21.4","3.21.5","3.21.6","3.21.7","3.21.8","3.21.9","3.21.10","3.21.11","3.21.12","3.22.0RC1","3.22.0RC2","3.22.0RC3","3.22.0","3.22.1","3.22.3","3.22.4","3.22.5","3.23.0RC2","3.23.0RC3","3.23.0","3.23.1","3.23.2","3.23.3","3.23.4","3.24.0RC1","3.24.0RC2","3.24.0RC3","3.24.0","3.24.1","3.24.2","3.24.3","3.24.4","3.25.0RC1","3.25.0RC2","3.25.0","3.25.1","4.0.0RC1","4.0.0RC2"]}]},{"name":"protocolbuffers","license":"New BSD License","summary":"Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.","description":"Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the \"old\" format.","phpv":[{"v":["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"],"min":"5.2.0"}],"confopts":[{"v":["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"]}]},{"name":"ps","license":"BSD style","summary":"An extension to create PostScript files","description":"ps is an extension similar to the pdf extension but for creating PostScript files. Its api is modelled after the pdf extension.","phpv":[{"v":["1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5"]},{"v":["1.3.6","1.3.7","1.4.0"],"min":"4.3.10"},{"v":["1.4.1","1.4.2","1.4.3","1.4.4"],"min":"7.0.0"}],"confopts":[{"v":["1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5"]},{"v":["1.3.6","1.3.7","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4"],"opts":[{"n":"with-ps","p":"path to pslib installation?"}]}]},{"name":"pspell","license":"PHP 3.01","summary":"This extension allows you to check the spelling of a word and offer suggestions","description":"This extension allows you to check the spelling of a word and offer suggestions.","phpv":[{"v":["1.0.0","1.0.1"],"min":"8.1.0"}],"confopts":[{"v":["1.0.0","1.0.1"]}]},{"name":"psr","license":"BSD-2-Clause","summary":"PSR interfaces","description":"This extension provides the accepted PSR interfaces, so they can be used in an extension.\n\nSee http://www.php-fig.org/psr/","phpv":[{"v":["0.3.0RC1","0.3.0RC3","0.3.0RC4","0.3.0","0.4.0"],"min":"5.4.0","max":"7.2.99"},{"v":["0.5.0","0.5.1"],"min":"5.4.0","max":"7.3.99"},{"v":["0.6.0","0.6.1"],"min":"5.6.0","max":"7.3.99"},{"v":["0.7.0"],"min":"7.0.0","max":"7.4.99"},{"v":["1.0.0","1.0.1","1.1.0"],"min":"7.0.0"},{"v":["1.2.0"],"min":"7.3.0"}],"confopts":[{"v":["0.3.0RC1","0.3.0RC3","0.3.0RC4","0.3.0","0.4.0","0.5.0","0.5.1","0.6.0","0.6.1","0.7.0","1.0.0","1.0.1","1.1.0","1.2.0"]}]},{"name":"pthreads","license":"PHP License","summary":"Threading API","description":"A compatible Threading API for PHP","phpv":[{"v":["0.0.33","0.0.35","0.0.36","0.0.37","0.0.38","0.0.39","0.0.40","0.0.41","0.0.42","0.0.43","0.0.44","0.0.45","0.1.0","1.0.0","1.0.1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10"],"min":"5.3.0"},{"v":["3.0.0","3.0.1"],"min":"7.0.0"},{"v":["3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8"],"min":"7.0.0RC2"},{"v":["3.1.0","3.1.1"],"min":"7.0.0RC7"},{"v":["3.1.2","3.1.3","3.1.4","3.1.5","3.1.6"],"min":"7.0.0RC5"}],"confopts":[{"v":["0.0.33","0.0.35","0.0.36","0.0.37","0.0.38","0.0.39","0.0.40","0.0.41","0.0.42","0.0.43","0.0.44","0.0.45","0.1.0","1.0.0","1.0.1","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6"]}]},{"name":"python","license":"MIT License","summary":"Embedded Python","description":"This extension allows the Python interpreter to be embedded inside of PHP, allowing for the instantiate and manipulation of Python objects from within PHP.","phpv":[{"v":["0.6.0","0.7.0"]},{"v":["0.8.0"],"min":"5.0.0"}],"confopts":[{"v":["0.6.0","0.7.0","0.8.0"]}]},{"name":"qb","license":"PHP License","summary":"Accelerator designed mainly for graphic work","description":"QB stands for \"Quick Binary.\" It's a PHP extension designed to enable faster handling of binary data. It takes a function written in PHP and translate it for a specialized virtual machine. The use of static type information leads significantly higher performance than under PHP's regular dynamic type system. A PHP+QB function can run anywhere from five to twenty times faster than regular PHP code. For even higher level of performance, one can compile PHP+QB functions to native code (on supported platforms).\n\nQB performs code translation on a per-function basis. It does not affect in anyway code not specially marked. Interaction between PHP+QB functions and regular PHP code is basically seamless. A key design objective of QB is to let developers harness greater processing power than what baseline PHP offers without the risk involved in adopting a brand new platform.","phpv":[{"v":["2.1.1","2.1.2","2.2.0","2.3","2.4.0"],"min":"5.2.0"}],"confopts":[{"v":["2.1.1","2.1.2","2.2.0","2.3","2.4.0"]}]},{"name":"qqwry","license":"New BSD","summary":"Get IP location from QQWry file","description":"QQWry is a file that contains IP geo locations information. This ext can be used to look for the geo locations in the QQWry file with IPs","phpv":[{"v":["0.1.0"],"min":"5"}],"confopts":[{"v":["0.1.0"]}]},{"name":"quickhash","license":"The PHP License","summary":"Provides a set of specific strongly-typed classes for sets and hashing","description":"This extension contains four classes for managing: an integer set, an integer\nhash, integer to string hash and a string to integer hash. The main features\nare low memory consumption and fast serialization and deserialization of\nthe sets and hashes.","phpv":[{"v":["0.1.0","1.0.0"],"min":"5.2.0"},{"v":["1.1.1"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","1.0.0","1.1.1"]}]},{"name":"radius","license":"BSD","summary":"Radius client library","description":"This package is based on the libradius of FreeBSD, with some modifications and extensions.\nThis PECL provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866),\nworks on Unix and on Windows. Its an easy way to authenticate your users against the user-database of your\nOS (for example against Windows Active-Directory via IAS).","phpv":[{"v":["1.1","1.2","1.2.1","1.2.2","1.2.3","1.2.4"]},{"v":["1.2.5"],"min":"4.0.0"},{"v":["1.2.6","1.2.7","1.3.0b1","1.3.0"],"min":"4.3.0"},{"v":["1.4.0b1"],"min":"5.3.0"}],"confopts":[{"v":["1.1","1.2","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.3.0b1","1.3.0","1.4.0b1"]}]},{"name":"raphf","license":"BSD-2-Clause","summary":"Resource and persistent handles factory","description":"A reusable split-off of pecl_http's persistent handle and resource factory API.","phpv":[{"v":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0"],"min":"5.3"},{"v":["1.1.1RC1","1.1.1","1.1.2"],"min":"5.3.0","max":"7.0.0"},{"v":["2.0.0RC1","2.0.0","2.0.1"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4"],"opts":[{"n":"enable-raphf","p":"whether to enable raphf support","d":"yes"}]},{"v":["1.1.0","1.1.1RC1","1.1.1","1.1.2","2.0.0RC1","2.0.0","2.0.1"]}]},{"name":"rar","license":"PHP License","summary":"rar extension","description":"PHP extension for reading RAR archives using bundled unRAR library.","phpv":[{"v":["0.1","0.2","0.3.0","0.3.1"]},{"v":["1.0.0"],"min":"4.0.0"},{"v":["2.0.0b2","2.0.0RC1","2.0.0","3.0.0","3.0.1","3.0.2"],"min":"5.2.0"},{"v":["4.0.0","4.1.0","4.2.0"],"min":"5.3.0"}],"confopts":[{"v":["0.1","0.2","0.3.0","0.3.1","1.0.0","2.0.0b2","2.0.0RC1","2.0.0","3.0.0","3.0.1","3.0.2","4.0.0","4.1.0","4.2.0"]}]},{"name":"rdkafka","license":"MIT License","summary":"Kafka client based on librdkafka","description":"This extension is a librdkafka binding providing a working client for Kafka","phpv":[{"v":["0.0.1","0.0.2","0.9.0"],"min":"5.4.0"},{"v":["0.9.1"],"min":"5.3.0"},{"v":["1.0.0"],"min":"5.3.0","max":"5.99"},{"v":["2.0.0","2.0.1"],"min":"7.0"},{"v":["3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5"],"min":"5.3.0","max":"7.99.99"},{"v":["3.1.0","3.1.1","3.1.2","3.1.3","4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1","4.1.2"],"min":"5.6.0","max":"7.99.99"},{"v":["5.0.0","5.0.1","5.0.2","6.0.0RC1","6.0.0RC2","6.0.0","6.0.1","6.0.2","6.0.3"],"min":"7.0.0","max":"8.99.99"}],"confopts":[{"v":["0.0.1","0.0.2","0.9.0","0.9.1","1.0.0","2.0.0","2.0.1","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.1.0","3.1.1","3.1.2","3.1.3","4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1","4.1.2","5.0.0","5.0.1","5.0.2","6.0.0RC1","6.0.0RC2","6.0.0","6.0.1","6.0.2"]},{"v":["6.0.3"],"opts":[{"n":"with-rdkafka","p":"librdkafka installation path?","d":"autodetect"}]}]},{"name":"re2","license":"PHP License","summary":"Extension for RE2","description":"This extension provides a PCRE-like interface to RE2, \"an efficient, principled regular expression library\".","phpv":[{"v":["0.0.1RC1"],"min":"5.2.0"}],"confopts":[{"v":["0.0.1RC1"],"opts":[{"n":"with-re2","p":"Please provide the prefix of the RE2 installation","d":"autodetect"}]}]},{"name":"recode","license":"PHP","summary":"Convert between character sets/encodings","description":"Convert between character sets/encodings"},{"name":"redis","license":"PHP","summary":"PHP extension for interfacing with Redis","description":"This extension provides an API for communicating with Redis servers.","phpv":[{"v":["2.2.3","2.2.4","2.2.5","2.2.7","2.2.8"],"min":"5.2.0","max":"6.0.0"},{"v":["3.0.0"],"min":"7.0.0","max":"7.1.0"},{"v":["3.1.0"],"min":"5.2.0","max":"7.1.0"},{"v":["3.1.1RC2","3.1.1"],"min":"5.2.0","max":"7.9.99"},{"v":["3.1.2","3.1.3RC1","3.1.3RC2","3.1.3","3.1.4RC1","3.1.4RC2","3.1.4RC3","3.1.4","3.1.5RC1","3.1.5RC2","3.1.5","3.1.6","4.0.0RC1","4.0.0RC2","4.0.0","4.0.1","4.0.2","4.1.0RC1","4.1.0RC2","4.1.0RC3","4.1.0","4.1.1","4.2.0RC1","4.2.0RC2","4.2.0RC3","4.2.0","4.3.0RC1","4.3.0RC2","4.3.0"],"min":"5.3.0","max":"7.9.99"},{"v":["5.0.0RC1","5.0.0RC2","5.0.0","5.0.1","5.0.2","5.1.0RC1","5.1.0RC2","5.1.0","5.1.1","5.2.0RC1","5.2.0RC2","5.2.0","5.2.1","5.2.2","5.3.0RC1","5.3.0RC2","5.3.0","5.3.1"],"min":"7.0.0","max":"7.9.99"},{"v":["5.3.2RC1","5.3.2RC2","5.3.2","5.3.3","5.3.4","5.3.5RC1","5.3.5","5.3.6","5.3.7RC1","5.3.7RC2","5.3.7","6.0.0RC1"],"min":"7.0.0"},{"v":["6.0.0RC2","6.0.0","6.0.1","6.0.2"],"min":"7.2.0"}],"confopts":[{"v":["2.2.3","2.2.4","2.2.5","2.2.7","2.2.8","3.0.0","3.1.0","3.1.1RC2","3.1.1","3.1.2"]},{"v":["3.1.3RC1","3.1.3RC2","3.1.3","3.1.4RC1","3.1.4RC2","3.1.4RC3","3.1.4","3.1.5RC1","3.1.5RC2","3.1.5","3.1.6"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"}]},{"v":["4.0.0RC1","4.0.0RC2","4.0.0","4.0.1","4.0.2","4.1.0RC1","4.1.0RC2","4.1.0RC3","4.1.0","4.1.1","4.2.0RC1","4.2.0RC2","4.2.0RC3","4.2.0","4.3.0RC1","4.3.0RC2","4.3.0","5.0.0RC1","5.0.0RC2","5.0.0","5.0.1","5.0.2"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-redis-lzf","p":"enable lzf compression support?","d":"no"}]},{"v":["5.1.0RC1","5.1.0RC2","5.1.0","5.1.1","5.2.0RC1","5.2.0RC2","5.2.0","5.2.1","5.2.2","5.3.0RC1","5.3.0RC2","5.3.0","5.3.1","5.3.2RC1","5.3.2RC2","5.3.2","5.3.3","5.3.4","5.3.5RC1","5.3.5","5.3.6","5.3.7RC1","5.3.7RC2","5.3.7"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-redis-lzf","p":"enable lzf compression support?","d":"no"},{"n":"enable-redis-zstd","p":"enable zstd compression support?","d":"no"}]},{"v":["6.0.0RC1"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-redis-lzf","p":"enable lzf compression support?","d":"no"},{"n":"enable-redis-zstd","p":"enable zstd compression support?","d":"no"},{"n":"enable-redis-msgpack","p":"enable msgpack serializer support?","d":"no"},{"n":"enable-redis-lz4","p":"enable lz4 compression?","d":"no"}]},{"v":["6.0.0RC2","6.0.0","6.0.1","6.0.2"],"opts":[{"n":"enable-redis-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-redis-lzf","p":"enable lzf compression support?","d":"no"},{"n":"enable-redis-zstd","p":"enable zstd compression support?","d":"no"},{"n":"enable-redis-msgpack","p":"enable msgpack serializer support?","d":"no"},{"n":"enable-redis-lz4","p":"enable lz4 compression?","d":"no"},{"n":"with-liblz4","p":"use system liblz4?","d":"yes"}]}]},{"name":"ref","license":"The MIT License (MIT)","summary":"Soft and Weak references support in PHP","description":"This extension adds Soft and Weak references support to PHP 7 and may serve as a ground for other data structures that require advanced referencing model.","phpv":[{"v":["0.4.1"],"min":"7.0"},{"v":["0.4.2","0.4.3","0.4.4"],"min":"7.0.3"},{"v":["0.5.0"],"min":"7.1.0"},{"v":["0.6.0"],"min":"7.2.0"}],"confopts":[{"v":["0.4.1","0.4.2","0.4.3","0.4.4","0.5.0","0.6.0"]}]},{"name":"request","license":"MIT","summary":"Provides server-side request and response objects.","description":"This extension provides server-side request and response objects for PHP 7.\nThese are *not* HTTP message objects proper. They are more like wrappers\nfor existing global PHP variables and functions, with some limited\nadditional convenience functionality.\n\nThis extension defines two classes in the global namespace:\n\n- ServerRequest, composed of read-only copies of PHP superglobals and some\nother commonly-used values, with methods for adding application-specific\nrequest information in immutable fashion.\n\n- ServerResponse, essentially a wrapper around (and buffer for) response-\nrelated PHP functions, with some additional convenience methods, and self-\nsending capability.\n\nDocumentation: https://github.com/pmjones/ext-request\n\nA PHP 5 userland implementation that tracks this extension is available at\nhttps://packagist.org/packages/pmjones/request .","phpv":[{"v":["1.0.0a1","1.0.0a2","1.0.0b1","1.0.0b2"],"min":"7.0.0"},{"v":["2.0.0"],"min":"7.3.0"}],"confopts":[{"v":["1.0.0a1","1.0.0a2","1.0.0b1","1.0.0b2","2.0.0"]}]},{"name":"riak","license":"Apache 2","summary":"Riak database PHP extension","description":"Fast protocol buffers client for Riak database and session module.","phpv":[{"v":["0.4.0","0.4.1","0.4.2","0.4.3","0.5.0","0.5.1","0.5.2","0.5.4","0.6.0","0.6.1","0.6.2","0.7.0","0.8.0","0.9.0","0.9.1","1.0.0","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.2.0"],"min":"5.3.0","max":"6.0.0"}],"confopts":[{"v":["0.4.0","0.4.1","0.4.2","0.4.3","0.5.0","0.5.1","0.5.2","0.5.4","0.6.0","0.6.1","0.6.2","0.7.0","0.8.0","0.9.0","0.9.1","1.0.0","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.2.0"]}]},{"name":"rnp","license":"BSD","summary":"High-performance OpenPGP library","description":"RNP is a high-performance OpenPGP library compatible with RFC 4880 and offers AEAD (OCB) functionality.","phpv":[{"v":["0.1.1","0.2.0"],"min":"8.0.0"}],"confopts":[{"v":["0.1.1","0.2.0"]}]},{"name":"rpminfo","license":"PHP 3.01","summary":"RPM information","description":"Retrieve RPM information using librpm.\nAvailable functions:\n- rpmvercmp to compare 2 EVRs\n- rpminfo to retrieve information from a RPM file\n- rpmdbinfo to rerieve information from an installed RPM\n- rpmdbsearch to search installed RPMs","phpv":[{"v":["0.1.2","0.2.0","0.2.1","0.2.2","0.2.3","0.3.0","0.3.1","0.4.0","0.4.1","0.4.2","0.5.0","0.5.1"],"min":"7.0.0"},{"v":["0.6.0"],"min":"7.2.0"},{"v":["0.7.0","1.0.0","1.0.1","1.1.0"],"min":"8.0.0"}],"confopts":[{"v":["0.1.2","0.2.0","0.2.1","0.2.2","0.2.3","0.3.0","0.3.1","0.4.0","0.4.1","0.4.2","0.5.0","0.5.1","0.6.0","0.7.0","1.0.0","1.0.1","1.1.0"]}]},{"name":"rpmreader","license":"PHP 3.0","summary":"RPM file meta information reader","description":"rpmreader is an extension that provides the ability to\nread RedHat Package Manager (RPM) files' header information. This\nextension currently does not provide the functionality to read the\nsignature or archive sections of the RPM file.","phpv":[{"v":["0.1"]},{"v":["0.2"],"min":"5.0.0","max":"5.1.0"},{"v":["0.3"],"min":"4.4.1","max":"5.1.0"},{"v":["0.4"],"min":"4.4.1"}],"confopts":[{"v":["0.1","0.2","0.3","0.4"]}]},{"name":"rrd","license":"BSD","summary":"PHP bindings to rrd tool system","description":"Procedural and simple OO wrapper for rrdtool - data logging and graphing system for time series data.","phpv":[{"v":["0.9.0"],"min":"5.2"},{"v":["0.10.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5RC1","1.0.5RC2","1.0.5","1.1.0","1.1.1","1.1.2","1.1.3"],"min":"5.3.2"},{"v":["2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0","2.0.1","2.0.2","2.0.3"],"min":"7.0.0"}],"confopts":[{"v":["0.9.0","0.10.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5RC1","1.0.5RC2","1.0.5","1.1.0","1.1.1","1.1.2","1.1.3","2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0","2.0.1","2.0.2","2.0.3"]}]},{"name":"rsvg","license":"PHP License","summary":"RSVG Extension","description":"RSVG is a library for rendering SVG images, which","phpv":[{"v":["0.1.0","0.1.1"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1"],"opts":[{"n":"with-rsvg","p":"Please provide the prefix of the RSVG installation","d":"autodetect"}]}]},{"name":"rsync","license":"Modified BSD License","summary":"Wrapper for librsync library","description":"The librsync library itself can be found at http://librsync.sourceforge.net/ and implements rsync remote-delta algorithm (http://rsync.samba.org/tech_report).\n\nThis algorithm is using a rolling check-sum and a md4 check-sum for\nblocks of the file to generate a signature file. The signature file is used\nto generate a diff from the file on the remote site. This diff can be\nused on the local site to patch the file.\nThe Algorithm is from rsync 1.x and not compatible with rsync 2.x.","phpv":[{"v":["0.1.0"],"min":"5.2.6"}],"confopts":[{"v":["0.1.0"]}]},{"name":"runkit","license":"BSD License (3 Clause)","summary":"For all those things you.... probably shouldn't have been doing anyway.... but surely do!","description":"Replace, rename, and remove user defined functions and classes.\nDefine customized superglobal variables for general purpose use.\nExecute code in restricted environment (sandboxing).","phpv":[{"v":["0.7"]},{"v":["0.8","0.8.1","0.9","1.0.1","1.0.2","1.0.3"],"min":"4.0.0"},{"v":["1.0.4"],"min":"5.0.0"}],"confopts":[{"v":["0.7","0.8","0.8.1","0.9","1.0.1","1.0.2","1.0.3","1.0.4"]}]},{"name":"runkit7","license":"BSD License (3 Clause)","summary":"Runkit7 : For all those things you.... probably shouldn't have been doing anyway.... but surely do!","description":"Replace, rename, and remove user defined functions, methods, and constants.\nDefine customized superglobal variables for general purpose use.","phpv":[{"v":["2.0.2","2.0.3","2.1.0","3.0.0a1","3.0.0RC1","3.0.0","3.1.0a1"],"min":"7.1.0"},{"v":["4.0.0a1","4.0.0a2","4.0.0a3","4.0.0a5","4.0.0a6"],"min":"7.2.0"}],"confopts":[{"v":["2.0.2","2.0.3","2.1.0","3.0.0a1","3.0.0RC1","3.0.0","3.1.0a1","4.0.0a1","4.0.0a2","4.0.0a3","4.0.0a5","4.0.0a6"]}]},{"name":"sam","license":"Apache 2.0","summary":"SAM - Simple Asynchronous Messaging for PHP","description":"Simple Asynchronous Messaging (SAM) allows PHP applications to send and receive messages to a number of different Messaging and Queuing middleware systems through a very simple interface.","phpv":[{"v":["0.1.0","0.2.0","0.3.0","1.0.0","1.1.0"]}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","1.0.0","1.1.0"]}]},{"name":"sandbox","license":"PHP License","summary":"Isolated environment","description":"A sandbox is an isolated environment (a thread in our case); Things may go\nvery badly wrong in the sandbox environment and not effect the environment\nthat created it. This means that we must try very hard to limit the\ninfluence each environment has on the other. So the prototype and\ninstructions of entry point \"Closures\" are verified to ensure they will not\nreduce or break isolation.\n\nIn practice this means entry point closures must not:\n\n* accept or return by reference\n* accept or return objects\n* execute a limited set of instructions\n\nInstructions prohibited directly in the sandbox are:\n\n* declare (anonymous) function\n* declare (anonymous) class\n* lexical scope access\n* yield\n\nNo instructions are prohibited in the files which the sandbox may include,\nbut allowing these instructions directly in the code which the sandbox\nexecutes at entry would break the isolation of the sandbox such that we\ncouldn't be sure the system would remain stable.\n\nWith these restrictions in place, we can be sure that a sandbox may do\nanything up to but excluding making PHP segfault, and not effect the\nenvironment that created it.","phpv":[{"v":["0.1.1","0.1.2","0.1.3"],"min":"7.1.0"}],"confopts":[{"v":["0.1.1","0.1.2","0.1.3"]}]},{"name":"sasl","license":"PHP License","summary":"Cyrus SASL Extension","description":"SASL is the Simple Authentication and Security Layer (as defined by RFC 2222). It provides a system for adding plugable authenticating support to connection-based protocols. The SASL Extension for PHP makes the Cyrus SASL library functions available to PHP. It aims to provide a 1-to-1 wrapper around the SASL library to provide the greatest amount of implementation flexibility. To that end, it is possible to build both a client-side and server-side SASL implementation entirely in PHP.","phpv":[{"v":["0.1.0"]}],"confopts":[{"v":["0.1.0"]}]},{"name":"SCA_SDO","license":"Apache 2.0","summary":"Service Component Architecture (SCA) and Service Data Objects (SDO) for PHP","description":"Service Data Objects (SDOs) enable PHP applications to work with data from different sources (typically a database query or an XML file) using a single interface. SCA for PHP allows a PHP programmer to write reusable components (classes) in PHP, which can be called either locally, or in a a variety of ways remotely (soap web services, xml-rpc, json-rpc, REST, etc), but always with the same interface.","phpv":[{"v":["0.5.0","0.5.1","0.5.2","0.6.1","0.7.0","0.7.1","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4"]}],"confopts":[{"v":["0.5.0","0.5.1","0.5.2","0.6.1","0.7.0","0.7.1","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4"]}]},{"name":"scoutapm","license":"MIT","summary":"Native Extension Component for ScoutAPM's PHP Agent","description":"ScoutAPM's extension for PHP provides additional capabilities to application monitoring over just using the base PHP userland library.","phpv":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","1.0.0","1.0.1","1.0.2"],"min":"7.1.0"},{"v":["1.1.0","1.1.1"],"min":"7.1.0","max":"7.4.99"},{"v":["1.2.0","1.2.1","1.2.2","1.3.0","1.4.0","1.4.1","1.4.2","1.4.3","1.5.0","1.5.1"],"min":"7.1.0","max":"8.0.99"},{"v":["1.6.0","1.7.0","1.8.0","1.8.1","1.8.2","1.8.3"],"min":"7.1.0","max":"8.1.99"},{"v":["1.9.0","1.9.1"],"min":"7.1.0","max":"8.2.99"},{"v":["1.10.0"],"min":"7.1.0","max":"8.3.99"}],"confopts":[{"v":["0.0.1","0.0.2","0.0.3","0.0.4","1.0.0","1.0.1","1.0.2","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.3.0","1.4.0","1.4.1","1.4.2","1.4.3","1.5.0","1.5.1","1.6.0","1.7.0","1.8.0","1.8.1","1.8.2","1.8.3","1.9.0","1.9.1","1.10.0"]}]},{"name":"scream","license":"PHP License","summary":"Break the silence operator","description":"Allows you to disable the silence operator (@) to get all error messages","phpv":[{"v":["0.1.0"],"min":"5.1.0"}],"confopts":[{"v":["0.1.0"]}]},{"name":"scrypt","license":"BSD 2-Clause","summary":"Scrypt hashing function","description":"A PHP wrapper to Colin Percival's scrypt implementation.","phpv":[{"v":["1.2","1.3"],"min":"5.2"},{"v":["1.4","1.4.1","1.4.2","1.4.3"],"min":"5.3"},{"v":["2.0.0","2.0.1"],"min":"7.0"}],"confopts":[{"v":["1.2","1.3","1.4","1.4.1","1.4.2","1.4.3","2.0.0","2.0.1"],"opts":[{"n":"enable-scrypt","p":"whether to enable scrypt support","d":"yes"}]}]},{"name":"sdl","license":"PHP","summary":"SDL for PHP","description":"Bindings of the SDL2 (Simple DirectMedia Layer) library for PHP.","phpv":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3"],"min":"5.3"},{"v":["2.1.0","2.2.0"],"min":"7.2.0"},{"v":["2.2.2","2.3.0"],"min":"7.3.0"},{"v":["2.4.0"],"min":"7.4.0"},{"v":["2.5.0","2.6.0","2.7.0"],"min":"8.0.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","2.1.0","2.2.0","2.2.2","2.3.0","2.4.0","2.5.0","2.6.0","2.7.0"]}]},{"name":"sdl_image","license":"Zlib","summary":"Binding of SDL_image for PHP","description":"SDL_image for PHP allows to load images (PNG, JPG, BMP, TGA, TIF, etc.) and create SDL_Texture or SDL_Surface. It requires SDL PHP Extension.","phpv":[{"v":["0.4.0"],"min":"8.0.0"}],"confopts":[{"v":["0.4.0"]}]},{"name":"sdl_mixer","license":"Zlib","summary":"SDL_mixer for PHP","description":"Bindings for PHP of the SDL_mixer extension for SDL2 (Simple DirectMedia Layer) library","phpv":[{"v":["0.2.0","0.3.0"],"min":"8.0.0","max":"8.1.99"},{"v":["0.4.0"],"min":"8.0.0"}],"confopts":[{"v":["0.2.0","0.3.0","0.4.0"]}]},{"name":"sdl_ttf","license":"PHP License","summary":"SDL_ttf bindings for the PHP language","description":"SDL_ttf bindings for the PHP language","phpv":[{"v":["0.2.0"],"min":"7.0.0"},{"v":["0.3.0"],"min":"7.3.0"}],"confopts":[{"v":["0.2.0","0.3.0"]}]},{"name":"SeasClick","license":"PHP3.01","summary":"An Yandex ClickHouse client driven extension for PHP.","description":"PHP client for Yandex ClickHouse?Based on ClickHouse C++ client.","phpv":[{"v":["0.1.0","0.1.1"],"min":"5.4.0"}],"confopts":[{"v":["0.1.0","0.1.1"]}]},{"name":"SeasLog","license":"PHP3.01","summary":"An effective,fast,stable log extension for PHP.","description":"An effective,fast,stable log extension for PHP.\n- In the PHP project, for convenient record log.\n- The default log directory and module configuration.\n- Specify the log directory and get the current configuration.\n- Analysis of early warning framework preliminary.\n- Buffer debug efficient log buffer, convenient.\n- With PSR-3 Logger interface.\n- Error and exception automatic logging.\n- Support appender with File,TCP,UDP.\n- Send to Rsyslog(TCP/UDP) with RFC5424.\n- Support RequestId differentiated requests.\n- Support for log template customizations.\n- Support trace performance automatic logging.","phpv":[{"v":["1.0.0","1.0.2","1.1.0","1.1.4","1.1.6","1.1.8","1.2.0","1.2.2","1.2.3","1.4.0","1.4.2","1.4.4","1.4.6","1.4.8","1.5.0","1.5.3","1.5.6","1.6.0","1.6.2","1.6.8","1.6.9","1.7.5","1.7.6","1.8.4","1.8.6","1.9.0","1.9.1","2.0.2","2.1.0","2.2.0"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.0.2","1.1.0","1.1.4","1.1.6","1.1.8","1.2.0","1.2.2","1.2.3","1.4.0","1.4.2","1.4.4","1.4.6","1.4.8","1.5.0","1.5.3","1.5.6","1.6.0","1.6.2","1.6.8","1.6.9","1.7.5","1.7.6","1.8.4","1.8.6","1.9.0","1.9.1","2.0.2","2.1.0","2.2.0"]}]},{"name":"SeasSnowflake","license":"PHP3.01","summary":"PHP Extension for [Distributed unique ID generator]","description":"SeasSnowflake is a distributed unique ID generator inspired by [Twitter's Snowflake](https://blog.twitter.com/engineering/en_us/a/2010/announcing-snowflake).","phpv":[{"v":["1.0.0"],"min":"5.4.0"}],"confopts":[{"v":["1.0.0"]}]},{"name":"selinux","license":"PHP License","summary":"SELinux binding for PHP script language","description":"This extension provides a set of interfaces to communicate between\nSELinux and PHP script language. It contains functions to get/set\nsecurity context of processes and other objects, to get/set system\nbooleans, to make a query for in-kernel security server and so on.","phpv":[{"v":["0.1.2","0.2.1","0.3.1","0.4.1","0.4.2"],"min":"5.2.0"},{"v":["0.5.0","0.6.0"],"min":"7.0.0"}],"confopts":[{"v":["0.1.2","0.2.1","0.3.1","0.4.1","0.4.2","0.5.0","0.6.0"],"opts":[{"n":"enable-selinux","p":"Enable SELinux?","d":"autodetect"}]}]},{"name":"session_mysql","license":"MIT / Beerware","summary":"mysql session save handler for php","description":"mysql session save handler for php with locking support"},{"name":"shape","license":"PHP License","summary":"libshape wrapper","description":"Extension that wraps libshape, provides the ability to write programs for manipulating ESRI shapefiles.","phpv":[{"v":["0.9.0","0.9.1","0.9.2"],"min":"4.3.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2"]}]},{"name":"simdjson","license":"Apache 2.0","summary":"Provides faster json decoding through simdjson bindings for PHP","description":"Provides faster json decoding through simdjson bindings for PHP (Single Instruction, Multiple Data)","phpv":[{"v":["2.0.3","2.0.4","2.0.5","2.1.0","3.0.0","4.0.0"],"min":"7.0.0"}],"confopts":[{"v":["2.0.3","2.0.4","2.0.5","2.1.0","3.0.0","4.0.0"]}]},{"name":"simple_kafka_client","license":"BSD-3 License","summary":"Kafka client based on librdkafka","description":"This extension is a librdkafka binding providing a working client for Kafka","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4"],"min":"7.3.0","max":"8.99.99"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4"]}]},{"name":"skywalking","license":"Apache2.0","summary":"The PHP instrument agent for Apache SkyWalking.","description":"The package is the PHP instrumentation agent, which is compatible with Apache SkyWalking backend and others compatible agents/SDKs.","phpv":[{"v":["3.2.4","3.2.5","3.2.6","3.2.8","3.3.0","3.3.1","3.3.2"],"min":"7.1.0"},{"v":["4.0.0","4.1.0","4.1.1","4.1.2","4.1.3","4.2.0","5.0.0","5.0.1"],"min":"7.0.0"}],"confopts":[{"v":["3.2.4","3.2.5","3.2.6","3.2.8","3.3.0","3.3.1","3.3.2","4.0.0","4.1.0","4.1.1","4.1.2","4.1.3","4.2.0","5.0.0","5.0.1"]}]},{"name":"skywalking_agent","license":"Apache-2.0","summary":"Apache SkyWalking PHP Agent.","description":"The PHP Agent for Apache SkyWalking, which provides the native tracing abilities for PHP project.","phpv":[{"v":["0.1.0","0.2.0"],"min":"7.1.0"},{"v":["0.3.0","0.4.0","0.5.0","0.6.0","0.7.0"],"min":"7.2.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0"],"opts":[{"n":"enable-cargo-debug","p":"enable cargo debug?","d":"no"}]},{"v":["0.6.0","0.7.0"],"opts":[{"n":"enable-cargo-debug","p":"enable cargo debug?","d":"no"},{"n":"enable-kafka-reporter","p":"enable kafka reporter?","d":"no"}]}]},{"name":"smbclient","license":"BSD 2-clause","summary":"A PHP wrapper for libsmbclient","description":"smbclient is a PHP extension that uses Samba's libsmbclient library to provide\nSamba related functions and 'smb' streams to PHP programs.","phpv":[{"v":["0.8.0RC1","0.8.0","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"],"min":"5.3.0"},{"v":["1.1.0","1.1.1"],"min":"5.3.7"}],"confopts":[{"v":["0.8.0RC1","0.8.0","0.9.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.1.0","1.1.1"]}]},{"name":"solr","license":"PHP License","summary":"The Apache Solr PHP extension is an extremely fast,\nlight-weight, feature-rich library that allows PHP applications to\ncommunicate easily and efficiently with Apache Solr server instances\nusing an object-oriented API.","description":"It effectively simplifies the process of interacting with Apache Solr using PHP5 and it already comes with built-in readiness for the latest features.\n\nThe extension has features such as built-in, serializable query string builder objects which effectively simplifies the manipulation of name-value pair request parameters across repeated requests.\nThe response from the Solr server is also automatically parsed into native php objects whose properties can be accessed as array keys or object properties without any additional configuration on the client-side.\n\nIts advanced HTTP client reuses the same connection across multiple requests and provides built-in support for connecting to Solr servers secured behind HTTP Authentication or HTTP proxy servers. It is also able to connect to SSL-enabled containers.\n\nPlease consult the documentation for more details on features. Included in the source code are phpdoc stubs that enable autocomplete of Solr classes and methods in IDE during development in userland.\n\nPlease consider staring the package on github, and get a free release ;)\n\nhttps://github.com/php/pecl-search_engine-solr","phpv":[{"v":["0.9.11","1.0.1","1.0.2"],"min":"5.2.3"},{"v":["1.1.0b","1.1.0","1.1.1","2.0.0b","2.0.0","2.1.0"],"min":"5.3"},{"v":["2.2.0","2.2.1","2.3.0"],"min":"5.3","max":"5.99.99"},{"v":["2.4.0"],"min":"5.3"},{"v":["2.5.0","2.5.1"],"min":"7.0"},{"v":["2.6.0"],"min":"7.0","max":"8.2.99"}],"confopts":[{"v":["0.9.11","1.0.1","1.0.2","1.1.0b"],"opts":[{"n":"enable-solr","p":"Enable Solr (yes of course)","d":"yes"},{"n":"enable-solr-debug","p":"Enable Solr Debugging (Compiles solr in debug mode)","d":"no"},{"n":"with-curl","p":"libcURL install prefix","d":"/usr"},{"n":"with-libxml-dir","p":"libxml2 install prefix","d":"/usr"}]},{"v":["1.1.0","1.1.1"],"opts":[{"n":"enable-solr-debug","p":"Enable Solr Debugging (Compiles solr in debug mode)","d":"no"},{"n":"with-curl","p":"libcURL install prefix","d":"/usr"},{"n":"with-libxml-dir","p":"libxml2 install prefix","d":"/usr"}]},{"v":["2.0.0b"],"opts":[{"n":"enable-solr","p":"Enable Solr (yes of course)","d":"yes"},{"n":"enable-solr-debug","p":"Enable Solr Debugging (Compiles solr in debug mode)","d":"no"},{"n":"with-curl","p":"libcURL install prefix","d":"/usr"},{"n":"with-libxml-dir","p":"libxml2 install prefix","d":"/usr"}]},{"v":["2.0.0","2.1.0","2.2.0","2.2.1","2.3.0","2.4.0","2.5.0","2.5.1","2.6.0"],"opts":[{"n":"enable-solr-debug","p":"Enable Solr Debugging (Compiles solr in debug mode)","d":"no"},{"n":"with-curl","p":"libcURL install prefix","d":"/usr"},{"n":"with-libxml-dir","p":"libxml2 install prefix","d":"/usr"}]}]},{"name":"sphinx","license":"PHP","summary":"Client extension for Sphinx - opensource SQL full-text search engine","description":"This extension provides bindings for libsphinxclient, client library for Sphinx.","phpv":[{"v":["0.1.0","0.2.0","1.0.0"],"min":"5.1.3","max":"6.0.0"},{"v":["1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3"],"min":"5.2.2","max":"6.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3"],"opts":[{"n":"with-sphinx","p":"Please provide the installation prefix of libsphinxclient","d":"autodetect"}]}]},{"name":"spidermonkey","license":"PHP License","summary":"JavaScript engine for PHP","description":"This extension allow you to embed Mozilla's Javascript engine Spidermonkey in PHP.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"],"min":"5.3.0beta1"},{"v":["0.1.4","0.2.0","0.2.1","1.0.0"],"min":"5.3.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.2.0","0.2.1","1.0.0"]}]},{"name":"SPL","license":"PHP","summary":"Standard PHP Library","description":"This is an extension that aims to implement some efficient data access\ninterfaces and classes. You'll find the classes documented using php\ncode in the file spl.php or in the corresponding .inc file in the examples\nsubdirectory. Based on the internal implementations or the files in the\nexamples subdirectory there are also some .php files to experiment with.\n\nFor more inforation look here."},{"name":"SPL_Types","license":"PHP","summary":"Standard PHP Library, Types Addon","description":"SPL Types is a collection of special typehandling classes.","phpv":[{"v":["0.1","0.2","0.3.0","0.4.0"],"min":"5.1.0"}],"confopts":[{"v":["0.1","0.2","0.3.0","0.4.0"]}]},{"name":"spplus","license":"LGPL","summary":"SPPLUS Paiement System","description":"This extension gives you the possibility to use the SPPLUS Paiement System of the Caisse d'Epargne (French Bank).","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"spread","license":"PHP License","summary":"A php interface to the Spread toolkit API","description":"Provides a full interface to the Spread group communication\ntoolkit API. Information on Spread can be found at http://www.spread.org/","phpv":[{"v":["1.1"]},{"v":["2.0.0","2.0.1","2.0.2","2.1.0"],"min":"4.0.0"}],"confopts":[{"v":["1.1"]},{"v":["2.0.0","2.0.1","2.0.2","2.1.0"],"opts":[{"n":"with-spread","p":"spread path prefix","d":"autodetect"}]}]},{"name":"sqlanywhere","license":"Apache License 2.0","summary":"Extension for SQLAnywhere Database","description":"This extension allow access to SQLAnywhere Database Servers."},{"name":"SQLite","license":"PHP","summary":"SQLite database bindings","description":"Note: Do not use this PECL extension, it's in the PHP sources.\n\nSQLite is a C library that implements an embeddable SQL database engine.\n\nPrograms that link with the SQLite library can have SQL database access without running a separate RDBMS process.\n\nThis extension allows you to access SQLite databases from within PHP.","phpv":[{"v":["0.9b","1.0","1.0.1","1.0.2","1.0.3"]}],"confopts":[{"v":["0.9b","1.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"sqlite3","license":"PHP License","summary":"SQLite v3 Database Bindings.","description":"SQLite3 is a PHP extension for use with the SQLite database system.\nThis extension bundles SQLite 3.5.9 though the minimum requirement is 3.3.9.","phpv":[{"v":["0.3","0.4","0.5","0.6"],"min":"5.1.3"}],"confopts":[{"v":["0.3","0.4","0.5","0.6"],"opts":[{"n":"with-sqlite3","p":"Optionally provide the path to the libsqlite3 library","d":"autodetect"}]}]},{"name":"sqlsrv","license":"The MIT License (MIT)","summary":"Microsoft Drivers for PHP for SQL Server (SQLSRV)","description":"The Microsoft Drivers for PHP for SQL Server are PHP extensions that allow for the reading and writing of SQL Server data from within PHP scripts. The SQLSRV extension provides a procedural interface while the PDO_SQLSRV extension implements PDO for accessing data in all editions of SQL Server 2012 and later (including Azure SQL DB). These drivers rely on the Microsoft ODBC Driver for SQL Server to handle the low-level communication with SQL Server.\n*This package contains only the SQLSRV driver.*","phpv":[{"v":["2.0.1"],"min":"5.2.0"},{"v":["3.0.1"],"min":"5.3.6"},{"v":["4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.1.6","4.1.6.1","4.1.7preview","4.1.8preview","4.1.9preview","4.2.0preview","4.3.0RC1","4.3.0","5.0.0preview","5.1.0preview","5.1.1preview","5.1.2preview","5.2.0RC","5.2.0RC1","5.2.0","5.2.1preview","5.3.0"],"min":"7.0.0"},{"v":["5.4.0preview","5.5.0preview","5.6.0","5.6.1","5.7.0preview"],"min":"7.1.0"},{"v":["5.7.1preview","5.8.0","5.8.1","5.9.0preview1"],"min":"7.2.0"},{"v":["5.9.0beta2","5.9.0","5.10.0beta1","5.10.0beta2"],"min":"7.3.0"},{"v":["5.10.0"],"min":"7.4.0"},{"v":["5.10.1","5.11.0beta1"],"min":"7.3.0"},{"v":["5.11.0","5.11.1"],"min":"8.0.0"}],"confopts":[{"v":["2.0.1","3.0.1","4.0.4","4.0.5","4.0.6","4.0.7","4.0.8","4.1.6","4.1.6.1","4.1.7preview","4.1.8preview","4.1.9preview","4.2.0preview","4.3.0RC1","4.3.0","5.0.0preview","5.1.0preview","5.1.1preview","5.1.2preview","5.2.0RC","5.2.0RC1","5.2.0","5.2.1preview","5.3.0","5.4.0preview","5.5.0preview","5.6.0","5.6.1","5.7.0preview","5.7.1preview","5.8.0","5.8.1","5.9.0preview1","5.9.0beta2","5.9.0","5.10.0beta1","5.10.0beta2","5.10.0","5.10.1","5.11.0beta1","5.11.0","5.11.1"]}]},{"name":"ssdeep","license":"New BSD License","summary":"Fuzzy hashing makes it easy to identify similar or almost identical text by simply comparing two hashes against each other.","description":"The ssdeep project page describes it as a library for \"...computing context triggered piecewise hashes (CTPH). Also called fuzzy hashes, CTPH can match inputs that have homologies. Such inputs have sequences of identical bytes in the same order, although bytes in between these sequences may be different in both content and length\".\n\nFor an in depth paper explaining context triggered piecewise hashes please see http://dfrws.org/2006/proceedings/12-Kornblum.pdf\n\n\nssdeep API Information\n---------------------------\n\nRequires at least ssdeep v2.5.\n\nThis extensions wraps the ssdeep fuzzy hashing API created by Jesse Kornblum.\n\nFor more information about ssdeep, the API and context triggered piecewise hashing please see http://ssdeep.sourceforge.net/\n\n\nssdeep Licensing Exemption\n---------------------------\n\nAlthough ssdeep and the fuzzy hashing API are usually licensed under GNU GPLv2 Jesse Kornblum has licenced them to PECL under the terms of the Perl Artistic Licence with the following declaration:\n\"I hereby license ssdeep, the current version and all subsequent versions, under the terms of the Perl Artistic License, for inclusion into the PECL.\"\nSee http://news.php.net/php.pecl.dev/7625 for the verbatim email.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0"],"min":"5.2.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0"]}]},{"name":"ssh2","license":"PHP License","summary":"Bindings for the libssh2 library","description":"Provides bindings to the functions of libssh2 which implements the SSH2 protocol.\nlibssh2 is available from http://libssh2.org/","phpv":[{"v":["0.5","0.6","0.7"]},{"v":["0.8","0.9"],"min":"4.3.0"},{"v":["0.10","0.11.0"]},{"v":["0.11.1","0.11.2","0.11.3","0.12","0.13"],"min":"4.0.0","max":"6.0.0"},{"v":["1.0","1.1","1.1.1","1.1.2","1.2","1.3"],"min":"7.0.0","max":"8.0.0"},{"v":["1.3.1","1.4"],"min":"7.0.0"}],"confopts":[{"v":["0.5","0.6","0.7","0.8","0.9","0.10","0.11.0"]},{"v":["0.11.1","0.11.2","0.11.3","0.12","0.13","1.0","1.1","1.1.1","1.1.2","1.2","1.3","1.3.1","1.4"],"opts":[{"n":"with-ssh2","p":"libssh2 prefix?","d":"autodetect"}]}]},{"name":"stackdriver_debugger","license":"Apache 2.0","summary":"Investigate your code's behavior in production","description":"Stackdriver Debugger is a free, open-source way to debug your running\napplication without requiring a redeployment.\n\nThis library allows you to set breakpoints in your running application that\nconditionally capture local variable state, stack traces, and more. This library\ncan work in conjunction with the PHP library google/cloud-debugger (available\nvia composer: https://packagist.org/packages/google/cloud-debugger) in\norder to send collected data to a backend storage server.","phpv":[{"v":["0.0.1","0.0.2","0.1.0","0.1.1","0.2.0"],"min":"7.0.0"}],"confopts":[{"v":["0.0.1","0.0.2","0.1.0","0.1.1","0.2.0"]}]},{"name":"statgrab","license":"PHP","summary":"libstatgab bindings","description":"libstatgrab is a library that provides a common interface for retrieving\na variety of system statistics on a number of *NIX like systems.\n\nThis extension allows you to call the functions made available by\nlibstatgrab library.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.5.0","0.6.0"]}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.5.0","0.6.0"]}]},{"name":"stats","license":"PHP License","summary":"Extension with routines for statistical computation.","description":"Extension that provides few dozens routines for statistical computation.","phpv":[{"v":["1.0.0"]},{"v":["1.0.1","1.0.2","1.0.3","1.0.4"],"min":"4.0.0"},{"v":["1.0.5"],"min":"5.3.0","max":"5.6.99"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","2.0.0","2.0.1","2.0.2","2.0.3"]}]},{"name":"stem","license":"PHP 3.01","summary":"a PHP extension that provides word stemming","description":"This stem extension for PHP provides stemming capability for a variety of languages using Dr. M.F. Porter's Snowball API, which can be found at: http://snowball.tartarus.org","phpv":[{"v":["1.4.3"]},{"v":["1.5.0","1.5.1"],"min":"4.3.0"}],"confopts":[{"v":["1.4.3"]},{"v":["1.5.0","1.5.1"],"opts":[{"n":"enable-stem-danish","p":"Compile Danish stemmer?","d":"yes"},{"n":"enable-stem-dutch","p":"Compile Dutch stemmer?","d":"yes"},{"n":"enable-stem-english","p":"Compile English stemmer?","d":"yes"},{"n":"enable-stem-finnish","p":"Compile Finnish stemmer?","d":"yes"},{"n":"enable-stem-french","p":"Compile French stemmer?","d":"yes"},{"n":"enable-stem-german","p":"Compile German stemmer?","d":"yes"},{"n":"enable-stem-hungarian","p":"Compile Hungarian stemmer?","d":"yes"},{"n":"enable-stem-italian","p":"Compile Italian stemmer?","d":"yes"},{"n":"enable-stem-norwegian","p":"Compile Norwegian stemmer?","d":"yes"},{"n":"enable-stem-portuguese","p":"Compile Portuguese stemmer?","d":"yes"},{"n":"enable-stem-romanian","p":"Compile Romanian stemmer?","d":"yes"},{"n":"enable-stem-russian","p":"Compile Russian stemmer?","d":"yes"},{"n":"enable-stem-russian_unicode","p":"Compile Russian (UTF8) stemmer?","d":"yes"},{"n":"enable-stem-spanish","p":"Compile Spanish stemmer?","d":"yes"},{"n":"enable-stem-swedish","p":"Compile Swedish stemmer?","d":"yes"},{"n":"enable-stem-turkish_unicode","p":"Compile Turkish (UTF8) stemmer?","d":"yes"}]}]},{"name":"stomp","license":"PHP License","summary":"Stomp client extension","description":"This extension allows php applications to communicate with any Stomp compliant Message Brokers through easy object oriented and procedural interfaces.","phpv":[{"v":["0.1.0","0.2.0","0.3.0"],"min":"5.2.10"},{"v":["0.3.1","0.3.2","0.4.1","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9"],"min":"5.2.2"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0"]},{"v":["0.2.0","0.3.0","0.3.1","0.3.2","0.4.1","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","2.0.0","2.0.1","2.0.2","2.0.3"],"opts":[{"n":"with-openssl-dir","p":"OpenSSL install prefix (no to disable SSL support)","d":"/usr"}]}]},{"name":"strict","license":"PHP License","summary":"strict","description":"Strict scalar parameter type hint support for 5.4+","phpv":[{"v":["0.2.0","0.3.0","0.4.0","0.4.1"],"min":"5.4.0"}],"confopts":[{"v":["0.2.0","0.3.0","0.4.0","0.4.1"]}]},{"name":"sundown","license":"PHP","summary":"Sundown is a fast, robust Markdown parsing library for PHP5","description":"Sundown is a fast, robust Markdown parsing library, originally created\nby Natacha Port\u00e9 and improved Vicent Marti.\nthis extension inspired Redcarpet ruby extension which created by Vicent.\n\nPECL Sundown provides straight forward object oriented Markdown API and customizable Renders.","phpv":[{"v":["0.1.0b","0.2.0","0.3.0","0.3.1","0.3.2","0.3.3","0.3.4","0.3.5","0.3.6","0.3.7","0.3.8","0.3.9","0.3.10","0.3.11"],"min":"5.3.1","max":"6.0.0"}],"confopts":[{"v":["0.1.0b","0.2.0","0.3.0","0.3.1","0.3.2","0.3.3","0.3.4","0.3.5","0.3.6","0.3.7","0.3.8","0.3.9","0.3.10","0.3.11"]}]},{"name":"svm","license":"BSD 3-clause","summary":"Support Vector Machine Library","description":"LibSVM is an efficient solver for SVM classification and regression problems. The svm extension wraps this in a PHP interface for easy use in PHP scripts.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.8","0.1.9"],"min":"5.2.0"},{"v":["0.2.0","0.2.1","0.2.2","0.2.3"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.8","0.1.9","0.2.0","0.2.1","0.2.2","0.2.3"]}]},{"name":"svn","license":"PHP License","summary":"PHP Bindings for the Subversion Revision control system.","description":"Bindings for the Subversion revision control system, providing a method for manipulating\na working copy or repository with PHP.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.4.1","0.5.0","0.5.1","1.0.0","1.0.1","1.0.2","1.0.3"],"min":"4.0.0","max":"6.0.0"},{"v":["2.0.3"],"min":"7.0.0","max":"8.0.0"}],"confopts":[{"v":["0.1","0.2"]},{"v":["0.3","0.4","0.4.1","0.5.0","0.5.1","1.0.0","1.0.1","1.0.2","1.0.3","2.0.3"],"opts":[{"n":"with-svn","p":"Please provide the prefix of Subversion installation","d":"autodetect"},{"n":"with-svn-apr","p":"Please provide the prefix of the APR installation used with Subversion","d":"autodetect"}]}]},{"name":"swish","license":"PHP","summary":"Swish-e bindings","description":"This extension provides bindings to the Swish-e API.\n\nSwish-e is a GPL licensed search engine, with a clause that allows applications\nto link against the libswish-e library to use the published API to do so\nwithout invoking the viral portion of the GPL. This is subject to returning a\nlink back to the swish-e source code.\n\nHere it is:\nhttp://swish-e.org","phpv":[{"v":["0.1","0.2.0","0.3.0","0.4.0","0.5.0"],"min":"5.1.3","max":"6.0.0"}],"confopts":[{"v":["0.1","0.2.0","0.3.0","0.4.0","0.5.0"],"opts":[{"n":"with-swish","p":"Please provide the path to swish-config","d":"autodetect"}]}]},{"name":"swoole","license":"Apache2.0","summary":"Event-driven asynchronous and concurrent networking engine with high performance for PHP.","description":"Event-driven asynchronous and concurrent networking engine with high performance for PHP.\n- event-driven\n- coroutine\n- asynchronous non-blocking\n- multi-thread reactor\n- multi-process worker\n- multi-protocol\n- millisecond timer\n- built-in tcp/http/websocket/http2 server\n- coroutine tcp/http/websocket client\n- coroutine mysql client\n- coroutine redis client\n- coroutine read/write file system\n- coroutine dns lookup\n- support IPv4/IPv6/UnixSocket/TCP/UDP\n- support SSL/TLS encrypted transmission","phpv":[{"v":["1.6.7","1.6.8","1.6.9","1.6.10"],"min":"5.2.0"},{"v":["1.6.11","1.6.12","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.7.6","1.7.7","1.7.8","1.7.9","1.7.10","1.7.11","1.7.12","1.7.13","1.7.14","1.7.15","1.7.16","1.7.17","1.7.18","1.7.19","1.7.20","1.7.21","1.7.22","1.8.0","1.8.1","1.8.2","1.8.3","1.8.4","1.8.5","1.8.6","1.8.7","1.8.8","1.8.9","1.8.10","1.8.11","1.8.12","1.8.13","1.9.0","1.9.1","1.9.2","1.9.3","1.9.4","1.9.5","1.9.6","1.9.7","1.9.8","1.9.9","1.9.10","1.9.11","1.9.12","1.9.13","1.9.14","1.9.15","1.9.16","1.9.17","1.9.18","1.9.19","1.9.20","1.9.21","1.9.22","1.9.23","1.10.0","1.10.1","1.10.2","1.10.3","1.10.4","1.10.5","2.0.4"],"min":"5.3.10"},{"v":["2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11"],"min":"5.5.0"},{"v":["2.0.12","2.1.0","2.1.1","2.1.2","2.1.3","2.2.0"],"min":"7.0.0"},{"v":["4.0.0"],"min":"7.1.0"},{"v":["4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1","4.1.2","4.2.0","4.2.1","4.2.2","4.2.3","4.2.4","4.2.5","4.2.6","4.2.7","4.2.8","4.2.9","4.2.10","4.2.11","4.2.12","4.2.13","4.3.0","4.3.1","4.3.2","4.3.3","4.3.4","4.3.5","4.3.6"],"min":"7.0.0"},{"v":["4.4.0","4.4.1","4.4.2","4.4.3","4.4.4","4.4.5","4.4.6","4.4.7","4.4.8","4.4.12","4.4.13RC1","4.4.13RC2","4.4.13","4.4.14","4.4.15","4.4.16","4.4.17","4.4.18","4.4.19","4.4.23","4.4.26","4.5.0","4.5.1","4.5.2","4.5.3","4.5.4","4.5.5","4.5.6","4.5.7","4.5.8","4.5.9","4.5.10","4.5.11","4.6.0"],"min":"7.1.0"},{"v":["4.6.1","4.6.2","4.6.3","4.6.4","4.6.5","4.6.6","4.6.7","4.7.0","4.7.1","4.8.0","4.8.1","4.8.2","4.8.3","4.8.4","4.8.5","4.8.6","4.8.7","4.8.8","4.8.9","4.8.10","4.8.11","4.8.12","4.8.13"],"min":"7.2.0"},{"v":["5.0.0","5.0.1","5.0.2","5.0.3","5.1.0","5.1.1"],"min":"8.0.0"}],"confopts":[{"v":["1.6.7","1.6.8","1.6.9","1.6.10","1.6.11","1.6.12","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.7.6","1.7.7","1.7.8","1.7.9","1.7.10","1.7.11","1.7.12","1.7.13","1.7.14","1.7.15","1.7.16","1.7.17","1.7.18","1.7.19","1.7.20","1.7.21","1.7.22","1.8.0","1.8.1","1.8.2","1.8.3","1.8.4","1.8.5","1.8.6","1.8.7","1.8.8","1.8.9","1.8.10","1.8.11","1.8.12","1.8.13","1.9.0","1.9.1","1.9.2","1.9.3","1.9.4","1.9.5","1.9.6","1.9.7","1.9.8","1.9.9","1.9.10","1.9.11","1.9.12","1.9.13","1.9.14","1.9.15","1.9.16","1.9.17","1.9.18","1.9.19","1.9.20","1.9.21","1.9.22","1.9.23","1.10.0","1.10.1","1.10.2","1.10.3"]},{"v":["1.10.4","1.10.5"],"opts":[{"n":"enable-swoole-debug","p":"enable debug/trace log support?","d":"no"},{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-async-redis","p":"enable async-redis support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"}]},{"v":["2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.0.10","2.0.11","2.0.12","2.1.0","2.1.1"]},{"v":["2.1.2","2.1.3","2.2.0","4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1","4.1.2"],"opts":[{"n":"enable-swoole-debug","p":"enable debug/trace log support?","d":"no"},{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-async-redis","p":"enable async-redis support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"}]},{"v":["4.2.0","4.2.1","4.2.2","4.2.3","4.2.4","4.2.5"],"opts":[{"n":"enable-debug-log","p":"enable debug/trace log support?","d":"no"},{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-async-redis","p":"enable async-redis support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"}]},{"v":["4.2.6"],"opts":[{"n":"enable-debug-log","p":"enable debug/trace log support?","d":"no"},{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"}]},{"v":["4.2.7","4.2.8","4.2.9","4.2.10"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"},{"n":"enable-debug-log","p":"enable kernel debug/trace log? (it will degrade performance)","d":"no"}]},{"v":["4.2.11","4.2.12","4.2.13","4.3.0","4.3.1","4.3.2","4.3.3","4.3.4","4.3.5","4.3.6"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-coroutine-postgresql","p":"enable postgresql coroutine client support?","d":"no"}]},{"v":["4.4.0","4.4.1","4.4.2","4.4.3","4.4.4","4.4.5","4.4.6","4.4.7","4.4.8","4.4.12","4.4.13RC1","4.4.13RC2","4.4.13","4.4.14","4.4.15","4.4.16","4.4.17","4.4.18","4.4.19","4.4.23","4.4.26","4.5.0","4.5.1","4.5.2","4.5.3","4.5.4","4.5.5","4.5.6","4.5.7","4.5.8","4.5.9","4.5.10","4.5.11","4.6.0"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"}]},{"v":["4.6.1","4.6.2","4.6.3","4.6.4","4.6.5","4.6.6","4.6.7","4.7.0","4.7.1","4.8.0","4.8.1","4.8.2","4.8.3","4.8.4","4.8.5","4.8.6","4.8.7","4.8.8","4.8.9","4.8.10"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-json","p":"enable json support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"}]},{"v":["4.8.11","4.8.12","4.8.13"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-http2","p":"enable http2 support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-json","p":"enable json support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"enable-cares","p":"enable cares support?","d":"no"}]},{"v":["5.0.0"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"enable-cares","p":"enable cares support?","d":"no"}]},{"v":["5.0.1","5.0.2","5.0.3"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"enable-cares","p":"enable cares support?","d":"no"},{"n":"enable-brotli","p":"enable brotli support?","d":"yes"}]},{"v":["5.1.0","5.1.1"],"opts":[{"n":"enable-sockets","p":"enable sockets supports?","d":"no"},{"n":"enable-openssl","p":"enable openssl support?","d":"no"},{"n":"enable-mysqlnd","p":"enable mysqlnd support?","d":"no"},{"n":"enable-swoole-curl","p":"enable curl support?","d":"no"},{"n":"enable-cares","p":"enable cares support?","d":"no"},{"n":"enable-brotli","p":"enable brotli support?","d":"yes"},{"n":"enable-swoole-pgsql","p":"enable PostgreSQL database support?","d":"no"},{"n":"with-swoole-odbc","p":"enable ODBC database support?","d":"no"},{"n":"with-swoole-oracle","p":"enable Oracle database support?","d":"no"},{"n":"enable-swoole-sqlite","p":"enable Sqlite database support?","d":"no"}]}]},{"name":"swoole_serialize","license":"Apache2.0","summary":"the fastest and smallest serialize fucntion bound for php7","description":"the fastest and smallest serialize fucntion bound for php7","phpv":[{"v":["0.1.1"],"min":"7"}],"confopts":[{"v":["0.1.1"]}]},{"name":"syck","license":"PHP License","summary":"YAML-1.0 parser and emitter","description":"A binding to the Syck library.\nYAML(tm) (rhymes with \"camel\") is a straightforward machine parsable data serialization format designed for human readability and interaction with scripting languages. YAML is optimized for data serialization, configuration settings, log files, Internet messaging and filtering.","phpv":[{"v":["0.9","0.9.1","0.9.2","0.9.3"],"min":"5.2.1"}],"confopts":[{"v":["0.9","0.9.1","0.9.2","0.9.3"]}]},{"name":"sync","license":"MIT License","summary":"Named and unnamed synchronization objects","description":"The 'sync' extension introduces synchronization objects into PHP. Named and unnamed Mutex, Semaphore, Event, Reader-Writer, and named Shared Memory objects provide OS-level synchronization mechanisms on both *NIX (POSIX shared memory and pthread shared memory synchronization required) and Windows platforms. This extension is a direct port of and compatible with the cross platform 'sync' library: https://github.com/cubiclesoft/cross-platform-cpp","phpv":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.1.3"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.1.3"]}]},{"name":"taint","license":"PHP","summary":"XSS code sniffer","description":"An extension used for detecting XSS codes(tainted string),\nAnd also can be used to spot sql injection vulnerabilities, shell inject, etc.","phpv":[{"v":["0.0.1","0.0.2","0.1.0","0.2.0","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1","0.5.2","0.5.3","1.0.0","1.1.0","1.2.0","1.2.1"],"min":"5.2.0","max":"5.4.0"},{"v":["1.2.2"],"min":"5.2.0","max":"5.4.99"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0"],"min":"7.0.0"}],"confopts":[{"v":["0.0.1","0.0.2","0.1.0","0.2.0","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1","0.5.2","0.5.3","1.0.0","1.1.0","1.2.0","1.2.1","1.2.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0"]}]},{"name":"tcc","license":"PHP","summary":"TCC Extension","description":"This PHP Extension provides an interface to the TCC(Tiny C Compiler)\nSee http://fabrice.bellard.free.fr/tcc/ for more information on TCC.","phpv":[{"v":["0.1.2"],"min":"5.2.0"}],"confopts":[{"v":["0.1.2"]}]},{"name":"TCLink","license":"LGPL","summary":"Enables credit card processing via the TrustCommerce payment gateway","description":"This package provides a module for using TCLink directly from PHP scripts.\nTCLink is a thin client library to allow your e-commerce servers to connect\nto the TrustCommerce payment gateway.","phpv":[{"v":["3.3.1","3.4.0"]}],"confopts":[{"v":["3.3.1","3.4.0"]}]},{"name":"tcpwrap","license":"PHP License","summary":"tcpwrappers binding.","description":"This package handles /etc/hosts.allow and /etc/hosts.deny files.","phpv":[{"v":["0.1","1.0"]},{"v":["1.1","1.1.2","1.1.3"],"min":"4.0.0"},{"v":["1.2.0"],"min":"5.3.0"}],"confopts":[{"v":["0.1","1.0","1.1","1.1.2","1.1.3","1.2.0"]}]},{"name":"tdb","license":"PHP","summary":"Trivial DB bindings","description":"This extension provides bindings for Trivial DB.","phpv":[{"v":["0.1.0","1.0.0"],"min":"5.0.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0","1.0.0"],"opts":[{"n":"with-tdb","p":"Please provide the path to Trivial DB installation","d":"autodetect"}]}]},{"name":"teds","license":"BSD-3-Clause","summary":"teds extension","description":"teds (Tentative Extra Data Structures) is a collection of data structures and iterable functionality","phpv":[{"v":["0.1.0a1","0.1.1","0.2.0","0.2.1","0.3.0","0.4.0","0.4.1","0.5.1","0.6.0","0.7.0","0.8.0","0.9.0","0.9.1","0.9.2","0.10.0","0.11.0","0.12.0","0.13.0","0.14.0","1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.3.0"],"min":"8.0.0"}],"confopts":[{"v":["0.1.0a1","0.1.1","0.2.0","0.2.1","0.3.0","0.4.0","0.4.1","0.5.1","0.6.0","0.7.0","0.8.0","0.9.0","0.9.1","0.9.2","0.10.0","0.11.0","0.12.0","0.13.0","0.14.0","1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.3.0"]}]},{"name":"Tensor","license":"MIT","summary":"A library and extension that provides objects for scientific computing in PHP.","description":"A library and extension that provides objects for scientific computing in PHP.","phpv":[{"v":["2.1.03"],"min":"7.2.0","max":"7.4.99"},{"v":["2.1.3"],"min":"7.2.0","max":"99.99.99"},{"v":["2.1.4","2.2.0","2.2.1","2.2.3"],"min":"7.2.0","max":"7.4.99"},{"v":["3.0.0","3.0.00"],"min":"7.4.0","max":"8.0.99"},{"v":["3.0.2"],"min":"7.4.0","max":"8.1.99"},{"v":["3.0.3","3.0.4"],"min":"7.4.0","max":"8.2.99"}],"confopts":[{"v":["2.1.03","2.1.3","2.1.4","2.2.0","2.2.1","2.2.3","3.0.0","3.0.00","3.0.2","3.0.3","3.0.4"]}]},{"name":"termbox","license":"Apache","summary":"a termbox wrapper for PHP","description":"termbox is a robust, minimal alternative to ncurses. termbox-php is a wrapper\nextension that provides termbox functionality in PHP land.\n\nSee https://github.com/adsr/termbox-php for the source distribution.\nSee https://github.com/nsf/termbox for the underlying library.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"],"min":"5"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"]}]},{"name":"TextCat","license":"PHP","summary":"Simple class to extract language of texts","description":"This extension implements N-gram based text categorization, useful to detect languages of texts with a minimum supervision.","phpv":[{"v":["0.1.0","0.2.0"],"min":"5.2.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0","0.2.0"]}]},{"name":"threads","license":"PHP License 2.02","summary":"experimental implementation of threads","description":"experimental implementation of threads"},{"name":"tidy","license":"PHP","summary":"Tidy HTML Repairing and Parsing","description":"Tidy is a binding for the Tidy HTML clean and repair utility which\nallows you to clean and manipluate HTML documents.\n\nNOTE: This is the PHP4 version!","phpv":[{"v":["0.5.2","0.5.3","0.7","1.0","1.1","1.2"]}],"confopts":[{"v":["0.5.2","0.5.3","0.7","1.0","1.1","1.2"]}]},{"name":"timecop","license":"MIT License","summary":"A PHP extension providing \"time travel\" capabilities.","description":"A PHP extension providing \"time travel\" and \"time freezing\" capabilities, inspired by ruby timecop gem.","phpv":[{"v":["1.2.8","1.2.10"],"min":"5.3.1"}],"confopts":[{"v":["1.2.8","1.2.10"]}]},{"name":"timezonedb","license":"PHP","summary":"Timezone Database to be used with PHP's date and time functions","description":"This extension is a drop-in replacement for the builtin timezone database that\ncomes with PHP. You should only install this extension in case you need to get\na later version of the timezone database than the one that ships with PHP.\n\nThe data that this extension uses comes from the \"Olson\" database, which is\nlocated at http://www.iana.org/time-zones.","phpv":[{"v":["2005.13","2005.14","2005.17","2005.18","2006.1","2006.7","2006.11","2006.14","2006.14.1","2006.16","2007.2","2007.3","2007.5","2007.8","2007.9","2007.10","2007.11","2008.1","2008.2","2008.3","2008.4","2008.4.1","2008.5","2008.6","2008.7","2008.8","2008.9","2009.1","2009.3","2009.4","2009.5","2009.6","2009.8","2009.10","2009.12","2009.13","2009.14","2009.15","2009.16","2009.17","2009.18","2009.21","2010.1","2010.2","2010.3","2010.5","2010.7","2010.7.1","2010.9","2010.11","2010.12","2010.13","2010.15","2011.1","2011.2","2011.3","2011.4","2011.5","2011.7","2011.8","2011.9","2011.10","2011.11","2011.12","2011.13","2011.14","2012.1","2012.2","2012.3","2012.4","2012.5","2012.6","2012.7","2012.8","2012.9","2012.10","2013.1","2013.2","2013.3","2013.4","2013.6","2013.7","2013.8","2013.9","2014.1","2014.2","2014.3","2014.5","2014.6","2014.7","2014.8","2014.9","2014.10","2015.1","2015.2","2015.3"],"min":"4.0.0"},{"v":["2015.4","2015.5"],"min":"5.4.41"},{"v":["2015.6","2015.6.1","2015.7","2016.1","2016.2","2016.3","2016.4","2016.5","2016.6","2016.7","2016.8","2016.9","2016.10","2017.1","2017.2","2017.3","2018.3","2018.4","2018.5","2018.6","2018.7","2018.9","2019.1","2019.2","2019.3","2020.1","2020.2","2020.3","2020.4","2021.1","2021.5","2022.2","2022.5"],"min":"5.2.0"},{"v":["2022.6","2022.7","2023.1","2023.2","2023.3"],"min":"5.4.0"}],"confopts":[{"v":["2005.13","2005.14","2005.17","2005.18","2006.1","2006.7","2006.11","2006.14","2006.14.1","2006.16","2007.2","2007.3","2007.5","2007.8","2007.9","2007.10","2007.11","2008.1","2008.2","2008.3","2008.4","2008.4.1","2008.5","2008.6","2008.7","2008.8","2008.9","2009.1","2009.3","2009.4","2009.5","2009.6","2009.8","2009.10","2009.12","2009.13","2009.14","2009.15","2009.16","2009.17","2009.18","2009.21","2010.1","2010.2","2010.3","2010.5","2010.7","2010.7.1","2010.9","2010.11","2010.12","2010.13","2010.15","2011.1","2011.2","2011.3","2011.4","2011.5","2011.7","2011.8","2011.9","2011.10","2011.11","2011.12","2011.13","2011.14","2012.1","2012.2","2012.3","2012.4","2012.5","2012.6","2012.7","2012.8","2012.9","2012.10","2013.1","2013.2","2013.3","2013.4","2013.6","2013.7","2013.8","2013.9","2014.1","2014.2","2014.3","2014.5","2014.6","2014.7","2014.8","2014.9","2014.10","2015.1","2015.2","2015.3","2015.4","2015.5","2015.6","2015.6.1","2015.7","2016.1","2016.2","2016.3","2016.4","2016.5","2016.6","2016.7","2016.8","2016.9","2016.10","2017.1","2017.2","2017.3","2018.3","2018.4","2018.5","2018.6","2018.7","2018.9","2019.1","2019.2","2019.3","2020.1","2020.2","2020.3","2020.4","2021.1","2021.5","2022.2","2022.5","2022.6","2022.7","2023.1","2023.2","2023.3"]}]},{"name":"tk","license":"PHP","summary":"Extension for Tk (X-windows interface toolkit)","description":"PHP/TK is an native extension for the PHP programming language that implements language bindings for TCL/TK. It provides an object-oriented interface and greatly simplifies writing client-side cross-platform GUI applications.","phpv":[{"v":["0.1.1"]}],"confopts":[{"v":["0.1.1"]}]},{"name":"tokyo_tyrant","license":"PHP License","summary":"Provides a wrapper to the Tokyo Tyrant client library.","description":"tokyo_tyrant extension provides object oriented API for communicating\nwith Tokyo Tyrant key-value store.\n\nThis extension requires Tokyo Cabinet, Tokyo Tyrant and PHP version 5.2.0+.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.2.0","0.3.0","0.4.0","0.5.0","0.6.0","0.7.0"],"min":"5.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.2.0","0.3.0","0.4.0","0.5.0","0.6.0","0.7.0"],"opts":[{"n":"with-tokyo-tyrant","p":"Please provide the prefix of Tokyo Tyrant installation","d":"autodetect"},{"n":"with-tokyo-cabinet-dir","p":"Please provide the prefix of Tokyo Cabinet installation","d":"autodetect"}]}]},{"name":"trace","license":"Apache 2.0","summary":"Trace is a low-overhead tracing tool for PHP","description":"Trace is a low-overhead tracing tool for PHP.\nIt can trace all PHP executing, function calls, request information during\nrun-time. And provides features like Filter, Statistics, Current Status and\nso on.\nIt is very useful to locate blocking, heavy-load problems and debug in all\nenvironments, especially in production environments.","phpv":[{"v":["0.3.0","1.0.0"],"min":"5.1"},{"v":["1.0.1beta"],"min":"5.2"}],"confopts":[{"v":["0.3.0","1.0.0","1.0.1beta"]}]},{"name":"trader","license":"BSD 2-clause","summary":"Technical Analysis for traders.","description":"The trader extension is a free open source stock library based on TA-Lib. It's dedicated to trading software developers requiring to perform technical analysis of financial market data. Alongside many indicators like ADX, MACD, RSI, Stochastic, TRIX the candlestick pattern recognition and several vector arithmetic and algebraic functions are present.","phpv":[{"v":["0.2","0.2.1","0.2.2","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1"],"min":"5.3"}],"confopts":[{"v":["0.2","0.2.1","0.2.2","0.3.0","0.4.0","0.4.1","0.5.0","0.5.1"]}]},{"name":"translit","license":"BSD style","summary":"Transliterates non-latin character sets to latin","description":"This extension allows you to transliterate text in non-latin characters (such\nas Chinese, Cyrillic, Greek etc) to latin characters. Besides the\ntransliteration the extension also contains filters to upper- and lowercase\nlatin, cyrillic and greek, and perform special forms of transliteration such\nas converting ligatures such as the Norwegian \"\u00e6\" to \"ae\" and normalizing\npunctuation and spacing.","phpv":[{"v":["0.1","0.2","0.3","0.4","0.5"]},{"v":["0.6.0"],"min":"4.0.0"},{"v":["0.6.1","0.6.2"],"min":"5.1.0"},{"v":["0.6.3"],"min":"5.6.0"},{"v":["0.7.0","0.7.1"],"min":"7.0.0"}],"confopts":[{"v":["0.1","0.2","0.3","0.4","0.5","0.6.0","0.6.1","0.6.2","0.6.3","0.7.0","0.7.1"]}]},{"name":"tvision","license":"BSD License","summary":"Turbo Vision wrapper","description":"Turbo Vision is a framework for creating text-mode user interfaces in MS-DOS,\ndeveloped by Borland. Borland shipped Turbo Vision with their Turbo Pascal and\nTurbo C++ compilers. This extension is based on Unix port of Turbo Vision\nwritten by Sergio Sigala (http://www.sigala.it/sergio/tvision/).","phpv":[{"v":["0.1"]}],"confopts":[{"v":["0.1"]}]},{"name":"txforward","license":"PHP License","summary":"Reverse Proxy (web accelerator) PHP compatibility layer","description":"Makes reverse-proxing (web accelerator) totally invisible for php applications. Doesn't require php code modifications to handle X-Forwarded-For IP.\n* Stills allows proxy-aware applications to work with X-Forwarded headers and proxy IP address.\n* Should work with any web server\n* Should work with any proxy server\n\nUsing this extension with on a non reverse proxied system will result in a security issue.","phpv":[{"v":["1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"],"min":"4.3.0"}],"confopts":[{"v":["1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]}]},{"name":"udis86","license":"PHP License","summary":"PHP bindings for udis86 library","description":"udis86 is an easy-to-use minimalistic disassembler library (libudis86) for the x86 and x86-64 class of instruction set architectures","phpv":[{"v":["0.1.0"],"min":"5.3.0","max":"6.0.0"}],"confopts":[{"v":["0.1.0"],"opts":[{"n":"with-udis86","p":"Please provide the prefix of udis86 library","d":"autodetect"}]}]},{"name":"ui","license":"PHP License","summary":"UI API","description":"An OO wrapper around libui","phpv":[{"v":["0.9.9","1.0.0","1.0.1","1.0.2","1.0.3","2.0.0"],"min":"7.0.0RC5"}],"confopts":[{"v":["0.9.9","1.0.0","1.0.1","1.0.2","1.0.3","2.0.0"]}]},{"name":"unicode","license":"PHP","summary":"Unicode extension","description":"Implements Unicode-related ICU functionality such as character properties, normalization, iterators, etc."},{"name":"unicodestring","license":"MIT","summary":"A native Unicode string object for PHP","description":"A native Unicode string object for PHP, built on libicu, for PHP 5.3 and later."},{"name":"uopz","license":"PHP License","summary":"User Operations for Zend","description":"The uopz extension is focused on providing utilities to aid with unit testing PHP code.\n\nIt supports the following activities:\n\n* Intercepting function execution\n* Intercepting object creation\n* Hooking into function execution\n* Manipulation of function statics\n* Manipulation of function flags\n* Redefinition of constants\n* Deletion of constants\n* Runtime creation of functions and methods","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7"],"min":"5.4.0"},{"v":["5.0.1","5.0.2"],"min":"7.0.0"},{"v":["5.1.0","6.0.0","6.0.1","6.1.0","6.1.1","6.1.2"],"min":"7.1.0"},{"v":["7.0.0","7.1.0","7.1.1"],"min":"8.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","5.0.1","5.0.2","5.1.0","6.0.0","6.0.1","6.1.0","6.1.1","6.1.2","7.0.0","7.1.0","7.1.1"]}]},{"name":"uploadprogress","license":"PHP License","summary":"An extension to track progress of a file upload.","description":"A PHP extension to track progress of a file upload, including details on the speed of the upload, estimated time remaining, and access to the contents of the file as it is being uploaded.\n\nThe uploadprogress extension works on PHP 5, PHP 7, and PHP 8 (since version 1.1.2). It requires the use of the Apache httpd web server with mod_php. Other web servers and PHP-FPM are not yet supported.\n\nSee https://github.com/php/pecl-php-uploadprogress for documentation and examples.","phpv":[{"v":["0.3.0","0.9.0","0.9.1","0.9.2","1.0.0","1.0.1","1.0.2","1.0.3","1.0.3.1","1.1.0"],"min":"5.2.0"},{"v":["1.1.1"],"min":"5.2.0","max":"8.0.0"},{"v":["1.1.2","1.1.3","1.1.4"],"min":"5.2.0"},{"v":["2.0.0","2.0.1","2.0.2"],"min":"7.2.0"}],"confopts":[{"v":["0.3.0","0.9.0","0.9.1","0.9.2","1.0.0","1.0.1","1.0.2","1.0.3","1.0.3.1","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","2.0.0","2.0.1","2.0.2"]}]},{"name":"uri_template","license":"PHP License","summary":"uri_template extension","description":"Implementation of URI Template(RFC6570) specification for PHP.","phpv":[{"v":["0.99.1","0.99.2","1.0"],"min":"5.3.1"}],"confopts":[{"v":["0.99.1","0.99.2","1.0"]}]},{"name":"uuid","license":"LGPL","summary":"UUID extension","description":"A wrapper around libuuid from the ext2utils project.","phpv":[{"v":["0.9","1.0"]},{"v":["1.0.1","1.0.2","1.0.3"],"min":"4.0.0"},{"v":["1.0.4RC2","1.0.4","1.0.5"],"min":"5.3.0"},{"v":["1.1.0","1.2.0"],"min":"7.0.0"}],"confopts":[{"v":["0.9","1.0","1.0.1"]},{"v":["1.0.2","1.0.3","1.0.4RC2","1.0.4","1.0.5","1.1.0","1.2.0"],"opts":[{"n":"with-uuid","p":"uuid installation directory?","d":"autodetect"}]}]},{"name":"uv","license":"PHP License","summary":"libuv wrapper","description":"uv provides access to underlying libuv functions","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4"],"min":"7.0.0"},{"v":["0.3.0"],"min":"8.0.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0"]}]},{"name":"v8","license":"The MIT License (MIT)","summary":"V8 JavaScript engine API for PHP","description":"This extension brings V8 JavaScript engine API to PHP with some abstraction in mind and provides an accurate native V8 C++ API implementation available from PHP.","phpv":[{"v":["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9"],"min":"7.0"},{"v":["0.2.0","0.2.1","0.2.2"],"min":"7.1"}],"confopts":[{"v":["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.2.0","0.2.1","0.2.2"]}]},{"name":"v8js","license":"The MIT License (MIT)","summary":"V8 Javascript Engine for PHP","description":"This extension embeds Google's V8 Javascript Engine into PHP.","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3"],"min":"5.3.3"},{"v":["0.1.4","0.1.5","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.0","0.4.0","0.4.1","0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4"],"min":"5.4"},{"v":["1.0.0","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.4.0","1.4.1","2.0.0","2.1.0","2.1.1","2.1.2"],"min":"7.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.0","0.4.0","0.4.1","0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","1.0.0","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.4.0","1.4.1","2.0.0","2.1.0","2.1.1","2.1.2"],"opts":[{"n":"with-v8js","p":"Please provide the installation prefix of libv8","d":"autodetect"}]}]},{"name":"Valkyrie","license":"PHP","summary":"Valkyrie validation extension","description":"This extension makes validating POST and GET parameters easier, through the use of a single XML file for declaring all parameters to be received by all files of an application. See http://www.xavier-noguer.com/valkyrie.html for details.","phpv":[{"v":["0.1"]}],"confopts":[{"v":["0.1"]}]},{"name":"varnish","license":"BSD","summary":"Varnish Cache bindings","description":"Varnish Cache is an open source, state of the art web application accelerator. The extension makes it possible to interact with a running varnish instance through TCP socket or shared memory.","phpv":[{"v":["0.3","0.4","0.4.1","0.6","0.7","0.8","0.9","0.9.1","0.9.2","0.9.3","1.0.0","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6"],"min":"5.3"}],"confopts":[{"v":["0.3","0.4","0.4.1","0.6","0.7","0.8","0.9","0.9.1","0.9.2","0.9.3","1.0.0","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6"]}]},{"name":"var_representation","license":"BSD-3-Clause","summary":"var_representation: Generate compact variable representations","description":"var_representation is a compact alternative to var_export that properly escapes control characters","phpv":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4"],"min":"7.2.0"}],"confopts":[{"v":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4"]}]},{"name":"vips","license":"MIT","summary":"PHP extension for interfacing with libvips","description":"This extension uses libvips to provide image processing facilities.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13"],"opts":[{"n":"with-vips","p":"enable vips","d":"yes"}]}]},{"name":"vld","license":"BSD style","summary":"Provides functionality to dump the internal representation of PHP scripts","description":"The Vulcan Logic Disassembler hooks into the Zend Engine and\ndumps all the opcodes (execution units) of a script.","phpv":[{"v":["0.7.0","0.8.0"]},{"v":["0.9.0","0.9.1","0.10.0","0.10.1","0.11.0","0.11.1","0.11.2","0.12.0","0.13.0","0.14.0"],"min":"4.0.0"},{"v":["0.15.0","0.16.0","0.17.0","0.17.1","0.17.2","0.18.0"],"min":"7.0.0"}],"confopts":[{"v":["0.7.0","0.8.0","0.9.0","0.9.1","0.10.0","0.10.1","0.11.0","0.11.1","0.11.2","0.12.0","0.13.0","0.14.0","0.15.0","0.16.0","0.17.0","0.17.1","0.17.2","0.18.0"]}]},{"name":"vpopmail","license":"PHP","summary":"Provides functions to interact with vpopmail, a Qmail addon","description":"A wrapper to vpopmail, a Qmail addon","phpv":[{"v":["0.2"]}],"confopts":[{"v":["0.2"]}]},{"name":"w32api","license":"PHP license 3.0","summary":"Win32 and DLL API interface functions","description":"This extension is a generic extension API to DLLs.\nThis was originally written to allow access to the Win32 API from PHP,\nalthough you can also access other functions exported via other DLLs."},{"name":"wasm","license":"MIT","summary":"Run WebAssembly binaries in PHP","description":"WebAssembly (abbreviated Wasm) is a binary instruction format for\na stack-based virtual machine. Wasm is designed as a portable target\nfor compilation of high-level languages like C/C++/Rust, enabling\ndeployment on the web for client and server applications.\n\nThis extension allows to run Wasm binaries inside PHP.","phpv":[{"v":["0.5.0"],"min":"7.2.0"}],"confopts":[{"v":["0.5.0"]}]},{"name":"WBXML","license":"PHP","summary":"WBXML to XML conversion","description":"This extension provides WBXML (Wireless Binary XML) conversion capabilities using the libwbxml library, which can be found at http://libwbxml.aymerick.com/","phpv":[{"v":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3"]}],"confopts":[{"v":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3"]}]},{"name":"wddx","license":"PHP","summary":"Web Distributed Data Exchange","description":"The Web Distributed Data Exchange, or WDDX, is a free, open XML-based technology that allows Web applications created with any platform to easily exchange data with one another over the Web"},{"name":"Weakref","license":"PHP","summary":"Implementation of weak references","description":"A weak reference provides a gateway to an object without preventing that object from being collected by the garbage collector (GC).","phpv":[{"v":["0.1.0","0.2.0","0.2.1","0.2.2"],"min":"5.3.0","max":"5.5.0"},{"v":["0.2.3","0.2.4","0.2.5"],"min":"5.3.0","max":"5.6.0"},{"v":["0.2.6"],"min":"5.3.0"},{"v":["0.3.0","0.3.1","0.3.2","0.3.3"],"min":"7.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.0","0.3.1","0.3.2","0.3.3"]}]},{"name":"weakreference_bc","license":"PHP","summary":"Polyfill of WeakMap/WeakReference for older PHP versions.","description":"Polyfill of WeakMap/WeakReference for older PHP versions. This is a fork of the abandoned \"weakref\" PECL.","phpv":[{"v":["0.4.0","0.4.1"],"min":"7.0.3","max":"8.0.0"}],"confopts":[{"v":["0.4.0","0.4.1"]}]},{"name":"win32ps","license":"BSD-2-Clause","summary":"Win32 process and memory stats","description":"Win32ps is a tiny module which utilizes PSAPI (Process Status Helper) to\nget information about global memory usage and process specific memory and\ncpu time utilization.","phpv":[{"v":["1.0.1"],"min":"4.3","max":"6.0.0"}],"confopts":[{"v":["1.0.1"]}]},{"name":"win32ps_dll","license":"BSD-2-Clause","summary":"Win32 process and memory stats","description":"Win32ps is a tiny module which utilizes PSAPI (Process Status Helper) to\nget information about global memory usage and process specific memory and\ncpu time utilization.","phpv":[{"v":["1.0.1"],"min":"4.3","max":"6.0.0"}],"confopts":[{"v":["1.0.1"]}]},{"name":"win32service","license":"PHP License","summary":"A Windows specific extension to allow PHP to interact with Windows Services.","description":"The win32service extension is a Windows specific extension that allows PHP to communicate with the Service\nControl Manager to start, stop, register and unregister services, and even allows your PHP scripts to run as a\nservice.","phpv":[{"v":["0.1.0"],"min":"5.0.0"},{"v":["0.2.0"],"min":"5.3.0"},{"v":["0.2.1","0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.4.2"],"min":"7.0.1"},{"v":["1.0.0","1.0.1","1.0.2"],"min":"8.0.0"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.4.2","1.0.0","1.0.1","1.0.2"]}]},{"name":"win32std","license":"PHP","summary":"Set of standard Windows API functions.","description":"Features\n* Common Win32 dialogs.\n* Wrappers for some standard functions.\n* Registry access\n* Windows executable resource access.\n* Windows binary resources access (r/w)\n* Resource access stream wrapper (read only). Compatible with the res protocol.","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"WinBinder","license":"BSD License","summary":"A Native Windows Binding for PHP","description":"WinBinder is a new extension that allows PHP programmers to build native Window applications. It wraps the Windows API in a lightweight, easy-to-use library, so that program creation is quick and straightforward.","phpv":[{"v":["0.30.101","0.31.104","0.32.108","0.33.113","0.33.114","0.34.117","0.36.126","0.38.133","0.40.152","0.41.154","0.43.164"]},{"v":["0.46.0"],"min":"4.3.10","max":"5.1.4"}],"confopts":[{"v":["0.30.101","0.31.104","0.32.108","0.33.113","0.33.114","0.34.117","0.36.126","0.38.133","0.40.152","0.41.154","0.43.164","0.46.0"]}]},{"name":"WinCache","license":"BSD License","summary":"Windows Cache Extension for PHP","description":"Windows Cache Extension for PHP is a PHP accelerator that is used to increase the speed of PHP applications running on Windows and Windows Server. Once the Windows Cache Extension for PHP is enabled and loaded by the PHP engine, PHP applications can take advantage of the functionality without any code modifications. The extension includes file system cache and relative path cache. In addition the extension provides cache API's and a PHP session handler.","phpv":[{"v":["1.0.0","1.0.1","1.1.0beta2","1.1.0","1.1.0stable","1.3.0","1.3.5.0","1.3.6.1","1.3.7.4","1.3.7.7"],"min":"5.2.0"},{"v":["1.3.7.9","1.3.7.10","1.3.7.11","1.3.7.12"],"min":"5.2.0","max":"6.0.0"},{"v":["2.0.0.0"],"min":"7.0.0"},{"v":["2.0.0.1"],"min":"7.0.0RC3"},{"v":["2.0.0.4","2.0.0.5","2.0.0.6","2.0.0.7","2.0.0.8"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.1.0beta2","1.1.0","1.1.0stable","1.3.0","1.3.5.0","1.3.6.1","1.3.7.4","1.3.7.7","1.3.7.9","1.3.7.10","1.3.7.11","1.3.7.12","2.0.0.0","2.0.0.1","2.0.0.4","2.0.0.5","2.0.0.6","2.0.0.7","2.0.0.8"]}]},{"name":"wkhtmltox","license":"PHP v3.01","summary":"Converting HTML to X since 2017","description":"libwkhtmltox is an open source shared library for converting HTML into PDF and various image formats."},{"name":"wxwidgets","license":"PHP","summary":"Cross-platform widget toolkit.","description":"Wraps the wxWidgets library, which allows to write\nmulti-platform desktop applications that make use of the native\ngraphical components available to the different platforms.","phpv":[{"v":["3.0.0.1","3.0.0.2"],"min":"5.3.0"}],"confopts":[{"v":["3.0.0.1"],"opts":[{"n":"enable-wxwidgets-debug","p":"Enable debugging messages in wxwidgets","d":"no"},{"n":"enable-wxwidgets-monolithic","p":"Enable linking to monolithic version of wxWidgets","d":"no"}]},{"v":["3.0.0.2"],"opts":[{"n":"enable-wxwidgets-debug","p":"Enable debugging messages and symbols in wxwidgets","d":"no"},{"n":"enable-wxwidgets-macosx","p":"Enable Mac OS X building mode","d":"no"}]}]},{"name":"xattr","license":"PHP License","summary":"Extended attributes.","description":"This package allows to manipulate extended attributes on filesystems that support them.","phpv":[{"v":["0.9","1.0"]},{"v":["1.1.0","1.2.0","1.2.1"],"min":"4.0.0"},{"v":["1.3.0RC1","1.3.0","1.3.1"],"min":"5.3.0"},{"v":["1.4.0"],"min":"7.2.0"}],"confopts":[{"v":["0.9","1.0"]},{"v":["1.1.0","1.2.0","1.2.1","1.3.0RC1","1.3.0","1.3.1","1.4.0"],"opts":[{"n":"with-xattr","p":"libattr library installation dir?","d":"autodetect"}]}]},{"name":"xcommerce","license":"BSD","summary":"X.commerce bindings and helper methods","description":"[READ THIS FIRST]\nThe x.commerce ecosystem will be discontinued by Feb. 2013. This extension will be removed by mid-Jan. 2013. Don't use it.\n\nThis extension provides functionality for building and\nconsuming API's in the X.commerce ecosystem.","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"],"min":"5.1.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5"]}]},{"name":"xdebug","license":"BSD style","summary":"Provides functions for function traces and profiling","description":"The Xdebug extension helps you debugging your script by providing a lot of\nvaluable debug information. The debug information that Xdebug can provide\nincludes the following:\n\n* stack and function traces in error messages with:\no full parameter display for user defined functions\no function name, file name and line indications\no support for member functions\n* memory allocation\n* protection for infinite recursions\n\nXdebug also provides:\n\n* profiling information for PHP scripts\n* code coverage analysis\n* capabilities to debug your scripts interactively with a debug client","phpv":[{"v":["1.2.0","1.3.0rc1","1.3.0rc2","1.3.0","1.3.1","1.3.2","2.0.0beta1","2.0.0beta2","2.0.0beta3"]},{"v":["2.0.0beta4","2.0.0beta5","2.0.0beta6","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5"],"min":"4.3.0"},{"v":["2.1.0beta1","2.1.0beta2","2.1.0beta3","2.1.0RC1","2.1.0","2.1.1RC1","2.1.1","2.1.2","2.1.3","2.1.4","2.2.0RC1","2.2.0RC2","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5"],"min":"5.1.0"},{"v":["2.2.6","2.2.7"],"min":"5.2.0"},{"v":["2.3.0","2.3.1","2.3.2","2.3.3","2.4.0beta1","2.4.0RC1","2.4.0RC2","2.4.0RC3","2.4.0RC4","2.4.0","2.4.1","2.5.0RC1"],"min":"5.4.0"},{"v":["2.5.0","2.5.1","2.5.2","2.5.3","2.5.4","2.5.5","2.6.0alpha1"],"min":"5.5.0"},{"v":["2.6.0beta1","2.6.0RC2","2.6.0","2.6.1","2.7.0alpha1","2.7.0beta1","2.7.0RC1","2.7.0RC2","2.7.0","2.7.1","2.7.2","2.8.0alpha1","2.8.0beta1","2.8.0beta2","2.8.0","2.8.1","2.9.0"],"min":"7.0.0"},{"v":["2.9.1","2.9.2","2.9.3","2.9.4","2.9.5","2.9.6"],"min":"7.1.0"},{"v":["2.9.7","2.9.8"],"min":"7.1.0","max":"7.4.99"},{"v":["3.0.0beta1","3.0.0RC1","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4"],"min":"7.2.0","max":"8.0.99"},{"v":["3.1.0beta1","3.1.0beta2","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6"],"min":"7.2.0","max":"8.1.99"},{"v":["3.2.0alpha1","3.2.0alpha2","3.2.0alpha3","3.2.0RC1","3.2.0RC2","3.2.0","3.2.1","3.2.2"],"min":"8.0.0","max":"8.2.99"},{"v":["3.3.0alpha2","3.3.0alpha3","3.3.0"],"min":"8.0.0","max":"8.3.99"}],"confopts":[{"v":["1.2.0","1.3.0rc1","1.3.0rc2","1.3.0","1.3.1","1.3.2","2.0.0beta1","2.0.0beta2","2.0.0beta3","2.0.0beta4","2.0.0beta5","2.0.0beta6","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.1.0beta1","2.1.0beta2","2.1.0beta3","2.1.0RC1","2.1.0","2.1.1RC1","2.1.1","2.1.2","2.1.3","2.1.4","2.2.0RC1","2.2.0RC2","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","2.3.0","2.3.1","2.3.2","2.3.3","2.4.0beta1","2.4.0RC1","2.4.0RC2","2.4.0RC3","2.4.0RC4","2.4.0","2.4.1","2.5.0RC1","2.5.0","2.5.1","2.5.2","2.5.3","2.5.4","2.5.5","2.6.0alpha1","2.6.0beta1","2.6.0RC2","2.6.0","2.6.1","2.7.0alpha1","2.7.0beta1","2.7.0RC1","2.7.0RC2","2.7.0","2.7.1","2.7.2","2.8.0alpha1","2.8.0beta1","2.8.0beta2","2.8.0","2.8.1","2.9.0","2.9.1","2.9.2","2.9.3","2.9.4","2.9.5","2.9.6","2.9.7","2.9.8","3.0.0beta1","3.0.0RC1","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.1.0beta1","3.1.0beta2","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.1.6","3.2.0alpha1","3.2.0alpha2","3.2.0alpha3","3.2.0RC1","3.2.0RC2","3.2.0","3.2.1","3.2.2","3.3.0alpha2","3.3.0alpha3","3.3.0"]}]},{"name":"xdiff","license":"PHP License","summary":"File differences/patches.","description":"This extension creates and applies patches to both text and binary files.","phpv":[{"v":["0.2","0.3","1.0","1.1","1.2","1.3","1.4"]},{"v":["1.4.1","1.5.0","1.5.1","1.5.2"],"min":"4.0.0"},{"v":["2.0.0","2.0.1","2.1.0","2.1.1"],"min":"7.0.0"}],"confopts":[{"v":["0.2","0.3","1.0","1.1","1.2","1.3","1.4"]},{"v":["1.4.1","1.5.0","1.5.1","1.5.2","2.0.0","2.0.1","2.1.0","2.1.1"],"opts":[{"n":"with-xdiff","p":"libxdiff library installation dir?","d":"autodetect"}]}]},{"name":"xhprof","license":"Apache 2.0","summary":"XHProf: A Hierarchical Profiler for PHP","description":"XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based navigational interface. The raw data collection component is implemented in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable of reporting function-level inclusive and exclusive wall times, memory usage, CPU times and number of calls for each function. Additionally, it supports ability to compare two runs (hierarchical DIFF reports), or aggregate results from multiple runs.","phpv":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4"],"min":"5.2.0"},{"v":["2.1.2","2.1.3","2.1.4","2.2.0","2.2.1","2.2.2","2.2.3","2.3.0","2.3.1","2.3.2","2.3.3","2.3.4","2.3.5","2.3.6","2.3.7","2.3.8","2.3.9"],"min":"7.0.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2","0.9.3","0.9.4","2.1.2","2.1.3","2.1.4","2.2.0","2.2.1","2.2.2","2.2.3","2.3.0","2.3.1","2.3.2","2.3.3","2.3.4","2.3.5","2.3.6","2.3.7","2.3.8","2.3.9"]}]},{"name":"xlswriter","license":"BSD license","summary":"Efficient and fast xlsx file extension.","description":"xlswriter is a PHP C Extension that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.\n\nWriter\n\n- 100% compatible Excel XLSX files.\n- Full Excel formatting.\n- Merged cells.\n- Defined names.\n- Autofilters.\n- Charts.\n- Data validation and drop down lists.\n- Worksheet PNG/JPEG images.\n- Memory optimization mode for writing large files.\n- Works on Linux, FreeBSD, OpenBSD, OS X, Windows.\n- Compiles for 32 and 64 bit.\n- FreeBSD License.\n- The only dependency is on zlib.\n\nReader\n\n- Full read data\n- Cursor read data\n- Read by data type\n- Xlsx to csv","phpv":[{"v":["1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0","1.3.1","1.3.2","1.3.3","1.3.3.1","1.3.3.2","1.3.4","1.3.4.1","1.3.5","1.3.6","1.3.7","1.4.0","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5"],"min":"7.0.0"}],"confopts":[{"v":["1.2.4","1.2.5","1.2.6"]},{"v":["1.2.7","1.2.8","1.2.9","1.3.0"],"opts":[{"n":"enable-reader","p":"enable reader supports?","d":"no"}]},{"v":["1.3.1","1.3.2","1.3.3","1.3.3.1","1.3.3.2","1.3.4","1.3.4.1","1.3.5","1.3.6","1.3.7","1.4.0","1.5.0","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5"],"opts":[{"n":"enable-reader","p":"enable reader supports?","d":"yes"}]}]},{"name":"xmldiff","license":"BSD 2-clause","summary":"XML diff and merge","description":"The extension is able to produce diffs of two XML documents and then to apply the difference to the source document. The diff is a XML document containing copy/insert/delete instruction nodes in human readable format. DOMDocument objects, local files and strings in memory can be processed.","phpv":[{"v":["0.8.0","0.9.0","0.9.1","0.9.2","1.1.0","1.1.1","1.1.2","1.1.3"],"min":"5.3"}],"confopts":[{"v":["0.8.0","0.9.0","0.9.1","0.9.2","1.1.0","1.1.1","1.1.2","1.1.3"]}]},{"name":"xmlReader","license":"PHP License","summary":"Provides fast, non-cached, forward-only access to XML data under PHP 5.\n\nNOTE: This extension is part of core, thus, the PECL extension is dead.","description":"This extension wraps the libxml xmlReader API. The reader acts as a cursor\ngoing forward on the document stream and stopping at each node in the way.\nxmlReader is similar to SAX though uses a much simpler API.","phpv":[{"v":["0.1","0.2","1.0","1.0.1"]}],"confopts":[{"v":["0.1","0.2","1.0","1.0.1"]}]},{"name":"xmlrpc","license":"PHP","summary":"Functions to write XML-RPC servers and clients","description":"These functions can be used to write XML-RPC servers and clients. You can find\nmore information about XML-RPC at http://www.xmlrpc.com/, and more documentation\non this extension and its functions at http://xmlrpc-epi.sourceforge.net/.\n\nThe extension is unbundled from php-src as of PHP 8.0.0, because the underlying\nlibxmlrpc has obviously been abandoned. It is recommended to reevaluate using\nthis extension.","phpv":[{"v":["1.0.0RC1","1.0.0RC2","1.0.0RC3"],"min":"8.0.0"}],"confopts":[{"v":["1.0.0RC1","1.0.0RC2","1.0.0RC3"]}]},{"name":"XMLRPCi","license":"PHP","summary":"Improved XML-RPC","description":"A re-write of the old ext/xmlrpc extension for PHP 5 implmenting object overloading\nand built on top of the libxml2 library. It strives to be a completely backward\ncompatiable replacement to the ext/xmlrpc extension","phpv":[{"v":["1.0"]}],"confopts":[{"v":["1.0"]}]},{"name":"xmlwriter","license":"PHP","summary":"Provides fast, non-cached, forward-only means to write XML data.\n\nThis PECL extension is dead, instead use XMLWriter that comes with core (as of PHP 5.1.2)","description":"This extension wraps the libxml xmlWriter API. Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data.","phpv":[{"v":["0.1","0.2","1.0"]},{"v":["2.0.0","2.0.1","2.0.2","2.0.4"],"min":"4.3.0"}],"confopts":[{"v":["0.1","0.2","1.0","2.0.0","2.0.1","2.0.2","2.0.4"]}]},{"name":"xmms","license":"PHP","summary":"Provides functions to interact with xmms","description":"A simple libxmms extension","phpv":[{"v":["0.1","0.2"]}],"confopts":[{"v":["0.1","0.2"]}]},{"name":"xmp","license":"Apache 2.0","summary":"Bindings for the libxmp library","description":"PHP extension for managing (e.g. playing, decoding, retrieving metadata, mixing)\nmodule tracked files (http://en.wikipedia.org/wiki/Module_file),\nlibxmp is available from http://xmp.sourceforge.net/","phpv":[{"v":["4.2.0"],"min":"4.0.0","max":"6.0.0"}],"confopts":[{"v":["4.2.0"]}]},{"name":"xrange","license":"PHP License","summary":"Numeric iterator primitives","description":"xrange is a compiled extension that provides numeric iteration primitives to PHP on top of SPL. It includes a lean numeric range generator / iterator, modeled after Python's xrange() function. It's intended to provide an alternative for all numeric iteration and looping.","phpv":[{"v":["1.3","1.3.1","1.3.2"],"min":"5.0.0"}],"confopts":[{"v":["1.3","1.3.1","1.3.2"]}]},{"name":"xslcache","license":"PHP License","summary":"A modification of PHP's standard XSL extension that caches the parsed XSL stylesheet representation","description":"The XSL Cache extension is a modification of PHP's standard XSL extension that caches\nthe parsed XSL stylesheet representation between sessions for 2.5x boost in performance\nfor sites that repeatedly apply the same transform. Although there is still some further\nwork that could be done on the extension, this code is already proving beneficial in\nproduction use for a few applications on the New York Times' website.","phpv":[{"v":["0.7.0","0.7.1","0.7.2"],"min":"5.2.1","max":"6.0.0"}],"confopts":[{"v":["0.7.0","0.7.1","0.7.2"],"opts":[{"n":"with-xslcache","p":"Please provide the prefix of LibXSLT installation","d":"autodetect"}]}]},{"name":"xxtea","license":"MIT","summary":"XXTEA encryption algorithm extension for PHP.","description":"XXTEA encryption algorithm extension for PHP.\nXXTEA is a fast and secure encryption algorithm. This is a XXTEA extension for PHP.\nIt is different from the original XXTEA encryption algorithm. It encrypts and decrypts string instead of uint32 array, and the key is also string.","phpv":[{"v":["1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11"],"min":"5.0"}],"confopts":[{"v":["1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.0.10","1.0.11"],"opts":[{"n":"enable-xxtea","p":"whether to enable xxtea support","d":"yes"}]}]},{"name":"yac","license":"PHP","summary":"lockless user data cache","description":"yac is a fast, lock-free, shared memory user data cache for PHP. it can be used to replace APC or local memcached.","phpv":[{"v":["0.9.0","0.9.1","0.9.2"],"min":"5.2.0"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.1.1","2.1.2","2.2.0","2.2.1","2.3.0","2.3.1"],"min":"7.0.0"}],"confopts":[{"v":["0.9.0","0.9.1","0.9.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.1.1","2.1.2"]},{"v":["2.2.0","2.2.1","2.3.0","2.3.1"],"opts":[{"n":"enable-igbinary","p":"enable igbinary serializer support?","d":"no"},{"n":"enable-json","p":"enable json serializer support?","d":"no"},{"n":"enable-msgpack","p":"enable msgpack serializer support?","d":"no"}]}]},{"name":"yaconf","license":"PHP","summary":"PHP Persistent Configurations Container","description":"Yaconf is a configurations container, it parses ini files, and store the result in PHP when PHP is started","phpv":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.1.0","1.1.1","1.1.2"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.1.0","1.1.1","1.1.2"]}]},{"name":"yaf","license":"PHP","summary":"PHP Framework in PHP extension","description":"Yaf is a PHP framework similar to zend framework, which is written in c and built as PHP extension","phpv":[{"v":["2.0.0","2.0.1"],"min":"5.1.0","max":"5.3.6"},{"v":["2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.1.7","2.1.8","2.1.9","2.1.10","2.1.11","2.1.12","2.1.13","2.1.14","2.1.15","2.1.16","2.1.17","2.1.18"],"min":"5.2.0","max":"5.4.0"},{"v":["2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","2.2.8","2.2.9","2.3.1","2.3.2","2.3.3","2.3.4","2.3.5"],"min":"5.2.0"},{"v":["3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8","3.0.9","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.2.0","3.2.1","3.2.2","3.2.3","3.2.4","3.2.5","3.3.0","3.3.1","3.3.2","3.3.3","3.3.4","3.3.5"],"min":"7.0.0"}],"confopts":[{"v":["2.0.0","2.0.1","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.1.7","2.1.8","2.1.9","2.1.10","2.1.11","2.1.12","2.1.13","2.1.14","2.1.15","2.1.16","2.1.17","2.1.18","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","2.2.8","2.2.9","2.3.1","2.3.2","2.3.3","2.3.4","2.3.5","3.0.0","3.0.1","3.0.2","3.0.3","3.0.4","3.0.5","3.0.6","3.0.7","3.0.8","3.0.9","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.2.0","3.2.1","3.2.2","3.2.3","3.2.4","3.2.5","3.3.0","3.3.1","3.3.2","3.3.3","3.3.4","3.3.5"]}]},{"name":"yami","license":"PHP License","summary":"Lightweight inter-object communication infrastructure","description":"This binding allows PHP programs to communicate with servers\nwritten using YAMI, opening up a wide range of possibilities.\n\nYAMI (http://msobczak.com/prog/yami/concept/) is a tiny library\nthat provides lightweight inter-object communication infrastructure.\nThere are only three concepts that one need to understand (Domain,\nAgent,Message) in order to write high performance servers (and clients)\nin C/C++.","phpv":[{"v":["1.0","1.0.1","200707230007"],"min":"5.2.1","max":"6.0.0"}],"confopts":[{"v":["1.0","1.0.1","200707230007"]}]},{"name":"yaml","license":"MIT","summary":"YAML-1.1 parser and emitter","description":"Support for YAML 1.1 (YAML Ain't Markup Language) serialization using the\nLibYAML library.","phpv":[{"v":["0.6.2","0.6.3","1.0.0","1.0.1","1.1.0RC1","1.1.0RC2","1.1.0","1.1.1","1.2.0"],"min":"5.2.0"},{"v":["1.3.0b1","1.3.0","1.3.1","1.3.2"],"min":"5.3.3"},{"v":["2.0.0RC1"],"min":"7.0.0RC5"},{"v":["2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0RC5","2.0.0RC6","2.0.0RC7","2.0.0RC8","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4"],"min":"7.0.0-dev"},{"v":["2.1.0","2.2.0b1","2.2.0b2","2.2.0","2.2.1","2.2.2","2.2.3"],"min":"7.1.0"}],"confopts":[{"v":["0.6.2","0.6.3"]},{"v":["1.0.0","1.0.1","1.1.0RC1","1.1.0RC2","1.1.0","1.1.1","1.2.0","1.3.0b1","1.3.0","1.3.1","1.3.2","2.0.0RC1","2.0.0RC2","2.0.0RC3","2.0.0RC4","2.0.0RC5","2.0.0RC6","2.0.0RC7","2.0.0RC8","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.1.0","2.2.0b1","2.2.0b2","2.2.0","2.2.1","2.2.2","2.2.3"],"opts":[{"n":"with-yaml","p":"Please provide the prefix of libyaml installation","d":"autodetect"}]}]},{"name":"yar","license":"PHP","summary":"Light, concurrent RPC framework","description":"Yar(Yet another RPC framework) is a light, concurrent RPC framework, supports multi package protocols (json, msgpack)","phpv":[{"v":["1.0.0","1.1.0","1.1.1","1.1.2","1.2.0"],"min":"5.2.0","max":"5.4.5"},{"v":["1.2.1","1.2.2","1.2.3","1.2.4"],"min":"5.2.0"},{"v":["1.2.5"],"min":"5.2.0","max":"5.6.99"},{"v":["2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0","2.1.1","2.1.2","2.2.0","2.2.1","2.3.0","2.3.1","2.3.2"],"min":"7.0.0"}],"confopts":[{"v":["1.0.0","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3"]},{"v":["1.2.4","1.2.5","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.1.0","2.1.1","2.1.2","2.2.0","2.2.1","2.3.0","2.3.1","2.3.2"],"opts":[{"n":"enable-msgpack","p":"Enable Msgpack Supports","d":"no"}]}]},{"name":"yaz","license":"revised BSD","summary":"Z39.50/SRU client","description":"This extension implements a Z39.50/SRU client for PHP using the YAZ toolkit and the ZOOM framework.\n\nFind more information at:\nhttp://www.indexdata.com/phpyaz\nhttp://www.indexdata.com/yaz","phpv":[{"v":["0.9","1.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]},{"v":["1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.2.0","1.2.1","1.2.2","1.2.3"],"min":"4.3"},{"v":["1.2.4"],"min":"5.0"}],"confopts":[{"v":["0.9","1.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"]},{"v":["1.0.8","1.0.9","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4"],"opts":[{"n":"with-yaz","p":"path to YAZ installation?","d":"autodetect"}]}]},{"name":"yp","license":"PHP 3.01","summary":"YP/NIS functions","description":"NIS (formerly called Yellow Pages) allows network management\nof important administrative files (e.g. the password file).","phpv":[{"v":["1.0.0RC1","1.0.0","1.0.1"],"min":"5.3.0"}],"confopts":[{"v":["1.0.0RC1","1.0.0","1.0.1"]}]},{"name":"ZendOpcache","license":"PHP License","summary":"The Zend OPcache provides faster PHP execution through opcode caching and optimization.","description":"The Zend OPcache provides faster PHP execution through opcode caching and\noptimization. It improves PHP performance by storing precompiled script\nbytecode in the shared memory. This eliminates the stages of reading code from\nthe disk and compiling it on future access. In addition, it applies a few\nbytecode optimization patterns that make code execution faster.","phpv":[{"v":["7.0.0","7.0.1","7.0.2","7.0.3","7.0.4"],"min":"5.2.0"},{"v":["7.0.5"],"min":"5.2.0","max":"5.5.0"}],"confopts":[{"v":["7.0.0","7.0.1","7.0.2","7.0.3","7.0.4","7.0.5"]}]},{"name":"zephir_parser","license":"MIT License","summary":"Zephir Parser delivered as a C extension for PHP","description":"The Zephir Parsers parses Zephir into C files","phpv":[{"v":["1.4.0","1.4.1"],"min":"7.0.0","max":"8.0.99"},{"v":["1.4.2","1.5.0"],"min":"7.0.0","max":"8.1.99"},{"v":["1.5.1","1.5.2","1.5.3"],"min":"7.0.0","max":"8.2.99"},{"v":["1.6.0"],"min":"7.0.0","max":"8.3.99"}],"confopts":[{"v":["1.4.0","1.4.1","1.4.2","1.5.0","1.5.1","1.5.2","1.5.3","1.6.0"]}]},{"name":"zeroconf","license":"PHP","summary":"A PHP interface for browsing network services using ZeroConf","description":"Provides an interface for browsing and publishing network services\nvia ZeroConf using Apple's Rendezvous/OpenTalk library. You can browse the network for specific\nservices like database servers (PostgreSQL, Sybase, InterBase), Apple File\nSharing, web services via Apache's mod_rendezvous, etc. and discover the IP\naddress and port for each found service.","phpv":[{"v":["0.1","0.1.1","0.1.2"]},{"v":["0.5.0"],"min":"4.0.0"},{"v":["1.0"]}],"confopts":[{"v":["0.1","0.1.1","0.1.2","0.5.0","1.0"]}]},{"name":"zip","license":"PHP 3.01","summary":"A zip management extension","description":"Zip is an extension to create, modify and read zip files.","phpv":[{"v":["1.0"]},{"v":["1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.3.0","1.3.1","1.4.0","1.4.1","1.5.0","1.6.0","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.8.0","1.8.1","1.8.2","1.8.3","1.8.4","1.8.5","1.8.6","1.8.7","1.8.8","1.8.9","1.8.10","1.9.0","1.10.1","1.10.2","1.11.0","1.12.0","1.12.1","1.12.2","1.12.3","1.12.4","1.12.5","1.13.0","1.13.1","1.13.2","1.13.3","1.13.4","1.13.5","1.14.0","1.15.0","1.15.1","1.15.2","1.15.3","1.15.4","1.15.5","1.16.0","1.16.1"],"min":"4.3.0"},{"v":["1.17.0","1.17.1","1.17.2","1.18.0RC1","1.18.0RC2","1.18.0RC3","1.18.0RC4","1.18.0RC5","1.18.0RC6","1.18.0","1.18.1","1.18.2","1.19.0","1.19.1","1.19.2"],"min":"5.4.0"},{"v":["1.19.3","1.19.4","1.19.5","1.20.0","1.20.1"],"min":"5.4.0","max":"8.1.99"},{"v":["1.21.0","1.21.1"],"min":"5.4.0","max":"8.2.99"},{"v":["1.22.0","1.22.1","1.22.2","1.22.3"],"min":"5.4.0","max":"8.3.99"}],"confopts":[{"v":["1.0","1.1.0","1.1.1","1.1.2","1.2.0","1.2.1","1.2.2","1.2.3","1.3.0","1.3.1","1.4.0","1.4.1","1.5.0","1.6.0","1.7.0","1.7.1","1.7.2","1.7.3","1.7.4","1.7.5","1.8.0","1.8.1","1.8.2","1.8.3","1.8.4","1.8.5","1.8.6","1.8.7","1.8.8","1.8.9","1.8.10","1.9.0","1.10.1","1.10.2","1.11.0","1.12.0","1.12.1","1.12.2","1.12.3","1.12.4","1.12.5","1.13.0","1.13.1","1.13.2","1.13.3","1.13.4","1.13.5","1.14.0","1.15.0","1.15.1","1.15.2","1.15.3","1.15.4","1.15.5","1.16.0","1.16.1","1.17.0","1.17.1","1.17.2","1.18.0RC1","1.18.0RC2","1.18.0RC3","1.18.0RC4","1.18.0RC5","1.18.0RC6","1.18.0","1.18.1","1.18.2","1.19.0","1.19.1","1.19.2","1.19.3","1.19.4","1.19.5","1.20.0","1.20.1","1.21.0","1.21.1","1.22.0","1.22.1","1.22.2","1.22.3"]}]},{"name":"zlib_filter","license":"PHP","summary":"zlib filter implementation backport for PHP 5.0","description":"RFC 1951 inflate/deflate stream filter implementation. Performs inline compression/decompression using the deflate method on any PHP I/O stream. The data produced by this filter, while compatable with the payload portion of an RFC 1952 gzip file, does not include headers or tailers for full RFC 1952 gzip compatability. To achieve this format, use the compress.zlib:// fopen wrapper built directly into PHP.","phpv":[{"v":["1.0.1","1.1"]}],"confopts":[{"v":["1.0.1","1.1"]}]},{"name":"zmq","license":"BSD License","summary":"ZeroMQ messaging","description":"ZeroMQ is a software library that lets you quickly design and implement a fast message-based applications.","phpv":[{"v":["1.0.7","1.0.8","1.0.9","1.1.0","1.1.1","1.1.2"],"min":"5.2.0"},{"v":["1.1.3"],"min":"5.3.0"}],"confopts":[{"v":["1.0.7","1.0.8","1.0.9","1.1.0","1.1.1","1.1.2","1.1.3"],"opts":[{"n":"with-zmq","p":"Please provide the prefix of libzmq installation","d":"autodetect"}]}]},{"name":"zookeeper","license":"PHP","summary":"PHP extension for interfacing with Apache ZooKeeper","description":"This extension provides API for communicating with ZooKeeper service.","phpv":[{"v":["0.1.0","0.2.0","0.2.1","0.2.2","0.2.3"],"min":"5.2.0","max":"6.0.0"},{"v":["0.3.0","0.3.1"],"min":"5.2.0","max":"7.1.0"},{"v":["0.3.2","0.4.0"],"min":"5.2.0","max":"7.1.99"},{"v":["0.4.1","0.5.0","0.6.0"],"min":"5.2.0","max":"7.2.99"},{"v":["0.6.1","0.6.2","0.6.3","0.6.4"],"min":"7.0.0","max":"7.2.99"},{"v":["0.7.0","0.7.1","0.7.2"],"min":"7.0.0","max":"7.4.99"},{"v":["1.0.0"],"min":"7.0.0","max":"8.0.99"},{"v":["1.2.0","1.2.1"],"min":"7.0.0","max":"8.2.99"}],"confopts":[{"v":["0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.3.0","0.3.1","0.3.2","0.4.0","0.4.1","0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","0.7.0","0.7.1","0.7.2","1.0.0","1.2.0","1.2.1"]}]},{"name":"zstd","license":"MIT","summary":"Zstandard extension","description":"PHP extension for compression and decompression with Zstandard library.","phpv":[{"v":["0.7.5","0.7.6","0.7.7","0.8.0","0.8.1","0.9.0RC1","0.9.0","0.10.0","0.11.0"],"min":"5.2"},{"v":["0.12.0","0.12.1","0.12.2","0.12.3","0.13.0","0.13.1"],"min":"7.0"}],"confopts":[{"v":["0.7.5","0.7.6","0.7.7","0.8.0","0.8.1","0.9.0RC1","0.9.0","0.10.0","0.11.0","0.12.0","0.12.1","0.12.2","0.12.3","0.13.0","0.13.1"]}]}] \ No newline at end of file diff --git a/xml/maxminddb-versions.xml b/xml/maxminddb-versions.xml index 2f6767a0..be8cd725 100644 --- a/xml/maxminddb-versions.xml +++ b/xml/maxminddb-versions.xml @@ -4,6 +4,7 @@ http://pear.php.net/dtd/rest.allreleases.xsd">

maxminddb

pecl.php.net + 1.11.1stable 1.11.0stable 1.10.1stable 1.10.0stable diff --git a/xml/maxminddb/1.11.1.xml b/xml/maxminddb/1.11.1.xml new file mode 100644 index 00000000..8c958e88 --- /dev/null +++ b/xml/maxminddb/1.11.1.xml @@ -0,0 +1,55 @@ + + + maxminddb + pecl.php.net + Reader for the MaxMind DB file format + This is the PHP extension for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6). + + Greg Oschwald + oschwald + goschwald@maxmind.com + yes + + 2023-12-02 + + + 1.11.1 + 1.11.1 + + + stable + stable + + Apache License 2.0 + +* Resolve warnings when compiling the C extension. +* Fix various type issues detected by PHPStan level. Pull request by + LauraTaylorUK. GitHub #160. + + + + + + + + + + + + + + + + + + + 7.2.0 + + + 1.10.0 + + + + maxminddb + + diff --git a/xml/scoutapm-versions.xml b/xml/scoutapm-versions.xml index 7f554b6c..a4cc8cba 100644 --- a/xml/scoutapm-versions.xml +++ b/xml/scoutapm-versions.xml @@ -4,6 +4,7 @@ http://pear.php.net/dtd/rest.allreleases.xsd">

scoutapm

pecl.php.net + 1.10.0stable 1.9.1stable 1.9.0stable 1.8.3stable diff --git a/xml/scoutapm/1.10.0.xml b/xml/scoutapm/1.10.0.xml new file mode 100644 index 00000000..139f90b8 --- /dev/null +++ b/xml/scoutapm/1.10.0.xml @@ -0,0 +1,541 @@ + + + scoutapm + pecl.php.net + Native Extension Component for ScoutAPM's PHP Agent + ScoutAPM's extension for PHP provides additional capabilities to application monitoring over just using the base PHP userland library. + + James Titcumb + asgrim + james@asgrim.com + yes + + + Chris Schneider + cschneid + chris@scoutapm.com + no + + 2023-12-01 + + + 1.10.0 + 1.10.0 + + + stable + stable + + MIT + +- Add support for PHP 8.3 (#135) +- Fix CI build matrix (#137) +- Add help for installing the ext in a Dockerfile (#136) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7.1.0 + 8.3.99 + + + 1.9.1 + + + + scoutapm + + + + 2022-12-14 + + + 1.9.1 + 1.9.1 + + + stable + stable + + MIT + +- Fix missing PHP 8.2 assets for Windows (#130) + + + + 2022-12-09 + + + 1.9.0 + 1.9.0 + + + stable + stable + + MIT + +- Add PHP 8.2 support (#125) + + + + 2022-10-18 + + + 1.8.3 + 1.8.3 + + + stable + stable + + MIT + +- Improved MINFO output for curl availability (#126) + + + + 2022-08-26 + + + 1.8.2 + 1.8.2 + + + stable + stable + + MIT + +- Enable HAVE_SCOUT_CURL if it is available in the Windows builds (#121) + + + + 2022-07-11 + + + 1.8.1 + 1.8.1 + + + stable + stable + + MIT + +- Added automation to upload DLL for Windows releases (#112) + + + + 2022-06-29 + + + 1.8.0 + 1.8.0 + + + stable + stable + + MIT + +- Added support for compiling on Windows (#109) + + + + 2022-04-21 + + + 1.7.0 + 1.7.0 + + + stable + stable + + MIT + +- Pinned Elasticsearch to ^7.0 as ^8.0 has major BC breaks (#105) +- Elasticsearch 8 support (#106) +- Added release automation (#103) + + + + 2022-01-10 + + + 1.6.0 + 1.6.0 + + + stable + stable + + MIT + +- Added support for PHP 8.1 (#101) + + + + 2021-12-24 + + + 1.5.1 + 1.5.1 + + + stable + stable + + MIT + +- Fix json_encode usage where ext-json is shared or does not exist - thanks @remicollet (#100) + + + + 2021-12-23 + + + 1.5.0 + 1.5.0 + + + stable + stable + + MIT + +- file_get_contents and curl_exec now record HTTP methods (#96) + + + + 2021-10-29 + + + 1.4.3 + 1.4.3 + + + stable + stable + + MIT + +- Fixed segfault when static anonymous functions are called (#94) + + + + 2021-06-29 + + + 1.4.2 + 1.4.2 + + + stable + stable + + MIT + +- Fixed some missed free calls after DYNAMIC_MALLOC_SPRINTF usage in PHP 8 only (#92) + + + + 2021-06-29 + + + 1.4.1 + 1.4.1 + + + stable + stable + + MIT + +- Fixed memory leaks from DYNAMIC_MALLOC_SPRINTF un-freed usages (#91) + + + + 2021-06-17 + + + 1.4.0 + 1.4.0 + + + stable + stable + + MIT + +- Only instrument if specifically enabled with scoutapm_enable_instrumentation() (#89) + + + + 2021-06-17 + + + 1.3.0 + 1.3.0 + + + stable + stable + + MIT + +- Userland function recording for PHP 7 with zend_execute_ex (#77) +- Userland function recording for PHP 8 with improved Zend Observer API (#79) +- Added Predis library function instrumentation (#80) +- Add support for phpredis Redis extension instrumentation (#82) +- Add instrumentation for Memcached (#84) +- Add instrumentation for Elasticsearch PHP library (#85) +- Change CI from Circle to GitHub Actions (#78) +- Fix SKIP block for phpredis test (#83) + + + + 2021-03-19 + + + 1.2.2 + 1.2.2 + + + stable + stable + + MIT + +- Do not try to record arguments if PDO::prepare returns a non-object (#72) + + + + 2021-02-05 + + + 1.2.1 + 1.2.1 + + + stable + stable + + MIT + +- Fixing builds on ZTS mode (thanks @remicollet, #69) + + + + 2021-02-04 + + + 1.2.0 + 1.2.0 + + + stable + stable + + MIT + +- Added support for PHP 8.0 (#66) + + + + 2020-02-19 + + + 1.1.1 + 1.1.1 + + + stable + stable + + MIT + +- Fixed typo in config.m4 for libcurl detection + + + + 2020-02-19 + + + 1.1.0 + 1.1.0 + + + stable + stable + + MIT + +- Added support for PHP 7.4 (#60) +- Improved cURL detection (thanks @remicollet, #58) + + + + 2019-11-06 + + + 1.0.1 + 1.0.1 + + + stable + stable + + MIT + +- Fix segfault when trying to access args out of bounds (#48) +- Fix exception raised when trying to fopen a file that does not exist (#50) +- Removed notice emitted calling some functions (#51) + + + + 2019-11-04 + + + 1.0.0 + 1.0.0 + + + stable + stable + + MIT + +- More documentation into README.md (#38) +- Better text matrix introduced, including PHP 7.4 tests (#40) +- Improved argument handling for functions like `curl_exec`, `fwrite`, `fread`, `PDOStatement->execute` (#42, #43) +- Bug fixes for #41 and #29 to help prevent bad configuration of overwritten functions (#44) + + + + 2019-09-27 + + + 0.0.4 + 0.0.4 + + + alpha + alpha + + MIT + +- Fixed test failing because differing behaviour of sqlite in some versions +- Define i/j etc to follow c89 rules (thanks @remicollet) + + + + 2019-09-17 + + + 0.0.3 + 0.0.3 + + + alpha + alpha + + MIT + +- Fixed version number and naming convension so PECL uploader picks up on mismatches (last release was wrong) + + + + 2019-09-17 + + + 0.0.2 + 0.0.2 + + + alpha + alpha + + MIT + +- Added extra compiler flags in development mode with `--enable-scoutapm-dev` +- Fixed compilation errors surfaced by `--enable-scoutapm-dev` option +- Added missing file `external.inc` in tests + + + + 2019-09-17 + + + 0.0.1 + 0.0.1 + + + alpha + alpha + + MIT + +- Basic monitoring of file_get_contents, file_put_contents, fwrite, fread, curl_exec, PDO->exec, PDO->query, PDOStatement->execute +- Provides function scoutapm_get_calls() to return a list of recorded function calls + + + +