History log of /PHP-5.5/ext/standard/file.c (Results 176 – 200 of 553)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 39b62f26 19-Jan-2004 Ilia Alshanetsky

Fixed bug #26967 (make various file operations return FALSE on error).


# abfda09e 18-Jan-2004 Moriyoshi Koizumi

Fix fgetcsv() to reflect the change on 4.3.5 behaviour.


# 09fb5dc1 14-Jan-2004 Wez Furlong

Remove stale code from flock();
spotted by Hartmut.


# cd4262ee 14-Jan-2004 Wez Furlong

Fix #26772: fgets returns NULL instead of FALSE.


Revision tags: php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


# 939a70a8 03-Jan-2004 Ilia Alshanetsky

s/then/than/ Thanks Jani & Andi


# 6f7fe1df 02-Jan-2004 Ilia Alshanetsky

Fixed bug #26752 (Silent unterminated loop when length parameter for
fgets(), fread() and fgetss() is 0).


# 93cc95e9 24-Dec-2003 Moriyoshi Koizumi

- fixes for compatibility. now fgetcsv() treats a null line to be a single
null component.


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# c5664783 13-Dec-2003 Sara Golemon

Route mkdir()/rmdir() via wrapper ops.
Move current rmdir()/rmdir() code to plain_wrappers.c
Implement mkdir()/rmdir() in ftp:// wrapper


# b1f8236b 12-Dec-2003 Sara Golemon

Route rename() via wrapper ops.
Move current rename() code to main/streams/plain_wrapper.c
Implement ftp/rename()
Implement userstreams/rename()


# 35c3a7f5 10-Dec-2003 Moriyoshi Koizumi

Expose the macro globally


# 37f135ce 29-Nov-2003 Wez Furlong

Add stream_socket_sendto and stream_socket_recvfrom which work very much
like sendto() and recvfrom() syscalls.


# c722ab91 24-Nov-2003 Ilia Alshanetsky

Fixed bug #26355 (flock() doesn't initialize the wouldblock argument)


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1
# e6feb47f 29-Oct-2003 Moriyoshi Koizumi

Some clean-ups


# 1085c08a 27-Oct-2003 Moriyoshi Koizumi

Add missing reinitialization call


# 69dcdcb7 27-Oct-2003 Moriyoshi Koizumi

Fixed bug #26003 (fgetcsv() not binary-safe on null bytes)


Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3
# 2c95c424 05-Oct-2003 Moriyoshi Koizumi

Fix the macro to prevent it from falling over in a mess


Revision tags: BEFORE_HANDLERS_RESHUFFLE
# 80edbeba 04-Oct-2003 Moriyoshi Koizumi

Change fgetcsv() so that the second parameter is also optional.


# 921e5b47 04-Oct-2003 Moriyoshi Koizumi

Fix fgetcsv() to correctly support international characters
# note: mblen() is not a mbstring function, but is part of the ANSI standard
# which is even supported by Microsoft's libc.


Revision tags: RELEASE_1_3b2
# e2166950 30-Sep-2003 Stanislav Malyshev

MF4: allow realpath() for win32 non-ZTS


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 ...


12345678910>>...23