summaryrefslogtreecommitdiff
path: root/ext/standard/http_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 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