summaryrefslogtreecommitdiff
path: root/ext/standard/head.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add sapi_header_op interface which supersedes the sapi_add_header and _exSascha Schumann2002-07-031-10/+12
* - Added a new parameter to the header() function which overrides the HTTPDerick Rethans2002-06-211-5/+6
* Only the last cookie was getting set. (You can haveCliff Woolley2002-05-171-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Make php_setcookie available from shared extensionsFrank M. Kromann2001-12-031-16/+23
* convert to use new parameter parsing API.Andrei Zmievski2001-10-191-65/+34
* Fixed other protos.Egon Schmid2001-10-191-5/+5
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-0/+4
* WhitespaceZeev Suraski2001-08-111-1/+1
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-2/+2
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-4/+1
* Left-over outdated commentRasmus Lerdorf2001-07-211-1/+0
* Remove redundant codeZeev Suraski2001-07-211-2/+2
* Clarify and optimizeZeev Suraski2001-07-211-1/+1