History log of /PHP-7.4/ext/standard/dns.c (Results 151 – 175 of 212)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


# a4d6863e 08-Dec-2002 Sara Golemon

Bug #17174 Added IPv6 (AAAA record) support to dns_check_record() also added support to dns_get_record


# c6680551 05-Dec-2002 Ilia Alshanetsky

Remove pointless checks for array_init() return values.


Revision tags: php-4.3.0RC2, RELEASE_1_0b2
# e9047df6 23-Nov-2002 Sara Golemon

New function dns_get_record(): close resolver socket after use.
fix to internal func php_parserr(): correct bug in return state.


# 3ca6344e 19-Nov-2002 Marcus Boerger

-rename checkdnsrr to dns_check_record, keep old name as alias
-rename getmxrr to dns_get_mx, keep old name as alias
-added dns_get_record
@Added dns_get_record() which allows to retrieve

-rename checkdnsrr to dns_check_record, keep old name as alias
-rename getmxrr to dns_get_mx, keep old name as alias
-added dns_get_record
@Added dns_get_record() which allows to retrieve DNS information about
@a host. (Marcus, Pollita)

show more ...


Revision tags: BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2
# 4821b2f3 18-Oct-2002 foobar

ws fixes


Revision tags: RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3
# 8b8f1e05 05-Sep-2002 Anantha Kesari H Y

NetWare related additions/modifications


Revision tags: php-4.2.3RC2
# 7a7497e2 29-Aug-2002 Ilia Alshanetsky

Fixed the \0 check in previous patch.


# 33744832 29-Aug-2002 Ilia Alshanetsky

Fixed bug #18966


# 149ad05b 24-Aug-2002 Marcus Boerger

php_error_docref
#New conversion available at: http://docref.txt.marcus-boerger.de


Revision tags: php-4.2.3RC1, dev, php-4.2.2
# 728f2de4 08-Jul-2002 Derick Rethans

Unify error messages


Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help
# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


123456789