/opt/alt/php53/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.list2200644editdlrm
Pear_Auth_SASL-1.0.6.xml54140644editdlrm
Pear_Mail-1.4.1.xml39120644editdlrm
Pear_Mail_Mime-1.10.11.xml375560644editdlrm
Pear_Mail_mimeDecode-1.5.6.xml73820644editdlrm
Pear_Net_IDNA2-0.1.1.xml34270644editdlrm
Pear_Net_Sieve-1.4.5.xml163060644editdlrm
Pear_Net_SMTP-1.6.3.xml25530644editdlrm
Pear_Net_Socket-1.0.14.xml18640644editdlrm
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.xml163140644editdlrm
Edit: /opt/alt/php53/usr/share/pear/.pkgxml/Pear_Net_IDNA2-0.1.1.xml (3427B)
Net_IDNA2 pear.php.net Punycode encoding and decoding. This package helps you to encode and decode punycode strings easily. Stefan Neufeind neufeind pear.neufeind@speedpartner.de yes Daniel O'Connor doconnor daniel.oconnor@gmail.com no 2010-12-09 0.1.1 0.1.0 beta beta LGPL * Added initial support for IDNA2008. This is needed for characters like the German "Eszett" which would otherwise be turned into "ss" during nameprep. Use $n->setParams('version', '2008') to use the "new" IDNA-encoding. Default is still IDNA2003 for backwards-compatibility. Further aspects of IDNA2008-encoding (for example some checks) should be added later according to RFCs. * #16466: Unit tests (testcaseses from draft-josefsson-idn-test-vectors; thanks to Daniel) * Unit tests (coverage, refactoring/cleanup, more tests) * #17542: URIs get mangled when decoding (UTF8-fix) * Codingstyle fixes * fixed handling of URLs with more than a domain-name (fixed opposite of parse_url()) * Added specialized and spl exceptions * #17533: Releases and roles do not seem to work. 5.2.1 1.9.0 0.1.0 0.1.0 beta beta 2010-06-03 LGPL QA Release Bug #17430 Multiple Net_IDNA class declarations Warning: This package is now split between Net_IDNA (php4) and Net_IDNA2 (php5)