History log of /PHP-7.0/ext/standard/file.c (Results 126 – 150 of 645)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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()


# 54d56629 19-Jun-2011 Felipe Pena

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


# d8782dda 19-Jun-2011 Felipe Pena

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


# e98eafee 19-Jun-2011 Felipe Pena

- Missing usage of 'p' parameter specifier


# b9746b0b 19-Jun-2011 Felipe Pena

- Missing usage of 'p' parameter specifier


Revision tags: php-5.3.7RC1
# 32b5f8a1 06-Jun-2011 Felipe Pena

- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits


# 4737910b 06-Jun-2011 Felipe Pena

- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits


# 34de2c30 29-May-2011 Ilia Alshanetsky

Fixed bug #53848 (fgetcsv() ignores spaces at beginnings of fields).


# 69a12bfb 29-May-2011 Ilia Alshanetsky

Fixed bug #53848 (fgetcsv() ignores spaces at beginnings of fields).


# 57674f78 29-May-2011 Ilia Alshanetsky

Fixed bug #53848 (fgetcsv() ignores spaces at beginnings of fields).


# a5eeecb1 16-May-2011 Rasmus Lerdorf

Suppress a dozen unused return value warnings in places where the return
value is really not useful to us.


# 575ea1ef 16-May-2011 Rasmus Lerdorf

Suppress a dozen unused return value warnings in places where the return
value is really not useful to us.


# 7f293722 21-Mar-2011 Gustavo André dos Santos Lopes

- Make fclose() actually close stream, even when the resource refcount is > 1.
This reverts the fix for bug #24557.
- Make php_stream_free delete the stream from the resources list, not mer

- Make fclose() actually close stream, even when the resource refcount is > 1.
This reverts the fix for bug #24557.
- Make php_stream_free delete the stream from the resources list, not merely
decrease its refcount, as a single call to zend_list_delete does.
#Not worth the risk merging to 5.3. While change #2 may prevent some segfaults,
#a quick and dirty survey to the codebase only showed calls to php_stream_close
#or php_stream_free on streams allocated in the same function, which would have
#refcount == 1. May be reconsidered.

show more ...


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1
# ce96fd6b 18-Nov-2010 Pierre Joye

- fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus


Revision tags: php-5.2.15RC1, PHP_5_2_15RC1
# 75631ab8 18-Nov-2010 Gustavo André dos Santos Lopes

- Implemented alternative strategy for change in rev #304985 so as to
not to break binary compatibility in the 5.3 branch.


# 6cb7ea40 09-Nov-2010 Adam Harvey

Implemented FR #53264 (Add fputcsv method to SplFileObject).


# 231da1a5 29-Oct-2010 Gustavo André dos Santos Lopes

- Fixed bug #53198 (changing INI setting "from" with ini_set did not have any
effect)
#Made "from" a proper INI setting and bound it to a global variable.
#Previously, it was simply rea

- Fixed bug #53198 (changing INI setting "from" with ini_set did not have any
effect)
#Made "from" a proper INI setting and bound it to a global variable.
#Previously, it was simply read from the hash table with the parsed ini file
#by using cfg_get_string (I wonder why this mechanism still exists...)

show more ...


# 5c09767d 29-Oct-2010 Gustavo André dos Santos Lopes

- Fixed bug #53198 (changing INI setting "from" with ini_set did not have any
effect)
#Made "from" a proper INI setting and bound it to a global variable.
#Previously, it was simply rea

- Fixed bug #53198 (changing INI setting "from" with ini_set did not have any
effect)
#Made "from" a proper INI setting and bound it to a global variable.
#Previously, it was simply read from the hash table with the parsed ini file
#by using cfg_get_string (I wonder why this mechanism still exists...)

show more ...


# aa0ed267 16-Sep-2010 Pierre Joye

- use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert


# 6e06a45f 10-Sep-2010 Adam Harvey

Fix bug #52802 (Out-of-date comment for
file_get_contents/php_stream_copy_to_mem) by updating the relevant comments.


# 2441ddf1 10-Sep-2010 Adam Harvey

Fix bug #52802 (Out-of-date comment for
file_get_contents/php_stream_copy_to_mem) by updating the relevant comments.


12345678910>>...26