History log of /PHP-5.5/ext/opcache/ZendAccelerator.c (Results 26 – 40 of 40)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.0, php-5.3.27RC1, php-5.4.17RC1
# 53e65292 10-Jun-2013 Dmitry Stogov

Fixed comments


# 23a9bb09 10-Jun-2013 Dmitry Stogov

Avoid multiple allocations of the same key in different processes


# 540488bf 10-Jun-2013 Dmitry Stogov

Compact HashTables before storing them in shared memory


Revision tags: php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3
# 4cf00c08 09-Apr-2013 Dmitry Stogov

Fixed issue #26 (added opcache_invalidate(string $filename [, bool $force = false]) function)


Revision tags: php-5.3.24RC1
# 3ae5c555 28-Mar-2013 Dmitry Stogov

don't optimize script if it's not going to be cached


# 037ea6f3 28-Mar-2013 Dmitry Stogov

Reimplemented OPcache restart trigger. Now, if memory or hash are full the restart is scheduled only in case the amount of wasted memory is above opcache.max_wasted_percentage. Otherwise OPcahce cont

Reimplemented OPcache restart trigger. Now, if memory or hash are full the restart is scheduled only in case the amount of wasted memory is above opcache.max_wasted_percentage. Otherwise OPcahce continue serving the following requests using already cached files, but doesn't try to add new files (the cache is full anyway).

show more ...


# 031553cd 28-Mar-2013 Dmitry Stogov

Fixed issue #78 (incorrect file path validation)


Revision tags: php-5.4.14RC1, php-5.5.0beta2
# f17156c2 25-Mar-2013 Dmitry Stogov

Fixed copy/paste mistake


# 0a00d292 25-Mar-2013 Dmitry Stogov

Fixed bug #64482 (Opcodes for dynamic includes should not be cached)


# 64b029af 25-Mar-2013 Dmitry Stogov

Separate "start_time" from "last_restart_time"


# 987dee9c 25-Mar-2013 Dmitry Stogov

Fixed PHP-5.2 ZTS compatibility


Revision tags: php-5.5.0beta1
# a62ffb72 19-Mar-2013 Dmitry Stogov

Renamed Zend Optimizer+ into Zend OPcache


# 1fe43d07 18-Mar-2013 Dmitry Stogov

Add oom, wasted, hash and manual restart counters to help identify potential configuration problems


# dcc927d3 17-Mar-2013 Dmitry Stogov

Load "black list" only if O+ is enabled


# 92430bcf 16-Mar-2013 Dmitry Stogov

Fixed compatibility with ext/phar


12