Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | further normalizations, uint vs uint32_t | Anatol Belski | 2016-11-26 | 1 | -2/+2 |
* | Fix PUTC warning | Nikita Popov | 2016-08-07 | 1 | -2/+2 |
* | Fix bug #71575 removing extra semicolons outside macros | James Titcumb | 2016-03-03 | 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 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | Removed dead code | Julien Pauli | 2015-08-17 | 1 | -3/+0 |
* | | Renamed struct member | Julien Pauli | 2015-08-17 | 1 | -1/+1 |
* | | fix warnings | Michael Wallner | 2015-01-30 | 1 | -2/+2 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -63/+63 |
* | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-11-18 | 1 | -3/+5 |
|\ \ | |||||
| * \ | Merge branch 'PHP-5.6' | Anatol Belski | 2014-10-30 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | add DLL export to the output globals | Anatol Belski | 2014-10-30 | 1 | -1/+1 |
| * | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-10-30 | 1 | -5/+1 |
| |\ \ | | |/ | |||||
| | * | Use macro | Xinchen Hui | 2014-10-30 | 1 | -5/+1 |
| * | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-10-30 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fixed build.... (shouldn't it be zend_output_globals?) | Xinchen Hui | 2014-10-30 | 1 | -1/+1 |
| * | | Merge branch 'PHP-5.6' | Anatol Belski | 2014-10-29 | 1 | -0/+6 |
| |\ \ | | |/ | |||||
| | * | export output globals | Anatol Belski | 2014-10-29 | 1 | -0/+6 |
| * | | fix datatype mismatches | Anatol Belski | 2014-10-27 | 1 | -3/+3 |
* | | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+3 |
* | | | force more static tsrmls cache usage | Anatol Belski | 2014-10-07 | 1 | -1/+1 |
* | | | some cleanups for TSRMLS_FETCH and direct tsrm_ls usage in main | Anatol Belski | 2014-09-26 | 1 | -5/+0 |
* | | | reworked the patch, less new stuff but worky | Anatol Belski | 2014-09-25 | 1 | -1/+0 |
* | | | native tls initial patch | krakjoe | 2014-09-20 | 1 | -0/+1 |
|/ / | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | reduce the struct size by 8 byte on x64 | Anatol Belski | 2014-09-12 | 1 | -1/+1 |
* | | cleanup | Dmitry Stogov | 2014-08-13 | 1 | -2/+1 |
* | | Fixed invalid pointer usage (tests/output/ob_start_callbacks.phpt) | Xinchen Hui | 2014-03-07 | 1 | -1/+1 |
* | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -1/+1 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | fix bug #60761 zlib.output_compression fails on refresh | Michael Wallner | 2012-05-15 | 1 | -1/+2 |
* | fix crash with display_startup_errors=1 | Michael Wallner | 2012-01-25 | 1 | -0/+2 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | follow naming convention | Michael Wallner | 2011-12-30 | 1 | -1/+1 |
* | Added an API call to return active output handler | Dmitry Stogov | 2011-12-30 | 1 | -0/+1 |
* | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -2/+2 |
* | gcc barks about these, so clean it | Andrey Hristov | 2011-01-14 | 1 | -3/+3 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | Preallocate zend_hash instead of allocation/deallocation it on each request | Dmitry Stogov | 2010-08-27 | 1 | -1/+1 |
* | fix cxx build | Michael Wallner | 2010-06-02 | 1 | -3/+4 |
* | * implement new output API, fixing some bugs and implementing some feature | Michael Wallner | 2010-05-31 | 1 | -67/+227 |