summaryrefslogtreecommitdiff
path: root/ext/standard/http_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* - Bumber up yearfoobar2005-08-031-1/+1
* Properly recognize redirect code 303.Ilia Alshanetsky2005-07-141-2/+32
* - Fixed bug #33242 (Mangled error message when stream fails).Derick Rethans2005-06-061-0/+2
* Added max_redirects context option that specifies how many HTTP redirectsIlia Alshanetsky2005-05-061-1/+7
* Missing bit from previous patch.Ilia Alshanetsky2005-05-061-1/+3
* Fixed bug #32936 (http redirects URLs are not checked for control chars).Ilia Alshanetsky2005-05-061-0/+28
* removed redundant NEW_LIBC checksAnantha Kesari H Y2004-09-271-9/+0
* *** empty log message ***Sara Golemon2004-09-081-192/+0
* Chunk Length may optionally be followed by whitespaceSara Golemon2004-09-071-1/+4
* Protocol version context option and chunked transfer encodingSara Golemon2004-09-071-5/+223
* Add proxy support to ftp using http wrapperSara Golemon2004-07-241-26/+41
* Fixed off-by-one in http_fopen_wrapperStefan Esser2004-05-281-1/+6
* In-HEAD bugfix# 28115Sara Golemon2004-04-231-0/+1
* MFH: Fixed bug #27628 (Simplify the process of making a POST request viaIlia Alshanetsky2004-03-191-2/+20
* MFB: typofixfoobar2004-02-261-1/+1
* Handle situation where feof() occurs before the HTTP header is retrieved.Ilia Alshanetsky2004-02-261-0/+3
* ZTS fix.Sebastian Bergmann2004-02-251-1/+1
* Fixed bug #27383 (Potential crash inside fopen_wrapper, while parsingIlia Alshanetsky2004-02-241-4/+13
* Fix potential bug in http:// proxy support.Sara Golemon2004-01-301-10/+27
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-131-0/+2
* Route rename() via wrapper ops.Sara Golemon2003-12-121-1/+2
* Add http proxy support via context option.Sara Golemon2003-12-031-1/+10
* kill warningsSascha Schumann2003-08-281-1/+1
* Loosen restrictions on method used with http_fopen_wrapper, still default to ...Sara Golemon2003-06-131-8/+12
* 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
* Fix for #23340; fopen on multiple urls from the same server crashes.Wez Furlong2003-04-281-1/+12
* Fixed bug #23152 ($http_response_header empty on invalid URLs)Ilia Alshanetsky2003-04-141-64/+56
* Introduce support for context options 'method', 'header', 'content'Sara Golemon2003-04-071-13/+64
* Added support for http redirects to ftp.Ilia Alshanetsky2003-03-041-4/+26
* - Move https:// and ftps:// wrapper registration into the openssl module.Wez Furlong2003-02-271-1/+1
* Another big commit (tm).Wez Furlong2003-02-271-13/+16
* Revert accidental commit.Ilia Alshanetsky2003-02-201-1/+1
* Fixed bug #22308 (optimized passthru, code is now ~40 times faster).Ilia Alshanetsky2003-02-201-1/+1
* Fixed bug #22283 (possible crash when opening relative URLs).Ilia Alshanetsky2003-02-191-2/+7
* Win32 build improvementsZeev Suraski2003-02-171-2/+0
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-2/+2
* Added 'x' mode for fopen() used on local files. This mode will create a newIlia Alshanetsky2003-02-131-1/+1
* Avoid problems with chunk_size and auto_detect_line_endings.Wez Furlong2003-02-131-2/+14
* chunk_size should always be reduced to 1 while scanning response headers to a...Sara Golemon2003-02-071-4/+3
* Fixed a memory leak that occurs if the location specified by redirect headerIlia Alshanetsky2003-01-031-5/+7
* Further fixes related to bug #21267.Ilia Alshanetsky2003-01-031-3/+6
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed bug #21267 (opening URLs that result in redirection to a relativeIlia Alshanetsky2002-12-291-9/+15
* -php_error -> php_error_docrefMarcus Boerger2002-12-051-1/+1
* Make PHP follow 301 correctly.Wez Furlong2002-10-131-0/+1
* Rename streams functions to fit with naming conventions, adding aliasesWez Furlong2002-09-281-2/+2
* Remove an unused variable and a now-unused function.Wez Furlong2002-09-261-1/+1
* Rename file_get_wrapper_data -> file_get_meta_data.Wez Furlong2002-09-261-18/+21