芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp74/includes/.registry/net_mpd.reg
a:22:{s:7:"attribs";a:6:{s:15:"packagerversion";s:5:"1.7.1";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:7:"Net_MPD";s:7:"channel";s:12:"pear.php.net";s:7:"summary";s:35:"Music Player Daemon interaction API";s:11:"description";s:56:"Provides wrappers to easily use the MPD socket commands.";s:4:"lead";a:4:{s:4:"name";s:18:"Graham Christensen";s:4:"user";s:7:"itrebal";s:5:"email";s:30:"graham.christensen@itrebal.com";s:6:"active";s:2:"no";}s:4:"date";s:10:"2008-05-03";s:4:"time";s:8:"16:24:21";s:7:"version";a:2:{s:7:"release";s:5:"1.0.2";s:3:"api";s:5:"1.0.2";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";s:11:"MIT License";s:5:"notes";s:43:"- Changed to MIT License - Fixed bug #11495";s:8:"contents";a:1:{s:3:"dir";a:2:{s:7:"attribs";a:1:{s:4:"name";s:1:"/";}s:4:"file";a:9:{i:0;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"3d2f2dd2aea4f3abebc9c80f11b4a097";s:4:"name";s:28:"Net/MPD/docs/listArtists.php";s:4:"role";s:3:"doc";}}i:1;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"a69ec1ca3c692b53e9d643777d6ef0ee";s:4:"name";s:36:"Net/MPD/docs/listCurrentPlaylist.php";s:4:"role";s:3:"doc";}}i:2;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"5c7b6ab616a1fcfbb98a000d9bfb57c6";s:4:"name";s:26:"Net/MPD/docs/listSongs.php";s:4:"role";s:3:"doc";}}i:3;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"a0dd3c49d0fa4fb8cfbe9acf261ed056";s:4:"name";s:17:"Net/MPD/Admin.php";s:4:"role";s:3:"php";}}i:4;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"b72151aae8de09c5793aa6e2f975c23a";s:4:"name";s:18:"Net/MPD/Common.php";s:4:"role";s:3:"php";}}i:5;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"ccd28596afc6ec9ada4a26c50717cd30";s:4:"name";s:20:"Net/MPD/Database.php";s:4:"role";s:3:"php";}}i:6;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"de2fac4b3c0db470d8fa518f8a59ed99";s:4:"name";s:20:"Net/MPD/Playback.php";s:4:"role";s:3:"php";}}i:7;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"72cfde4d6d0f4df621142583c32ed4a8";s:4:"name";s:20:"Net/MPD/Playlist.php";s:4:"role";s:3:"php";}}i:8;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"e8a8a80ff5fc0f625acb6992bc92a77d";s:4:"name";s:11:"Net/MPD.php";s:4:"role";s:3:"php";}}}}}s:12:"dependencies";a:1:{s:8:"required";a:2:{s:3:"php";a:1:{s:3:"min";s:5:"5.1.4";}s:13:"pearinstaller";a:1:{s:3:"min";s:7:"1.4.0b1";}}}s:10:"phprelease";s:0:"";s:9:"changelog";a:1:{s:7:"release";a:6:{i:0;a:5:{s:7:"version";a:2:{s:7:"release";s:9:"0.1.0dev1";s:3:"api";s:9:"0.1.0dev1";}s:9:"stability";a:2:{s:7:"release";s:5:"devel";s:3:"api";s:5:"devel";}s:4:"date";s:10:"2006-11-07";s:7:"license";s:16:"PHP License 3.01";s:5:"notes";s:16:"Initial release.";}i:1;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"0.2.0dev";s:3:"api";s:8:"0.2.0dev";}s:9:"stability";a:2:{s:7:"release";s:5:"devel";s:3:"api";s:5:"devel";}s:4:"date";s:10:"2006-11-12";s:7:"license";s:16:"PHP License 3.01";s:5:"notes";s:612:"- Copied `getCurrentSong' from Net_MPD_Playlist to Net_MPD_Playback. - Changed MPD.php to provied an object uniting the sub-objects. $mpd->Playlist->addSong() for example. Left the factory for other uses. - Changed MPD/Common.php to auto-connect when a command is run. This is to prevent several connections being opend without need, if the Net_MPD class is used to group them all. Also simplifies the connection process. - Moved the connection parameters back into the __construct method of the Net_MPD_Common class. - Bugfix: defined $output before adding to it as an array, in Net_MPD_Common->read() function.";}i:2;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"0.3.0dev";s:3:"api";s:8:"0.3.0dev";}s:9:"stability";a:2:{s:7:"release";s:5:"devel";s:3:"api";s:5:"devel";}s:4:"date";s:10:"2006-12-10";s:7:"license";s:16:"PHP License 3.01";s:5:"notes";s:170:"- Fixed bug #9392; Error codes can now be accessed using Exception::getCode() - Fixed bug #9334; Now installs into PEAR/Net/ - Fixed bug #9341; Now permits $e->getCode();";}i:3;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.0";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2007-01-18";s:7:"license";s:16:"PHP License 3.01";s:5:"notes";s:54:"Removed unecissary try/catch blocks. Moving to stable.";}i:4;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.1";s:3:"api";s:5:"1.0.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2007-02-22";s:7:"license";s:16:"PHP License 3.01";s:5:"notes";s:188:"- Fixed bug #9896; Ping now returns true - Fixed bug #9917; Output from Admin::getOutputs() is now accurate - Fixed bug #10041; update_id now parsed. - Fixed bug #10022 Filename bug fixed.";}i:5;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.2";s:3:"api";s:5:"1.0.2";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2008-05-03";s:7:"license";s:11:"MIT License";s:5:"notes";s:42:"-Changed to MIT License - Fixed Bug #11495";}}}s:8:"filelist";a:9:{s:28:"Net/MPD/docs/listArtists.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"3d2f2dd2aea4f3abebc9c80f11b4a097";s:4:"name";s:28:"Net/MPD/docs/listArtists.php";s:4:"role";s:3:"doc";s:12:"installed_as";s:62:"/opt/RZphp74/includes/doc/Net_MPD/Net/MPD/docs/listArtists.php";}s:36:"Net/MPD/docs/listCurrentPlaylist.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"a69ec1ca3c692b53e9d643777d6ef0ee";s:4:"name";s:36:"Net/MPD/docs/listCurrentPlaylist.php";s:4:"role";s:3:"doc";s:12:"installed_as";s:70:"/opt/RZphp74/includes/doc/Net_MPD/Net/MPD/docs/listCurrentPlaylist.php";}s:26:"Net/MPD/docs/listSongs.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"5c7b6ab616a1fcfbb98a000d9bfb57c6";s:4:"name";s:26:"Net/MPD/docs/listSongs.php";s:4:"role";s:3:"doc";s:12:"installed_as";s:60:"/opt/RZphp74/includes/doc/Net_MPD/Net/MPD/docs/listSongs.php";}s:17:"Net/MPD/Admin.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"a0dd3c49d0fa4fb8cfbe9acf261ed056";s:4:"name";s:17:"Net/MPD/Admin.php";s:4:"role";s:3:"php";s:12:"installed_as";s:39:"/opt/RZphp74/includes/Net/MPD/Admin.php";}s:18:"Net/MPD/Common.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"b72151aae8de09c5793aa6e2f975c23a";s:4:"name";s:18:"Net/MPD/Common.php";s:4:"role";s:3:"php";s:12:"installed_as";s:40:"/opt/RZphp74/includes/Net/MPD/Common.php";}s:20:"Net/MPD/Database.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"ccd28596afc6ec9ada4a26c50717cd30";s:4:"name";s:20:"Net/MPD/Database.php";s:4:"role";s:3:"php";s:12:"installed_as";s:42:"/opt/RZphp74/includes/Net/MPD/Database.php";}s:20:"Net/MPD/Playback.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"de2fac4b3c0db470d8fa518f8a59ed99";s:4:"name";s:20:"Net/MPD/Playback.php";s:4:"role";s:3:"php";s:12:"installed_as";s:42:"/opt/RZphp74/includes/Net/MPD/Playback.php";}s:20:"Net/MPD/Playlist.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"72cfde4d6d0f4df621142583c32ed4a8";s:4:"name";s:20:"Net/MPD/Playlist.php";s:4:"role";s:3:"php";s:12:"installed_as";s:42:"/opt/RZphp74/includes/Net/MPD/Playlist.php";}s:11:"Net/MPD.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"e8a8a80ff5fc0f625acb6992bc92a77d";s:4:"name";s:11:"Net/MPD.php";s:4:"role";s:3:"php";s:12:"installed_as";s:33:"/opt/RZphp74/includes/Net/MPD.php";}}s:12:"_lastversion";N;s:7:"dirtree";a:6:{s:46:"/opt/RZphp74/includes/doc/Net_MPD/Net/MPD/docs";b:1;s:41:"/opt/RZphp74/includes/doc/Net_MPD/Net/MPD";b:1;s:37:"/opt/RZphp74/includes/doc/Net_MPD/Net";b:1;s:33:"/opt/RZphp74/includes/doc/Net_MPD";b:1;s:29:"/opt/RZphp74/includes/Net/MPD";b:1;s:25:"/opt/RZphp74/includes/Net";b:1;}s:3:"old";a:7:{s:7:"version";s:5:"1.0.2";s:12:"release_date";s:10:"2008-05-03";s:13:"release_state";s:6:"stable";s:15:"release_license";s:11:"MIT License";s:13:"release_notes";s:43:"- Changed to MIT License - Fixed bug #11495";s:12:"release_deps";a:2:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"5.1.4";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";}}s:11:"maintainers";a:1:{i:0;a:5:{s:4:"name";s:18:"Graham Christensen";s:5:"email";s:30:"graham.christensen@itrebal.com";s:6:"active";s:2:"no";s:6:"handle";s:7:"itrebal";s:4:"role";s:4:"lead";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1722865326;}