Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ZTS build. | Sebastian Bergmann | 2002-04-30 | 1 | -4/+4 |
| | |||||
* | Implement user-space funtions to operate on stream contexts. | Wez Furlong | 2002-04-30 | 1 | -8/+117 |
| | |||||
* | Implement stream context and status notification system. | Wez Furlong | 2002-04-10 | 1 | -24/+135 |
| | | | | | | Bump the BC for zlib notice to a warning # See my RFC to php-dev a few days ago | ||||
* | Fix gzip/bz2 builds for Windows | Zeev Suraski | 2002-04-05 | 1 | -12/+12 |
| | |||||
* | Phase 3 of OO wrapper cleanup | Wez Furlong | 2002-03-28 | 1 | -23/+18 |
| | | | | | # What was phase 2? | ||||
* | - Use proper macros for php_stream_cast() return values (fixes #16211). | Markus Fischer | 2002-03-21 | 1 | -4/+6 |
| | |||||
* | added fnmatch() and glob() functions | Hartmut Holzgraefe | 2002-03-21 | 1 | -0/+28 |
| | | | | | could someone please check if i got the virtual dir stuff right? | ||||
* | Convert the gzfile related functions into aliases for their equivalents | Wez Furlong | 2002-03-21 | 1 | -51/+2 |
| | | | | | | | | | | 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. | ||||
* | Make state parameter of php_strip_tags passed by reference. | Wez Furlong | 2002-03-20 | 1 | -7/+5 |
| | | | | | Move state tracking to stream structure. | ||||
* | Streams are all tracked as resources now. | Wez Furlong | 2002-03-20 | 1 | -5/+7 |
| | | | | | | Add some logic that will help track down leaks when debug is enabled. | ||||
* | fix for bug #16168 | Wez Furlong | 2002-03-19 | 1 | -0/+1 |
| | |||||
* | s/fgetwrapperdata/file_get_wrapper_data/ | Wez Furlong | 2002-03-19 | 1 | -2/+2 |
| | |||||
* | TSRMLS related work on streams, as discussed with Zeev. | Wez Furlong | 2002-03-18 | 1 | -4/+4 |
| | | | | | | # Should be the last "broad" commit for a while # Don't forget to make clean ; make | ||||
* | Fix the build and all of the outstanding VC++ warnings | Zeev Suraski | 2002-03-18 | 1 | -7/+11 |
| | |||||
* | s/get_file_contents/file_get_contents/ | Wez Furlong | 2002-03-16 | 1 | -2/+2 |
| | |||||
* | Ooops. | Wez Furlong | 2002-03-16 | 1 | -2/+2 |
| | |||||
* | Implement get_file_contents() as discussed (briefly!) by myself, Derick | Wez Furlong | 2002-03-16 | 1 | -1/+44 |
| | | | | | | and Sterling on php-dev some months ago. It returns the file contents as a string, and uses mmap if possible. | ||||
* | Allow php_stream_copy_to_stream to do nothing when used with code | Wez Furlong | 2002-03-16 | 1 | -1/+1 |
| | | | | | that calculates a max length of zero. (Thanks again Marcus). | ||||
* | This should help with some build problems/warnings under win32. | Wez Furlong | 2002-03-16 | 1 | -0/+2 |
| | | | | | | | Someone still needs to add the streams.c file to the MSVC project/workspace though (there are so many that I don't really know what I am doing :-). | ||||
* | * formatting, plus remove some old fopen wrappers | Wez Furlong | 2002-03-16 | 1 | -12/+12 |
| | |||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -560/+213 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+2 |
| | |||||
* | - mkdir(): made second (mode) parameter optional, default to 0777 | Markus Fischer | 2002-01-11 | 1 | -15/+11 |
| | | | | | | switched to zend_parse_parameters(). # Added vim 'noet' setting | ||||
* | - Added open basedir checks to file functions. (Patch by | Derick Rethans | 2001-12-21 | 1 | -0/+19 |
| | | | | | Christoph Kassen <chkassen@chkassen.de>) | ||||
* | Use memset() instead. | Sean Bright | 2001-12-21 | 1 | -1/+4 |
| | |||||
* | Initialize variable to avoid bogus data and possible segfault. | Sean Bright | 2001-12-21 | 1 | -6/+1 |
| | |||||
* | Switched some functions to use zend_parse_parameters, cleaned up some | Sean Bright | 2001-12-21 | 1 | -53/+29 |
| | | | | | unused variables and some whitespace work. | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-07 | 1 | -0/+3 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2001-12-06 | 1 | -2/+2 |
| | |||||
* | Make the length parameter to fgets optional (defaults to 1024) | Sterling Hughes | 2001-12-04 | 1 | -5/+8 |
| | |||||
* | WS fix | foobar | 2001-11-18 | 1 | -3/+3 |
| | |||||
* | Many other reasons that setvbuf can fail than "wrong arguments", returning | Sterling Hughes | 2001-11-14 | 1 | -3/+0 |
| | | | | | false should be enough | ||||
* | Fix all (at least, I tried to catch all) proto's in file.c | Jeroen van Wolffelaar | 2001-11-11 | 1 | -28/+28 |
| | |||||
* | Add warning when set_file_buffer() fails | Jeroen van Wolffelaar | 2001-11-11 | 1 | -1/+4 |
| | |||||
* | - Fixing this bad idea | Derick Rethans | 2001-11-10 | 1 | -82/+0 |
| | |||||
* | Fix apache win32 dso build. | James Moore | 2001-11-10 | 1 | -1/+1 |
| | | | | | (This is untested on linux but shouldnt break anything) | ||||
* | Check that realpath is available. Bug: #9469 | foobar | 2001-10-23 | 1 | -1/+1 |
| | | | | | # TSRM still uses it without checking. I can't fix that. | ||||
* | Either sizeof(struct stat) or sizeof f_stat, but not sizeof stat. | Sascha Schumann | 2001-10-13 | 1 | -1/+1 |
| | |||||
* | @- Added mmapfile(), read a file into a variabele with mmap (Ilia A, Derick) | Derick Rethans | 2001-10-07 | 1 | -0/+85 |
| | | | | | | - Added mmapfile(), read a file into a variabele with mmap (Patch by: Ilia A. <ilia@prohost.org>) | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | 1) update to the ZEND_NUM_ARGS() and Z_*_P{0,2} macros | Sterling Hughes | 2001-08-17 | 1 | -286/+262 |
| | | | | | | 2) minor ws improvements, removing unecessary error checking logic, and making the error messages a bit nicer looking | ||||
* | Removed select(), fd_set(), etc. (wasn't present in the first place, and | Sterling Hughes | 2001-08-15 | 1 | -111/+0 |
| | | | | | | these are implemented in the sockwasn't present in the first place, and these are implemented in the sockets extension)) | ||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -114/+114 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -8/+6 |
| | |||||
* | more tsrm cleanup -- output.c is not doing any fetches anymore | Sascha Schumann | 2001-08-05 | 1 | -3/+3 |
| | |||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -9/+11 |
| | | | | | - whitespace fixes | ||||
* | WS Pollution | Sean Bright | 2001-08-04 | 1 | -2/+0 |
| | |||||
* | Don't allocated quoted strings unless we are in a META tag. | Sean Bright | 2001-08-04 | 1 | -2/+10 |
| |