#
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) |
Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1 |
|
#
410ac013 |
| 21-Aug-2000 |
Torben Wilson |
Fixed segfault with fgets(), fgetcsv(), fgetss(), and fread() when called with negative length argument. |
#
ce0c4a79 |
| 20-Aug-2000 |
Stanislav Malyshev |
Fix fgetc (#6259) and ftell error condition returns |
#
fbdf5023 |
| 20-Aug-2000 |
Sascha Schumann |
Remove php_realpath from build. It was broken and should not be used in any way. |
#
61df257c |
| 19-Aug-2000 |
Frank M. Kromann |
We only need winsock.h one time |
#
7a45e3cb |
| 19-Aug-2000 |
Zeev Suraski |
- Update NEWS - Fix non ZTS Windows build |
Revision tags: PRE_FILE_COMPILE_API_CHANGE |
|
#
c756ae2d |
| 06-Aug-2000 |
Andi Gutmans |
Virtualize realpath, chmod, chown and utime This should fix #5935 and #5904 @- Virtualize realpath, chmod, chown and utime (Stas) |