summaryrefslogtreecommitdiff
path: root/ext/standard/http_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - MFH: Fixed a segfault when reading from an HTTP stream.Derick Rethans2007-11-291-1/+1
* MFH: http/ignore_errors context optionSara Golemon2007-11-051-1/+2
* MFH: Nuked ending dots from error messagesJani Taskinen2007-09-301-1/+1
* MFH: Plug leak when trying to write via the http wrapperHannes Magnusson2007-04-231-0/+1
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-2/+2
* Fix win32 buildIlia Alshanetsky2007-01-191-1/+1
* Added read-timeout context option "timeout" for HTTP streams.Ilia Alshanetsky2007-01-191-8/+25
* Fix typo in error messageHannes Magnusson2007-01-141-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Use %F (ignores locale) for internal representation of floatsIlia Alshanetsky2006-12-251-1/+1
* MFH: nuke redundant zval_ptr_dtor() callAntony Dovgal2006-12-051-1/+0
* url->URLHannes Magnusson2006-06-291-2/+2
* Fixed a typo in the previous patch.Ilia Alshanetsky2006-04-161-1/+1
* Fixed bug #37045 (Fixed check for special chars for http redirects).Ilia Alshanetsky2006-04-161-4/+5
* Fixed bug #36857 (Added support for partial content fetching to the HTTPIlia Alshanetsky2006-03-261-0/+1
* Allow get_headers() to return header information even for non-200 responses.Ilia Alshanetsky2006-01-201-0/+4
* bump year and license versionfoobar2006-01-011-3/+3
* Fixed bug #35629 (crash in http:// wrapper on multiple redirects).Ilia Alshanetsky2005-12-121-28/+12
* php_stream_get_line() is a macro and it already has TSRMLS_CCAntony Dovgal2005-12-091-2/+2
* Fixed bug #34359 (Possible crash inside fopen http wrapper).Ilia Alshanetsky2005-12-081-21/+9
* MFH: (r-1.104)Sara Golemon2005-12-061-3/+4
* MFH: Fixed possible crash in http:// wrapper.Ilia Alshanetsky2005-11-151-21/+12
* Fixed memory corruptionDmitry Stogov2005-09-211-5/+6
* Allow fopen() make HTTPS requests throug HTTP proxiesDmitry Stogov2005-09-211-2/+44
* - 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