summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-08-041-7/+7
|\
| * virtual_file_ex uses emalloc in 5.6+Stanislav Malyshev2015-08-041-7/+7
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-08-044-10/+77
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-044-9/+76
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-044-9/+76
| | |\
| | | * Fix bug #70019 - limit extracted files to given directoryStanislav Malyshev2015-08-043-4/+68
| | | * Improved fix for Bug #69441Stanislav Malyshev2015-07-261-5/+8
| | | * Better fix for bug #69958Stanislav Malyshev2015-07-072-9/+15
| | | * Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepathStanislav Malyshev2015-07-071-2/+8
| | | * Fix bug #69958 - Segfault in Phar::convertToData on invalid fileStanislav Malyshev2015-07-073-34/+50
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-07-074-42/+71
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-072-0/+3
| | |\ \
| | | * | Better fix for bug #69958Stanislav Malyshev2015-07-072-9/+15
| | * | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-061-9/+13
| | |\ \ \
| | | * | | Better fix for bug #69958Stanislav Malyshev2015-07-061-9/+13
| | | |/ /
| | * | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-064-36/+58
| | |\ \ \ | | | |/ /
| | | * | Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepathStanislav Malyshev2015-07-041-2/+8
| | | * | Fix bug #69958 - Segfault in Phar::convertToData on invalid fileStanislav Malyshev2015-07-043-34/+50
| | | |/
| * | | Cleaned white spaces in PHP_INI definition of pharDominic2015-07-051-2/+2
* | | | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-7/+2
* | | | Better fix for bug #69958Stanislav Malyshev2015-07-071-0/+2
* | | | Better fix for bug #69958Stanislav Malyshev2015-07-071-9/+13
* | | | Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepathStanislav Malyshev2015-07-071-2/+8
* | | | Fix bug #69958 - Segfault in Phar::convertToData on invalid fileStanislav Malyshev2015-07-073-1/+17
* | | | Merge branch 'pull-request/1351'Stanislav Malyshev2015-07-051-2/+2
|\ \ \ \
| * | | | Cleaned white spaces in PHP_INI definition of pharDominic2015-06-191-2/+2
* | | | | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-2/+2
* | | | | Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-4/+2
* | | | | Cleanup (avoid reallocation)Dmitry Stogov2015-07-024-29/+22
* | | | | Get rid of ZVAL_ZVAL() macro usages. Replace them with more clear and optimal...Dmitry Stogov2015-07-011-1/+2
* | | | | Fix test failures from previous commitBob Weinand2015-06-301-1/+4
* | | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-308-124/+124
|/ / / /
* | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-146-30/+14
|\ \ \ \
| * | | | Get rid of more ZVAL_ZVAL() macrosDmitry Stogov2015-06-121-8/+6
| * | | | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-121-2/+2
| * | | | fix dir sep in testAnatol Belski2015-05-261-3/+3
| * | | | cleanup duplicated stat declarations in ext/pharAnatol Belski2015-05-252-15/+1
| * | | | Merge branch 'PHP-5.6'Anatol Belski2015-05-221-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-05-221-1/+1
| | |\ \ \ | | | |/ /
| | | * | fix testAnatol Belski2015-05-221-1/+1
| * | | | Merge branch 'PHP-5.6'Remi Collet2015-05-211-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2015-05-211-1/+1
| | |\ \ \ | | | |/ /
| | | * | Make the phar symlink relativeponce2015-05-211-1/+1
* | | | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-172-2/+2
* | | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-1729-29/+29
|\ \ \ \ \ | |/ / / /
| * | | | Tweak uncaught exception message displayNikita Popov2015-05-1729-29/+29
* | | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-165-5/+5
|/ / / /
* | | | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-152-2/+12
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-123-1/+22
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-123-1/+22
| |\ \ \ | | |/ /