History log of /PHP-7.3/ext/standard/file.c (Results 176 – 200 of 678)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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.


# 5a362422 17-Aug-2010 Kalle Sommer Nielsen

Fixed the $context parameter on copy() to have an effect (approved for 5.3 by Johannes)

# To not change a PHPAPI in a point release, a new function have been added to support contexts:
#

Fixed the $context parameter on copy() to have an effect (approved for 5.3 by Johannes)

# To not change a PHPAPI in a point release, a new function have been added to support contexts:
# php_copy_file_ctx(), php_copy_file_ex() now simply wraps to that

show more ...


# a12f6d93 17-Aug-2010 Kalle Sommer Nielsen

Fixed the $context parameter on copy() to have an effect (approved for 5.3 by Johannes)

# To not change a PHPAPI in a point release, a new function have been added to support contexts:
#

Fixed the $context parameter on copy() to have an effect (approved for 5.3 by Johannes)

# To not change a PHPAPI in a point release, a new function have been added to support contexts:
# php_copy_file_ctx(), php_copy_file_ex() now simply wraps to that

show more ...


# ac73c9d8 16-Aug-2010 Kalle Sommer Nielsen

Fixed the context parameter on copy() to actually have an effect

# After looking at the logs, Jani did a bad merge into 5.3, so that
# the context parameter sent to copy() actually isn't

Fixed the context parameter on copy() to actually have an effect

# After looking at the logs, Jani did a bad merge into 5.3, so that
# the context parameter sent to copy() actually isn't used at all. This
# relatively simple patch fixes that for trunk.
#
# See FR #42965

# internals:
# This changes the php_copy_*() decls to contain an additional parameter for stream contexts

show more ...


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 151fc3b7 02-May-2010 Felipe Pena

- Revert accidental changes


# 74d4ddea 02-May-2010 Ilia Alshanetsky

- Fixed a possible stack exaustion inside fnmatch(). Reporeted by Stefan Esser


# 90c33602 02-May-2010 Ilia Alshanetsky

- Fixed a possible stack exaustion inside fnmatch(). Reporeted by Stefan Esser


# 91ee0781 27-Apr-2010 Pierrick Charron

Remove unused variables


# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


# f92fae2f 18-Mar-2010 Andrei Zmievski

I am sorry I tried fixing PHP without extensive discussion on the mailing list.
I am sorry I tried fixing PHP without extensive discussion on the mailing list.
I am sorry I tried fixing PHP w

I am sorry I tried fixing PHP without extensive discussion on the mailing list.
I am sorry I tried fixing PHP without extensive discussion on the mailing list.
I am sorry I tried fixing PHP without extensive discussion on the mailing list.

Hope all the relevant parties are satisfied.

show more ...


# 3220f15c 18-Mar-2010 Andrei Zmievski

Fix a few problems with large (2G-4G) file uploads. Added
--enable-large-uploads-fix switch because one change was in SAPI.h structure.


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2
# ad9bbf26 11-Feb-2010 Ilia Alshanetsky

Fixed safe_mode validation inside tempnam() when the directory path does not end with a /).


Revision tags: php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1
# 824692fa 03-Nov-2009 Guenter Knauf

removed now obsolete NetWare hack since I fixed this
with Novell some longer time ago in their SDK header.


Revision tags: php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0
# 80bdbc8f 29-Sep-2009 Rasmus Lerdorf

Fixed a safe_mode bypass in tempnam() identified by Grzegorz Stachowiak.


# 20c5df8c 25-Sep-2009 Felipe Pena

- Fixed mem leak


# eb2d5482 24-Sep-2009 Ilia Alshanetsky

Make tempnam() return FALSE on error as documented


Revision tags: php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0
# 56d7a43f 22-Jun-2009 Felipe Pena

- Fixed bug #48641 (tmpfile() uses old parameter parsing)


12345678910>>...28