History log of /PHP-8.3/ext/phar/tar.c (Results 76 – 100 of 115)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1, yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1, php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 12d21042 01-Jan-2011 Felipe Pena

- Year++


# d90a33d5 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1, oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 676a8338 03-May-2010 Ilia Alshanetsky

Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER())


# 813e3cf1 03-May-2010 Ilia Alshanetsky

Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER())


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1, php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1
# 01d9f2c9 11-Nov-2009 Greg Beaver

fix PHP Bug #49910: no support for ././@LongLink for long filenames in phar tar support


Revision tags: php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# 732f4af0 26-Jul-2009 Greg Beaver

re-organize slightly, fix more php6-only compile warnings in php_stream_copy_to_mem


# 47442230 22-Jul-2009 Greg Beaver

fix Bug #49021: phar tar signature algorithm reports as Unknown (0) in getSignature() call


# 667c59ab 22-Jul-2009 Greg Beaver

Fix Bug #49020: phar misinterprets ustar long filename standard


# d967e295 22-Jul-2009 Greg Beaver

fix php bug #49018 (phar tar stores long filenames with prefix/name reversed)


# 5dd33065 30-Jun-2009 Greg Beaver

fixed bug #48681 (openssl signature verification for tar archives broken)


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# a8e7103b 04-Jun-2009 Greg Beaver

MFPECL: fix security vulnerability in phar's handling of long tar filenames


Revision tags: php-5.2.10RC1
# 475cf4d2 13-May-2009 Greg Beaver

fix Bug #48257: PharData throws exception with non-phar tar


Revision tags: php-5.3.0RC2
# f2174480 29-Apr-2009 Greg Beaver

MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3
# d3cea8b0 15-Feb-2009 Greg Beaver

fix setting of 32-bit value on big-endian systems


Revision tags: php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2
# 8b793f42 12-Oct-2008 Antony Dovgal

MFH: fix ZTS build


# e16636f0 12-Oct-2008 Greg Beaver

add tests for copy-on-write support
- fix metadata handling with cached phars
- fix virtual_dirs with rmdir
- ensure that after copy-on-write, all existing Phar objects link to the new

add tests for copy-on-write support
- fix metadata handling with cached phars
- fix virtual_dirs with rmdir
- ensure that after copy-on-write, all existing Phar objects link to the newly copied phar data

show more ...


Revision tags: php-5.2.7RC1
# 9eb83b6a 13-Sep-2008 Greg Beaver

fix minor issues found by ICC (unused variables and the like)


# cabf4c48 31-Aug-2008 Greg Beaver

use TAR_FILE instead of '0' and '\0' instead of 0


# b597a9c7 31-Aug-2008 Greg Beaver

hadn't saved tar.c, use '\0' instead of 0 for char values, removes warning in intel compiler


# c73badb3 31-Aug-2008 Greg Beaver

remove superfluous variable declarations, merge WS from pecl/phar


Revision tags: php-4.4.9
# 4e5280a7 01-Aug-2008 Steph Fox

- ws/cs, macros, code that only affects other branches
- some unsynced changes need valgrind testing before they can go into this branch, see PECL/HEAD


Revision tags: php-5.3.0alpha1
# b53da9cd 29-Jul-2008 Antony Dovgal

fix folding


Revision tags: php-4.4.9RC1
# fb448c5c 23-Jun-2008 Greg Beaver

fix tar-related failures


# f3844ecd 22-Jun-2008 Steph Fox

- Revert the tar.c part of the inode calculation fix
- All tests now pass under win32, please test under *nix/osx (4 known fails at present)


12345