diff options
author | Andi Gutmans <andi@php.net> | 2000-08-16 19:26:21 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-08-16 19:26:21 +0000 |
commit | c675a39b73019acd2e6495e081473977069d2bcd (patch) | |
tree | a69f9999926c5cb9528a5bbb74795952e3a6c09f /ext/java/java.c | |
parent | ffad41019ebc74b1fbbfad3f87c4b97bb1c7af1b (diff) | |
download | php-git-c675a39b73019acd2e6495e081473977069d2bcd.tar.gz |
- 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.
Diffstat (limited to 'ext/java/java.c')
0 files changed, 0 insertions, 0 deletions