From e676e85d8d562df4607180d8cd0cc5c1b156ce2c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Apr 2017 11:13:34 +0200 Subject: new package for PHP 7.2 only --- package.xml | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 package.xml (limited to 'package.xml') diff --git a/package.xml b/package.xml new file mode 100644 index 0000000..f2c9bbf --- /dev/null +++ b/package.xml @@ -0,0 +1,142 @@ + + + mcrypt + pecl.php.net + Bindings for the libmcrypt library + Provides bindings for the unmaintained libmcrypt. + + Derick Rethans + derick + derick@php.net + no + + + Sascha Schumann + sas + sascha@schumann.cx + no + + + Leigh + leigh + leigh@php.net + yes + + 2016-12-13 + + + 1.0.1 + 1.0.0 + + + snapshot + stable + + PHP License + +- The mcrypt extension as it was in PHP 7.1, before it was removed from core. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7.2.0 + 7.3.0 + 7.3.0 + + + 1.4.0 + + + + mcrypt + + + + + + 2016-12-13 + + 1.0.1 + 1.0.0 + + +- Migrated extension from core to PECL. + + + + -- cgit