Revision tags: php-5.0.0b3RC1 |
|
#
c3043fb2 |
| 15-Dec-2003 |
Ilia Alshanetsky |
Removed unused variable.
|
#
2a9d2d5f |
| 27-Nov-2003 |
Wez Furlong |
re-implement the win32 select code. The old code implicitly set any sockets into non-blocking mode, and since there is no way to probe a socket to determine its blocking status using the
re-implement the win32 select code. The old code implicitly set any sockets into non-blocking mode, and since there is no way to probe a socket to determine its blocking status using the win32 API, this was a real pain in the ass. The New implementation will hand off any sockets to winsock and use the WaitForObject API in win32 to probe other types of handle.
show more ...
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4 |
|
#
93bcd55e |
| 12-Aug-2003 |
Ilia Alshanetsky |
emalloc -> safe_emalloc
|
Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1 |
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1 |
|
#
349ce76f |
| 28-Feb-2003 |
Wez Furlong |
Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_t typedef.
|
#
493ef362 |
| 27-Feb-2003 |
Wez Furlong |
Update win32 build. Since msvc sucks, I had to rename ext/standard/streams.c to ext/standed/streamsfuncs.c
|
#
5def83df |
| 27-Feb-2003 |
Wez Furlong |
Move streams specific stuff from ext/standard/file.c -> ext/standard/streams.c Move win32 select implementation into win32/. Will update win32 build in a moment.
|