summaryrefslogtreecommitdiff
path: root/ext/standard/head.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* Make static analyzers happyIlia Alshanetsky2011-08-081-1/+1
* 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
* - 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
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* - Fix Windows buildAndi Gutmans2003-11-201-1/+1
* New function: headers_list(). Ennumerate headers sent to SAPI engineSara Golemon2003-11-191-0/+27
* Added a parameter to php_setcookie to toggle URL encoding of the cookie dataBrian France2003-08-201-3/+29
* updating license information in the headers.James Cox2003-06-101-3/+3
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-251-5/+3
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed a crash in headers_sent(), that occures ifIlia Alshanetsky2002-11-071-1/+5
* it should not only work for the failure caseHartmut Holzgraefe2002-09-171-3/+9
* headers_sent() may now return information about where output startedHartmut Holzgraefe2002-09-171-3/+14
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-0/+5
* php_error_docrefMarcus Boerger2002-08-241-2/+1
* Improved handling of output buffers (see news)\n#No trim for the string param...Marcus Boerger2002-08-091-3/+1
* possible memoryleakMarcus Boerger2002-08-091-1/+6
* Unify error messagesDerick Rethans2002-07-081-1/+1