History log of /php-src/main/network.c (Results 201 – 225 of 269)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 696e0a23 25-Sep-2002 Wez Furlong

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

# c74b9fac 23-Sep-2002 Wez Furlong

Implement a default_socket_timeout and auto_detect_line_endings ini options.
Also move user_agent from BG to FG.

# 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
# 1e09610f 09-Sep-2002 Anantha Kesari H Y

NetWare related changes/modifications

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

# a1f7bb12 25-Aug-2002 Marcus Boerger

use php_error_docref()

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

# fcc03805 17-Aug-2002 Stig Venaas

Added --enable-ipv6 and only look up AAAA in DNS when enabled

# 4feff548 13-Aug-2002 Dan Kalowsky

Correcting as per discussion with Iliaa and Edin on efnet://#php.bugs

# 1027dfcd 13-Aug-2002 Dan Kalowsky

Bug Fix #16113, as reflective of a php-dev convo between wez and iliaa

# 94be838d 11-Aug-2002 Wez Furlong

More verbosity when activating SSL on a socket fails.

# 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

1234567891011