History log of /PHP-5.5/main/fopen_wrappers.c (Results 176 – 200 of 257)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# 8e0ae5d1 21-Aug-2000 Sascha Schumann

Cleaning up some mess


# 99d3b9bf 21-Aug-2000 Andi Gutmans

- Remove old/deprecated version of expand_filepath


# c7999595 20-Aug-2000 Andi Gutmans

- Change PHP_SEPARATOR to PHP_DIR_SEPARATOR


# c8b8a908 20-Aug-2000 Sascha Schumann

Provide PHP_SEPARATOR which expands to the default directory separator
on the target platform.


# fbdf5023 20-Aug-2000 Sascha Schumann

Remove php_realpath from build.

It was broken and should not be used in any way.


# 0c57780b 18-Aug-2000 Andi Gutmans

- Centralize more fopen-wrappers functionality.


# c675a39b 16-Aug-2000 Andi Gutmans

- The beginning of an attempt to cleanup fopen-wrappers.
- I started with trying to localize the V_FOPEN's so that we can have a
- version which won't really open the file for include_once/re

- The beginning of an attempt to cleanup fopen-wrappers.
- I started with trying to localize the V_FOPEN's so that we can have a
- version which won't really open the file for include_once/require_once to
- work faster and have less chance of a race which would cause a fd leak.
- What I did will, therefore, change but I want to do this step by step
- because the code is extremley messy so first of all I want to make sure
- that the isolating of the V_FOPEN code doesn't break anything.
- How about moving URL stuff out of this file?
- php_fopen_url_wrapper() copy and pasted the second part of
- php_fopen_wrapper() (incorrectly). Please try not to copy&paste code but
- centralize functionality. Need to think of a nice way to nuke one of the
- copies and have both functions use the same one.

show more ...


# 40fd4fb2 08-Aug-2000 Stanislav Malyshev

Standartize full path handling - everything now goes via expand_filepath
Add errno to open_basedir checking function


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)


# 68826872 03-Aug-2000 Stanislav Malyshev

If we can't find a protocol in URL wrapper, try it as a filename (fix #5931)


# 677df784 29-Jul-2000 Rasmus Lerdorf

This url symbol was a bit too generic. Change it to php_url instead.
It was clashing with a similar typedef in the UdmSearch integration I am
working on.


# d8a4278a 29-Jul-2000 Zeev Suraski

- Update .dsp's
- Make non ZTS Win32 build again


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 6614e8ed 25-Jun-2000 Zeev Suraski

- I wrote a long msg but the commit didn't go through.
- So here is the short version:
- a) Start moving to binary opens in Windows
- b) Give checkuid_mode() a small face lift including t

- I wrote a long msg but the commit didn't go through.
- So here is the short version:
- a) Start moving to binary opens in Windows
- b) Give checkuid_mode() a small face lift including the fopen-wrappers.c
- The mode to this function should at least be a #define but that is for
- another day. Anyway this whole stuff should be given more face lifts in
- the future.

show more ...


# bd900fb6 16-Jun-2000 Andi Gutmans

- Make Windows compile


# e3ae196d 16-Jun-2000 Andi Gutmans

- Don't need to check doc_root's length twice


# f8ecf34b 16-Jun-2000 Andi Gutmans

- Last one for tonight. Make sure that we don't check uninitialized
- memory


# b73a6f88 16-Jun-2000 Andi Gutmans

- Last patch for tonight. A more optimized way to check for absolute path
- in Windows. This should be fixed to use the virtual cwd macro for
- ABSOLUTE_DIR() but I need to have time to under

- Last patch for tonight. A more optimized way to check for absolute path
- in Windows. This should be fixed to use the virtual cwd macro for
- ABSOLUTE_DIR() but I need to have time to understand the logic first

show more ...


# 70b8e3e8 16-Jun-2000 Andi Gutmans

- Missed a bracket


# cbfa4c88 16-Jun-2000 Andi Gutmans

- Beautify fopen-wrappers a bit.
- Still needs quite a lot of improvement in order to treat Windows well


# fce92e3c 12-Jun-2000 Zeev Suraski

Avoid using E_CORE_* errorlevels in any place which is not in the global startup sequence


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# e52889ac 09-Jun-2000 Andrei Zmievski

@- Changed WDDX to always serialize arrays as structs. (Andrei)
Changed WDDX to always serialize arrays as structs. PR #4924


# eb8cd900 08-Jun-2000 Hartmut Holzgraefe

@ fopen_wrappers() are now extensible via modules
so here it finaly is, the more general approach to fopen wrappers
# see what i'll break this time


# 8c82566b 27-May-2000 Andi Gutmans

- Fix problem in sessions module under Win32. Need to use ; as an options
- delimiter in save_path instead of :.


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


Revision tags: php-4.0RC2
# 0b836919 20-Apr-2000 Zeev Suraski

A few .dsp fixes


1234567891011