History log of /PHP-5.4/ext/standard/file.c (Results 426 – 450 of 533)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# 410ac013 21-Aug-2000 Torben Wilson

Fixed segfault with fgets(), fgetcsv(), fgetss(), and fread() when
called with negative length argument.


# ce0c4a79 20-Aug-2000 Stanislav Malyshev

Fix fgetc (#6259) and ftell error condition returns


# fbdf5023 20-Aug-2000 Sascha Schumann

Remove php_realpath from build.

It was broken and should not be used in any way.


# 61df257c 19-Aug-2000 Frank M. Kromann

We only need winsock.h one time


# 7a45e3cb 19-Aug-2000 Zeev Suraski

- Update NEWS
- Fix non ZTS Windows build


Revision tags: PRE_FILE_COMPILE_API_CHANGE
# c756ae2d 06-Aug-2000 Andi Gutmans

Virtualize realpath, chmod, chown and utime
This should fix #5935 and #5904
@- Virtualize realpath, chmod, chown and utime (Stas)


# fda23fc2 03-Aug-2000 Stanislav Malyshev

Fix fclose prototype (#5930)


# a5a9a492 22-Jul-2000 David Croft

# zeev is god


# 89153d9c 22-Jul-2000 David Croft

fixed socket_set blocking in windows
(bug 3845)


# 4d41c8ba 07-Jul-2000 Stanislav Malyshev

Fix fgets re-allocation (add +1 to accomondate ending \0).


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# b9037f7d 02-Jul-2000 Andi Gutmans

- Make PHP compile again under Windows.
- Please be careful when you make such changes.


Revision tags: php-4.0.1pl1
# e8c219fe 29-Jun-2000 Stanislav Malyshev

Make fgets not use maximal buffer length always, but shrink buffer
if it's too big.


Revision tags: php-4.0.1, php-4.0.1RC2
# e834812a 27-Jun-2000 Thies C. Arntzen

(fgetcsv) fixed leak


# 52dd2017 26-Jun-2000 Zeev Suraski

Removed 8KB limit on line length of the file() function


# bcb308c5 26-Jun-2000 Egon Schmid

Fixed some protos.


Revision tags: php-4.0.1RC
# 6614e8ed 25-Jun-2000 Zeev Suraski

- I wrote a long msg but the commit didn't go through.
- So here is the short version:
- a) Start moving to binary opens in Windows
- b) Give checkuid_mode() a small face lift including t

- I wrote a long msg but the commit didn't go through.
- So here is the short version:
- a) Start moving to binary opens in Windows
- b) Give checkuid_mode() a small face lift including the fopen-wrappers.c
- The mode to this function should at least be a #define but that is for
- another day. Anyway this whole stuff should be given more face lifts in
- the future.

show more ...


# 2456af59 23-Jun-2000 Sascha Schumann

Remove some unnecessary CLS_FETCH()s.


# 7dca298b 13-Jun-2000 Thies C. Arntzen

copy() now creates the destination file with mode 0777 again. this is
the way it used to be in PHP 3


# 719d995a 12-Jun-2000 Andi Gutmans

- On UNIX support popen() which works with current working directory
- when in VIRTUAL_DIR mode.


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 0b7fd17c 06-Jun-2000 Clayton Collie

Added sscanf() function.


# 10eb67a3 06-Jun-2000 Thies C. Arntzen

@- added fflush() function. (Eric Huss)
# the socket fsync() might not work on Win32.
#
# i'm not sure if we need any code for flushing sockets as they are
# currently alway written v

@- added fflush() function. (Eric Huss)
# the socket fsync() might not work on Win32.
#
# i'm not sure if we need any code for flushing sockets as they are
# currently alway written via write().

show more ...


# 1cefd77f 05-Jun-2000 Rasmus Lerdorf

Oops, fixed slight miscue there. Now it works.


# 194e8828 05-Jun-2000 Rasmus Lerdorf

@ Clean up constants in flock() function and add optional 3rd arg which
@ is set to true on EWOULDBLOCK (Rasmus)
Clean up constants in flock() function and add optional 3rd arg which
is s

@ Clean up constants in flock() function and add optional 3rd arg which
@ is set to true on EWOULDBLOCK (Rasmus)
Clean up constants in flock() function and add optional 3rd arg which
is set to true on EWOULDBLOCK

show more ...


# 8715b55c 29-May-2000 Zeev Suraski

Remove stale macro


# 124fe30f 29-May-2000 Zeev Suraski

More secure mode


1...<<11121314151617181920>>...22