summaryrefslogtreecommitdiff
path: root/ext/phar/util.c
Commit message (Expand)AuthorAgeFilesLines
* Sync HAVE_HASH, HAVE_HASH_EXT, PHAR_HASH_OK symbolsPeter Kokot2019-06-271-21/+0
* Fix EVP_PKEY leak in pharNikita Popov2019-06-251-1/+7
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-151-2/+3
|\
| * Fixed bug #77697 (Crash on Big_Endian platform)Xinchen Hui2019-03-151-2/+3
* | Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Use HT_IS_INITIALIZED() and HT_INVALIDATE() macros instead of hackish HT_FLAG...Dmitry Stogov2018-12-271-3/+3
|/
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-18/+18
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-4/+4
* Move to unsigned types in pharAnatol Belski2018-04-181-39/+39
* Access HashTable.u.flags through HT_FLAGS() macro.Dmitry Stogov2018-01-221-3/+3
* year++Xinchen Hui2018-01-021-1/+1
* Use persistent strings for preloaded phar filesDmitry Stogov2017-11-021-1/+13
* Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-261-1/+1
|\
| * Fix bug #74991 - include_path has a 4096 char (minus "__DIR__:") limit, in so...Benjamin W. Broersma2017-07-261-1/+1
| * Add OpenSSL 1.1.0 support to PHP 7.0Jakub Zelenka2017-04-071-6/+7
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-09-121-0/+28
|\ \ | |/
| * Fix bug #72928 - Out of bound when verify signature of zip phar in phar_parse...Stanislav Malyshev2016-09-121-0/+28
* | Use opaque EVP_MD in phar_verify_signatureJakub Zelenka2016-07-171-6/+7
* | Fixed compilation warningsDmitry Stogov2016-06-221-8/+8
* | Replace usage of php_int32 and php_uint32 with int32_t and uint32_tRouven Weßling2016-02-041-2/+2
* | Remove version checksNikita Popov2016-01-301-7/+0
|/
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2015-09-281-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-281-1/+1
| |\
| | * Better fix for bug #70433Stanislav Malyshev2015-09-281-1/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2015-09-281-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-281-0/+1
| |\ \ | | |/
| | * fix memory leakStanislav Malyshev2015-09-281-0/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2015-09-281-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-281-1/+5
| |\ \ | | |/
| | * Fix bug #69720: Null pointer dereference in phar_get_fp_offset()Stanislav Malyshev2015-09-281-1/+5
| | * Bump yearXinchen Hui2015-01-151-1/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-9/+9
* | | Remove PHAR_GLOBALS (make it respect ZEND_ENABLE_STATIC_TSRMLS_CACHE)Xinchen Hui2015-03-091-19/+19
* | | Use strpprintfXinchen Hui2015-03-051-2/+2
* | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-9/+8
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | Use HashTable.u.flags instead of HashTable.arHash to check if HashTable is pr...Dmitry Stogov2014-12-301-3/+3
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-121/+121
* | | Fixed incompatible pointerXinchen Hui2014-08-261-1/+1
* | | master renames phase 3Anatol Belski2014-08-251-13/+13
* | | master renames phase 1Anatol Belski2014-08-251-9/+9
* | | ported ext/pharAnatol Belski2014-08-191-13/+13