summaryrefslogtreecommitdiff
path: root/ext/standard/http_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* removed the emalloc result check, out of memory will bailoutAnatol Belski2014-09-141-3/+0
* check emalloc() resultAnatol Belski2014-09-131-0/+3
* better way to check for an empty stringAnatol Belski2014-09-131-1/+1
* master renames phase 1Anatol Belski2014-08-251-25/+25
* yet more fixes to zppAnatol Belski2014-08-201-1/+1
* rename zval_get_long and fixes to some string functionsAnatol Belski2014-08-181-2/+2
* fix macros in the 5 basic extensionsAnatol Belski2014-08-161-20/+20
* cleanup (use zend_string* instead of char*)Dmitry Stogov2014-08-131-3/+4
* Make stream->context indirect trough zend_resource (stream->ctx->ptr).Dmitry Stogov2014-08-071-1/+1
* Fixed compilation on WindowsDmitry Stogov2014-07-151-2/+2
* Merge branch 'master' into phpngDmitry Stogov2014-07-141-2/+8
|\
| * Merge branch 'PHP-5.6'Daniel Lowrey2014-07-121-2/+9
| |\
| | * Bug #67609: TLS connections fail behind HTTP proxyDaniel Lowrey2014-07-121-2/+9
* | | Removed EG(active_symbol_table) and use corresponding value from EG(current_e...Dmitry Stogov2014-07-041-4/+3
* | | Merge branch 'master' into phpngDmitry Stogov2014-06-181-2/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6'Adam Harvey2014-06-121-2/+3
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2014-06-121-2/+3
| | |\
| | | * Follow 308 Permanent Redirect responses.Adam Harvey2014-06-121-2/+3
| | | * Bump yearXinchen Hui2014-01-031-1/+1
* | | | Fix $http_response_header creationNikita Popov2014-05-291-1/+1
* | | | Replace more convert_to_* callsNikita Popov2014-04-251-24/+9
* | | | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha...Dmitry Stogov2014-04-181-11/+4
* | | | Avoid unnecessry reallocationsDmitry Stogov2014-04-011-1/+1
* | | | Refactored IS_INDIRECT usage for CV and object properties to support HashTabl...Dmitry Stogov2014-03-261-1/+1
* | | | Refactored EG(active_symbol_table) to be zend_array* instead of HashTable*Dmitry Stogov2014-03-171-2/+2
* | | | Refactor base64 to returning zend_stringXinchen Hui2014-02-241-4/+4
* | | | Refacting smart_strXinchen Hui2014-02-181-3/+3
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-131-86/+77
|/ / /
* | | 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