Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make scheme part decoding rfc2396 compliant. | Wez Furlong | 2002-04-19 | 1 | -2/+2 |
| | | | | | | Change zlib:// and bzip2:// to compress.zlib:// and compress.bzip2:// Tidy up old socket/network code/comments. | ||||
* | Always initialize wrappers, regardless of PG(allow_url_fopen). | Wez Furlong | 2002-04-16 | 1 | -1/+4 |
| | | | | | | | | | | | | 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 | ||||
* | Implement stream context and status notification system. | Wez Furlong | 2002-04-10 | 1 | -1/+2 |
| | | | | | | Bump the BC for zlib notice to a warning # See my RFC to php-dev a few days ago | ||||
* | Added BC support for old style zlib: wrapper. | Wez Furlong | 2002-04-06 | 1 | -0/+2 |
| | | | | | | | Added notice when a requested wrapper is not found. # This BC thing was giving me nightmares. # It took me 10 minutes to realize I hadn't compiled in zlib support also. | ||||
* | Phase 3 of OO wrapper cleanup | Wez Furlong | 2002-03-28 | 1 | -1/+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 | -2/+2 |
| | | | | | | ambiguities when filenames have ':' characters. This slightly breaks BC with the old style zlib: wrapper. | ||||
* | Implement bz2 streams and bz2: wrapper. | Wez Furlong | 2002-03-21 | 1 | -1/+8 |
| | | | | | | | | You can now do this: copy("zlib:src.gz", "bz2:dest.bz2"); As with zlib, most of the functions with counterparts in file.c are now aliases to those functions. | ||||
* | Convert the gzfile related functions into aliases for their equivalents | Wez Furlong | 2002-03-21 | 1 | -3/+9 |
| | | | | | | | | | | in ext/standard/file.c, so a gzopen()ed file pointer can be used in fread, fseek etc. Improved behaviour of zlib stream. Moved passthru code into streams.c # I'm not happy about BG(mmap_file) Nuked gzgetss_state as no longer needed. | ||||
* | add forgotten parameter | Wez Furlong | 2002-03-20 | 1 | -1/+1 |
| | |||||
* | TSRMLS related work on streams, as discussed with Zeev. | Wez Furlong | 2002-03-18 | 1 | -7/+7 |
| | | | | | | # Should be the last "broad" commit for a while # Don't forget to make clean ; make | ||||
* | fix warning | Wez Furlong | 2002-03-18 | 1 | -1/+1 |
| | |||||
* | Streams now make more use of the memory manager, so tracking down | Wez Furlong | 2002-03-17 | 1 | -2/+2 |
| | | | | | | leaking streams should be easier. # I hate these big commits | ||||
* | Fix some issues with gzFile and fsockopen. | Wez Furlong | 2002-03-16 | 1 | -4/+3 |
| | |||||
* | Hopefully fix resource usage so that we have no leaks and don't segfault. | Wez Furlong | 2002-03-16 | 1 | -6/+7 |
| | |||||
* | change * formatting | Wez Furlong | 2002-03-16 | 1 | -14/+14 |
| | |||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -50/+76 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Killed a compile warning. | foobar | 2001-08-22 | 1 | -1/+1 |
| | |||||
* | Fix some warnings | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
| | |||||
* | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 1 | -2/+2 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Finish fopen-wrappers rename. | Sascha Schumann | 2001-02-23 | 1 | -1/+1 |
| | |||||
* | # a minor change, but still important :) | Hartmut Holzgraefe | 2000-11-21 | 1 | -2/+1 |
| | |||||
* | all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.c | Hartmut Holzgraefe | 2000-11-21 | 1 | -0/+105 |
so all the #define/#include workarounds in zlib.c are no longer needed |