| Commit message (Expand) | 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 |
* | 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 |
* | - 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 |
* | Convert the gzfile related functions into aliases for their equivalents | Wez Furlong | 2002-03-21 | 1 | -51/+2 |
* | Make state parameter of php_strip_tags passed by reference. | Wez Furlong | 2002-03-20 | 1 | -7/+5 |
* | Streams are all tracked as resources now. | Wez Furlong | 2002-03-20 | 1 | -5/+7 |
* | 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 |
* | 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 |
* | Allow php_stream_copy_to_stream to do nothing when used with code | Wez Furlong | 2002-03-16 | 1 | -1/+1 |
* | This should help with some build problems/warnings under win32. | Wez Furlong | 2002-03-16 | 1 | -0/+2 |
* | * 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 |
* | - Added open basedir checks to file functions. (Patch by | Derick Rethans | 2001-12-21 | 1 | -0/+19 |
* | 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 |
* | 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 |
* | 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 |
* | Check that realpath is available. Bug: #9469 | foobar | 2001-10-23 | 1 | -1/+1 |
* | 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 |
* | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
* | - 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 |
* | Removed select(), fd_set(), etc. (wasn't present in the first place, and | Sterling Hughes | 2001-08-15 | 1 | -111/+0 |
* | 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 |
* | 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 |