| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Always initialize wrappers, regardless of PG(allow_url_fopen). | Wez Furlong | 2002-04-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | Add is_url field to wrapper structure; the stream wrapper openers will disallow opening is is_url && !PG(allow_url_fopen). Add infrastructure for stat($url) and opendir($url). Tidy up/centralize code that locates and instantiates wrappers for the various operations. Implement opendir for plain files. Make the PHP opendir and dir functions use the streams implementations. Add modelines for syntax highlighting the pear scripts in vim | ||||
| * | Fix declarations (Thanks Sebastian) | Wez Furlong | 2002-04-11 | 1 | -1/+1 |
| | | |||||
| * | Implement stream context and status notification system. | Wez Furlong | 2002-04-10 | 1 | -1/+1 |
| | | | | | | | Bump the BC for zlib notice to a warning # See my RFC to php-dev a few days ago | ||||
| * | Phase 3 of OO wrapper cleanup | Wez Furlong | 2002-03-28 | 1 | -0/+2 |
| | | | | | | # What was phase 2? | ||||
| * | Phase 1 of wrapper OO cleanup. | Wez Furlong | 2002-03-24 | 1 | -3/+7 |
| | | | | | | # Collecting underpants | ||||
| * | Require that wrappers use <protocol>://<path> to avoid | Wez Furlong | 2002-03-21 | 1 | -0/+3 |
| | | | | | | | ambiguities when filenames have ':' characters. This slightly breaks BC with the old style zlib: wrapper. | ||||
| * | Implement user-space streams. | Wez Furlong | 2002-03-19 | 1 | -1/+2 |
| | | | | | | | There's probably room for improvement, docs will following some time this week. | ||||
| * | TSRMLS related work on streams, as discussed with Zeev. | Wez Furlong | 2002-03-18 | 1 | -1/+1 |
| | | | | | | | # Should be the last "broad" commit for a while # Don't forget to make clean ; make | ||||
| * | Streams now make more use of the memory manager, so tracking down | Wez Furlong | 2002-03-17 | 1 | -1/+1 |
| | | | | | | | leaking streams should be easier. # I hate these big commits | ||||
| * | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -16/+23 |
| | | |||||
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | | |||||
| * | fix build. | foobar | 2001-08-01 | 1 | -1/+1 |
| | | |||||
| * | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
| | | |||||
| * | Fix Win32 build | Zeev Suraski | 2001-06-26 | 1 | -0/+2 |
| | | |||||
| * | dup fds before fdopen'ing them, so that people cannot deliberately | Sascha Schumann | 2001-06-22 | 1 | -3/+4 |
| | | | | | | | | | | close stdio streams. This needs to be tested on non-UNIX platforms. PR: #11599, #8624 | ||||
| * | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+5 |
| | | |||||
| * | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+8 |
| | | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | | |||||
| * | fopen wrappers cleanup | Hartmut Holzgraefe | 2000-10-13 | 1 | -0/+47 |
| - 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 | |||||
