summaryrefslogtreecommitdiff
path: root/ext/phar/phar_internal.h
Commit message (Expand)AuthorAgeFilesLines
* re-organize slightly, fix more php6-only compile warnings in php_stream_copy_...Greg Beaver2009-07-261-0/+32
* begin work on making phar php6-readyGreg Beaver2009-07-241-0/+3
* fix Bug #48257: PharData throws exception with non-phar tarGreg Beaver2009-05-131-2/+2
* MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()Greg Beaver2009-04-291-0/+17
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* add tests for copy-on-write supportGreg Beaver2008-10-121-0/+4
* fix bug #45907: undefined reference to PHP_SHA512InitGreg Beaver2008-10-091-1/+1
* increase code coverage, fix bzip2-compressed alias in zipGreg Beaver2008-09-141-1/+1
* fix minor issues found by ICC (unused variables and the like)Greg Beaver2008-09-131-29/+29
* fix bug #45792: bz2 compressed files in zip failureGreg Beaver2008-08-211-0/+1
* - ws/cs, macros, code that only affects other branchesSteph Fox2008-08-011-7/+11
* Improved webPhar speed (frontcontroller11.phar.phpt is disabled, should be re...Dmitry Stogov2008-07-221-1/+7
* Fixed directory reanming/deletionDmitry Stogov2008-07-201-1/+0
* Extensions MUST NOT manipulate with internal functions from EG(function_table...Dmitry Stogov2008-07-101-0/+1
* - Fix macro definition syntaxSteph Fox2008-06-211-1/+2
* define ALLOC_PERMANENT_ZVAL for PHP 5.2Greg Beaver2008-06-211-2/+6
* making progress - up to 42/phar vs. 48/disk with these optimizationsGreg Beaver2008-06-201-2/+7
* - really fix the windows builds, don't cast many times when only the hash fun...Pierre Joye2008-06-181-2/+2
* fix windows build and more performance jumps (these are minor)Greg Beaver2008-06-181-0/+131
* another optimization - move inode hash to initial manifest parsing, improves ...Greg Beaver2008-06-151-0/+13
* minor optimizationGreg Beaver2008-06-151-1/+1
* HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now sp...Greg Beaver2008-06-151-0/+4
* [DOC] implement full signature support for tar-based archives. By default, d...Greg Beaver2008-06-131-1/+1
* full refactor of signatures complete - now to implement them for tar as a sta...Greg Beaver2008-06-131-0/+1
* PHP_5_2 compat - add pestrndup if undefinedGreg Beaver2008-06-131-0/+4
* partial refactor - move signature verification into its own function, in prep...Greg Beaver2008-06-131-0/+1
* [DOC] add phar.cache_list, a PATH_SEPARATOR-separated list of full paths to p...Greg Beaver2008-06-121-0/+9
* add openssl signing support. This adds an extra parameterGreg Beaver2008-06-011-1/+3
* refactor function names for clarity. No functionality changeGreg Beaver2008-05-301-6/+6
* fix offset detection in tar filesGreg Beaver2008-05-211-0/+1
* enable by default statically instead of sharedGreg Beaver2008-05-171-2/+2
* fix potentially major security hole: modification/creation of files in .phar ...Greg Beaver2008-05-151-4/+4
* - MFHSteph Fox2008-05-141-1/+10
* This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.SVN Migration2008-05-121-0/+470