Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug: #16638. | foobar | 2002-07-13 | 1 | -2/+1 |
| | |||||
* | @Fixed socket_set_timeout on win32 (Jason, Edin, Jani) | Jason Greene | 2002-07-10 | 1 | -3/+2 |
| | |||||
* | - Fix TSRMLS_* stuff | Andi Gutmans | 2002-07-08 | 1 | -2/+2 |
| | |||||
* | Unify error messages | Derick Rethans | 2002-07-08 | 1 | -16/+16 |
| | |||||
* | - Fix for bug #15547 (Patch by Justin Garrett <usjgarrett@byu.edu>) | Derick Rethans | 2002-07-02 | 1 | -0/+5 |
| | |||||
* | - fixed bug in enclosure handling (was still hardcoded to '"' in one place) | Hartmut Holzgraefe | 2002-06-18 | 1 | -8/+2 |
| | | | | | - added possibility to pass empty enclosure if you really don't want one | ||||
* | - Fix proto. | Markus Fischer | 2002-06-10 | 1 | -1/+1 |
| | |||||
* | - Fix typo | Andi Gutmans | 2002-05-23 | 1 | -3/+3 |
| | |||||
* | - Fix errormessage and whitespace | Derick Rethans | 2002-05-23 | 1 | -7/+7 |
| | |||||
* | Added 4th parameter to specify enclosure character. Patch by Dean Richard ↵ | Yasuo Ohgaki | 2002-05-23 | 1 | -11/+40 |
| | | | | | | | Benson <dean@vipersoft.co.uk> Spit more meaningful error messages when delim and/or enclosure char is null. | ||||
* | Change safe-mode rule for rmdir() to match unlink() - allow is target | Rasmus Lerdorf | 2002-05-12 | 1 | -1/+1 |
| | | | | | | is opened by caller or in a directory owned by caller @ Minor fix to rmdir() under safe-mode (Rasmus) | ||||
* | fix problem with mkdir() on freebsd | jim winstead | 2002-05-06 | 1 | -2/+2 |
| | |||||
* | Make this code work on compilers which don't consider the address | Sascha Schumann | 2002-05-04 | 1 | -19/+18 |
| | | | | | of a variable on the stack available at compile time. | ||||
* | 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) |