History log of /PHP-5.4/ext/standard/file.c (Results 401 – 425 of 533)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 86624dfa 13-Jan-2001 Zeev Suraski

- Fix exec() bug
- Merge fsock and file globals


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1
# 338b9b08 27-Dec-2000 Zeev Suraski

- Make the INI mechanism thread safe (fix necessary API changes from Zend)
- Make the Win32 non-TS configuration build again


# 9815d5c9 22-Dec-2000 Sascha Schumann

Signal an error condition, if write was unable to perform the complete
operation.


# 663d426e 22-Dec-2000 Sascha Schumann

NULL is a valid return value of mmap. Check against (void *) MAP_FAILED.


# 3c9f50ef 22-Dec-2000 Sascha Schumann

(php_file_copy) Use mmap to map the source file into our address space
and then simply write it out to the target file. That avoids switching
between user and kernel land too many times. If

(php_file_copy) Use mmap to map the source file into our address space
and then simply write it out to the target file. That avoids switching
between user and kernel land too many times. If that does not work, we
fall back to the read/write method.

show more ...


Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# 9b1b2535 14-Dec-2000 Hartmut Holzgraefe

fgetcsv() will now work correct with empty fields in tab delimited files
# fix for bug #8258 and regression test


# 0d02c7d3 12-Dec-2000 Stanislav Malyshev

Open files in binary mode - should fix readfile() on Windows


# 4ada3dd3 07-Dec-2000 Sascha Schumann

Hardcode all functions which are mentioned in the Large File Support Spec

http://ewe3.sas.com/standards/large.file/specs/api+.007.html


Revision tags: php-4.0.4RC3
# 2fefaba7 22-Nov-2000 Daniel Beulshausen

tsrm realpath implementation is fixed
@ Fixed realpath() in Virtual Directory mode (Daniel)


# fb8be266 15-Nov-2000 Stanislav Malyshev

Fix crash (#7802)


# d0ec3df2 02-Nov-2000 Andi Gutmans

- Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()
- I did not test for validity of the actual php_checkuid() calls and there
- might be mistakes in the previous code.


# b25b80c1 01-Nov-2000 Andi Gutmans

- Change some estrdup()'s to estrndup()'s


# 7ab46420 31-Oct-2000 Zeev Suraski

mode_t fixes


# 825457ae 29-Oct-2000 Thies C. Arntzen

update my email.


# 52e45f51 26-Oct-2000 Daniel Beulshausen

use V_RENAME makro instead


# f1dcb32c 25-Oct-2000 Andrei Zmievski

Use zend_register_list_destructors_ex() instead.


# 7b4983c8 20-Oct-2000 Andrei Zmievski

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destruc

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destructors_ex() instead
* Updated all relevant modules to provide the resource type name
to register_list_destructors() call
* Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@ get_resource_type() display "file" for file resources. (Andrei)

show more ...


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 2e4ab689 27-Sep-2000 Sascha Schumann

Automatic conversion might cause interpretation of 0xff as EOF, so we store
the result in an object of type int first.

Submitted by: melchers@cis.fu-berlin.de


# 88b46920 12-Sep-2000 Andi Gutmans

- Fix bug #5997


# 824fc6a0 11-Sep-2000 Andi Gutmans

- Move php_open_temporary_file() out of file.c


# f45f6d78 11-Sep-2000 Sascha Schumann

Kill a warning


# 3115a0cc 09-Sep-2000 Zeev Suraski

Fix UNIX build


# 6c4cb4c0 09-Sep-2000 Zeev Suraski

Security related updates:
- Introduce php_open_temporary_file(), in place of tempnam(). Still
needs testing under UNIX (mkstemp()), works reliably under Windows now.
- Reimplement the

Security related updates:
- Introduce php_open_temporary_file(), in place of tempnam(). Still
needs testing under UNIX (mkstemp()), works reliably under Windows now.
- Reimplement the mechanism for unlinking uploaded files at the end of the request
(was it ever tested?). Files moved with move_uploaded_file() will not be unlink()'d
again, to avoid (albeit very unlikely) race conditions.

show more ...


# 7918735b 09-Sep-2000 Stig Bakken

* compile fix


# 3edf46ff 08-Sep-2000 Zeev Suraski

Implement move_uploaded_file() (untested)


1...<<11121314151617181920>>...22