Revision tags: php-4.3.1 |
|
#
0a18a9d7 |
| 16-Feb-2003 |
Wez Furlong |
A add much more useful select(2) implementation than is provided by windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file de
A add much more useful select(2) implementation than is provided by windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
show more ...
|
#
53b7b0eb |
| 10-Feb-2003 |
Ilia Alshanetsky |
Merged the flags for the file() function into a single flag. |
#
eefe0f1b |
| 09-Feb-2003 |
Wez Furlong |
ZTS fix |
#
f98ea4c4 |
| 09-Feb-2003 |
Ilia Alshanetsky |
Added feature request #9173 (added stream_get_line(), this function will read either the specified number of bytes or until the ending string is found). |
#
8b5bc3ec |
| 09-Feb-2003 |
Ilia Alshanetsky |
Added feature request #17983 (optional parameter to mkdir() that makes directory creation recursive). Fixed prototype for file() function. |
#
4eae4191 |
| 09-Feb-2003 |
Ilia Alshanetsky |
Added feature request #14097 (option allowing file() command not to include line endings in it's output. As well as another option, which allows blank lines to be excluded from the output). |
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
8a9e09a4 |
| 21-Jan-2003 |
Ilia Alshanetsky |
ARG_COUNT(ht) -> ZEND_NUM_ARGS(). |
#
71e9f8cd |
| 18-Jan-2003 |
Ilia Alshanetsky |
Removed pointless memory allocation checks. |
#
7002a39f |
| 18-Jan-2003 |
Wez Furlong |
Fix potential problem for 64-bit architectures. |
#
39aa3a5d |
| 18-Jan-2003 |
Derick Rethans |
- Fixed memleak in fscanf(). |
#
7fa09705 |
| 11-Jan-2003 |
Moriyoshi Koizumi |
Reverted because correct decision has not been made yet. |
#
dd2ad168 |
| 11-Jan-2003 |
Moriyoshi Koizumi |
Reduced compiler warnings in ZE2 build |
#
5413a66c |
| 09-Jan-2003 |
Ilia Alshanetsky |
CS fixes |
#
3e5bbba3 |
| 09-Jan-2003 |
Ilia Alshanetsky |
Fixed a memory corruption that occurs when an unterminated " is encountered this bug maybe be related to #21556. |
#
7dae4000 |
| 05-Jan-2003 |
Sara Golemon |
Fixes to stream_get_wrappers() and stream_get_filters() handle hash table layouts better, plus some picune whitespace fixes |
#
f99fa717 |
| 03-Jan-2003 |
Ilia Alshanetsky |
Fixed a bug that would cause flock() to never set the 3rd argument. CS fixes & switched to new parameter parsing API. |
#
830298be |
| 03-Jan-2003 |
Anantha Kesari H Y |
Modified for NetWare. |
#
7b372723 |
| 03-Jan-2003 |
Sara Golemon |
Added stream_get_wrappers() |
#
b506f5c8 |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year. |
Revision tags: php-4.3.0 |
|
#
bb640840 |
| 26-Dec-2002 |
Wez Furlong |
Remove cruft that opened a stream that was never closed in get_meta_tags(). (probably my fault). Noticed by Philip Olson |
Revision tags: php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3 |
|
#
7364e3b7 |
| 05-Dec-2002 |
Ilia Alshanetsky |
Fixed bug #12556, updated the test for this bug. |
#
cc13af6a |
| 30-Nov-2002 |
Ilia Alshanetsky |
Fixed bug #20716. |
#
5c96f911 |
| 27-Nov-2002 |
Sterling Hughes |
don't use stupid constants, be smart, just read the line |
Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1 |
|
#
78e2e69b |
| 06-Nov-2002 |
Ilia Alshanetsky |
Instead of checking whether realpath exists based on OS. Use the HAVE_REALPATH define, which is set if realpath() is avaliable. This patch also resolves bug #18868. |
#
c4e3bbb5 |
| 29-Oct-2002 |
Marcus Boerger |
no C++ comments #args sorry on that & thx jani |