Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #72071: Prevent Max-Age from being negative | Craig Duncan | 2017-04-09 | 1 | -1/+7 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-08-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix #67131: setcookie() conditional for empty values not met | Christoph M. Becker | 2015-08-24 | 1 | -1/+1 |
| * | Removed erroneous condition | Anatol Belski | 2015-02-06 | 1 | -3/+0 |
| * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | Fixed bug #70295 (Segmentation fault with setrawcookie) | Bob Weinand | 2015-08-19 | 1 | -2/+2 |
* | | Use zend_string in setcookie (save value reallocated) | Xinchen Hui | 2015-07-02 | 1 | -35/+34 |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -6/+6 |
* | | prohibit empty cookie names for setcookie() | Christoph M. Becker | 2015-05-12 | 1 | -1/+4 |
* | | fix BC break in headers_list | Stanislav Malyshev | 2015-02-05 | 1 | -3/+0 |
* | | follow up fix for headers sent, checking a reference would be always true as ... | Anatol Belski | 2015-02-04 | 1 | -1/+1 |
* | | fix condition | Anatol Belski | 2015-02-03 | 1 | -1/+1 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -20/+20 |
* | | fix string is optional, set default length, thanks laruence | Remi Collet | 2014-12-02 | 1 | -1/+1 |
* | | Fix type of string length in zpp call | Remi Collet | 2014-12-02 | 1 | -2/+6 |
* | | fix datatype mismatches | Anatol Belski | 2014-10-23 | 1 | -4/+4 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | fix signature | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | | 's' works with size_t round 4 | Anatol Belski | 2014-08-27 | 1 | -2/+2 |
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | | fixed several long vs zend_long casts | Anatol Belski | 2014-08-26 | 1 | -1/+1 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -17/+17 |
* | | yet more fixes to zpp | Anatol Belski | 2014-08-20 | 1 | -8/+8 |
* | | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -3/+3 |
* | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-06-18 | 1 | -6/+6 |
|\ \ | |||||
| * | | Remove usage of pointless COOKIE_SET_COOKIE constant. | Martin Jansen | 2014-05-18 | 1 | -2/+2 |
| * | | Streamlining of cookie handling in ext/session and setcookie | Martin Jansen | 2014-05-06 | 1 | -8/+8 |
* | | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -1/+1 |
* | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -1/+1 |
* | | | Fixed wrong data type (all tests passed in ext/network now) | Xinchen Hui | 2014-03-03 | 1 | -7/+7 |
* | | | Fixed NULL pointer def | Xinchen Hui | 2014-03-03 | 1 | -1/+2 |
* | | | Refactor php_url_(en|de)code to return zend_string | Xinchen Hui | 2014-03-03 | 1 | -11/+10 |
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-13 | 1 | -2/+2 |
|/ / | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-03-28 | 1 | -1/+1 |
|\ | |||||
| * | Typo fix (greater then => greater than) | Veres Lajos | 2013-03-28 | 1 | -1/+1 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -1/+1 |
| * | Make static analyzers happy | Ilia Alshanetsky | 2011-08-08 | 1 | -1/+1 |
| * | Changed http_response_code() to be able to set a response code | Kalle Sommer Nielsen | 2011-07-12 | 1 | -3/+19 |
* | | Bug #23955: allow specifiy max age for setcookie() | Lars Strojny | 2013-01-06 | 1 | -7/+12 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -1/+1 |