summaryrefslogtreecommitdiff
path: root/main/streams/userspace.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fix for bug #63811Rasmus Lerdorf2012-12-191-1/+1
* fix bug #40459 - make all stream funcs that create object call ctorStanislav Malyshev2012-08-071-117/+80
* - Year++Felipe Pena2012-01-011-1/+1
* Initialize structure (some fields may be missed in array returned from user h...Dmitry Stogov2011-12-221-0/+1
* implement streams metadata API per RFCStanislav Malyshev2011-05-251-82/+188
* - Changed return value in userspace stream set_option to "not implemented",Gustavo André dos Santos Lopes2011-02-181-12/+12
* - Classes that implement stream wrappers can define a method calledGustavo André dos Santos Lopes2011-02-171-0/+52
* - Fixed bug #53903 (userspace stream stat callback does not separate theGustavo André dos Santos Lopes2011-02-011-0/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+0
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fix commentsHannes Magnusson2009-05-081-5/+3
* Add missing protoHannes Magnusson2009-03-251-0/+5
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-2/+2
* MFH: Fixed bug #46673 (stream_lock call with wrong paramater)Arnaud Le Blanc2008-11-261-1/+21
* MFH: Added stream_cast() and stream_set_options() to user-space streamArnaud Le Blanc2008-11-151-2/+177
* Fixed uninitialised dataDmitry Stogov2008-07-251-0/+1
* MFH: manage references of stream context properlyAntony Dovgal2008-07-111-49/+20
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-16/+16
* fix protoStanislav Malyshev2007-08-161-1/+1
* Added ability to create local or remote (URL) user streamsDmitry Stogov2007-07-091-1/+18
* MFH: Fixed bug #41390 (Clarify error message with invalid protocol scheme)Scott MacVicar2007-05-151-2/+2
* MFH: improve php_userstreamop_seek()Antony Dovgal2007-02-131-7/+15
* MFH: add trailing '\0' to stream hashesAntony Dovgal2007-01-151-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: fix #38450 (constructor is not called for classes used in userspace stre...Antony Dovgal2006-08-141-0/+34
* fix for #37158Wez Furlong2006-04-221-2/+5
* bump year and license versionfoobar2006-01-011-3/+3
* Fix prototypeZeev Suraski2005-12-181-2/+2
* - Bumber up yearfoobar2005-08-031-1/+1
* fix inverted logic and thus Bug #27508Wez Furlong2005-05-111-1/+1
* - Fixed bug #27183 (Userland stream wrapper segfaults on stream_write)Christian Stocker2004-10-081-3/+4
* CLIB_STAT_PATCH check is redundant. So removing itAnantha Kesari H Y2004-09-231-1/+1
* Add stream_wrapper_unregister()Sara Golemon2004-09-101-0/+56
* BugFix#28868: Wrapper hash not thread-safe.Sara Golemon2004-06-211-3/+2
* Bugfix #28300 Userspace stream/filter names don't need to be lowercased.Sara Golemon2004-05-061-1/+0
* BugFix#28287 stream_*_register() not calling __autoload().Sara Golemon2004-05-051-1/+1
* Provide a meaningful error message when registration failsSara Golemon2004-03-171-2/+9
* More wordsize fixesArd Biesheuvel2004-03-081-4/+4
* Connect feof() call to user-space stream feof() method.Wez Furlong2004-03-071-13/+29
* Removed unused variable.Ilia Alshanetsky2004-01-271-1/+0
* stream_lock() method added to userspace streams wrapperHartmut Holzgraefe2004-01-211-2/+53
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixed compiler warnings.Ilia Alshanetsky2003-12-141-1/+1
* Export STREAM_MKDIR_RECURSIVE constantSara Golemon2003-12-131-0/+1
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-131-1/+151
* Route rename() via wrapper ops.Sara Golemon2003-12-121-1/+72