/opt/alt/php55/usr/share/pear/.pkgxml
NameSizeModeActions
eZc.list990644editdlrm
ezc.xml5910644editdlrm
eZc_Archive-1.4.1.xml76710644editdlrm
eZc_Base-1.8.xml82570644editdlrm
eZc_ConsoleTools-1.6.1.xml160770644editdlrm
eZc_File-1.2.xml31640644editdlrm
Pear.list2430644editdlrm
Pear_Auth_SASL-1.1.0.xml58610644editdlrm
Pear_File_MARC-1.3.0.xml116160644editdlrm
Pear_Mail-1.4.1.xml39120644editdlrm
Pear_Mail_Mime-1.10.11.xml375560644editdlrm
Pear_Mail_mimeDecode-1.5.6.xml73820644editdlrm
Pear_Net_IDNA2-0.2.0.xml31400644editdlrm
Pear_Net_Sieve-1.4.5.xml163060644editdlrm
Pear_Net_SMTP-1.10.0.xml25670644editdlrm
Pear_Net_Socket-1.2.2.xml20560644editdlrm
Pear_Structures_LinkedList-0.2.2.xml43970644editdlrm
phpunit.xml7420644editdlrm
Symfony2.list7250644editdlrm
symfony2.xml8110644editdlrm
Symfony2_BrowserKit-2.4.3.xml35560644editdlrm
Symfony2_ClassLoader-2.4.3.xml142540644editdlrm
Symfony2_Config-2.4.3.xml144740644editdlrm
Symfony2_Console-2.4.3.xml245420644editdlrm
Symfony2_CssSelector-2.4.3.xml124140644editdlrm
Symfony2_DependencyInjection-2.4.3.xml294670644editdlrm
Symfony2_DoctrineBridge-2.4.3.xml121060644editdlrm
Symfony2_DomCrawler-2.4.3.xml45750644editdlrm
Symfony2_EventDispatcher-2.4.3.xml37180644editdlrm
Symfony2_Filesystem-2.4.3.xml29520644editdlrm
Symfony2_Finder-2.4.3.xml123790644editdlrm
Symfony2_Form-2.4.3.xml482890644editdlrm
Symfony2_HttpFoundation-2.4.3.xml173130644editdlrm
Symfony2_HttpKernel-2.4.3.xml283950644editdlrm
Symfony2_Locale-2.4.3.xml57150644editdlrm
Symfony2_MonologBridge-2.4.3.xml32020644editdlrm
Symfony2_OptionsResolver-2.4.3.xml30620644editdlrm
Symfony2_Process-2.4.3.xml52090644editdlrm
Symfony2_Routing-2.4.3.xml156610644editdlrm
Symfony2_Security-2.4.3.xml544200644editdlrm
Symfony2_Serializer-2.4.3.xml70030644editdlrm
Symfony2_Templating-2.4.3.xml73050644editdlrm
Symfony2_Translation-2.4.3.xml171140644editdlrm
Symfony2_TwigBridge-2.4.3.xml97140644editdlrm
Symfony2_Validator-2.4.3.xml429920644editdlrm
Symfony2_Yaml-2.4.3.xml61870644editdlrm
XML_Util.xml193450644editdlrm
Edit: /opt/alt/php55/usr/share/pear/.pkgxml/Pear_Auth_SASL-1.1.0.xml (5861B)
Auth_SASL pear.php.net Abstraction of various SASL mechanism responses Provides code to generate responses to common SASL mechanisms, including: - Digest-MD5 - Cram-MD5 - Plain - Anonymous - Login (Pseudo mechanism) - SCRAM Anish Mistry amistry amistry@am-productions.biz no Richard Heyes richard richard@php.net no Michael Bretterklieber mbretter michael@bretterklieber.com no 2017-03-07 1.1.0 1.1.0 stable stable BSD * Set minimum PHP version to 5.4.0 * Set minimum PEAR version to 1.10.1 * Request #21033: PHP warning depreciated 5.4.0 1.10.1 1.1.0 1.1.0 stable stable 2017-03-07 BSD * Set minimum PHP version to 5.4.0 * Set minimum PEAR version to 1.10.1 * Request #21033: PHP warning depreciated 1.0.6 1.0.3 stable stable 2011-09-27 BSD QA release * Bug #18856: Authentication warnings because of wrong Auth_SASL::factory argument [kguest] 1.0.5 1.0.3 stable stable 2011-09-04 BSD QA release * Added support for any mechanism of the SCRAM family; with thanks to Jehan Pagès. [kguest] * crammd5 and digestmd5 mechanisms name deprecated in favour of IANA registered names 'cram-md5' and 'digest-md5'; with thanks to Jehan Pagès. [kguest] 1.0.4 1.0.3 stable stable 2010-02-07 BSD QA release * Fix bug #16624: open_basedir restriction warning in DigestMD5.php [till] 1.0.3 1.0.3 stable stable 2009-08-05 BSD QA release * Move SVN to proper directory structure [cweiske] * Fix Bug #8775: Error in package.xml * Fix Bug #14671: Security issue due to seeding random number generator [cweiske] 1.0.2 1.0.2 stable stable 2006-05-21 BSD * Fixed Bug #2143 Auth_SASL_DigestMD5::getResponse() generates invalid response * Fixed Bug #6611 Suppress PHP 5 Notice Errors * Fixed Bug #2154 realm isn't contained in challange 1.0.1 1.0.1 stable stable 2003-09-11 BSD * Added authcid/authzid separation in PLAIN and DIGEST-MD5.