summaryrefslogtreecommitdiff
path: root/ext/phar/tests
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-134-7/+7
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-2312-12/+12
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-04-2312-12/+12
| |\
| | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-04-2312-12/+12
| | |\
| | | * Fix #76129 - remove more potential unfiltered outputs for pharStanislav Malyshev2018-04-2312-12/+12
| * | | Fixed bug #65414Bishop Bettini2018-02-081-0/+36
* | | | Fixed bug #65414Bishop Bettini2018-02-081-0/+36
* | | | Fixed bug #54289Bishop Bettini2018-01-286-0/+70
* | | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-01-0112-42/+42
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-01-0112-42/+42
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-01-0112-42/+42
| | |\ \ | | | |/
| | | * Fix bug #74782: remove file name from output to avoid XSSStanislav Malyshev2018-01-0112-42/+42
* | | | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-07-261-0/+23
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-261-0/+23
| |\ \ \ | | |/ /
| | * | Fix bug #74991 - include_path has a 4096 char (minus "__DIR__:") limit, in so...Benjamin W. Broersma2017-07-261-0/+23
| | * | Fix Bug #74386 Phar::__construct(): wrong number of parameters by reflectionFabien Villepinte2017-05-291-0/+21
| | * | Fix of Bug #74383: Wrong reflection on Phar::runningMitch Hagstrand2017-04-101-0/+20
* | | | Remove superfluous semicolonsTom Van Looy2017-06-262-3/+3
* | | | Escape value passed to exec()Sara Golemon2017-06-011-1/+1
* | | | Ignore spurious stderr output from lsofSara Golemon2017-06-011-1/+1
* | | | Merge branch 'PHP-7.1'Joe Watkins2017-05-291-0/+21
|\ \ \ \ | |/ / /
| * | | Fix Bug #74386Phar::__construct(): wrong number of parameters by reflectionFabien Villepinte2017-05-291-0/+21
* | | | Fix for Bug 74196: PharData->decompress() does not correctly support dot namesMitch Hagstrand2017-04-106-12/+37
* | | | Merge branch 'PHP-7.1'Joe Watkins2017-04-101-0/+20
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-04-101-0/+20
| |\ \ \
| | * | | Fix of Bug #74383: Wrong reflection on Phar::runningMitch Hagstrand2017-04-101-0/+20
| | |/ /
* | | | Deprecate __autoload()Nikita Popov2017-02-031-0/+1
* | | | Merge branch 'PHP-7.1'Anatol Belski2017-01-133-9/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-133-9/+0
| |\ \ \ | | |/ /
| | * | fix remaining tests for Opcache runsAnatol Belski2017-01-133-9/+0
* | | | Merge branch 'PHP-7.1'Christoph M. Becker2017-01-051-0/+36
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-01-051-0/+36
| |\ \ \ | | |/ /
| | * | Fix #70417: PharData::compress() doesn't close temp fileChristoph M. Becker2017-01-051-0/+36
* | | | Merge branch 'PHP-7.1'Stanislav Malyshev2017-01-024-0/+32
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-024-0/+32
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-024-0/+32
| | |\ \ | | | |/
| | | * Fix bug #73768 - Memory corruption when loading hostile pharStanislav Malyshev2016-12-302-0/+16
| | | * Fix int overflows in phar (bug #73764)Stanislav Malyshev2016-12-302-0/+16
| | | * Fix bug #73035 (Out of bound when verify signature of tar phar in phar_parse_...Stanislav Malyshev2016-09-122-0/+18
| | | * Fix bug #72928 - Out of bound when verify signature of zip phar in phar_parse...Stanislav Malyshev2016-09-122-0/+18
| * | | Remove binary casts from PHAR's default stubPedro Magalhães2016-11-0917-61/+61
* | | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-247-14/+14
* | | | Fix CRLF line-endings in testsNikita Popov2016-11-202-76/+76
* | | | Remove the binary cast from unrelated testsPedro Magalhães2016-11-201-1/+1
* | | | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-2068-99/+99
* | | | Cleanup tests version checksTom Van Looy2016-11-2097-9123/+13
* | | | Remove binary casts from PHAR's default stubPedro Magalhães2016-11-0917-61/+61
|/ / /
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-09-124-0/+36
|\ \ \ | |/ /
| * | Fix bug #73035 (Out of bound when verify signature of tar phar in phar_parse_...Stanislav Malyshev2016-09-122-0/+18
| * | Fix bug #72928 - Out of bound when verify signature of zip phar in phar_parse...Stanislav Malyshev2016-09-122-0/+18