summaryrefslogtreecommitdiff
path: root/ext/standard/head.c
Commit message (Expand)AuthorAgeFilesLines
* fix typoAntony Dovgal2008-06-101-2/+2
* Merge from PHP_5 - don't echo raw cookie values hereRasmus Lerdorf2008-06-091-2/+2
* New macro for check void parametersFelipe Pena2008-02-281-2/+2
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* fix ws, cs & foldingAntony Dovgal2007-07-141-4/+5
* MFB use strlcat()Antony Dovgal2007-04-161-10/+13
* - avoid sprintfMarcus Boerger2007-02-241-4/+2
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Make headers-related functions accept Unicode strings, but only if theirAndrei Zmievski2006-12-041-11/+16
* Pick some low-hanging fruit.Andrei Zmievski2006-10-191-2/+2
* Unicode support for headers_sent().Andrei Zmievski2006-10-191-12/+23
* initialize optional variablesAntony Dovgal2006-10-161-2/+2
* MFB: Added support for httpOnly flag for session extension and cookieIlia Alshanetsky2006-08-101-11/+14
* - explicit usage of TS macrosMichael Wallner2006-06-031-2/+2
* - new output control codeMichael Wallner2006-06-021-2/+2
* Nuke safe_modeIlia Alshanetsky2006-02-191-1/+0
* 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