History log of /PHP-8.3/main/fopen_wrappers.c (Results 226 – 250 of 325)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 61cf1f34 22-Oct-2000 Sascha Schumann

We don't need to store NUL of the key which simplifies the lookup
significantly.


# a57ea792 19-Oct-2000 Joey Smith

Close bug #7325. Patches by djm@web.us.uu.net.


# 6d5f1d97 13-Oct-2000 Hartmut Holzgraefe

now it works for me as CGI and APXS, with or without --enable-debug ...


# 6fb51171 13-Oct-2000 Daniel Beulshausen

compile fixes & update of win32 dsp


# cae27179 13-Oct-2000 Hartmut Holzgraefe

fopen wrappers cleanup
- comfiguration is now done by an ini parameter
instead of a compile time option
- the implementations of the three standard wrappers
now live in se

fopen wrappers cleanup
- comfiguration is now done by an ini parameter
instead of a compile time option
- the implementations of the three standard wrappers
now live in seperate files in ext/standard
- the compiler is happy again, no more warnings

show more ...


# e91c188e 12-Oct-2000 Andi Gutmans

- Fix memory leak.


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


12345678910>>...13