History log of /php-src/ext/phar/util.c (Results 126 – 150 of 241)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 2a0668d5 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()

# 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}()

# 31f3c2ad 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, 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.

# 7f4dc870 31-Dec-2008 Sebastian Bergmann

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

- MFH Fix dependency from Phar to hash

# 32922907 26-Oct-2008 Greg Beaver

MFB: 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

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

# 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
# c448cb16 12-Oct-2008 Greg Beaver

MFB: 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 th

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

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

# 44cb95a5 11-Oct-2008 Greg Beaver

MFB: fix reading links from streams (works with PharFileInfo->getContent())

# 59379244 11-Oct-2008 Greg Beaver

fix reading links from streams (works with PharFileInfo->getContent())

Revision tags: php-5.2.7RC1
# a4f39f7f 09-Oct-2008 Greg Beaver

MFB: fix bug #45907: undefined reference to PHP_SHA512Init

# fffdf661 09-Oct-2008 Greg Beaver

fix bug #45907: undefined reference to PHP_SHA512Init

# 8db86ad1 13-Sep-2008 Greg Beaver

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

# 9eb83b6a 13-Sep-2008 Greg Beaver

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

# a32388a9 13-Sep-2008 Greg Beaver

MFB: fix Bug #46060: addEmptyDir() breaks

# 760172fc 13-Sep-2008 Greg Beaver

fix Bug #46060: addEmptyDir() breaks

# a2fdf4bb 11-Sep-2008 Greg Beaver

remove weird relic of development past that somehow made it in here on the last commit

# 6391270b 11-Sep-2008 Greg Beaver

MFPHP5: fix Bug #46032: PharData::__construct wrong memory read

# cd011d1e 31-Aug-2008 Steph Fox

- MFB

# 28689c9c 31-Aug-2008 Greg Beaver

use '\0' instead of 0 for chars, removes intel warning

# 9397c4a5 31-Aug-2008 Greg Beaver

remove unnecessary double variable declarations

# 270964c1 31-Aug-2008 Greg Beaver

use safer strlcpy, patch by Tony Dovgal

12345678910