History log of /PHP-5.5/ext/phar/phar.c (Results 76 – 100 of 131)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


Revision tags: php-4.4.9RC1
# c48c63f5 22-Jul-2008 Dmitry Stogov

Improved webPhar speed (frontcontroller11.phar.phpt is disabled, should be removed)


# 68537af5 20-Jul-2008 Dmitry Stogov

Fixed directory reanming/deletion


# 67b77b06 17-Jul-2008 Dmitry Stogov

Fixed search on uninitialized data


# 5c631e87 17-Jul-2008 Dmitry Stogov

Fixed wrong arguments order


# 53bbf123 10-Jul-2008 Dmitry Stogov

Extensions MUST NOT manipulate with internal functions from EG(function_table) in run-time. It may cause problems with opcode caches and in multi-threaded environment. Now the same functions are over

Extensions MUST NOT manipulate with internal functions from EG(function_table) in run-time. It may cause problems with opcode caches and in multi-threaded environment. Now the same functions are overriden at MINIT and call original functions or PHAR ones dependent on flag setting.

show more ...


# ae7eff10 09-Jul-2008 Antony Dovgal

add zero-terminator to the delimiter (and make valgrind happy)


123456