a:22:{s:7:"attribs";a:6:{s:15:"packagerversion";s:5:"1.9.4";s:7:"version";s:3:"2.0";s:5:"xmlns";s:35:"http://pear.php.net/dtd/package-2.0";s:11:"xmlns:tasks";s:33:"http://pear.php.net/dtd/tasks-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:147:"http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd";}s:4:"name";s:9:"Auth_HTTP";s:7:"channel";s:12:"pear.php.net";s:7:"summary";s:19:"HTTP authentication";s:11:"description";s:162:"The PEAR::Auth_HTTP class provides methods for creating an HTTP authentication system using PHP, that is similar to Apache's realm-based .htaccess authentication.";s:4:"lead";a:2:{i:0;a:4:{s:4:"name";s:11:"David Costa";s:4:"user";s:8:"gurugeek";s:5:"email";s:16:"gurugeek@php.net";s:6:"active";s:3:"yes";}i:1;a:4:{s:4:"name";s:12:"Rui Hirokawa";s:4:"user";s:8:"hirokawa";s:5:"email";s:16:"hirokawa@php.net";s:6:"active";s:3:"yes";}}s:4:"date";s:10:"2012-01-28";s:4:"time";s:8:"15:06:23";s:7:"version";a:2:{s:7:"release";s:5:"2.1.8";s:3:"api";s:5:"2.1.8";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:55:"Updated the version of PHP licence from 2.0.2 to 3.0.1.";s:8:"contents";a:1:{s:3:"dir";a:2:{s:7:"attribs";a:2:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:1:"/";}s:4:"file";a:7:{i:0;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"f78ad6897ab4efb17c5b43f3c6d63dd8";s:4:"name";s:13:"Auth/HTTP.php";s:4:"role";s:3:"php";}}i:1;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:9:"Auth/HTTP";s:6:"md5sum";s:32:"9b7fe356f6793ccab49df1e3e39e2c6e";s:4:"name";s:15:"docs/sample.sql";s:4:"role";s:3:"doc";}}i:2;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:9:"Auth/HTTP";s:6:"md5sum";s:32:"4fb0adc407d3382f1dd479dbfca47087";s:4:"name";s:26:"docs/test_basic_simple.php";s:4:"role";s:3:"doc";}}i:3;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:9:"Auth/HTTP";s:6:"md5sum";s:32:"087081d0d90e01d115fa6a4e3105fdcf";s:4:"name";s:24:"docs/test_digest_get.php";s:4:"role";s:3:"doc";}}i:4;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:9:"Auth/HTTP";s:6:"md5sum";s:32:"ecdf2118cb798c8d1db302e424b854f6";s:4:"name";s:25:"docs/test_digest_post.php";s:4:"role";s:3:"doc";}}i:5;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:9:"Auth/HTTP";s:6:"md5sum";s:32:"94f05d563bd2aa19ffe053825aa8e75a";s:4:"name";s:27:"docs/test_digest_simple.php";s:4:"role";s:3:"doc";}}i:6;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"fe3a3a6314b1393297b58c0670145021";s:4:"name";s:6:"README";s:4:"role";s:4:"data";}}}}}s:12:"dependencies";a:1:{s:8:"required";a:3:{s:3:"php";a:1:{s:3:"min";s:5:"4.0.0";}s:13:"pearinstaller";a:1:{s:3:"min";s:7:"1.4.0b1";}s:7:"package";a:3:{s:4:"name";s:4:"Auth";s:7:"channel";s:12:"pear.php.net";s:3:"min";s:5:"1.2.0";}}}s:10:"phprelease";s:0:"";s:9:"changelog";a:1:{s:7:"release";a:10:{i:0;a:5:{s:7:"version";a:2:{s:7:"release";s:3:"1.0";s:3:"api";s:3:"1.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2001-08-23";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:65:"This is the initial independent release of the Auth_HTTP package.";}i:1;a:5:{s:7:"version";a:2:{s:7:"release";s:3:"2.0";s:3:"api";s:3:"2.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2003-10-16";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:562:"Starting with this release, the code will not be placed in Auth_HTTP/Auth_HTTP.php anymore. Instead Auth/HTTP.php is used, which conforms to the PEAR standards. In order to make use of the new version, you will need to change your scripts to include the file at the new location! The old version in Auth_HTTP/Auth_HTTP.php will not be removed when upgrading. Other changes: * If it is possible, the session ID will be chosen based on the user's authentication credentials. (Patch by: Marko Karppinen) * Cleaned up internal variable usage. (Patch by: Brad Bulger)";}i:2;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.1.0";s:3:"api";s:5:"2.1.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2004-05-30";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:446:"- Added _sessionName which fixes a major issue with realm sharing. - Added sessionSharing option to use unique session id. Currently, this option is set to true by default to maintain backward compatibility. - Added setOption and getOption to set/get option value. - Starting with this release, HTTP Digest Authentication (RFC2617) is experimentally supported. The code for HTTP Digest Authentication is originally developed by Tom Pike.";}i:3;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.1.1";s:3:"api";s:5:"2.1.1";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2004-07-12";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:60:"- Fixed a bug #1634 (URI parameter was handled incorrectry.)";}i:4;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"2.1.3rc1";s:3:"api";s:8:"2.1.3rc1";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2004-08-22";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:115:"- Fixed a bug #2061 (importglobalvariable() was removed in Auth 1.3.0r2.) - now Auth_HTTP requires Auth >= 1.3.0r2.";}i:5;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.1.4";s:3:"api";s:5:"2.1.4";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2005-01-02";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:135:"- Fixed a bug #2380: constructor couldn't handle non-array option. - The first stable release with HTTP Digest Authenthication support.";}i:6;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.1.5";s:3:"api";s:5:"2.1.5";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2005-04-02";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:61:"- Fixed a bug #3630 getAuthData failes due to session rename.";}i:7;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"2.1.6RC1";s:3:"api";s:8:"2.1.6RC1";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2005-04-11";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:95:"- Fixed bug #4047. - Fixed backward compatibility with PHP 4.x - Added PHP_AUTH_DIGEST support.";}i:8;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.1.7";s:3:"api";s:5:"2.1.7";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2012-01-26";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:183:"QA release Bug #7536 Package PEAR never included Doc Bug #7655 Suggested Adjustments to Documentation Bug #7784 Auth::start() changes session id Bug #16742 Please move tests/ to docs/";}i:9;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.1.8";s:3:"api";s:5:"2.1.8";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2012-01-29";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:11:"PHP License";}s:5:"notes";s:55:"Updated the version of PHP licence from 2.0.2 to 3.0.1.";}}}s:8:"filelist";a:7:{s:13:"Auth/HTTP.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"f78ad6897ab4efb17c5b43f3c6d63dd8";s:4:"name";s:13:"Auth/HTTP.php";s:4:"role";s:3:"php";s:12:"installed_as";s:32:"/opt/lampp/lib/php/Auth/HTTP.php";}s:15:"docs/sample.sql";a:5:{s:14:"baseinstalldir";s:9:"Auth/HTTP";s:6:"md5sum";s:32:"9b7fe356f6793ccab49df1e3e39e2c6e";s:4:"name";s:15:"docs/sample.sql";s:4:"role";s:3:"doc";s:12:"installed_as";s:48:"/opt/lampp/lib/php/doc/Auth_HTTP/docs/sample.sql";}s:26:"docs/test_basic_simple.php";a:5:{s:14:"baseinstalldir";s:9:"Auth/HTTP";s:6:"md5sum";s:32:"4fb0adc407d3382f1dd479dbfca47087";s:4:"name";s:26:"docs/test_basic_simple.php";s:4:"role";s:3:"doc";s:12:"installed_as";s:59:"/opt/lampp/lib/php/doc/Auth_HTTP/docs/test_basic_simple.php";}s:24:"docs/test_digest_get.php";a:5:{s:14:"baseinstalldir";s:9:"Auth/HTTP";s:6:"md5sum";s:32:"087081d0d90e01d115fa6a4e3105fdcf";s:4:"name";s:24:"docs/test_digest_get.php";s:4:"role";s:3:"doc";s:12:"installed_as";s:57:"/opt/lampp/lib/php/doc/Auth_HTTP/docs/test_digest_get.php";}s:25:"docs/test_digest_post.php";a:5:{s:14:"baseinstalldir";s:9:"Auth/HTTP";s:6:"md5sum";s:32:"ecdf2118cb798c8d1db302e424b854f6";s:4:"name";s:25:"docs/test_digest_post.php";s:4:"role";s:3:"doc";s:12:"installed_as";s:58:"/opt/lampp/lib/php/doc/Auth_HTTP/docs/test_digest_post.php";}s:27:"docs/test_digest_simple.php";a:5:{s:14:"baseinstalldir";s:9:"Auth/HTTP";s:6:"md5sum";s:32:"94f05d563bd2aa19ffe053825aa8e75a";s:4:"name";s:27:"docs/test_digest_simple.php";s:4:"role";s:3:"doc";s:12:"installed_as";s:60:"/opt/lampp/lib/php/doc/Auth_HTTP/docs/test_digest_simple.php";}s:6:"README";a:5:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"fe3a3a6314b1393297b58c0670145021";s:4:"name";s:6:"README";s:4:"role";s:4:"data";s:12:"installed_as";s:40:"/opt/lampp/lib/php/data/Auth_HTTP/README";}}s:12:"_lastversion";N;s:7:"dirtree";a:4:{s:23:"/opt/lampp/lib/php/Auth";b:1;s:37:"/opt/lampp/lib/php/doc/Auth_HTTP/docs";b:1;s:32:"/opt/lampp/lib/php/doc/Auth_HTTP";b:1;s:33:"/opt/lampp/lib/php/data/Auth_HTTP";b:1;}s:3:"old";a:7:{s:7:"version";s:5:"2.1.8";s:12:"release_date";s:10:"2012-01-28";s:13:"release_state";s:6:"stable";s:15:"release_license";s:11:"PHP License";s:13:"release_notes";s:55:"Updated the version of PHP licence from 2.0.2 to 3.0.1.";s:12:"release_deps";a:3:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"4.0.0";s:8:"optional";s:2:"no";}i:1;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:4:"PEAR";s:3:"rel";s:2:"ge";s:7:"version";s:7:"1.4.0b1";s:8:"optional";s:2:"no";}i:2;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:4:"Auth";s:3:"rel";s:2:"ge";s:7:"version";s:5:"1.2.0";s:8:"optional";s:2:"no";}}s:11:"maintainers";a:2:{i:0;a:5:{s:4:"name";s:11:"David Costa";s:5:"email";s:16:"gurugeek@php.net";s:6:"active";s:3:"yes";s:6:"handle";s:8:"gurugeek";s:4:"role";s:4:"lead";}i:1;a:5:{s:4:"name";s:12:"Rui Hirokawa";s:5:"email";s:16:"hirokawa@php.net";s:6:"active";s:3:"yes";s:6:"handle";s:8:"hirokawa";s:4:"role";s:4:"lead";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1606820303;}