summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
* Rename two *.php files in tests foldersPeter Kokot2018-10-202-1/+1
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15148-149/+116
* Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
* Trim trailing whitespace in testsGabriel Caruso2018-10-14105-122/+122
* Sync leading and final newlines in source code filesPeter Kokot2018-10-1424-25/+21
* Trim trailing whitespace in source code filesPeter Kokot2018-10-133-10/+10
* Remove unused filesPeter Kokot2018-09-262-2/+0
* Fix permissionsPeter Kokot2018-09-211-0/+0
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-09-162-2/+2
* Fix a typo in a class catch in PharTyson Andre2018-09-131-1/+1
* Replace HAVE_ST_BLOCKS with HAVE_STRUCT_STAT_ST_BLOCKSPeter Kokot2018-08-241-1/+1
* Merge branch 'PHP-7.3'Anatol Belski2018-08-131-1/+1
|\
| * Sync with e0fe6674Anatol Belski2018-08-131-1/+1
* | Fix some misspellingsGabriel Caruso2018-08-122-6/+6
* | Merge branch 'PHP-7.3'Peter Kokot2018-08-121-2/+2
|\ \ | |/
| * Fix bug #76030 RE2C_FLAGS rarely honouredCristian Rodríguez2018-08-121-2/+2
* | Quell GCC warning on mixing || and &&Levi Morrison2018-08-111-1/+1
* | Remove invalid SKIPIF sections and make more tests runGabriel Caruso2018-08-071-8/+3
* | Merge branch 'PHP-7.3'Anatol Belski2018-08-061-10/+7
|\ \ | |/
| * Fix stack underflow in pharAnatol Belski2018-08-061-10/+7
* | Remove superfluous checks of always available functionsGabriel Caruso2018-08-032-6/+2
|/
* Replace obsolete AC_STRUCT_ST_BLKSIZE and AC_STRUCT_ST_RDEVPeter Kokot2018-07-291-2/+2
* Remove unused Git attributes identPeter Kokot2018-07-2516-29/+0
* Make more tests run and fix SKIPIF sectionsGabriel Caruso2018-07-163-24/+9
* Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-2/+1
* Use zval_ptr_dtor() imstead of zval_dtor()Dmitry Stogov2018-07-051-2/+2
* It's safer to use zval_ptr_dtor() for iterator keys.Dmitry Stogov2018-07-051-2/+2
* Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-2/+2
* Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-053-22/+22
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* Fix pecl vs ext typo in pharPeter Kokot2018-06-304-4/+4
* Bump phar and hash extension version to match PHP versionPeter Kokot2018-06-216-8/+1
* phar module, unsignedness check changes.David Carlier2018-06-182-10/+3
* Remove SVN revision from phar phpinfo outputPeter Kokot2018-06-165-9/+0
* 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