Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix reading stream filters never notified about EOF | Michael Wallner | 2006-04-20 | 1 | -2/+2 |
| | |||||
* | - MFH Fix seek/eof issue in temp streams | Marcus Boerger | 2006-03-18 | 1 | -1/+1 |
| | |||||
* | - Warning fixes by Steph | Marcus Boerger | 2006-02-26 | 1 | -1/+1 |
| | |||||
* | MFH: Prevent bindport from being used uninitialized | Sara Golemon | 2006-02-02 | 1 | -1/+1 |
| | |||||
* | Only report mkdir() errors if error reporting option is set. | Ilia Alshanetsky | 2006-01-17 | 1 | -1/+3 |
| | |||||
* | MFH: fix #35999 (recursive mkdir() does not work with relative path like ↵ | Antony Dovgal | 2006-01-16 | 1 | -6/+11 |
| | | | | "foo/bar") | ||||
* | Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to a crash). | Ilia Alshanetsky | 2006-01-10 | 1 | -0/+4 |
| | |||||
* | - Fix issue with memset seeking | Marcus Boerger | 2006-01-05 | 1 | -16/+47 |
| | | | | | - Fix issue with shutdown order of temp/memory stream | ||||
* | bump year and license version | foobar | 2006-01-01 | 16 | -48/+48 |
| | |||||
* | fix #35781 (stream_filter_append() can cause segfault) | Antony Dovgal | 2005-12-23 | 2 | -3/+3 |
| | |||||
* | fix #35740 (memory leak when including a directory) | Antony Dovgal | 2005-12-20 | 1 | -0/+4 |
| | |||||
* | Fix prototype | Zeev Suraski | 2005-12-18 | 1 | -2/+2 |
| | |||||
* | - Fix temp/memory stream modes | Marcus Boerger | 2005-12-14 | 1 | -3/+3 |
| | |||||
* | MFH: list_entry -> zend_rsrc_list_entry | foobar | 2005-12-05 | 1 | -2/+2 |
| | |||||
* | MFH: fix #35079 (stream_set_blocking(true) toggles, not enables blocking) | Antony Dovgal | 2005-11-17 | 1 | -1/+1 |
| | | | | | patch by askalski at gmail dot com | ||||
* | Fix #34957; file access checks should use VCWD_ACCESS() | Wez Furlong | 2005-10-22 | 1 | -0/+1 |
| | |||||
* | - MFH C vs. C++ fix | Marcus Boerger | 2005-10-07 | 1 | -1/+2 |
| | |||||
* | - MFH Fix issue (endless loop) with temp/memory streams | Marcus Boerger | 2005-10-06 | 1 | -1/+7 |
| | |||||
* | - MFH: Fixed a bug where stream_get_meta_data() did not return the "uri" | Derick Rethans | 2005-08-26 | 1 | -0/+1 |
| | | | | | element for files opened with tmpname(). | ||||
* | - Bumber up year | foobar | 2005-08-03 | 16 | -16/+16 |
| | |||||
* | compile before commit (gah!) | Wez Furlong | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | Apparently our pipe detection code just above this isn't foolproof. | Wez Furlong | 2005-07-18 | 1 | -0/+6 |
| | | | | | Catch it here. | ||||
* | - Fix problem with debug mode on selective machines | Marcus Boerger | 2005-07-17 | 1 | -2/+2 |
| | |||||
* | Likely fix for bug #33140 | Ilia Alshanetsky | 2005-06-24 | 1 | -1/+7 |
| | |||||
* | Fixed bug #31054 (safe_mode & open_basedir checks only check first | Ilia Alshanetsky | 2005-06-20 | 1 | -8/+8 |
| | | | | | include_path value). | ||||
* | ZTS fix. | Sebastian Bergmann | 2005-06-14 | 1 | -1/+1 |
| | |||||
* | Added bindto socket context option. | Ilia Alshanetsky | 2005-06-14 | 1 | -13/+34 |
| | |||||
* | Don't crash when compiled with the zend memory manager disabled. | Wez Furlong | 2005-06-06 | 1 | -3/+9 |
| | |||||
* | Disabled search of recored separator outside of buffer | Dmitry Stogov | 2005-06-01 | 1 | -2/+2 |
| | |||||
* | make it compile on Win32 (thanks to Sebastian for noticing) | Antony Dovgal | 2005-05-24 | 1 | -1/+1 |
| | |||||
* | Fixed bug #32810 (temporary files not using plain file wrapper). | Ilia Alshanetsky | 2005-05-23 | 1 | -0/+1 |
| | |||||
* | revert by Wez's request | Antony Dovgal | 2005-05-23 | 1 | -1/+1 |
| | |||||
* | fix bug #32810 (fread after tmpfile() reads only 8192 bytes) | Antony Dovgal | 2005-05-23 | 1 | -1/+2 |
| | |||||
* | fix bugs #32742 (segmentation fault when the stream with a wrapper is not ↵ | Antony Dovgal | 2005-05-16 | 1 | -0/+15 |
| | | | | | | | closed), #32171 (Userspace stream wrapper crashes PHP) | ||||
* | fix inverted logic and thus Bug #27508 | Wez Furlong | 2005-05-11 | 1 | -1/+1 |
| | |||||
* | Attempt to eliminate seek() prior to every write. | Ilia Alshanetsky | 2005-04-29 | 1 | -1/+1 |
| | |||||
* | revert the patch, the problem seems to be somewhere else | Antony Dovgal | 2005-04-11 | 1 | -4/+0 |
| | |||||
* | Fold validation into an inlined function per Andi's suggestion | Sara Golemon | 2005-04-09 | 1 | -11/+20 |
| | |||||
* | Bug #32614 - prevent from crahsing with segfault on solaris if fdopen() ↵ | Uwe Schindler | 2005-04-07 | 1 | -0/+3 |
| | | | | fails - this fixes NOT the stdio-problem on solaris! | ||||
* | Fixed bug #31363 (broken non-blocking flock()). | Ilia Alshanetsky | 2005-04-06 | 1 | -1/+1 |
| | | | | | # Patch by ian at snork dot net | ||||
* | do not try to read after EOF | Antony Dovgal | 2005-04-06 | 1 | -0/+4 |
| | |||||
* | Fixed bug #30362 (stream_get_line() not reading data correctly). | Ilia Alshanetsky | 2005-04-05 | 1 | -4/+10 |
| | |||||
* | BugFix #32563 | Sara Golemon | 2005-04-04 | 1 | -2/+24 |
| | | | | | | | | | | | | This could have been done in stream_wrapper_register() without introducing the slight performance hit on wrapper registration since anyone registering a wrapper in an extension should know better. The important thing is that since locate_wrapper makes the assumption that all schemes will be /^[a-z0-9+.-]+$/i Anything which registers them should make the same assumption as well. | ||||
* | BugFix #31137 stream_filter_remove() segfaults when stream already closed | Sara Golemon | 2005-03-29 | 2 | -0/+8 |
| | |||||
* | Silence a warning here on systems where off_t is a long long. | Rasmus Lerdorf | 2005-03-17 | 1 | -1/+1 |
| | |||||
* | - Fix comment | Andi Gutmans | 2005-02-24 | 1 | -1/+1 |
| | |||||
* | Increase maximum mmapable file size to 2mb from 1mb. | Ilia Alshanetsky | 2005-02-23 | 1 | -1/+1 |
| | |||||
* | Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so). | Ilia Alshanetsky | 2005-02-22 | 1 | -11/+10 |
| | |||||
* | add an open mode for the memory streams that allows the stream to take | Wez Furlong | 2005-02-06 | 1 | -1/+1 |
| | | | | | ownership of the passed-in buffer | ||||
* | Fixed bug #29801 (Set limit on the size of mmapable data). | Ilia Alshanetsky | 2004-11-15 | 1 | -1/+1 |
| |