summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
* Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-013-40/+7
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-287-26/+26
* Merge branch 'PHP-7.2'Stanislav Malyshev2018-04-2313-16/+14
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-2313-16/+14
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-04-2313-16/+14
| | |\
| | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-04-2313-16/+14
| | | |\
| | | | * Fix #76129 - remove more potential unfiltered outputs for pharStanislav Malyshev2018-04-2313-16/+14
* | | | | Merge branch 'PHP-7.2'Stanislav Malyshev2018-04-221-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-221-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Add a bit of defensive conding for bug #76155Stanislav Malyshev2018-04-221-1/+1
* | | | | Move to unsigned types in pharAnatol Belski2018-04-1812-325/+256
* | | | | Be consistent in is_executable on a directory in any stream wrapper.solotandem2018-03-271-1/+1
* | | | | Drop double CHECK_NULL_PATH check for PHARsNiklas Keller2018-03-231-4/+0
* | | | | Merge branch 'PHP-7.2'Xinchen Hui2018-03-132-178/+137
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-03-132-178/+137
| |\ \ \ \ | | |/ / /
| | * | | Fixed bug #76085 (Segmentation fault in buildFromIterator when directory name...Xinchen Hui2018-03-132-178/+137
| | * | | Fixed bug #65414Bishop Bettini2018-02-082-3/+43
* | | | | Remove return types from some magic method in protosGabriel Caruso2018-03-091-5/+5
* | | | | remove support for string|unicode in testsGabriel Caruso2018-02-225-8/+8
* | | | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2057-57/+57
* | | | | Remove trailing whitespace in inc filesGabriel Caruso2018-02-106-26/+26
* | | | | Merge branch 'PHP-7.2'Joe2018-02-082-3/+43
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #65414Bishop Bettini2018-02-082-3/+43
* | | | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-0413-25/+25
* | | | | Use int instead of integer in type errorsGabriel Caruso2018-02-044-8/+8
* | | | | Remove superfluous PHP version check in testsGabriel Caruso2018-02-045-108/+1
* | | | | Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-0470-105/+36
* | | | | Don't loop over indexes in Phar::extractTo()Nikita Popov2018-01-281-23/+21
* | | | | Merge branch 'PHP-7.2'Nikita Popov2018-01-287-53/+135
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #54289Bishop Bettini2018-01-287-53/+135
* | | | | Access HashTable.u.flags through HT_FLAGS() macro.Dmitry Stogov2018-01-227-42/+42
* | | | | Merge branch 'PHP-7.2'Anatol Belski2018-01-151-1/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-151-1/+6
| |\ \ \ \ | | |/ / /
| | * | | Allow pecl like usage in ext/phar, closes #2955Anatol Belski2018-01-151-1/+6
* | | | | Add test for bug #66960Bishop Bettini2018-01-151-0/+24
* | | | | Merge branch 'PHP-7.2'Xinchen Hui2018-01-031-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-032-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Happy new year (Update copyright to 2018)Lior Kaplan2018-01-022-3/+3
| | * | | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Xinchen Hui2018-01-0214-45/+45
| | |\ \ \
| | * | | | year++Xinchen Hui2018-01-0218-18/+18
| * | | | | Merge branch 'PHP-7.2' of git.php.net:/php-src into PHP-7.2Xinchen Hui2018-01-0214-45/+45
| |\ \ \ \ \
| * | | | | | year++Xinchen Hui2018-01-0218-18/+18
* | | | | | | Merge branch 'master' of git.php.net:/php-srcXinchen Hui2018-01-0214-45/+45
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'PHP-7.2'Stanislav Malyshev2018-01-0114-45/+45
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-01-0114-45/+45
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | / / / | | | | |/ / / | | | |/| | |
| | | * | | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-01-0114-45/+45
| | | |\ \ \ \ | | | | |/ / / | | | |/| / / | | | | |/ /
| | | | * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-01-0114-45/+45
| | | | |\ \ | | | | | |/
| | | | | * Fix bug #74782: remove file name from output to avoid XSSStanislav Malyshev2018-01-0114-45/+45
| | * | | | Backport some printf() fixes to 7.2Nikita Popov2017-11-161-2/+2
* | | | | | year++Xinchen Hui2018-01-0218-18/+18
|/ / / / /