Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
* | Format string fixes | Nikita Popov | 2016-02-14 | 1 | -1/+1 |
* | Merge branch 'PHP-5.6.18' into PHP-7.0.3 | Stanislav Malyshev | 2016-02-01 | 1 | -10/+10 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6.18 | Stanislav Malyshev | 2016-02-01 | 1 | -10/+10 |
| |\ | |||||
| | * | fix tests | Stanislav Malyshev | 2016-02-01 | 1 | -10/+10 |
* | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 4 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 4 | -4/+4 |
* | | | added test for gzgetss() | marcosptf | 2015-08-23 | 3 | -0/+27 |
* | | | Removed dead code | Julien Pauli | 2015-08-17 | 1 | -2/+0 |
* | | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -7/+2 |
* | | | Fix zlib_filter warnings | Nikita Popov | 2015-07-17 | 1 | -6/+10 |
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -32/+32 |
* | | | Remove these old references to the DSP files we don't use anymore | Kalle Sommer Nielsen | 2015-06-22 | 1 | -1/+0 |
* | | | Add support for string dictionaries, fix array dictionaries ({de,in}flate) | Bob Weinand | 2015-05-21 | 2 | -48/+80 |
* | | | Fix unrelated tests and zlib window size | Bob Weinand | 2015-05-15 | 2 | -5/+5 |
* | | | Minor typo in warning message | Bob Weinand | 2015-05-15 | 2 | -2/+14 |
* | | | Add strategy option to deflate_init() | Bob Weinand | 2015-05-15 | 1 | -4/+23 |
* | | | Add dictionary option to {in,de}flate_init() | Bob Weinand | 2015-05-15 | 3 | -4/+126 |
* | | | Add window option to {de,in}flate_init() | Bob Weinand | 2015-05-15 | 1 | -33/+63 |
* | | | Improve ZBLOCK handling with zlib < 1.2.4 | Daniel Lowrey | 2015-05-07 | 4 | -21/+37 |
* | | | Fix Z_BLOCK breakage when built against zlib < 1.2.4 | Daniel Lowrey | 2015-05-07 | 3 | -2/+23 |
* | | | Clean up some type conversions | Nikita Popov | 2015-04-27 | 2 | -29/+20 |
* | | | Tweak new deflate/inflate implementations | Nikita Popov | 2015-04-25 | 2 | -22/+8 |
* | | | Fix vim folding block | Daniel Lowrey | 2015-04-24 | 1 | -0/+1 |
* | | | Merge branch 'deflate' | Daniel Lowrey | 2015-04-24 | 9 | -1/+621 |
|\ \ \ | |||||
| * | | | Add inflate_*() test cases | Daniel Lowrey | 2015-04-23 | 4 | -0/+148 |
| * | | | Add incremental zlib inflate API | Daniel Lowrey | 2015-04-23 | 1 | -3/+150 |
| * | | | Add deflate_*() test cases | Daniel Lowrey | 2015-04-23 | 4 | -0/+150 |
| * | | | Several deflate_* changes (more after the jump) | Daniel Lowrey | 2015-04-23 | 1 | -64/+86 |
| * | | | Add incremental zlib deflate API | Bob Weinand | 2015-04-22 | 1 | -0/+153 |
* | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-04-14 | 4 | -23/+23 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-04-14 | 4 | -23/+23 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Merge branch 'PHP-5.4.40' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-12 | 3 | -21/+21 |
| | |\ \ | |||||
| | | * | | Fix tests | Stanislav Malyshev | 2015-04-12 | 3 | -21/+21 |
| | * | | | Merge branch 'PHP-5.4.40' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-11 | 1 | -2/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions) | Stanislav Malyshev | 2015-04-11 | 1 | -2/+2 |
* | | | | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 2 | -1/+4 |
* | | | | | fix shared compilation | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
* | | | | | Optimize zend_string_realloc() add more specialized versions zend_string_exte... | Dmitry Stogov | 2015-03-20 | 1 | -1/+1 |
* | | | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati... | Dmitry Stogov | 2015-03-04 | 2 | -2/+2 |
| |_|_|/ |/| | | | |||||
* | | | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 1 | -2/+2 |
* | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-02-13 | 1 | -4/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-02-13 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Micro opt | Xinchen Hui | 2015-02-13 | 1 | -2/+2 |
| | * | | Bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
| * | | | bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
* | | | | bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
* | | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 3 | -12/+12 |
* | | | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 15 | -51/+51 |
* | | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-17 | 3 | -3/+6 |
|\ \ \ \ |