芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/.registry/net_dict.reg
a:22:{s:7:"attribs";a:6:{s:15:"packagerversion";s:5:"1.9.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:8:"Net_Dict";s:7:"channel";s:12:"pear.php.net";s:7:"summary";s:30:"Interface to the DICT Protocol";s:11:"description";s:212:"This class provides a simple API to the DICT Protocol handling all the network related issues and providing DICT responses in PHP datatypes to make it easy for a developer to use DICT servers in their programs.";s:4:"lead";a:2:{i:0;a:4:{s:4:"name";s:21:"Chandrashekhar Bhosle";s:4:"user";s:3:"cnb";s:5:"email";s:11:"cnb@php.net";s:6:"active";s:2:"no";}i:1;a:4:{s:4:"name";s:8:"Ian Eure";s:4:"user";s:5:"ieure";s:5:"email";s:13:"ieure@php.net";s:6:"active";s:2:"no";}}s:4:"date";s:10:"2010-10-25";s:4:"time";s:8:"22:56:09";s:7:"version";a:2:{s:7:"release";s:5:"1.0.7";s:3:"api";s:5:"1.0.5";}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:3:"PHP";}s:5:"notes";s:84:"Automatically built QA release Bug #16817 code does not adhere to Standards - kguest";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:2:{i:0;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:3:"Net";s:6:"md5sum";s:32:"7f4af65fce7f718134f873e8e96e41d5";s:4:"name";s:13:"docs/dict.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:"a607579315edd0735b0f9d244287f954";s:4:"name";s:12:"Net/Dict.php";s:4:"role";s:3:"php";}}}}}s:12:"dependencies";a:1:{s:8:"required";a:3:{s:3:"php";a:1:{s:3:"min";s:5:"4.3.0";}s:13:"pearinstaller";a:1:{s:3:"min";s:5:"1.5.4";}s:7:"package";a:2:{i:0;a:3:{s:4:"name";s:10:"Net_Socket";s:7:"channel";s:12:"pear.php.net";s:3:"min";s:3:"1.0";}i:1;a:3:{s:4:"name";s:5:"Cache";s:7:"channel";s:12:"pear.php.net";s:3:"min";s:5:"1.5.2";}}}}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: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:"2002-09-25";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:3:"PHP";}s:5:"notes";s:52:"This is the initial release of the Net_Dict package.";}i:1;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:"2002-10-05";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:3:"PHP";}s:5:"notes";s:125:"Fixed a bug in define() where dictionary sources other then the first were not shown. -- Thanks Xing Li for pointing it out.";}i:2;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:"2002-10-06";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:3:"PHP";}s:5:"notes";s:70:"Fix: match() and define() support multi-part words. -- Thanks Xing Li.";}i:3;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.3";s:3:"api";s:5:"1.0.3";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2002-11-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:3:"PHP";}s:5:"notes";s:286:"Definitions can now be cached (using PEAR Cache package). So you don't have to make a network connection for an already cached definition. $d = new Net_Dict; // make sure cache_dir is writable $d->setCache(true, 'file', array('cache_dir'=>'/tmp/cache/')); $defs = $d->define($keyword);";}i:4;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.6";s:3:"api";s:5:"1.0.5";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2009-07-28";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:3:"PHP";}s:5:"notes";s:96:"QA Release Package 2.0 Bug #7018 - Patch / Warnings Bug #4811 - Example dict.php uses wrong path";}i:5;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.7";s:3:"api";s:5:"1.0.5";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2010-10-25";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:26:"http://www.php.net/license";}s:8:"_content";s:3:"PHP";}s:5:"notes";s:84:"Automatically built QA release Bug #16817 code does not adhere to Standards - kguest";}}}s:8:"filelist";a:2:{s:13:"docs/dict.php";a:5:{s:14:"baseinstalldir";s:3:"Net";s:6:"md5sum";s:32:"7f4af65fce7f718134f873e8e96e41d5";s:4:"name";s:13:"docs/dict.php";s:4:"role";s:3:"doc";s:12:"installed_as";s:48:"/opt/RZphp80/includes/doc/Net_Dict/docs/dict.php";}s:12:"Net/Dict.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"a607579315edd0735b0f9d244287f954";s:4:"name";s:12:"Net/Dict.php";s:4:"role";s:3:"php";s:12:"installed_as";s:34:"/opt/RZphp80/includes/Net/Dict.php";}}s:12:"_lastversion";N;s:7:"dirtree";a:3:{s:39:"/opt/RZphp80/includes/doc/Net_Dict/docs";b:1;s:34:"/opt/RZphp80/includes/doc/Net_Dict";b:1;s:25:"/opt/RZphp80/includes/Net";b:1;}s:3:"old";a:7:{s:7:"version";s:5:"1.0.7";s:12:"release_date";s:10:"2010-10-25";s:13:"release_state";s:6:"stable";s:15:"release_license";s:3:"PHP";s:13:"release_notes";s:84:"Automatically built QA release Bug #16817 code does not adhere to Standards - kguest";s:12:"release_deps";a:4:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"4.3.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:5:"1.5.4";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:10:"Net_Socket";s:3:"rel";s:2:"ge";s:7:"version";s:3:"1.0";s:8:"optional";s:2:"no";}i:3;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:5:"Cache";s:3:"rel";s:2:"ge";s:7:"version";s:5:"1.5.2";s:8:"optional";s:2:"no";}}s:11:"maintainers";a:2:{i:0;a:5:{s:4:"name";s:21:"Chandrashekhar Bhosle";s:5:"email";s:11:"cnb@php.net";s:6:"active";s:2:"no";s:6:"handle";s:3:"cnb";s:4:"role";s:4:"lead";}i:1;a:5:{s:4:"name";s:8:"Ian Eure";s:5:"email";s:13:"ieure@php.net";s:6:"active";s:2:"no";s:6:"handle";s:5:"ieure";s:4:"role";s:4:"lead";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1722861666;}