History log of /PHP-5.6/ext/phar/func_interceptors.c (Results 26 – 44 of 44)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9eb83b6a 13-Sep-2008 Greg Beaver

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


# 27cf2756 31-Aug-2008 Greg Beaver

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


# 5c374902 31-Aug-2008 Greg Beaver

remove unused variables, merge from pecl/phar


# a7da5249 31-Aug-2008 Greg Beaver

WS merge from pecl/phar


# 878946a3 14-Aug-2008 Dmitry Stogov

Fixed bug #45613 Segfault when using is_file() on Apache-2.2.8


# bfb468c2 12-Aug-2008 Marcus Boerger

- Fix http://bugs.php.net/bug.php?id=45613


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, php-4.4.9RC1
# 0be3a5dc 11-Jul-2008 Antony Dovgal

drop unused var


# 120f19b6 11-Jul-2008 Antony Dovgal

fix function protos and is_link() wrapper


# 478234b2 10-Jul-2008 Dmitry Stogov

Fixed wrong refcount updates


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


# 35e0565a 21-Jun-2008 Steph Fox

- Kill a couple of double frees and a memleak
@Greg: You may want to run valgrind over the filestat functions before release..


# 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


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


# 84eb9cc1 12-Jun-2008 Greg Beaver

ensure we don't try to use an unitialized hash table


# 279771dc 12-Jun-2008 Greg Beaver

fix error messages


# 6a0682d9 14-May-2008 Steph Fox

- MFH
- Make internal code forward-compatible. This included a binary cast in the default stub, hence test updates.


Revision tags: RELEASE_1_2_5
# 16b4d8e0 12-May-2008 SVN Migration

This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.


12