summaryrefslogtreecommitdiff
path: root/ext/phar/zip.c
Commit message (Expand)AuthorAgeFilesLines
* Use zval_ptr_dtor() imstead of zval_dtor()Dmitry Stogov2018-07-051-2/+2
* Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-23/+3
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-4/+4
* Move to unsigned types in pharAnatol Belski2018-04-181-7/+9
* Access HashTable.u.flags through HT_FLAGS() macro.Dmitry Stogov2018-01-221-6/+6
* year++Xinchen Hui2018-01-021-1/+1
* Kill compiler warnings in ext/pharKalle Sommer Nielsen2017-08-241-2/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-09-121-1/+1
|\
| * Merge branch 'PHP-7.0.11' into PHP-7.0Stanislav Malyshev2016-09-121-1/+1
| |\
| | * Fix bug #72928 - Out of bound when verify signature of zip phar in phar_parse...Stanislav Malyshev2016-09-121-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-031-1/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-09-031-1/+0
| |\ \ | | |/ | |/|
| | * fix double freeAnatol Belski2016-09-031-1/+0
* | | Fixed compilation warningsDmitry Stogov2016-06-221-5/+4
* | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-03-011-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6.19' into PHP-7.0.4Stanislav Malyshev2016-03-011-1/+1
| |\ \ | | |/
| | * Merge branch 'PHP-5.5.33' into PHP-5.6.19Stanislav Malyshev2016-03-011-3/+3
| | |\
| | | * Fix bug #71498: Out-of-Bound Read in phar_parse_zipfile()Stanislav Malyshev2016-02-211-3/+3
* | | | Replace usage of php_uint16 with uint16_tRouven Weßling2016-02-041-6/+6
* | | | Replace usage of php_int32 and php_uint32 with int32_t and uint32_tRouven Weßling2016-02-041-12/+12
|/ / /
* | | 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
* | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2015-09-281-1/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-281-1/+3
| |\ \ | | |/
| | * Better fix for bug #70433Stanislav Malyshev2015-09-281-1/+3
| | * Bump yearXinchen Hui2015-01-151-1/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * Remove outdate codes, make it clearer, although just a bit..Xinchen Hui2013-11-051-10/+0
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-13/+13
* | | Remove PHAR_GLOBALS (make it respect ZEND_ENABLE_STATIC_TSRMLS_CACHE)Xinchen Hui2015-03-091-8/+8
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* | | Use HashTable.u.flags instead of HashTable.arHash to check if HashTable is pr...Dmitry Stogov2014-12-301-6/+6
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-38/+38
* | | Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-191-2/+2
* | | master renames phase 3Anatol Belski2014-08-251-6/+6
* | | master renames phase 1Anatol Belski2014-08-251-8/+8
* | | ported ext/pharAnatol Belski2014-08-191-8/+8
* | | Support for ext/phar (incomplete)Dmitry Stogov2014-05-081-4/+8
* | | Support for ext/phar (incomplete)Dmitry Stogov2014-05-081-67/+102
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-6/+6
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Remove some more unnecessary macros from pharNikita Popov2013-09-131-10/+10
* | Remove version checks in pharNikita Popov2013-09-131-10/+0
|/
* other fix for #64214, unmodified file may not have old fp set, causing other ...Pierre Joye2013-05-171-4/+5
* more check for php_stream_fopen_tmpfile failurePierre Joye2013-05-141-2/+16
* php_stream_fopen_tmpfile may file, causing any following stream usage to crashPierre Joye2013-05-141-0/+4
* bump yearXinchen Hui2013-01-061-1/+1