summaryrefslogtreecommitdiff
path: root/ext/phar/stream.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix potentially major security hole: modification/creation of files in .phar ...Greg Beaver2008-05-151-3/+4
* - MFHSteph Fox2008-05-141-6/+10
* This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.SVN Migration2008-05-121-0/+845