History log of /PHP-8.1/main/fopen_wrappers.c (Results 226 – 250 of 319)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.3, php-4.0.3RC2
# 18f86e77 03-Oct-2000 Andi Gutmans

- Fix V_CHDIR_FILE() to only chdir() when a directory part is specified.
Use this instead of broken php_dirname() in fopen-wrappers.c


Revision tags: php-4.0.3RC1
# 5819b6d4 01-Oct-2000 Andi Gutmans

- Remove unneeded IS_SLASH() definition.


# e7400423 17-Sep-2000 Andi Gutmans

- Fix doc_root problem. If you need to limit under which directories the
scripts should reside use open_basedir.


# 0e874a09 14-Sep-2000 Andi Gutmans

- Use IS_ABSOLUTE_PATH() so that this will work correctly under Windows


# d8a4a9b1 09-Sep-2000 Stig Venaas

Added IPv6 support to php_fopen_url_wrap_ftp (EPSV and php_hostconnect())


# 522aec44 08-Sep-2000 Stanislav Malyshev

Never trust snprintf return value


# 24633f59 05-Sep-2000 Stig Venaas

renamed hostconnect() to php_hostconnect()


# b83427db 05-Sep-2000 Stig Venaas

using the new hostconnect() for the http wrapper


# 27de5001 31-Aug-2000 Andi Gutmans

- Use emalloc() for opened_path now. This was a potential leak before.
- This patch has potential to break stuff but I tested it as much as I
- could. Fixes should be easy.


# e8e5c9d9 31-Aug-2000 Andi Gutmans

- Remove redundant IS_SLASH
- Reverse config.w32.h patches
- Use IS_ABSOLUTE_PATH() in one place in fopen-wrappers.c


# ca5e0330 30-Aug-2000 Andi Gutmans

- Missed a space


# 4a2fa70f 30-Aug-2000 Andi Gutmans

- Fix bug when using safe_mode and doc_root together


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 ...


12345678910>>...13