History log of /PHP-7.4/main/network.c (Results 201 – 225 of 231)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0f65280c 15-Mar-2002 Wez Furlong

New PHP streams...


Revision tags: help
# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2
# 12887836 12-Feb-2002 Sascha Schumann

Irix defines AF_INET6, but lacks IPv6 support, including
struct sockaddr_in6.


# 9e420659 10-Feb-2002 Stig Venaas

Added php_sockaddr_size() in network.c (and the header file). This is used
in ftp.c to make sure connect() and bind() is called with size argument
which is exactly the size of the relevant so

Added php_sockaddr_size() in network.c (and the header file). This is used
in ftp.c to make sure connect() and bind() is called with size argument
which is exactly the size of the relevant sockaddr_xx structure

show more ...


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 580a4701 21-Jan-2002 Derick Rethans

- Fix for bug #15057: getimagesize() crashes when offline (on MacOSX)


# a6ec8d37 06-Jan-2002 Stig Venaas

hostconnect now divides the timeout with no. of addresses. If a connection
attempt times out, it goes on to the next. Unless each timeout would be
<5s. Added php_any_addr() that fills out the

hostconnect now divides the timeout with no. of addresses. If a connection
attempt times out, it goes on to the next. Unless each timeout would be
<5s. Added php_any_addr() that fills out the any address for IPv6 and IPv4.

show more ...


# 6e1878b0 06-Jan-2002 Stig Venaas

Added some consts for arguments in network.c declarations. Moved
php_sockaddr_storage to php_network.h and added check for struct
sockaddr_storage


Revision tags: php-4.1.1
# e320de1e 23-Dec-2001 Alex Waugh

Undefine AF_UNIX under RISC OS


Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2
# bc262504 04-Nov-2001 Alex Waugh

Included header files needed by RISC OS


Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.


Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE
# 6da0268c 10-Aug-2001 Jeroen van Wolffelaar

Possible fix 12360. If it doesn't help, it doesn't hurt, AFAIK...


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT, PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions


# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions


Revision tags: php-4.0.6RC2, php-4.0.6RC1
# 3ffb8e38 05-May-2001 Wez Furlong

Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.c
and rename to php_connect_nonb().
Use php_connect_nonb() instead of connect() in php_hostconnect() -> timeouts

Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.c
and rename to php_connect_nonb().
Use php_connect_nonb() instead of connect() in php_hostconnect() -> timeouts
should now work in php_hostconnect().
sock streams abstraction now uses php_sockbuf as the "abstract" pointer.

show more ...


Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# cb1a89cb 24-Feb-2001 Sascha Schumann

Declare inet_aton properly, if the system lacks support for it.

PR: #9382


# 83cf6629 21-Jan-2001 Rasmus Lerdorf

@BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus
BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus


# f74998a7 17-Jan-2001 Rasmus Lerdorf

Kill a couple of warnings


# 6562e98a 13-Jan-2001 Zeev Suraski

Fix Windows & thread-safe build


# 30441cda 13-Jan-2001 Stig Venaas

Simplified code a bit, added detailed error reporting, and fixed a bug
when getaddrinfo returned a non-IP family before IP families


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 5fc85205 19-Oct-2000 Stig Venaas

Check that AF_INET6 is defined before using IPv6


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 1fbc3945 18-Sep-2000 Stanislav Malyshev

Fix crash


# f68fb8fa 07-Sep-2000 Stig Venaas

Better IPv6 checking


# eb321449 05-Sep-2000 Zeev Suraski

- Remove track_vars - it is now always on
- Make the various $HTTP_*_VARS[] arrays be defined always,
even if they're empty
- Fix Win32 build and warnings


12345678910