summaryrefslogtreecommitdiff
path: root/ext/phar/stream.c
Commit message (Expand)AuthorAgeFilesLines
* master renames phase 3Anatol Belski2014-08-251-5/+5
* master renames phase 1Anatol Belski2014-08-251-12/+12
* ported ext/pharAnatol Belski2014-08-191-5/+5
* basic macro replacements, all at onceAnatol Belski2014-08-191-3/+3
* Use new hash iteration API and avoid old zend_hash_update_current_key() hackDmitry Stogov2014-05-191-25/+23
* Fixed pointer mess (use * instead of **)Dmitry Stogov2014-05-161-2/+2
* Support for ext/phar (incomplete)Dmitry Stogov2014-05-081-81/+71
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-3/+3
* Bump yearXinchen Hui2014-01-031-1/+1
* Remove PHAR_(Z)STR* usagesNikita Popov2013-09-131-37/+16
* Remove version checks in pharNikita Popov2013-09-131-12/+0
* Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-5/+5
* HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-4/+4
* Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-02-211-2/+5
|\
| * PHAR should modify entry timestamp when it's modifiedDmitry Stogov2013-02-211-2/+5
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-061-1/+1
|\ \ | |/
| * bump yearXinchen Hui2013-01-061-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-211-12/+1
|\ \ | |/
| * - Removed PHP 6 checksFelipe Pena2012-08-211-12/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Initialize variable with fixed value for avoiding compile warningsXinchen Hui2011-08-071-0/+2
| * - Year++Felipe Pena2011-01-011-1/+1
| * Fixed bug #53541 (format string bug in ext/phar).Ilia Alshanetsky2010-12-141-1/+1
| * - fix string validation, MOPS-2010-24Pierre Joye2010-08-201-1/+1
| * Fixed string format validation inside phar extension. Reported by Stefan EsserIlia Alshanetsky2010-04-271-7/+7
| * - Unifiy that messageHannes Magnusson2010-04-271-4/+4
| * mention which setting!Hannes Magnusson2010-04-251-2/+2
| * fix basic phar test issues, failing tests phar_oo_009.phpt and phar_buildfrom...Greg Beaver2009-07-261-0/+12
| * begin work on making phar php6-readyGreg Beaver2009-07-241-0/+6
| * fix bug #47085:rename() returns true even if the file in PHAR does not existGreg Beaver2009-02-031-0/+8
| * MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
| * fix links for fseek as wellGreg Beaver2008-10-111-3/+10
| * fix reading links from streams (works with PharFileInfo->getContent())Greg Beaver2008-10-111-3/+10
| * fix 017.phpt in streams.c, and very dangerous intercepting of file functions ...Greg Beaver2008-09-261-8/+1
| * fix minor issues found by ICC (unused variables and the like)Greg Beaver2008-09-131-9/+7
| * merge from pecl/phar strlen optimizationsGreg Beaver2008-08-311-3/+5
| * 2 fixes, merge minor fixes from pecl/phar. Merge in corrected fix from pecl/...Greg Beaver2008-08-311-1/+1
| * sync with pecl/phar, this does not change any functionality in PHP 5.3, but m...Greg Beaver2008-08-301-22/+48
| * fix bug #45792: bz2 compressed files in zip failureGreg Beaver2008-08-211-2/+3
| * Fixed bug #44100 (Inconsistent handling of static array declarations with dup...Dmitry Stogov2008-08-011-3/+3
| * - ws/cs, macros, code that only affects other branchesSteph Fox2008-08-011-41/+39
| * fix foldingAntony Dovgal2008-07-291-0/+9
| * Fixed directory reanming/deletionDmitry Stogov2008-07-201-7/+87
| * Fixed access to freed memoryDmitry Stogov2008-07-181-1/+2
| * Fixed wrong refcount updatesDmitry Stogov2008-07-101-1/+1
| * in preparation for a performance optimization that involvesGreg Beaver2008-06-271-1/+56
| * fix windows build and more performance jumps (these are minor)Greg Beaver2008-06-181-67/+65
| * another optimization - move inode hash to initial manifest parsing, improves ...Greg Beaver2008-06-151-16/+3
| * HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now sp...Greg Beaver2008-06-151-0/+3
| * refactor function names for clarity. No functionality changeGreg Beaver2008-05-301-7/+7