summaryrefslogtreecommitdiff
path: root/ext/standard/head.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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