History log of /PHP-7.4/ext/phar/phar.c (Results 176 – 200 of 237)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.0RC2
# d3438bf9 01-May-2009 Antony Dovgal

initialize ext_len


# 6289c323 30-Apr-2009 Greg Beaver

MFPECL fix PECL Bug #14646: phar error message unclear with php stream wrappers (note: is there a standard way to list PECL bugs in NEWS?)


# 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
# 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
# 625eb9e0 15-Feb-2009 Greg Beaver

fix remaining big-endian issues with phar


Revision tags: php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 6ca15bfe 02-Jan-2009 Ilia Alshanetsky

Fixed a possible crash when phar_create_signature() fails


# 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
# 6ca3ad3f 04-Nov-2008 Marcus Boerger

- MFH We only rely on hash if it is built-in


# 582cdf9a 04-Nov-2008 Marcus Boerger

- MFH Add hash dependency at module source level


# 86f8d0a8 26-Oct-2008 Greg Beaver

fix several errors found by valgrind
1 - entry metadata not properly processed or retrieved from cached phars
2 - copy on write was using a void return value instead of int, a dangerous overs

fix several errors found by valgrind
1 - entry metadata not properly processed or retrieved from cached phars
2 - copy on write was using a void return value instead of int, a dangerous oversight in phar_update_cached_entry
3 - metadata creation in entries for cached phars was causing an invalid read

show more ...


Revision tags: 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
# fffdf661 09-Oct-2008 Greg Beaver

fix bug #45907: undefined reference to PHP_SHA512Init


# dcc919c4 30-Sep-2008 Greg Beaver

fix Bug #46194: SIGSEGV when requested file is not found


# e1d0a964 26-Sep-2008 Greg Beaver

fix 017.phpt in streams.c, and very dangerous intercepting of file functions in all cases introduced in multi-threaded fix


# 18477792 26-Sep-2008 Greg Beaver

fix bug #46178: memory leak in ext/phar


# 9eb83b6a 13-Sep-2008 Greg Beaver

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


# 7b74a771 31-Aug-2008 Steph Fox

- cs, update package files following RC1 (just to keep it all in sync)


# 642f6aa6 31-Aug-2008 Greg Beaver

remove superfluous double variable declaration, merge from pecl/phar


# f679e900 31-Aug-2008 Greg Beaver

remove orphaned code, merge from pecl/phar


# 5c374902 31-Aug-2008 Greg Beaver

remove unused variables, merge from pecl/phar


# c3e84859 21-Aug-2008 Greg Beaver

fix bug #45792: bz2 compressed files in zip failure


# 878946a3 14-Aug-2008 Dmitry Stogov

Fixed bug #45613 Segfault when using is_file() on Apache-2.2.8


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


12345678910