summaryrefslogtreecommitdiff
path: root/ext/standard/http_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Kill a TSRMLS_FETCH() in php_stream_context_set() by passing TSRMLS_CC to itKalle Sommer Nielsen2013-12-181-1/+1
* | Eliminate another TSRMLS_FETCH() in i_zend_is_true()Kalle Sommer Nielsen2013-12-181-1/+1
|/
* Merge branch 'PHP-5.5'Michael Wallner2013-10-011-32/+34
|\
| * Fixed bug #61548Michael Wallner2013-10-011-30/+31
* | Request non-keep-alive connections by default in HTTP 1.1 requests.Adam Harvey2013-09-111-2/+16
* | Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-2/+3
|/
* Fix bug #64433: does not follow redirects for non-3xx response codesSergey Akbarov2013-03-301-3/+6
* Fix bug #62524, only follow redirects in file streams for 3xx HTTP statusesStanislav Malyshev2013-01-291-2/+4
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Fixed bug #60570 (http wrapper leaks context resource if request fails/isGustavo André dos Santos Lopes2011-12-211-3/+0
* bail out if reading HTTP headers failedAntony Dovgal2011-11-081-1/+4
* Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-2/+2
* Fixed bug #54137 (file_get_contents POST request sends additional line break).Ilia Alshanetsky2011-05-291-1/+0
* Added ability to connect to HTTPS sites through proxy with basic authenticati...Dmitry Stogov2011-01-281-8/+108
* Fixed variable re-declarationIlia Alshanetsky2011-01-121-9/+9
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #53198 (changing INI setting "from" with ini_set did not have anyGustavo André dos Santos Lopes2010-10-291-2/+2
* -fix logic (and BC break)Pierre Joye2010-08-231-1/+1
* - add follow_location support for http stream, enabled by default to keep BC....Pierre Joye2010-08-231-3/+9
* - WSPierre Joye2010-08-161-22/+22
* Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+1
* - Fixed bug #50832 (HTTP fopen wrapper does not support passwordless HTTP aut...Jani Taskinen2010-01-251-4/+8
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed bug #50451 (http wrapper breaks on 2048 char long headers)Ilia Alshanetsky2009-12-131-2/+5
* Fixed bug #49851 (http wrapper breaks on 1024 char long headers).Ilia Alshanetsky2009-12-101-0/+4
* - Switching to TSRMLS_FETCH versionFelipe Pena2009-11-161-1/+1
* - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())Felipe Pena2009-11-151-1/+1
* fix memleak and possible segfault in HTTP fopen wrapperAntony Dovgal2009-08-041-1/+4
* - Fixed bug #43510 (stream_get_meta_data() does not return same mode as used ...Jani Taskinen2009-08-011-1/+4
* Fixed bug #48929 (Double \r\n after HTTP headers when "header" context option...Jani Taskinen2009-07-201-1/+2
* Fixed bug #38802 (max_redirects and ignore_errors)Arnaud Le Blanc2009-05-161-4/+6
* MFH: fix potential free of NULLGreg Beaver2009-05-141-1/+3
* MFH: - Fixed Bug #45092header HTTP context option not being used (--with-curl...Jani Taskinen2009-05-051-7/+25
* - Sync with HEADJani Taskinen2009-05-051-10/+10
* - Added "dechunk" filter which can decode HTTP responces with chunked transfe...Dmitry Stogov2009-04-161-0/+25
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Fixed previous fixArnaud Le Blanc2008-07-291-4/+9
* MFH: When automatically redirecting an HTTP request, use the GET method when theArnaud Le Blanc2008-07-281-4/+11
* - Changed HTTP stream wrapper to accept any code between and includingMichael Wallner2008-07-251-19/+19
* MFH: manage references of stream context properlyAntony Dovgal2008-07-111-0/+3
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-0/+4
* Fixed bug #44603 (Order issues with Content-Type/Length headers on POST)Ilia Alshanetsky2008-04-061-4/+24
* WSIlia Alshanetsky2008-01-071-2/+2
* 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