History log of /PHP-7.4/main/network.c (Results 176 – 200 of 231)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7c08781d 10-Aug-2002 Sebastian Bergmann

Fix ZTS builds.


# ccb5c84b 09-Aug-2002 Wez Furlong

Centralize some blocking socket related code.
# It's been a while since I wrote this!


Revision tags: dev
# a64eceef 22-Jul-2002 Jason Greene

Switch streams socket abstraction to use a timeval structure instead of an
integer to allow subsecond timeouts.

This supports the previous behavior of fsockopen()
Fixes bug #16261


Revision tags: php-4.2.2
# 217ef0d1 19-Jul-2002 Jason Greene

Fix feof() on win32
Bug #18436


# 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


12345678910