summaryrefslogtreecommitdiff
path: root/ext/phar/phar_object.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed compilation warningsDmitry Stogov2016-06-221-3/+3
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-14/+14
* Merge branch 'PHP-7.0'Stanislav Malyshev2016-06-211-2/+2
|\
| * Merge branch 'PHP-5.6.23' into PHP-7.0.8Stanislav Malyshev2016-06-211-2/+2
| |\
| | * Fix bug #72321 - use efree() for emalloc allocationStanislav Malyshev2016-06-121-2/+2
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-03-281-20/+20
| | |\
| | | * Fix bug #71860: Require valid paths for phar filenamesStanislav Malyshev2016-03-201-20/+20
| | * | Merge branch 'PHP-5.5.32' into PHP-5.6.18Stanislav Malyshev2016-02-011-0/+1
| | |\ \ | | | |/
| | | * Fix bug #71354 - remove UMR when size is 0Stanislav Malyshev2016-01-131-0/+1
* | | | Merge branch 'PHP-7.0'Anatol Belski2016-03-291-20/+20
|\ \ \ \ | |/ / /
| * | | Fix bug #71860: Require valid paths for phar filenamesStanislav Malyshev2016-03-201-20/+20
| * | | Remove TSRMLS_* from code, they are not used anymoreStanislav Malyshev2016-02-171-1/+1
* | | | Replace usage of php_int32 and php_uint32 with int32_t and uint32_tRouven Weßling2016-02-041-7/+7
* | | | Remove version checksNikita Popov2016-01-301-74/+1
* | | | Remove HAVE_SPL checksNikita Popov2016-01-301-32/+0
* | | | Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\ \ \ \ | |/ / /
| * | | 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
* | | | Remove leftovers of TSRMLS in codeTom Van Looy2015-12-251-1/+1
|/ / /
* | | 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-041-4/+46
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-041-4/+46
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-041-4/+46
| | |\
| | | * Fix bug #70019 - limit extracted files to given directoryStanislav Malyshev2015-08-041-4/+46
| | | * Better fix for bug #69958Stanislav Malyshev2015-07-071-9/+13
| | | * Fix bug #69958 - Segfault in Phar::convertToData on invalid fileStanislav Malyshev2015-07-071-34/+36
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-07-071-40/+47
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-071-0/+1
| | |\ \
| | | * | Better fix for bug #69958Stanislav Malyshev2015-07-071-9/+13
| | * | | 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-061-34/+36
| | |\ \ \ | | | |/ /
| | | * | Fix bug #69958 - Segfault in Phar::convertToData on invalid fileStanislav Malyshev2015-07-041-34/+36
| | | |/
| | | * Fixed bug #68901 (use after free)Xinchen Hui2015-04-111-1/+1
* | | | Better fix for bug #69958Stanislav Malyshev2015-07-071-9/+13
* | | | Fix bug #69958 - Segfault in Phar::convertToData on invalid fileStanislav Malyshev2015-07-071-1/+3
* | | | 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-021-12/+10
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-15/+15
* | | | 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
* | | | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-18/+3
* | | | Merge branch 'InternalClassClean'Dmitry Stogov2015-04-011-3/+18
|\ \ \ \
| * | | | Patch improvement:Dmitry Stogov2015-03-301-1/+1
| * | | | Merge branch 'InternalClassClean' of github.com:Danack/php-src into InternalC...Dmitry Stogov2015-03-301-3/+18
| |\ \ \ \
| | * | | | Made Phar throw exception on bad constructor.Danack2015-03-151-3/+18
* | | | | | Merge branch 'PHP-5.6'Michael Wallner2015-03-301-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2015-03-301-1/+1
| |\ \ \ \ | | | |/ / | | |/| |