Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
23e671a5 |
| 03-Aug-2005 |
foobar |
- Bumber up year
|
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0 |
|
#
c9336342 |
| 05-Jul-2005 |
Ilia Alshanetsky |
Fixed crash inside stream_get_line() when length parameter equals 0.
|
Revision tags: php-4.4.0RC2, php-5.1.0b2 |
|
#
bcd33d5f |
| 17-Jun-2005 |
Ilia Alshanetsky |
Added offset parameter to the stream_copy_to_stream() function.
|
Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11 |
|
#
29ede468 |
| 29-Mar-2005 |
Sara Golemon |
BugFix #31137 stream_filter_remove() segfaults when stream already closed
|
Revision tags: php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1 |
|
#
5bd7be94 |
| 13-Mar-2005 |
Ilia Alshanetsky |
Fixed compiler warning.
|
#
4e390892 |
| 11-Mar-2005 |
Marcus Boerger |
- Do not touch return_valu's refcount or is_ref
|
Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2 |
|
#
58c6ed35 |
| 15-Jan-2005 |
foobar |
CS fix
|
#
9de934c2 |
| 14-Jan-2005 |
Dmitry Stogov |
Fixed SIGSEGV in ext/standard/tests/network/tcp4loop.phpt and ext/standard/tests/network/unixloop.phpt
|
#
c4bc5b7f |
| 04-Jan-2005 |
Wez Furlong |
Fix #31408: memory leak in stream_socket_recvfrom
|
#
843807c6 |
| 25-Dec-2004 |
Wez Furlong |
When a socket is non-blocking, don't block ssl enabled sockets. Allow for non-blocking negotiation when calling stream_socket_enable_crypto(). That function will return the foolowing values:
When a socket is non-blocking, don't block ssl enabled sockets. Allow for non-blocking negotiation when calling stream_socket_enable_crypto(). That function will return the foolowing values: false - negotiation failed 0 - try again when more data is available (only for non-blocking sockets) true - ssl was enabled
show more ...
|
#
e1f3beaa |
| 23-Dec-2004 |
Wez Furlong |
really don't blow up
|
#
d3d757d9 |
| 23-Dec-2004 |
Wez Furlong |
don't crash...
|
Revision tags: php-5.0.3, php-4.3.10 |
|
#
419bbffe |
| 13-Dec-2004 |
Wez Furlong |
Make it really build...
|
#
d10b86f8 |
| 12-Dec-2004 |
Wez Furlong |
Add stream_socket_pair(), a streams based version of socketpair(). Modified patch from Vincent [six at t0x dot net]
|
Revision tags: SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH |
|
#
2390ca71 |
| 12-Oct-2004 |
Ilia Alshanetsky |
MFH: Added optional offset parameter to stream_get_contents().
|
#
5c04e393 |
| 11-Oct-2004 |
Ilia Alshanetsky |
Fixed bug #30362 (stream_get_line() not handling end string correctly).
|
Revision tags: php-5.0.2, php-4.3.9 |
|
#
99e290f8 |
| 17-Sep-2004 |
Wez Furlong |
Fix for Bug #24189: possibly unsafe select(2) usage. We avoid the problem by using poll(2). On systems without poll(2) (older bsd-ish systems, and win32), we emulate poll(2) using se
Fix for Bug #24189: possibly unsafe select(2) usage. We avoid the problem by using poll(2). On systems without poll(2) (older bsd-ish systems, and win32), we emulate poll(2) using select(2) and check for valid descriptors before attempting to access them via the descriptor sets. If an out-of-range descriptor is detected, an E_WARNING is raised suggesting that PHP should be recompiled with a larger FD_SETSIZE (and also with a suggested value). Most uses of select(2) in the source are to poll a single descriptor, so a couple of handy wrapper functions have been added to make this easier. A configure option --enable-fd-setsize has been added to both the unix and win32 builds; on unix we default to 16384 and on windows we default to 256. Windows FD_SETSIZE imposes a limit on the maximum number of descriptors that can be select()ed at once, whereas the unix FD_SETSIZE limit is based on the highest numbered descriptor; 256 should be plenty for PHP scripts under windows (the default OS setting is 64). The win32 specific parts are untested; will do that now.
show more ...
|
Revision tags: php-5.0.2RC1, php-4.3.9RC3 |
|
#
34550382 |
| 14-Sep-2004 |
Sara Golemon |
Added stream_filter_remove() to cancel a stream filter. Register filters as resources when instantiated by stream_filter_(ap|pre)pend(). Export php_stream_filter_flush() interna
Added stream_filter_remove() to cancel a stream filter. Register filters as resources when instantiated by stream_filter_(ap|pre)pend(). Export php_stream_filter_flush() internal function to wind buffered data out of a particular filter until consumed by a later filter or sent to stream->readbuffer or stream->ops->write()
show more ...
|
Revision tags: PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1 |
|
#
d0ce6368 |
| 06-Aug-2004 |
Wez Furlong |
Avoid possible segfault when using stream_socket_client with bogus flags.
|
#
47e7fef0 |
| 31-Jul-2004 |
Wez Furlong |
Allow win32 stuff to build non-zts. Fix stream crypto func (again? didn't I already commit that?)
|
#
45ddc6a5 |
| 28-Jul-2004 |
Ilia Alshanetsky |
Better address availability check.
|
#
445daac3 |
| 28-Jul-2004 |
Ilia Alshanetsky |
Fixed possible crash in stream_socket_recvfrom() when length parameter has a negative value.
|
#
17adf438 |
| 22-Jul-2004 |
Wez Furlong |
Added stream_context_get_default() which returns the default context option. You may then set options that affect streams operations for the whole script. Added stream_socket_enable_cryp
Added stream_context_get_default() which returns the default context option. You may then set options that affect streams operations for the whole script. Added stream_socket_enable_crypto() which allows you to turn on or off a crypto layer (eg: SSL/TLS) on stream, if supported by the underlying transport. Registered a bunch of constants for that.
show more ...
|
Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8 |
|
#
5232a5af |
| 16-Jun-2004 |
Ard Biesheuvel |
64-bit bugsquash party
|
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0 |
|
#
81f05c18 |
| 25-Feb-2004 |
Ard Biesheuvel |
Wordsize fixes
|