summaryrefslogtreecommitdiff
path: root/ext/standard/dns.c
Commit message (Expand)AuthorAgeFilesLines
* Unicode supportDmitry Stogov2005-08-231-3/+11
* - Bumber up yearfoobar2005-08-031-1/+1
* Add A6 support, fix IPv6 address parsing, and improve define compatabilitySara Golemon2004-08-061-77/+187
* Cleanup, minor refactor, and CSSara Golemon2004-03-191-19/+21
* Bug Fix #27657: TXT records longer than MAXHOSTNAMELEN cause segfaults.Sara Golemon2004-03-191-5/+7
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* wsfoobar2003-12-071-4/+5
* Workaround for bug #25955Marko Karppinen2003-10-241-9/+3
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-1/+1
* MFB: Plug leak when invalid domain name provided.Sara Golemon2003-09-011-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* HINFO RDATA is <label><label> not <nshort><nshort>Sara Golemon2003-05-061-4/+8
* Add support for SRV and NAPTR records to dns_get_record() and dns_check_record()Sara Golemon2003-04-291-10/+76
* proto fixesHartmut Holzgraefe2003-03-171-1/+1
* Extra paranoia checks if dn_skipname/dn_expand exist or notfoobar2003-02-241-0/+2
* - Fixed bug: #22339foobar2003-02-211-1/+1
* - Fixed bug #22299 (gethostbyname() crash with non-existing domain on MacOSX)foobar2003-02-201-1/+1
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* fix state-machine in cases T_AAAA is not availableMarcus Boerger2002-12-301-1/+3
* Minor clarification in meaning of bitmask constantsSara Golemon2002-12-201-2/+2
* T_AAAA is not always available.foobar2002-12-091-0/+8
* Prevented return_value from being freed() twiceMoriyoshi Koizumi2002-12-081-3/+3
* Bug #17174 Added IPv6 (AAAA record) support to dns_check_record() also added ...Sara Golemon2002-12-081-8/+39
* Remove pointless checks for array_init() return values.Ilia Alshanetsky2002-12-051-21/+7
* New function dns_get_record(): close resolver socket after use.Sara Golemon2002-11-231-2/+4
* -rename checkdnsrr to dns_check_record, keep old name as aliasMarcus Boerger2002-11-191-13/+336
* ws fixesfoobar2002-10-181-60/+73
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-2/+7
* Fixed the \0 check in previous patch.Ilia Alshanetsky2002-08-291-1/+1
* Fixed bug #18966Ilia Alshanetsky2002-08-291-1/+1
* php_error_docrefMarcus Boerger2002-08-241-3/+3
* Unify error messagesDerick Rethans2002-07-081-3/+3
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Making PHP compile again on MacOSX 10.1Dan Kalowsky2001-12-271-3/+9
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Added IPv6 support to gethostbyaddr()Stig Venaas2001-09-191-0/+17
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* WhitespaceZeev Suraski2001-08-111-21/+21
* Cleanup. Also make gethostnamel() to return FALSE on error and not just empty...foobar2001-08-101-28/+31
* Zend compatibility patchZeev Suraski2001-07-301-8/+0
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-2/+11
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* This should fix problems in systems without libbind.foobar2001-03-161-1/+1
* HAVE_BINDLIB --> HAVE_LIBBINDfoobar2001-03-111-2/+2
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Added tests for arpa/*.h and resolv.h which don't exist on the BeOS.Stephen van Egmond2001-02-061-0/+6
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-211-1/+7
* The result of conv_z_macros and some manual conversion ofSascha Schumann2000-11-271-18/+14
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-5/+5