History log of /PHP-8.2/ext/phar/zip.c (Results 76 – 100 of 120)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 103ded60 16-May-2011 Johannes Schlüter

- Handle error if tempfile can't be opened, found by parfait


# c61d1259 16-May-2011 Johannes Schlüter

- Handle error if tempfile can't be opened, found by parfait


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1
# f4c46848 20-Jan-2011 Ilia Alshanetsky

Fixed variable overloading


# e3d1ab78 20-Jan-2011 Ilia Alshanetsky

Fixed variable overloading


Revision tags: 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, 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


# cd23986a 24-Jul-2009 Greg Beaver

fix --CLEAN-- of all.phpt, remove unnecessary check in phar_convert_again.phpt, and fix signature generation and checking for zip to also include central directory up to the signature, implement bett

fix --CLEAN-- of all.phpt, remove unnecessary check in phar_convert_again.phpt, and fix signature generation and checking for zip to also include central directory up to the signature, implement better check for end-of-zip at signature verification

show more ...


# e1962da7 24-Jul-2009 Greg Beaver

fix minor memory leak


# 42e0e5df 24-Jul-2009 Greg Beaver

fix signature generation/validation for zip archives by phar extension, fix a few edge cases where memory was leaked on error conditions by missing efree()


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, 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
# a6298331 01-Mar-2009 Greg Beaver

update NEWS with phar enabling, fix swapping of time/date in timestamp saving for zip, which can cause crash on windows


Revision tags: php-5.2.9
# 7707318d 21-Feb-2009 Greg Beaver

cosmetics: fix warning (only affects suncc)


# 2344d800 20-Feb-2009 Greg Beaver

fix zip access to work in all compilers, present and future, and on all arches without potential for bus errors. This removes PHAR_ZIP_PACK in favor of a safer approach


Revision tags: php-5.2.9RC3
# c351b71f 16-Feb-2009 Greg Beaver

fix memleaks on zip corruption


# 625eb9e0 15-Feb-2009 Greg Beaver

fix remaining big-endian issues with phar


# 9221abd0 15-Feb-2009 Greg Beaver

fix getting/setting of all 16/32 values in zip


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 ...


# bf268a68 11-Oct-2008 Greg Beaver

cosmetics/maintainability: reduce code redundancy on error conditions


# eb41e0d6 11-Oct-2008 Greg Beaver

work around crap stream filter implementation, update tests for compressed aliases in zip-based phar so they actually test the compression


Revision tags: php-5.2.7RC1
# 498ffbc8 22-Sep-2008 Greg Beaver

workaround for Bug #46147 for PHP < 5.2.7


12345