Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-09-12 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.0.11' into PHP-7.0 | Stanislav Malyshev | 2016-09-12 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix bug #72928 - Out of bound when verify signature of zip phar in phar_parse... | Stanislav Malyshev | 2016-09-12 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-09-03 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-09-03 | 1 | -1/+0 |
| |\ \ | | |/ | |/| | |||||
| | * | fix double free | Anatol Belski | 2016-09-03 | 1 | -1/+0 |
* | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -5/+4 |
* | | | Merge branch 'PHP-7.0' | Stanislav Malyshev | 2016-03-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6.19' into PHP-7.0.4 | Stanislav Malyshev | 2016-03-01 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-5.5.33' into PHP-5.6.19 | Stanislav Malyshev | 2016-03-01 | 1 | -3/+3 |
| | |\ | |||||
| | | * | Fix bug #71498: Out-of-Bound Read in phar_parse_zipfile() | Stanislav Malyshev | 2016-02-21 | 1 | -3/+3 |
* | | | | Replace usage of php_uint16 with uint16_t | Rouven Weßling | 2016-02-04 | 1 | -6/+6 |
* | | | | Replace usage of php_int32 and php_uint32 with int32_t and uint32_t | Rouven Weßling | 2016-02-04 | 1 | -12/+12 |
|/ / / | |||||
* | | | 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' into PHP-7.0 | Stanislav Malyshev | 2015-09-28 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-09-28 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Better fix for bug #70433 | Stanislav Malyshev | 2015-09-28 | 1 | -1/+3 |
| | * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | * | Remove outdate codes, make it clearer, although just a bit.. | Xinchen Hui | 2013-11-05 | 1 | -10/+0 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -13/+13 |
* | | | Remove PHAR_GLOBALS (make it respect ZEND_ENABLE_STATIC_TSRMLS_CACHE) | Xinchen Hui | 2015-03-09 | 1 | -8/+8 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
* | | | Use HashTable.u.flags instead of HashTable.arHash to check if HashTable is pr... | Dmitry Stogov | 2014-12-30 | 1 | -6/+6 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -38/+38 |
* | | | Fixed useless or duplicated IS_INTERNED() checks | Dmitry Stogov | 2014-09-19 | 1 | -2/+2 |
* | | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -6/+6 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -8/+8 |
* | | | ported ext/phar | Anatol Belski | 2014-08-19 | 1 | -8/+8 |
* | | | Support for ext/phar (incomplete) | Dmitry Stogov | 2014-05-08 | 1 | -4/+8 |
* | | | Support for ext/phar (incomplete) | Dmitry Stogov | 2014-05-08 | 1 | -67/+102 |
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -6/+6 |
|/ / | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | Remove some more unnecessary macros from phar | Nikita Popov | 2013-09-13 | 1 | -10/+10 |
* | | Remove version checks in phar | Nikita Popov | 2013-09-13 | 1 | -10/+0 |
|/ | |||||
* | other fix for #64214, unmodified file may not have old fp set, causing other ... | Pierre Joye | 2013-05-17 | 1 | -4/+5 |
* | more check for php_stream_fopen_tmpfile failure | Pierre Joye | 2013-05-14 | 1 | -2/+16 |
* | php_stream_fopen_tmpfile may file, causing any following stream usage to crash | Pierre Joye | 2013-05-14 | 1 | -0/+4 |
* | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
* | - Removed PHP 6 checks | Felipe Pena | 2012-08-21 | 1 | -16/+0 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | - Handle error if tempfile can't be opened, found by parfait | Johannes Schlüter | 2011-05-16 | 1 | -0/+3 |
* | Fixed variable overloading | Ilia Alshanetsky | 2011-01-20 | 1 | -3/+3 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER()) | Ilia Alshanetsky | 2010-05-03 | 1 | -2/+8 |