summaryrefslogtreecommitdiff
path: root/ext/standard/http.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memcpy null arg UBNikita Popov2019-06-191-4/+10
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-121-9/+0
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-121-9/+0
| |\
| | * Fixed bug #77608Nikita Popov2019-02-121-9/+0
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | * year++Xinchen Hui2018-01-021-1/+1
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Fix accessibility checks for dynamic propertiesNikita Popov2018-10-221-7/+19
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | | Use ARRAY_OR_OBJECT arg in http_build_queryNikita Popov2018-10-111-6/+1
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | year++Xinchen Hui2018-01-021-1/+1
* | Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-4/+5
* | Refactored recursion pretectionDmitry Stogov2017-10-061-5/+5
|/
* Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in standardSara Golemon2016-12-301-3/+7
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-8/+8
* | Make convert_to_* safe with rc>1Nikita Popov2015-06-111-7/+5
* | Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* | Fix missing ZVAL_DEREF()Bob Weinand2015-01-101-0/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-6/+6
* | fix datatype mismatchesAnatol Belski2014-10-231-6/+6
* | Add smart_str_append for appending zend_stringsNikita Popov2014-09-211-15/+5
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Switch (un)mangle property name to size_t and zend_stringNikita Popov2014-09-161-1/+1
* | 's' works with size_t round 3Anatol Belski2014-08-271-1/+1
* | 's' works with size_t round 2Anatol Belski2014-08-271-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | master renames phase 1Anatol Belski2014-08-251-13/+13
* | fixes to %pd format usageAnatol Belski2014-08-241-3/+3
* | yet more fixes to zppAnatol Belski2014-08-201-2/+2
* | further fixes on coreAnatol Belski2014-08-161-1/+1
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-6/+6
* | Introduced immutable arrays. They don't need to be copyed and may be used dir...Dmitry Stogov2014-05-291-2/+6
* | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-1/+6
* | Fixed compilaation warningsDmitry Stogov2014-04-221-1/+2
* | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-3/+3
* | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha...Dmitry Stogov2014-04-181-18/+5
* | Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and f...Dmitry Stogov2014-04-071-2/+2
* | Refactored IS_INDIRECT usage for CV and object properties to support HashTabl...Dmitry Stogov2014-03-261-0/+6
* | Refactor php_url_(en|de)code to return zend_stringXinchen Hui2014-03-031-29/+54