History log of /PHP-8.3/ext/standard/file.c (Results 701 – 725 of 802)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# afccb586 27-May-2000 Andi Gutmans

- I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these
- functions but in any case I have changed it to PHP_NOT_IN_THIS_BUILD()

# 69d1e788 26-May-2000 Hartmut Holzgraefe

if a module provides a function it should also do so if the function
is not functional due to configure findings
the function should offer a meaningful warning if it is not supported
inst

if a module provides a function it should also do so if the function
is not functional due to configure findings
the function should offer a meaningful warning if it is not supported
instead of just beeing undefined
i had already changed this in 'gd', now this is doing it for 'standard'

show more ...

# df4547a3 23-May-2000 Hartmut Holzgraefe

another bunch of proto fixes

# 617266e3 23-May-2000 Andi Gutmans

- Virtual current working directory is now enabled
- Added support for mkdir()/rmdir() and more

# 521f03c1 23-May-2000 Andi Gutmans

- Support virtual unlink()

Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6

1...<<21222324252627282930>>...33