History log of /PHP-5.4/ext/standard/file.c (Results 176 – 200 of 533)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.4RC1, RELEASE_0_7
# dfe3f32e 10-Sep-2003 Ilia Alshanetsky

Cleanup previous patch.


# 29e829fd 10-Sep-2003 Ilia Alshanetsky

Fixed bug #14049 (realpath() w/ZTS returns invalid results for non-existent
paths)


# 436a0717 28-Aug-2003 Sascha Schumann

fix format strings


Revision tags: php-4.3.3, php-4.3.3RC4
# ed40ae26 11-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
# 4d98e9ec 29-Jul-2003 Ilia Alshanetsky

Finalize the closing process of persistent streams. The current
behavior/API is as follows:

1) To close a persistent use php_stream_pclose(), it will close the stream
and remove it f

Finalize the closing process of persistent streams. The current
behavior/API is as follows:

1) To close a persistent use php_stream_pclose(), it will close the stream
and remove it from the persistent list.

2) Inside PHP code only explicit fclose() will close persistent streams,
all other actions such as unset() or assigning a value to stream handle
will not.

3) Regular streams can still be closed by either fclose(), unset() or an
assignment of a value to the stream handler.

show more ...


# abe2afcf 28-Jul-2003 Ilia Alshanetsky

Make pclose() respect references.


# cd4a2813 27-Jul-2003 Ilia Alshanetsky

Fixed bug #24557 (make fclose() respect refcount on the resource).


Revision tags: php-5.0.0b1
# a6fd611c 28-Jun-2003 Ilia Alshanetsky

Added array handling to file_put_contents()
More verbose error reporting mechanism.
Test case for file_put_contents().


# f2acb422 28-Jun-2003 Derick Rethans

- Return number of bytes written instead of just TRUE. (Path by Paul Hudson,
hudzilla@php.net)


Revision tags: php-4.3.3RC1
# f304458b 14-Jun-2003 Marcus Boerger

Fix ZTS mode (hopefully all is working fine now again)


# 9605db43 14-Jun-2003 Marcus Boerger

Fix ZTS mode


# 99db1966 13-Jun-2003 Sara Golemon

Plug leak (context options not freed)
Make contexts auto-registered, ensures userland contexts
and C API contexts are both dealt with on request shutdown.
Also brings contexts in keeping

Plug leak (context options not freed)
Make contexts auto-registered, ensures userland contexts
and C API contexts are both dealt with on request shutdown.
Also brings contexts in keeping with streams which are already
auto-registered.

show more ...


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


# 9e71e39f 06-Jun-2003 foobar

WS


# 32a0044a 31-May-2003 Ilia Alshanetsky

Fixed bug #23913 (make rename() work across partitions on *nix)


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4
# af5e2af7 21-May-2003 Sara Golemon

Setup FG(default_context) in RINIT/RSHUTDOWN instead of fg_ctor/fg_dtor.
Frees context at right time without double freeing.


# 2d1a6e5d 21-May-2003 Wez Furlong

MFB context refcounting and text-mode fopen fixes


Revision tags: BEFORE_FD_REVERT
# 83b7b75c 21-May-2003 Sara Golemon

Implement default contexts. For the moment this is useless
but it will be used soon for connection pooling.


Revision tags: php-4.3.2RC3
# 65d359d7 14-May-2003 Sara Golemon

Fold 'options' parameter into wops->unlink method


Revision tags: RELEASE_0_9b
# 31dc62a9 14-May-2003 Sascha Schumann

MFB segfault fix


# 5126fbe5 14-May-2003 Sara Golemon

Setup unlink() method in wrapper_ops structure, implement unlink in plainfiles wrapper, explicitly set method NULL in other wrappers (for now), and rewrite unlink userland function to call into wrapp

Setup unlink() method in wrapper_ops structure, implement unlink in plainfiles wrapper, explicitly set method NULL in other wrappers (for now), and rewrite unlink userland function to call into wrapper_ops

show more ...


# e364d1f5 05-May-2003 Hartmut Holzgraefe

proto fix


Revision tags: SPL_ALPHA, php-4.3.2RC2
# f4c9feb7 28-Apr-2003 Moriyoshi Koizumi

Added missing sanity check in fgetcsv()


Revision tags: RELEASE_0_6, RELEASE_0_5, init
# 8da5e8e4 11-Apr-2003 Sara Golemon

Export constants to userland


# 87c5019d 08-Apr-2003 Sara Golemon

Switch file_put_contents 'bool use_include_path' to 'int flags' to allow other options such as appending


12345678910>>...22