1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-php-src/main
Andi Gutmans c675a39b73 - 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.
2000-08-16 19:26:21 +00:00
..
2000-07-21 15:54:10 +00:00
2000-04-19 23:18:15 +00:00
2000-02-11 15:59:30 +00:00
2000-03-04 19:58:59 +00:00
2000-07-29 10:48:57 +00:00
2000-08-01 00:41:35 +00:00
2000-08-10 19:38:29 +00:00
2000-08-02 22:53:55 +00:00