#
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
|
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
|
#
d61f32d0 |
| 13-Jun-2008 |
Felipe Pena |
- Fix build (ZTS)
|
#
9c8d13fd |
| 13-Jun-2008 |
Greg Beaver |
partial refactor - move signature verification into its own function, in preparation for tar/zip signature support. next is signature creation
|