History log of /PHP-7.4/main/php_network.h (Results 76 – 100 of 112)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# f8486bc3 29-Oct-2002 Wez Furlong

Fix for #19508 by poleson@verio.net.


Revision tags: php-4.3.0pre2
# 64a22c8a 14-Oct-2002 Sebastian Bergmann

Revert to 1.34.


# 276b314e 14-Oct-2002 Sebastian Bergmann

Whitespace fixes.


# 2e68e0be 14-Oct-2002 Sebastian Bergmann

Fix Win32 build.


# 0bcd2ccb 13-Oct-2002 Wez Furlong

A much better probable fix for #16114.


# 70b796b1 13-Oct-2002 Wez Furlong

(php_socket_errno) win32 errno compatible macro.
(php_socket_strerror) win32 compatible strerror replacement.
Add an E_NOTICE when a socket write fails.


Revision tags: RELEASE_1_0b1, php-4.3.0pre1
# 9d5bab5a 05-Oct-2002 Wez Furlong

EOF related fixes.


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 9509c209 28-Sep-2002 Wez Furlong

remove chunk size setting code (it's now in streams.c).
Move timeout setting code.


# 696e0a23 25-Sep-2002 Wez Furlong

Implement persistent streams. (for pfsockopen).
Juggle some includes/definitions.
Tidy up streams use in ext/standard/file.c


# 4d8a07d5 23-Sep-2002 Wez Furlong

Implement read buffering in streams.
Eliminate similar code from network.c.
Implement fgets equivalent at the streams level, which can detect
the mac, dos and unix line endings and handle

Implement read buffering in streams.
Eliminate similar code from network.c.
Implement fgets equivalent at the streams level, which can detect
the mac, dos and unix line endings and handle them appropriately.
The default behaviour is unix (and dos) line endings.
An ini option to control this behaviour will follow.
# Don't forget to make clean!
# I've done some testing but would appreciate feedback from
# people with scripts/extensions that seek around a lot.

show more ...


# 714eb806 12-Sep-2002 Stefan Esser

made new ssl activate function the default.


Revision tags: RELEASE_0_91
# cbf5e3ca 08-Sep-2002 Stefan Esser

Added possibility to reuse an old SSL session id.

Ugly but needed for f.e.: debians ftpd-ssl


Revision tags: php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2
# e8b50bc8 25-Aug-2002 Sebastian Bergmann

Fix ZTS build.


Revision tags: php-4.2.3RC1
# 5f9a5a7c 19-Aug-2002 Wez Furlong

Remove php_stream_sock_set_blocking and replace with
php_stream_set_option which can be used in a similar way as ioctl()
to set options for streams.

Current options include buffering

Remove php_stream_sock_set_blocking and replace with
php_stream_set_option which can be used in a similar way as ioctl()
to set options for streams.

Current options include buffering and blocking support.

o Buffer control is support for stdio based streams.
o Blocking/non-blocking is supported for stdio and socket based streams.

show more ...


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


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, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1
# 14a39118 19-Mar-2002 Wez Furlong

fix for bug #16168


# 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


# effa6e8d 17-Mar-2002 Wez Furlong

tidy up the headers (streams related)


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


# 52982c42 16-Mar-2002 Wez Furlong

This should help with some build problems/warnings under win32.
Someone still needs to add the streams.c file to the MSVC
project/workspace though (there are so many that I don't really know

This should help with some build problems/warnings under win32.
Someone still needs to add the streams.c file to the MSVC
project/workspace though (there are so many that I don't really know
what I am doing :-).

show more ...


# 28d69811 16-Mar-2002 Wez Furlong

more *'s


# 0f65280c 15-Mar-2002 Wez Furlong

New PHP streams...


12345