History log of /PHP-8.0/ext/opcache/zend_accelerator_module.c (Results 126 – 146 of 146)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1
# a8c7e50f 26-Nov-2013 Dmitry Stogov

Fixed bug #65559 (Opcache: cache not cleared if changes occur while running)


Revision tags: php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1
# eb22041f 28-Oct-2013 Dmitry Stogov

Increased limit for opcache.max_accelerated_files to 1,000,000. (Chris)


# e30b2aae 17-Oct-2013 Anatol Belski

initial move on renaming files and fixing includes


Revision tags: php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1
# 69454d9f 25-Sep-2013 Dmitry Stogov

Added function opcache_compile_file() to load PHP scripts into cache without execution.


Revision tags: php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18
# d69b3d8f 31-Jul-2013 Dmitry Stogov

Added opcache.restrict_api configuration directive that may limit usage of OPcahce API functions only to patricular script(s)


Revision tags: php-5.5.2RC1, php-5.4.18RC2
# 3550f3d0 30-Jul-2013 Dmitry Stogov

Fixed bug #65338 (Enabling both php_opcache and php_wincache AVs on shutdown).


Revision tags: php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, 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
# 2b3a4afc 10-Apr-2013 Dmitry Stogov

Added missing ARG_INFO


Revision tags: php-5.4.14, php-5.3.24, php-5.5.0beta3
# 4bf1f380 09-Apr-2013 Dmitry Stogov

Fixed ZTS build


# 4cf00c08 09-Apr-2013 Dmitry Stogov

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


Revision tags: php-5.3.24RC1
# 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 ...


Revision tags: php-5.4.14RC1
# 1556d5df 27-Mar-2013 Dmitry Stogov

Fixed issue #74 (Allowed per request OPcache disabling)


Revision tags: php-5.5.0beta2
# 64b029af 25-Mar-2013 Dmitry Stogov

Separate "start_time" from "last_restart_time"


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

strlen() returns size_t


# a62ffb72 19-Mar-2013 Dmitry Stogov

Renamed Zend Optimizer+ into Zend OPcache


# 840c0d60 19-Mar-2013 Dmitry Stogov

Add stats to phpinfo


# 5b0879e7 18-Mar-2013 Dmitry Stogov

Avoid trailing line break


# 1fe43d07 18-Mar-2013 Dmitry Stogov

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


# ccf7d7cc 18-Mar-2013 Dmitry Stogov

Add optional flag to opcache_get_status()


# dcc927d3 17-Mar-2013 Dmitry Stogov

Load "black list" only if O+ is enabled


# e66c8681 17-Mar-2013 Dmitry Stogov

Made opcache_get_status() return statistics during O+ restart


# 92430bcf 16-Mar-2013 Dmitry Stogov

Fixed compatibility with ext/phar


123456