summaryrefslogtreecommitdiff
path: root/ext/standard/head.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed bug #77612Nikita Popov2019-02-141-51/+35
* | 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
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-6/+6
* | prohibit empty cookie names for setcookie()Christoph M. Becker2015-05-121-1/+4
* | fix BC break in headers_listStanislav Malyshev2015-02-051-3/+0
* | follow up fix for headers sent, checking a reference would be always true as ...Anatol Belski2015-02-041-1/+1
* | fix conditionAnatol Belski2015-02-031-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-20/+20
* | fix string is optional, set default length, thanks laruenceRemi Collet2014-12-021-1/+1
* | Fix type of string length in zpp callRemi Collet2014-12-021-2/+6
* | fix datatype mismatchesAnatol Belski2014-10-231-4/+4
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | fix signatureAnatol Belski2014-08-271-1/+1
* | 's' works with size_t round 4Anatol Belski2014-08-271-2/+2
* | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | fixed several long vs zend_long castsAnatol Belski2014-08-261-1/+1
* | master renames phase 1Anatol Belski2014-08-251-17/+17
* | yet more fixes to zppAnatol Belski2014-08-201-8/+8