summaryrefslogtreecommitdiff
path: root/ext/standard/head.c
Commit message (Expand)AuthorAgeFilesLines
* Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-141-20/+17
* Promote warnings to errors for set(raw)cookie()George Peter Banyard2020-09-081-100/+61
* Fix UNKNOWN default values in ext/standardMáté Kocsis2020-09-071-2/+2
* Remove proto comments from C filesMax Semenik2020-07-061-14/+7
* Constify char * arguments of APIstwosee2020-06-081-2/+6
* Merge branch 'PHP-7.4'Christoph M. Becker2020-01-281-1/+1
|\
| * Fix #79174: cookie values with spaces fail to round-tripChristoph M. Becker2020-01-281-1/+1
* | Convert zend_parse_parameters_none() to fast ZPP in standard libMáté Kocsis2019-12-301-3/+1
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/
* Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-06-191-1/+1
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-06-191-1/+1
| |\
| | * fix setcookie Max-Age to use php_timeJoe Watkins2019-06-191-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
* | | Allow exceptions in __toString()Nikita Popov2019-06-051-8/+12
* | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-3/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-141-51/+35
|\ \ \ | |/ /
| * | Fixed bug #77612Nikita Popov2019-02-141-51/+35
* | | Remove local variablesPeter Kokot2019-02-031-8/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Implement typed propertiesNikita Popov2019-01-111-7/+5
* | | Remove AC_STRUCT_TM macroPeter Kokot2018-08-291-4/+0
|/ /
* | Fixed same bug #76755 in setrawcookieXinchen Hui2018-08-171-1/+1
* | Cheaper checkingXinchen Hui2018-08-171-20/+11
* | Micro optimization & fixed invalid key handlingXinchen Hui2018-08-171-13/+8
* | Fixed bug #76755 (setcookie does not accept "double" type for expire time)Xinchen Hui2018-08-171-1/+1
* | Fix #76688: Disallow excessive parameters after options arrayPedro Magalhães2018-08-121-1/+9
* | Support for samesite cookies with array syntaxPedro Magalhães2018-07-311-14/+107
* | implement same site cookie see https://bugs.php.net/bug.php?id=72230 see http...Frederik Bosch2018-07-311-10/+18
* | Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* | Fix #69948: path/domain are not sanitized in setcookieChristoph M. Becker2018-03-241-0/+10
* | Use int instead of long in protosGabriel Caruso2018-02-231-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
|/
* Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-4/+4
* Merge branch 'PHP-7.1'Nikita Popov2017-04-091-1/+7
|\
| * Fixed bug #72071: Prevent Max-Age from being negativeCraig Duncan2017-04-091-1/+7
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Fix header_remove function, the name parameter is optionalMitch Hagstrand2016-12-301-0/+1
* | Use new param API in standardSara Golemon2016-12-301-19/+38
* | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-3/+3
|/
* 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
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-241-1/+1
|\ \ | |/
| * Fix #67131: setcookie() conditional for empty values not metChristoph M. Becker2015-08-241-1/+1
| * Removed erroneous conditionAnatol Belski2015-02-061-3/+0
| * Bump yearXinchen Hui2015-01-151-1/+1
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Fixed bug #70295 (Segmentation fault with setrawcookie)Bob Weinand2015-08-191-2/+2
* | Use zend_string in setcookie (save value reallocated)Xinchen Hui2015-07-021-35/+34