summaryrefslogtreecommitdiff
path: root/ext/standard/http_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* MFBIlia Alshanetsky2007-05-281-8/+25
* Plug leakHannes Magnusson2007-04-231-0/+1
* MFB: Fix typo in error messageHannes Magnusson2007-01-141-2/+2
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFB: Use %F (ignores locale) for internal representation of floatsIlia Alshanetsky2006-12-251-1/+1
* nuke redundant zval_ptr_dtor() call and fix memory corruption/segfaultAntony Dovgal2006-12-051-1/+0
* Error message clean upHannes Magnusson2006-10-081-1/+1
* Disabled autoconversion of hash keys (from string to unicode) for PHP arraysDmitry Stogov2006-09-191-1/+1
* Sync with php_trim() API change.Sebastian Bergmann2006-08-161-2/+2
* url->URLHannes Magnusson2006-06-291-2/+2
* Remove ZSTR() from stream macros. Calling function must apply this macroFrank M. Kromann2006-04-281-3/+3
* MFB51: fixed typoIlia Alshanetsky2006-04-161-1/+1
* MFB51: Fixed bug #37045 (Fixed check for special chars for http redirects).Ilia Alshanetsky2006-04-161-4/+5
* Allow http:// wrapper to automatically apply correct unicode.from.* filter ba...Sara Golemon2006-04-121-0/+59
* MFB51: Fixed bug #36857 (Added support for partial content fetching to theIlia Alshanetsky2006-03-261-0/+1
* Nuke int32_t (everywhere except streams layer) and signed/unsigned warningsDmitry Stogov2006-03-021-2/+2
* - Get rid of using ENFORCE_SAFE_MODE.Andi Gutmans2006-02-191-1/+1
* MFB51: Allow get_headers() to return header information even for non-200Ilia Alshanetsky2006-01-201-0/+4
* bump year and license versionfoobar2006-01-011-3/+3
* MFB51: Fixed bug #35629 (crash in http:// wrapper on multiple redirects).Ilia Alshanetsky2005-12-121-28/+12
* MF51: fix wrong macro usageAntony Dovgal2005-12-091-2/+2
* MFB51: Fixed bug #34359 (Possible crash inside fopen http wrapper).Ilia Alshanetsky2005-12-081-21/+9
* Block potential segfault.Sara Golemon2005-12-061-3/+4
* 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
* Updated calls to php_trim() to provide arg for returned string typeRolland Santimano2005-08-161-2/+2
* - 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