summaryrefslogtreecommitdiff
path: root/ext/phar/util.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* 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
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-5/+5
* | | cleanupDmitry Stogov2014-08-131-5/+0
* | | fix signature according to apply_func_arg_tPierre Joye2014-05-171-2/+1
* | | Support for ext/phar (all tests passed)Dmitry Stogov2014-05-121-5/+16
* | | ext/phar support (incomplete)Dmitry Stogov2014-05-121-2/+8
* | | Support for ext/phar (incomplete)Dmitry Stogov2014-05-081-3/+3
* | | Support for ext/phar (incomplete)Dmitry Stogov2014-05-081-198/+141
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-3/+3
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Merge branch 'PHP-5.5'Xinchen Hui2013-11-051-9/+4
|\ \ | |/
| * Remove outdate codes, make it clearer, although just a bit..Xinchen Hui2013-11-051-295/+4
* | Merge branch 'PHP-5.5'Xinchen Hui2013-11-041-1/+2
|\ \ | |/
| * Fixed coredump due to abnormal implemention of pharXinchen Hui2013-11-041-1/+2