summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Collapse)AuthorAgeFilesLines
* - Fix reading stream filters never notified about EOFMichael Wallner2006-04-201-2/+2
|
* - MFH Fix seek/eof issue in temp streamsMarcus Boerger2006-03-181-1/+1
|
* - Warning fixes by StephMarcus Boerger2006-02-261-1/+1
|
* MFH: Prevent bindport from being used uninitializedSara Golemon2006-02-021-1/+1
|
* Only report mkdir() errors if error reporting option is set.Ilia Alshanetsky2006-01-171-1/+3
|
* MFH: fix #35999 (recursive mkdir() does not work with relative path like ↵Antony Dovgal2006-01-161-6/+11
| | | | "foo/bar")
* Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to a crash).Ilia Alshanetsky2006-01-101-0/+4
|
* - Fix issue with memset seekingMarcus Boerger2006-01-051-16/+47
| | | | | - Fix issue with shutdown order of temp/memory stream
* bump year and license versionfoobar2006-01-0116-48/+48
|
* fix #35781 (stream_filter_append() can cause segfault)Antony Dovgal2005-12-232-3/+3
|
* fix #35740 (memory leak when including a directory)Antony Dovgal2005-12-201-0/+4
|
* Fix prototypeZeev Suraski2005-12-181-2/+2
|
* - Fix temp/memory stream modesMarcus Boerger2005-12-141-3/+3
|
* MFH: list_entry -> zend_rsrc_list_entryfoobar2005-12-051-2/+2
|
* MFH: fix #35079 (stream_set_blocking(true) toggles, not enables blocking)Antony Dovgal2005-11-171-1/+1
| | | | | patch by askalski at gmail dot com
* Fix #34957; file access checks should use VCWD_ACCESS()Wez Furlong2005-10-221-0/+1
|
* - MFH C vs. C++ fixMarcus Boerger2005-10-071-1/+2
|
* - MFH Fix issue (endless loop) with temp/memory streamsMarcus Boerger2005-10-061-1/+7
|
* - MFH: Fixed a bug where stream_get_meta_data() did not return the "uri"Derick Rethans2005-08-261-0/+1
| | | | | element for files opened with tmpname().
* - Bumber up yearfoobar2005-08-0316-16/+16
|
* compile before commit (gah!)Wez Furlong2005-07-181-1/+1
|
* Apparently our pipe detection code just above this isn't foolproof.Wez Furlong2005-07-181-0/+6
| | | | | Catch it here.
* - Fix problem with debug mode on selective machinesMarcus Boerger2005-07-171-2/+2
|
* Likely fix for bug #33140Ilia Alshanetsky2005-06-241-1/+7
|
* Fixed bug #31054 (safe_mode & open_basedir checks only check firstIlia Alshanetsky2005-06-201-8/+8
| | | | | include_path value).
* ZTS fix.Sebastian Bergmann2005-06-141-1/+1
|
* Added bindto socket context option.Ilia Alshanetsky2005-06-141-13/+34
|
* Don't crash when compiled with the zend memory manager disabled.Wez Furlong2005-06-061-3/+9
|
* Disabled search of recored separator outside of bufferDmitry Stogov2005-06-011-2/+2
|
* make it compile on Win32 (thanks to Sebastian for noticing)Antony Dovgal2005-05-241-1/+1
|
* Fixed bug #32810 (temporary files not using plain file wrapper).Ilia Alshanetsky2005-05-231-0/+1
|
* revert by Wez's requestAntony Dovgal2005-05-231-1/+1
|
* fix bug #32810 (fread after tmpfile() reads only 8192 bytes)Antony Dovgal2005-05-231-1/+2
|
* fix bugs #32742 (segmentation fault when the stream with a wrapper is not ↵Antony Dovgal2005-05-161-0/+15
| | | | | | | closed), #32171 (Userspace stream wrapper crashes PHP)
* fix inverted logic and thus Bug #27508Wez Furlong2005-05-111-1/+1
|
* Attempt to eliminate seek() prior to every write.Ilia Alshanetsky2005-04-291-1/+1
|
* revert the patch, the problem seems to be somewhere elseAntony Dovgal2005-04-111-4/+0
|
* Fold validation into an inlined function per Andi's suggestionSara Golemon2005-04-091-11/+20
|
* Bug #32614 - prevent from crahsing with segfault on solaris if fdopen() ↵Uwe Schindler2005-04-071-0/+3
| | | | fails - this fixes NOT the stdio-problem on solaris!
* Fixed bug #31363 (broken non-blocking flock()).Ilia Alshanetsky2005-04-061-1/+1
| | | | | # Patch by ian at snork dot net
* do not try to read after EOFAntony Dovgal2005-04-061-0/+4
|
* Fixed bug #30362 (stream_get_line() not reading data correctly).Ilia Alshanetsky2005-04-051-4/+10
|
* BugFix #32563Sara Golemon2005-04-041-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 closedSara Golemon2005-03-292-0/+8
|
* Silence a warning here on systems where off_t is a long long.Rasmus Lerdorf2005-03-171-1/+1
|
* - Fix commentAndi Gutmans2005-02-241-1/+1
|
* Increase maximum mmapable file size to 2mb from 1mb.Ilia Alshanetsky2005-02-231-1/+1
|
* Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so).Ilia Alshanetsky2005-02-221-11/+10
|
* add an open mode for the memory streams that allows the stream to takeWez Furlong2005-02-061-1/+1
| | | | | ownership of the passed-in buffer
* Fixed bug #29801 (Set limit on the size of mmapable data).Ilia Alshanetsky2004-11-151-1/+1
|