summaryrefslogtreecommitdiff
path: root/ext/standard/php_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Nuked ending dots from error messagesJani Taskinen2007-09-301-1/+1
* Proper fix for bug #39215 Inappropriate close of stdin/stdout/stderrDmitry Stogov2007-06-211-4/+12
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: fix #39850 (SplFileObject throws contradictory/wrong error messages when...Antony Dovgal2006-12-181-0/+1
* data: and php:stdin/input allow_url_include checksRasmus Lerdorf2006-11-051-1/+13
* Fixed bug #39215 (Inappropriate close of stdin/stdout/stderr).Ilia Alshanetsky2006-11-031-3/+33
* E_ERROR > E_RECOVERABLE_ERRORIlia Alshanetsky2006-07-051-1/+1
* Make filters without a resource throw E_RECOVERABLE_ERROR rather thenIlia Alshanetsky2006-05-161-1/+1
* - Make SplTempFileObject work in 5.1Marcus Boerger2006-05-011-1/+21
* bump year and license versionfoobar2006-01-011-3/+3
* MFH (r-1.51) #32371 php://input sometimes returns duplicate dataSara Golemon2005-11-171-3/+8
* MFH: Nuked EOLs from error messagesfoobar2005-08-181-2/+2
* - Bumber up yearfoobar2005-08-031-1/+1
* Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI.Wez Furlong2004-04-191-3/+3
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-131-1/+3
* Route rename() via wrapper ops.Sara Golemon2003-12-121-1/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Setup unlink() method in wrapper_ops structure, implement unlink in plainfile...Sara Golemon2003-05-141-1/+2
* Changed stream filter factory to be capable of accepting a zval as a parameterMoriyoshi Koizumi2003-04-161-2/+2
* Implement persistent plain file streams.Wez Furlong2003-03-181-1/+1
* Avoid using FILE* where possible.Wez Furlong2003-03-181-10/+18
* Fixed compiler warnings.Ilia Alshanetsky2003-02-281-2/+2
* Reduce unnecessary filter applications when stream is (read|write) onlySara Golemon2003-02-201-1/+9
* Introduce //filter target to php: wrapper to allow inline application of filt...Sara Golemon2003-02-181-0/+56
* Use FILE*-less implementation for php://(stdin|stdout|stderr)Wez Furlong2003-02-131-7/+7
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* the apache 1.x sapi read_posts tests for SG(read_post_bytes) beingHartmut Holzgraefe2002-11-211-0/+1
* HTTP_RAW_POST_DATA BC fixesHartmut Holzgraefe2002-11-121-5/+7
* killed some warnings identified by sebastianHartmut Holzgraefe2002-10-211-3/+3
* some changes to how request input data (Content-Lenght >0) is handledHartmut Holzgraefe2002-10-211-0/+57
* This seems to resolve the issues with fgets.Wez Furlong2002-10-051-0/+1
* Rename file_get_wrapper_data -> file_get_meta_data.Wez Furlong2002-09-261-3/+5
* Implement read buffering in streams.Wez Furlong2002-09-231-4/+4
* fix warningWez Furlong2002-09-071-0/+1
* Implement php://output wrapper, which can be used to write to the outputWez Furlong2002-09-071-1/+38
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-161-1/+2
* Fix declarations (Thanks Sebastian)Wez Furlong2002-04-111-1/+1
* Implement stream context and status notification system.Wez Furlong2002-04-101-1/+1
* Phase 3 of OO wrapper cleanupWez Furlong2002-03-281-0/+2
* Phase 1 of wrapper OO cleanup.Wez Furlong2002-03-241-3/+7
* Require that wrappers use <protocol>://<path> to avoidWez Furlong2002-03-211-0/+3
* Implement user-space streams.Wez Furlong2002-03-191-1/+2
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-1/+1
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-1/+1
* New PHP streams...Wez Furlong2002-03-151-16/+23
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* fix build.foobar2001-08-011-1/+1