]> granicus.if.org Git - php/commit
- [DOC] Added a 5th parameter to dns_get_record, a boolean that tells whether to...
authorGustavo André dos Santos Lopes <cataphract@php.net>
Mon, 11 Oct 2010 02:48:23 +0000 (02:48 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Mon, 11 Oct 2010 02:48:23 +0000 (02:48 +0000)
commit91f64706c2579764e23664812897ca2a466d7218
tree1ce56e61e9831e73971b36c478f24540dad884d2
parent7aa43a8d834e386a1b38490644983c0c3587dcd5
- [DOC] Added a 5th parameter to dns_get_record, a boolean that tells whether to activate
  "raw mode". In this mide, $type (2nd parameter) is the numeric type of the record, and
  the responses are not parsed -- the "type" element will be numeric and there will be
  a "data" element with the raw data of the response buffer, which the programmer will
  have to parse.
- Fixed bug in the Win32 implementation of dns_get_record, where the 3rd and 4th arguments
  would only be filled if the 2nd ($type) was DNS_ANY.
- [DOC] The 3rd and 4th parameters can now be NULL (changed their arginfo).
ext/standard/basic_functions.c
ext/standard/dns.c
ext/standard/dns_win32.c