History log of /PHP-5.5/ext/phar/phar_object.c (Results 101 – 125 of 141)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 27cf2756 31-Aug-2008 Greg Beaver

use %u instead of %d, merge from pecl/phar


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


# 6895773a 24-Jul-2008 Steph Fox

- Utilize new UNIX_PATHS flag in SPL
- Fix tests

@Jani: hold back on the bunny-killing, HEAD will be in sync later today


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

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


# 44557cf9 16-Jul-2008 Dmitry Stogov

Improved support for opcode caches. Now some open() syscalls might be eliminated by caches.


# 1cfd92fc 09-Jul-2008 Dmitry Stogov

Fixed efree(NULL)


# 2c9df099 07-Jul-2008 Steph Fox

- We forgot to check that the phar exists before trying to extract files from it :)


# 8bf72978 24-Jun-2008 Greg Beaver

fix several issues:
1) segfault in phar_buildfromdirectoryiterator8.phpt
2) tests failing because SKIPDOTS is default on 64 bit, not on 32
3) Marcus, you really need to add SKIPDOTS as a

fix several issues:
1) segfault in phar_buildfromdirectoryiterator8.phpt
2) tests failing because SKIPDOTS is default on 64 bit, not on 32
3) Marcus, you really need to add SKIPDOTS as a class constant, so we don't have to use 0x00001000

show more ...


# 10f6d9a5 23-Jun-2008 Greg Beaver

true fix for potential segfault in phar_build


# c68a82ac 22-Jun-2008 Steph Fox

- Revert the two blocks of code that implement the phar_build optimization, causes segfaults under *nix
- Leave the new structure in place to make re-implementation trivial


# 332a185e 22-Jun-2008 Steph Fox

- ws, typo fix


# b964ec6e 21-Jun-2008 Steph Fox

- ws


# baee4e602 21-Jun-2008 Greg Beaver

close stream on failure


# 529aa19c 21-Jun-2008 Greg Beaver

82x(./profile2) speedup for buildFrom*()


# 62726c96 20-Jun-2008 Johannes Schlüter

- Fix ZTS build (not required on HEAD, patch by Uwe Pries)


# 7cc6b9f3 20-Jun-2008 Greg Beaver

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


# 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


# 41047860 15-Jun-2008 Greg Beaver

another optimization - move inode hash to initial manifest parsing, improves runtime perf of stat slightly


# d8ed660a 15-Jun-2008 Greg Beaver

minor optimization


Revision tags: BEFORE_NEW_PARAMETER_PARSE
# 04e257a8 15-Jun-2008 Greg Beaver

HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now speed with apc+phar.cache_list = on-disk speedcvs diff -u |less This is by generating a list of virtual directories and usi

HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now speed with apc+phar.cache_list = on-disk speedcvs diff -u |less This is by generating a list of virtual directories and using those in stat calls instead of scanning the whole manifest hash table. on-disk phpMyAdmin = 28 req/sec

show more ...


# 4f9daeed 13-Jun-2008 Greg Beaver

[DOC] implement full signature support for tar-based archives. By default, data archives do
not have a signature, but can have one set via setSignatureAlgorithm()


# 5ff4deaa 13-Jun-2008 Greg Beaver

full refactor of signatures complete - now to implement them for tar as a starting point


# 8b8a64a3 10-Jun-2008 Greg Beaver

fix PHP Bug #45218: PHAR archive built from directory limited by max open file handles


# 159561e9 02-Jun-2008 Marcus Boerger

- Need to use a proper inheritance check


123456