History log of /PHP-8.3/main/network.c (Results 201 – 225 of 252)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 887e1ffe 19-Jul-2002 foobar

ws fix


Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0
# c6a36d58 11-Jun-2002 Jason Greene

@Impelemented timeout functionality, and fixed error handling of fsockopen() on win32
Also fixed error handling on unix (micropatch)

Closes Bug #14740


Revision tags: 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
# 0989e7bb 30-Apr-2002 Wez Furlong

Remove this; it should not have been commited


# 37411dd6 30-Apr-2002 Wez Furlong

Implement context option setting API.
Add/amend debugging code for sockets.
Add a flag that will help the http wrapper optimize itself when
it is not being used for include/require.


Revision tags: php-4.2.0
# 928bae9c 19-Apr-2002 Wez Furlong

Make scheme part decoding rfc2396 compliant.
Change zlib:// and bzip2:// to compress.zlib:// and compress.bzip2://
Tidy up old socket/network code/comments.


# ca6b88ef 15-Apr-2002 Wez Furlong

should not be there


# 50cf12ce 15-Apr-2002 Wez Furlong

Some minor tweaks and debugging for sockets.


Revision tags: php-4.2.0RC4, php-4.2.0RC3
# e1d0a147 10-Apr-2002 Wez Furlong

Implement stream context and status notification system.
Bump the BC for zlib notice to a warning
# See my RFC to php-dev a few days ago


Revision tags: php-4.2.0RC2
# 2539cbc7 28-Mar-2002 Wez Furlong

Phase 3 of OO wrapper cleanup
# What was phase 2?


Revision tags: php-4.2.0RC1
# 14a39118 19-Mar-2002 Wez Furlong

fix for bug #16168


# 67231e25 19-Mar-2002 Wez Furlong

make feof more useful on network streams


# 33906e93 18-Mar-2002 Wez Furlong

Fix for bug #10001: a timeout event prevents further reads.
The Bug DB has a patch that should be applied to fsock.c on the
4.2 branch.


# 48e902ba 18-Mar-2002 Wez Furlong

Fix for bugs #16148, #11199, #10092:
fread from socket will never free memory.
This patch should also be applied to php_sockread_internal in
fsock.c in the 4.2 branch.


# c9d5e137 18-Mar-2002 Wez Furlong

TSRMLS related work on streams, as discussed with Zeev.
# Should be the last "broad" commit for a while
# Don't forget to make clean ; make


# d2d87622 17-Mar-2002 Wez Furlong

Streams now make more use of the memory manager, so tracking down
leaking streams should be easier.
# I hate these big commits


# 436e339b 17-Mar-2002 Wez Furlong

Fix for Bug #16121: make unix socket names binary safe.
# Could be applied to 4.2 branch, but I don't have a working copy, and
# I don't think it's amazingly critical.


# bed04279 16-Mar-2002 Wez Furlong

Hopefully fix resource usage so that we have no leaks and don't segfault.


# 12f893d1 16-Mar-2002 Wez Furlong

fsock.c did it this way, so it must be OK...


# a411b0e9 16-Mar-2002 Wez Furlong

bring back ptrdiff_t


# 31fe5e46 16-Mar-2002 Yasuo Ohgaki

Quick fix build error when ptrdiff_t is not defined in types.h or sys/types.h


# 28d69811 16-Mar-2002 Wez Furlong

more *'s


# 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 ...


1234567891011