net_dns.reg
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· REG 代码 · 共 13 行
REG
13 行
a:12:{s:8:"filelist";a:13:{s:7:"DNS.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:3:"Net";s:6:"md5sum";s:32:"224c0b46689532cace8acde6c7bf854e";s:12:"installed_as";s:30:"/opt/lampp/lib/php/Net/DNS.php";}s:14:"DNS/Packet.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:3:"Net";s:6:"md5sum";s:32:"3fa94251b55c436af064da52cde4d35c";s:12:"installed_as";s:37:"/opt/lampp/lib/php/Net/DNS/Packet.php";}s:14:"DNS/Header.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:3:"Net";s:6:"md5sum";s:32:"80e214ee57c79ab7ab382ac555e03e3a";s:12:"installed_as";s:37:"/opt/lampp/lib/php/Net/DNS/Header.php";}s:16:"DNS/Question.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:3:"Net";s:6:"md5sum";s:32:"26b40e35e6831f2e7f307aac0b5e7e88";s:12:"installed_as";s:39:"/opt/lampp/lib/php/Net/DNS/Question.php";}s:16:"DNS/Resolver.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:3:"Net";s:6:"md5sum";s:32:"657fe81c766dc38dab410e4a71d03f4d";s:12:"installed_as";s:39:"/opt/lampp/lib/php/Net/DNS/Resolver.php";}s:10:"DNS/RR.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:3:"Net";s:6:"md5sum";s:32:"88a0732631869e8f37c08f452c9abb4e";s:12:"installed_as";s:33:"/opt/lampp/lib/php/Net/DNS/RR.php";}s:12:"DNS/RR/A.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:3:"Net";s:6:"md5sum";s:32:"2acf0c2c0339bfcf6300a10b7b0dff05";s:12:"installed_as";s:35:"/opt/lampp/lib/php/Net/DNS/RR/A.php";}s:13:"DNS/RR/NS.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:3:"Net";s:6:"md5sum";s:32:"c95b79351a51748428a2d52ee47ac189";s:12:"installed_as";s:36:"/opt/lampp/lib/php/Net/DNS/RR/NS.php";}s:16:"DNS/RR/CNAME.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:3:"Net";s:6:"md5sum";s:32:"06915d56d8c0ac4598e46fb291c13462";s:12:"installed_as";s:39:"/opt/lampp/lib/php/Net/DNS/RR/CNAME.php";}s:13:"DNS/RR/MX.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:3:"Net";s:6:"md5sum";s:32:"4ff89ebea59feba34e1dd3ac1e12bfc5";s:12:"installed_as";s:36:"/opt/lampp/lib/php/Net/DNS/RR/MX.php";}s:14:"DNS/RR/SOA.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:3:"Net";s:6:"md5sum";s:32:"12ffac7249e2db7c85058ce7e407b461";s:12:"installed_as";s:37:"/opt/lampp/lib/php/Net/DNS/RR/SOA.php";}s:14:"DNS/RR/PTR.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:3:"Net";s:6:"md5sum";s:32:"652d0df7cc8aad887244cf84633c6a5d";s:12:"installed_as";s:37:"/opt/lampp/lib/php/Net/DNS/RR/PTR.php";}s:15:"DNS/RR/TSIG.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:3:"Net";s:6:"md5sum";s:32:"bb4d97b66139a53cd5e3d7529258614c";s:12:"installed_as";s:38:"/opt/lampp/lib/php/Net/DNS/RR/TSIG.php";}}s:7:"package";s:7:"Net_DNS";s:7:"summary";s:54:"Resolver library used to communicate with a DNS server";s:11:"description";s:341:"A resolver library used to communicate with a name server to perform DNS queries, zone transfers, dynamic DNS updates, etc. Creates an object hierarchy from a DNS server's response, which allows you to view all of the information given by the DNS server. It bypasses the system's resolver library and communicates directly with the server.";s:11:"maintainers";a:1:{i:0;a:4:{s:6:"handle";s:8:"ekilfoil";s:4:"name";s:12:"Eric Kilfoil";s:5:"email";s:14:"eric@ypass.net";s:4:"role";s:4:"lead";}}s:7:"version";s:6:"1.00b1";s:12:"release_date";s:10:"2003-02-24";s:15:"release_license";s:8:"LGPL 2.1";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:519:"- Tested with PHP 4.3.0- Should have no warnings under with maximum error_reporting setting - Fixed bug: did not understand name server responses using the one-answer zone transfer format- Fixed more problems with PHP warning about uninitialized variablesNote that the interface to the axfr function has changed. Software relying on the old (buggy) style of axfr queries will need to be updated to call axfr_old() instead of axfr(). The new axfr() function will not return a DNS packet, but an array of RRs ONLY.";s:9:"changelog";a:3:{i:0;a:4:{s:7:"version";s:4:"0.03";s:12:"release_date";s:10:"2002-08-15";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:292:"Now has stable support of DNS queries, socket handling, and packet parsing/generating. Any problems at this point should be considered bugs and should be reported ASAP. Running this code with E_ALL should be acceptable -- any warnings generated should be submitted to eric@ypass.net. ";}i:1;a:4:{s:7:"version";s:4:"0.02";s:12:"release_date";s:10:"2002-08-15";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:82:"Supports TSIG signed DNS packets for generating DNS update packets (re: rfc2485)";}i:2;a:4:{s:7:"version";s:4:"0.01";s:12:"release_date";s:10:"2002-05-14";s:13:"release_state";s:5:"devel";s:13:"release_notes";s:65:"Currently only supports A, CNAME, NS, PTR, MX, and SOA records.";}}s:13:"_lastmodified";i:1049400296;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?