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