History log of /PHP-7.4/ext/standard/file.c (Results 151 – 175 of 692)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# dba22c08 15-Jan-2013 Jille Timmermans

Dereferencing process-handles no longer waits on those processes.

Implements FR #46487


# c077074c 15-Jan-2013 Adam Harvey

Revert "Update fputcsv() to escape all characters equally."

On second thoughts, while the behaviour _is_ broken, this isn't the right fix.

This reverts commit 9b5cb0e8059b1e8bec0960

Revert "Update fputcsv() to escape all characters equally."

On second thoughts, while the behaviour _is_ broken, this isn't the right fix.

This reverts commit 9b5cb0e8059b1e8bec096067491ed8d75f878938.

show more ...


# 9b5cb0e8 15-Jan-2013 Adam Harvey

Update fputcsv() to escape all characters equally.

At present, backslashes have special case handling within fputcsv(): when one
is encountered within a field that's being escaped, escap

Update fputcsv() to escape all characters equally.

At present, backslashes have special case handling within fputcsv(): when one
is encountered within a field that's being escaped, escaping stops until the
next instance of the enclosure character is hit. This can result in malformed
CSV.

Fixes bug #43225 (fputcsv incorrectly handles cells ending in \ followed by ").

show more ...


# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# a2045ff3 01-Jan-2013 Xinchen Hui

Happy New Year~


Revision tags: php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6
# 8848778a 14-Aug-2012 Xinchen Hui

Merge fix e7535e06e63104ccc0c90c4425b6c2541aa3c939 to 5.3

thanks for reeze.xia@gmail.com notice this


Revision tags: php-5.4.6RC1
# 2d9d2cad 18-Jul-2012 Xinchen Hui

Fixed bug #62597 (segfault in php_stream_wrapper_log_error with ZTS build)


Revision tags: php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 4e198252 01-Jan-2012 Felipe Pena

- Year++


Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2
# 1f81004b 15-Nov-2011 Felipe Pena

- Fixed bug #52624 (tempnam() by-pass open_basedir with inexistent directory)


# 5f0e6a74 15-Nov-2011 Felipe Pena

- Fixed bug #52624 (tempnam() by-pass open_basedir with inexistent directory)


# fb37f3b2 15-Nov-2011 Felipe Pena

- Fixed bug #52624 (tempnam() by-pass open_basedir with inexistent directory)


Revision tags: php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1
# 84c94e29 13-Sep-2011 Xinchen Hui

Fixed Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records) which was introduced by r311543


# 54d48bb3 13-Sep-2011 Xinchen Hui

Fixed Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records) which was introduced by r311543


# 1bbda643 13-Sep-2011 Xinchen Hui

Fixed Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records) which was introduced by r311543


Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4
# 9805e167 22-Jul-2011 Pierre Joye

- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ


# cc1c7af0 22-Jul-2011 Pierre Joye

- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ


# cad2e530 15-Jul-2011 David Soria Parra

Fix #55212. Only declare STREAM_PF_INET6 if PHP is compiled with IPv6 support


# fa79f2f4 15-Jul-2011 David Soria Parra

Fix #55212. Only declare STREAM_PF_INET6 if PHP is compiled with IPv6 support


Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1
# 8d6e9973 19-Jun-2011 Felipe Pena

- Opss, restore old behavior


# 3276cc4f 19-Jun-2011 Felipe Pena

- Opss, restore old behavior


# 868b808f 19-Jun-2011 Felipe Pena

- Opss, restore old behavior


# 0806f78f 19-Jun-2011 Felipe Pena

- Added missing void param check in sys_get_temp_dir
- Fixed param check of umask()


12345678910>>...28