Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | Use HT_IS_INITIALIZED() and HT_INVALIDATE() macros instead of hackish HT_FLAG... | Dmitry Stogov | 2018-12-27 | 1 | -3/+3 |
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | Replace zval_dtor() with specialized destructors | Dmitry Stogov | 2018-07-05 | 1 | -18/+18 |
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -4/+4 |
* | Move to unsigned types in phar | Anatol Belski | 2018-04-18 | 1 | -39/+39 |
* | Access HashTable.u.flags through HT_FLAGS() macro. | Dmitry Stogov | 2018-01-22 | 1 | -3/+3 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Use persistent strings for preloaded phar files | Dmitry Stogov | 2017-11-02 | 1 | -1/+13 |
* | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-07-26 | 1 | -1/+1 |
|\ | |||||
| * | Fix bug #74991 - include_path has a 4096 char (minus "__DIR__:") limit, in so... | Benjamin W. Broersma | 2017-07-26 | 1 | -1/+1 |
| * | Add OpenSSL 1.1.0 support to PHP 7.0 | Jakub Zelenka | 2017-04-07 | 1 | -6/+7 |
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 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 | -0/+28 |
|\ \ | |/ | |||||
| * | Fix bug #72928 - Out of bound when verify signature of zip phar in phar_parse... | Stanislav Malyshev | 2016-09-12 | 1 | -0/+28 |
* | | Use opaque EVP_MD in phar_verify_signature | Jakub Zelenka | 2016-07-17 | 1 | -6/+7 |
* | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -8/+8 |
* | | Replace usage of php_int32 and php_uint32 with int32_t and uint32_t | Rouven Weßling | 2016-02-04 | 1 | -2/+2 |
* | | Remove version checks | Nikita Popov | 2016-01-30 | 1 | -7/+0 |
|/ | |||||
* | 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/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-09-28 | 1 | -1/+1 |
| |\ | |||||
| | * | Better fix for bug #70433 | Stanislav Malyshev | 2015-09-28 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2015-09-28 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-09-28 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | fix memory leak | Stanislav Malyshev | 2015-09-28 | 1 | -0/+1 |
* | | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2015-09-28 | 1 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-09-28 | 1 | -1/+5 |
| |\ \ | | |/ | |||||
| | * | Fix bug #69720: Null pointer dereference in phar_get_fp_offset() | Stanislav Malyshev | 2015-09-28 | 1 | -1/+5 |
| | * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | 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 | -9/+9 |
* | | | Remove PHAR_GLOBALS (make it respect ZEND_ENABLE_STATIC_TSRMLS_CACHE) | Xinchen Hui | 2015-03-09 | 1 | -19/+19 |
* | | | Use strpprintf | Xinchen Hui | 2015-03-05 | 1 | -2/+2 |
* | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati... | Dmitry Stogov | 2015-03-04 | 1 | -9/+8 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | Use HashTable.u.flags instead of HashTable.arHash to check if HashTable is pr... | Dmitry Stogov | 2014-12-30 | 1 | -3/+3 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -121/+121 |
* | | | Fixed incompatible pointer | Xinchen Hui | 2014-08-26 | 1 | -1/+1 |
* | | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -13/+13 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -9/+9 |
* | | | ported ext/phar | Anatol Belski | 2014-08-19 | 1 | -13/+13 |
* | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -5/+5 |
* | | | cleanup | Dmitry Stogov | 2014-08-13 | 1 | -5/+0 |
* | | | fix signature according to apply_func_arg_t | Pierre Joye | 2014-05-17 | 1 | -2/+1 |
* | | | Support for ext/phar (all tests passed) | Dmitry Stogov | 2014-05-12 | 1 | -5/+16 |
* | | | ext/phar support (incomplete) | Dmitry Stogov | 2014-05-12 | 1 | -2/+8 |