summaryrefslogtreecommitdiff
path: root/ext/phar/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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-295/+4
* Fixed coredump due to abnormal implemention of pharXinchen Hui2013-11-041-1/+2
* Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-10-201-2/+4
|\
| * - Fixed possible NULL ptr dereferenceFelipe Pena2013-10-201-2/+4
* | Retruning SUCCESS/FAILURE instead of intXinchen Hui2013-10-181-2/+2
* | Add ability of alias resolving (it cause problem while work with opcache)Xinchen Hui2013-10-171-0/+11
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-1/+1
|/
* Merge branch 'PHP-5.3' into PHP-5.4Pierre Joye2013-05-141-0/+8
|\
| * more check for php_stream_fopen_tmpfile failurePierre Joye2013-05-141-0/+8
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-061-1/+1
|\ \ | |/
| * bump yearXinchen Hui2013-01-061-1/+1
| * fixed a typo in the error messageAnatoliy Belsky2012-10-251-1/+1
| * Fixed bug #63297 Phar fails to write an openssl based signatureAnatoliy Belsky2012-10-241-6/+20
* | merged changes for bug #63297 from 5.3Anatoliy Belsky2012-10-251-6/+20
* | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-191-2/+0
|\ \ | |/
| * - Value stored to var is never usedFelipe Pena2012-08-191-2/+0
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fixed bug#53872 (internal corruption of phar)Hannes Magnusson2011-08-291-4/+6
| * Initialize variable with fixed value for avoiding compile warningsXinchen Hui2011-08-071-1/+4
| * - Year++Felipe Pena2011-01-011-1/+1
| * Merge safe_mode changes into extensions that are in sync in both branchesKalle Sommer Nielsen2010-04-261-2/+2
| * begin work on making phar php6-readyGreg Beaver2009-07-241-0/+12
| * fix signature generation/validation for zip archives by phar extension, fix a...Greg Beaver2009-07-241-0/+11
| * MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()Greg Beaver2009-04-291-3/+3
| * MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
| * - MFH Fix dependency from Phar to hashMarcus Boerger2008-11-041-0/+3
| * fix several errors found by valgrindGreg Beaver2008-10-261-2/+3
| * add tests for copy-on-write supportGreg Beaver2008-10-121-1/+15
| * fix reading links from streams (works with PharFileInfo->getContent())Greg Beaver2008-10-111-8/+13
| * fix bug #45907: undefined reference to PHP_SHA512InitGreg Beaver2008-10-091-2/+2
| * fix minor issues found by ICC (unused variables and the like)Greg Beaver2008-09-131-4/+4
| * fix Bug #46060: addEmptyDir() breaksGreg Beaver2008-09-131-5/+5
| * use '\0' instead of 0 for chars, removes intel warningGreg Beaver2008-08-311-4/+4
| * remove unnecessary double variable declarationsGreg Beaver2008-08-311-4/+1
| * use safer strlcpy, patch by Tony DovgalGreg Beaver2008-08-311-2/+2
| * 2 fixes, merge minor fixes from pecl/phar. Merge in corrected fix from pecl/...Greg Beaver2008-08-311-9/+13
| * fix bug #45792: bz2 compressed files in zip failureGreg Beaver2008-08-211-0/+25
| * - ws/cs, macros, code that only affects other branchesSteph Fox2008-08-011-47/+236
| * don't segfault if given invalid/empty private keyAntony Dovgal2008-07-291-0/+7
| * don't free function name before calling the functionAntony Dovgal2008-07-291-2/+6
| * fix foldingAntony Dovgal2008-07-291-13/+35
| * - Fix openssl checkMarcus Boerger2008-07-271-1/+2
| * Fixed directory reanming/deletionDmitry Stogov2008-07-201-44/+5
| * Fixed wrong refcount updatesDmitry Stogov2008-07-101-14/+14
| * - One solution for the openssl issuesSteph Fox2008-06-231-7/+2
| * - ws, typo fixSteph Fox2008-06-221-1/+1
| * - Don't free stuff you still needSteph Fox2008-06-211-2/+2
| * - fix for segfault in 5.2 (patch from Greg)Steph Fox2008-06-211-4/+4