History log of /PHP-7.4/ext/standard/file.c (Results 251 – 275 of 692)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 09cad322 03-Sep-2007 Ilia Alshanetsky

Fixed bug #42468 (Write lock on file_get_contents fails when using a
compression stream).


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2
# fb8e3abe 12-Aug-2007 Ilia Alshanetsky

Fixed copy test as well as the directory check inside copy() function


# e2a13a5c 11-Aug-2007 Rui Hirokawa

fixed compilation error: S_ISDIR is undefined.


# 7fbcb745 10-Aug-2007 Antony Dovgal

nuke the dot


# e9b8f373 10-Aug-2007 Ilia Alshanetsky

Fixed bug #42243 (copy() does not ouput an error when the first arg is a
dir).


# 08286bcb 08-Aug-2007 Antony Dovgal

fix ws & folding


Revision tags: php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# 320a4160 01-Jul-2007 foobar

MFH: - Fixed bug #41865 (fputcsv(): 2nd parameter is not optional)


Revision tags: php-5.2.3, RELEASE_1_4
# 6f61e847 27-May-2007 Ilia Alshanetsky

Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()).


Revision tags: php-5.2.3RC1
# 7e80ad94 18-May-2007 Antony Dovgal

fix leak and check for < 0 only of the 5th arg was passed


# 6d41d020 18-May-2007 Antony Dovgal

MFH: fix #41430 (Fatal error with negative values of maxlen parameter of file_get_contents())


Revision tags: RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6
# f3a9413b 23-Feb-2007 Antony Dovgal

MFH: fix #40606 (umask is not being restored when request is finished)


Revision tags: php-4.4.6RC1, php-4.4.5
# 60c435df 13-Feb-2007 Antony Dovgal

MFH


Revision tags: php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# 03312cc0 19-Dec-2006 Dmitry Stogov

Added function stream_socket_shutdown(). It is a wraper for system shutdown() function, that shut downs part of a full-duplex connection


Revision tags: php-5.2.1RC1
# d9f03aac 09-Dec-2006 Hannes Magnusson

MFH: sys_get_temp_dir()


# efa9b7e2 22-Nov-2006 Pierre Joye

- MFH: #39538, fgetcsv can't handle starting newlines and trailing odd
number of backslashes (David Soria Parra, Pierre)


# 296e2a37 20-Nov-2006 Antony Dovgal

MFH


# fca0e244 15-Nov-2006 Ilia Alshanetsky

Added missing object support to file_put_contents().


# 017f3ae4 13-Nov-2006 Antony Dovgal

don't forget to close the stream when/if flock() fails


# 34db368f 13-Nov-2006 Antony Dovgal

MFH: fix leaks in get_meta_tags() when used with b0rked HTML
add test


Revision tags: php-5.2.0, php-5.2.0RC6
# bc59416f 13-Oct-2006 Ilia Alshanetsky

Fixed bug #38934 (move_uploaded_file() cannot read uploaded file outside of
open_basedir).


Revision tags: php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6
# a33913d9 18-Aug-2006 Antony Dovgal

MFH: add a notice to fgetcsv() when delimiter or enclosure is longer than 1 char
(feature request #38496)


Revision tags: php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1
# 9c30e20b 15-Jul-2006 Marcus Boerger

- MFH Implement todo: SplFileObject: ability to set the CSV separator per object


# 54dba635 14-Jul-2006 Antony Dovgal

rephrase the error message (fixes #38106)


Revision tags: php-4.4.3RC2, BEFORE_NEW_OUTPUT_API
# be0b8c71 29-May-2006 Antony Dovgal

initialize srcstream


1...<<11121314151617181920>>...28