summaryrefslogtreecommitdiff
path: root/ext/standard/head.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-3/+3
* | Merge branch 'master' into phpngDmitry Stogov2014-06-181-6/+6
|\ \
| * | Remove usage of pointless COOKIE_SET_COOKIE constant.Martin Jansen2014-05-181-2/+2
| * | Streamlining of cookie handling in ext/session and setcookieMartin Jansen2014-05-061-8/+8
* | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-1/+1
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+1
* | | Fixed wrong data type (all tests passed in ext/network now)Xinchen Hui2014-03-031-7/+7
* | | Fixed NULL pointer defXinchen Hui2014-03-031-1/+2
* | | Refactor php_url_(en|de)code to return zend_stringXinchen Hui2014-03-031-11/+10
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-131-2/+2
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
|/
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-281-1/+1
|\
| * Typo fix (greater then => greater than)Veres Lajos2013-03-281-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
| * Make static analyzers happyIlia Alshanetsky2011-08-081-1/+1
| * Changed http_response_code() to be able to set a response codeKalle Sommer Nielsen2011-07-121-3/+19
* | Bug #23955: allow specifiy max age for setcookie()Lars Strojny2013-01-061-7/+12
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1