History log of /PHP-5.4/ext/standard/file.c (Results 226 – 250 of 533)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d2e2fbcc 22-Feb-2003 Ilia Alshanetsky

int/long change.


# d4e9d48b 18-Feb-2003 Moriyoshi Koizumi

Fixed bug #21689 (fgetcsv suppresses some characters before a separator)
The fix is suggested by Masahiro Nakayama <masa@sfc.wide.ad.jp>

# is* functions expect their argument to be an in

Fixed bug #21689 (fgetcsv suppresses some characters before a separator)
The fix is suggested by Masahiro Nakayama <masa@sfc.wide.ad.jp>

# is* functions expect their argument to be an integer in range of 0-255

show more ...


# 6fe4ab41 18-Feb-2003 Sara Golemon

Fix stream_filter_(ap|pre)pend to allow attaching on the read and/or write chains. Automagically decide what to do if noone tells us.


# 32165a55 18-Feb-2003 Wez Furlong

Implement new filter API, stage 1.
This breaks user-space filters (for the time being), and those
weird convert.* filters in ext/standard/filters.c

The filters stack has been separat

Implement new filter API, stage 1.
This breaks user-space filters (for the time being), and those
weird convert.* filters in ext/standard/filters.c

The filters stack has been separated into one chain for read and one chain
for write.

The user-space stream_filter_append() type functions currently only operate
on the read chain. They need extending to work with the write chain too.

show more ...


# 4934744b 17-Feb-2003 Zeev Suraski

Win32 build improvements


# 63c95db6 16-Feb-2003 Wez Furlong

Remove unused vars


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.


12345678910>>...22