summaryrefslogtreecommitdiff
path: root/ext/standard/head.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|/
* Turns out that more than 1% of users clocks are more than a year out of date,...Scott MacVicar2011-05-101-3/+2
* - Year++Felipe Pena2011-01-011-1/+1
* Kill some more constness warnings in com_dotnet/phar/standardKalle Sommer Nielsen2010-11-191-1/+1
* Make http_response_code() return FALSE where data is not available (Ex. cli s...Ilia Alshanetsky2010-08-101-0/+4
* Implemented FR #52555 (Ability to get HTTP response code)Kalle Sommer Nielsen2010-08-091-0/+12
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-2/+2
* Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+0
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-6/+5
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-5/+6
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed bug #45141 (setcookie will output expires years of >4 digits).Ilia Alshanetsky2009-07-291-0/+10
* MFH: Fixed error message grammar:Matt Wilmas2009-06-061-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Added header_remove() (chsc at peytz dotdk, Arnaud)Arnaud Le Blanc2008-11-131-0/+14
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-1/+1
* fix typoAntony Dovgal2008-06-101-2/+2
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
* No point in echoeing the raw value back here in the error messageRasmus Lerdorf2008-02-221-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Revert previous commit that caused a buffer overflow (Bug #40634)Ilia Alshanetsky2007-02-261-2/+5
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-4/+2
* Eliminate strcat() and strcpy()Ilia Alshanetsky2007-01-251-1/+1
* strcat() -> strlcat()Ilia Alshanetsky2007-01-241-7/+7
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: initialize optional varsAntony Dovgal2006-10-161-2/+2
* Added support for httpOnly flag for session extension and cookie settingIlia Alshanetsky2006-08-101-11/+14
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* fix tsrm buildAntony Dovgal2005-07-081-2/+2
* Missing bit of the previous patch.Ilia Alshanetsky2005-07-081-1/+1
* Fixed compiler warning.Ilia Alshanetsky2005-07-081-2/+1
* make use of T tokenAntony Dovgal2005-07-081-4/+3
* fix #33597 (setcookie() "expires" date format doesn't comply with RFC)Antony Dovgal2005-07-081-3/+5
* remove duplicated includeAntony Dovgal2005-01-071-1/+0
* removing unwanted inclusion of socket header fileAnantha Kesari H Y2004-09-251-5/+0
* Fixed proto of headers_list().Ilia Alshanetsky2004-08-231-1/+1
* Added checks for invalid characters in a cookie name or cookie data from set...Brian France2004-02-111-0/+10