History log of /PHP-5.5/ext/standard/dns.c (Results 76 – 100 of 148)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0a7b7200 23-Oct-2005 Antony Dovgal

MFH: fix #34938 (dns_get_record() doesn't resolve long hostnames and leaks)


# 76ad7425 23-Oct-2005 Ilia Alshanetsky

Fixed memory leak on error.


# b260064b 21-Oct-2005 Antony Dovgal

MFH: fix possible crash in dns_get_record()
cleanup code a bit
(partly fixes #34938)


Revision tags: php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# d1341b1c 06-Aug-2004 Sara Golemon

Add A6 support, fix IPv6 address parsing, and improve define compatability


Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5
# dd28c137 19-Mar-2004 Sara Golemon

Cleanup, minor refactor, and CS


# 75268270 19-Mar-2004 Sara Golemon

Bug Fix #27657: TXT records longer than MAXHOSTNAMELEN cause segfaults.


Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 36b255fa 07-Dec-2003 foobar

ws


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1
# 074ca453 24-Oct-2003 Marko Karppinen

Workaround for bug #25955
Generalized a Darwin check in dns.c to a check for inet_pton() (kalowsky)


Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1
# 075e66cc 26-Sep-2003 Hartmut Holzgraefe

signed/unsigned compiler warning fixes


Revision tags: RELEASE_0_7
# 29664d93 01-Sep-2003 Sara Golemon

MFB: Plug leak when invalid domain name provided.


Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b
# 451cd602 06-May-2003 Sara Golemon

HINFO RDATA is <label><label> not <nshort><nshort>


Revision tags: SPL_ALPHA
# 5d3a8e4c 29-Apr-2003 Sara Golemon

Add support for SRV and NAPTR records to dns_get_record() and dns_check_record()
Feature Request #23407


Revision tags: php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# dbe4f223 17-Mar-2003 Hartmut Holzgraefe

proto fixes


Revision tags: php-4.3.2RC1
# c87c4c7b 24-Feb-2003 foobar

Extra paranoia checks if dn_skipname/dn_expand exist or not


# b420beba 21-Feb-2003 foobar

- Fixed bug: #22339
# No NEWS, this was bug introduced by Marcus a while ago..
# Not present in php4.3.x branch


# 6043ee22 20-Feb-2003 foobar

- Fixed bug #22299 (gethostbyname() crash with non-existing domain on MacOSX)


Revision tags: php-4.3.1
# 0a18a9d7 16-Feb-2003 Wez Furlong

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file de

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file descriptors.
By association, stream_select() will now operate correctly with files, pipes and sockets.

This change required linking against the winsock2 library. In terms of
compatibility, only older versions of windows 95 do not have winsock2
installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user.

Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.

show more ...


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


# 426cf8eb 30-Dec-2002 Marcus Boerger

fix state-machine in cases T_AAAA is not available


Revision tags: php-4.3.0, php-4.3.0RC4
# 13308b5a 20-Dec-2002 Sara Golemon

Minor clarification in meaning of bitmask constants
/* PHP_DNS_xx = 1<<(T_xx-1) */
T_CNAME = 5 ergo PHP_DNS_CNAME should be 0x00000010.
T_SOA = 6 ergo PHP_DNS_CNAME should be 0x00000020.


Revision tags: RELEASE_1_0b3, php-4.3.0RC3
# 085f362a 09-Dec-2002 foobar

T_AAAA is not always available.


# 8d1b2bf8 08-Dec-2002 Moriyoshi Koizumi

Prevented return_value from being freed() twice


123456