History log of /PHP-7.4/ext/phar/util.c (Results 101 – 125 of 135)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 760172fc 13-Sep-2008 Greg Beaver

fix Bug #46060: addEmptyDir() breaks


# 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


# 6ac2c92e 31-Aug-2008 Greg Beaver

2 fixes, merge minor fixes from pecl/phar. Merge in corrected fix from pecl/phar for is_tar setting of tar_type


# c3e84859 21-Aug-2008 Greg Beaver

fix bug #45792: bz2 compressed files in zip failure


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
# 57caabf6 29-Jul-2008 Antony Dovgal

don't segfault if given invalid/empty private key


# 25432061 29-Jul-2008 Antony Dovgal

don't free function name before calling the function


# b53da9cd 29-Jul-2008 Antony Dovgal

fix folding


# fb5c0928 27-Jul-2008 Marcus Boerger

- Fix openssl check


Revision tags: php-4.4.9RC1
# 68537af5 20-Jul-2008 Dmitry Stogov

Fixed directory reanming/deletion


# 478234b2 10-Jul-2008 Dmitry Stogov

Fixed wrong refcount updates


# b9e8695e 23-Jun-2008 Steph Fox

- One solution for the openssl issues
- config.m4 needs bringing into line with config.w32, there may be broken behaviour under *nix until this is done


# 332a185e 22-Jun-2008 Steph Fox

- ws, typo fix


# 0e5b3a35 21-Jun-2008 Steph Fox

- Don't free stuff you still need


# f43a2be8 21-Jun-2008 Steph Fox

- fix for segfault in 5.2 (patch from Greg)


# b964ec6e 21-Jun-2008 Steph Fox

- ws


# 14c26d05 21-Jun-2008 Greg Beaver

fix leak


# 97cf2a15 20-Jun-2008 Steph Fox

- 5_2 compatibility stuff (so we can stay in sync with PECL)


# aff3636d 20-Jun-2008 Greg Beaver

minor performance improvement


# 7cc6b9f3 20-Jun-2008 Greg Beaver

making progress - up to 42/phar vs. 48/disk with these optimizations


# e5e9be2d 18-Jun-2008 Pierre Joye

- really fix the windows builds, don't cast many times when only the hash function requires void **
- copy/paste evilness with TSRM_CC/DC
(tests still pass but would be nice to speed them up.

- really fix the windows builds, don't cast many times when only the hash function requires void **
- copy/paste evilness with TSRM_CC/DC
(tests still pass but would be nice to speed them up...)

show more ...


# cbe23b9f 18-Jun-2008 Greg Beaver

fix windows build and more performance jumps (these are minor)
implement real copy-on-write
use virtual_dirs for wrapper stat


# 5e3f592d 15-Jun-2008 Greg Beaver

fix memleak


123456