History log of /PHP-8.0/ext/opcache/ZendAccelerator.h (Results 76 – 100 of 109)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE
# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# fdbbe5fa 20-Aug-2014 Anatol Belski

fixed some incompatible types


# 476bdbf8 19-Aug-2014 Anatol Belski

ported opcache


# e2522b4f 15-Aug-2014 Xinchen Hui

Remove old version PHP supports


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1
# 15ba03fc 09-Jun-2014 Dmitry Stogov

Avoid repeatable zend_is_autogolobal() calls


Revision tags: php-5.6.0beta4, php-5.4.29, php-5.5.13
# 3fff53fc 18-May-2014 Dmitry Stogov

Optimize ZEND_POW (Rouven Weßling)


Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28
# e96073b1 17-Apr-2014 Dmitry Stogov

Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal no

Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal now accept pointer to zval or cache_slot directly.
Calls of such functiond that now accept cache_slot need to be changed to pass -1 instead of NULL.

show more ...


Revision tags: php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1, php-5.4.27, php-5.5.11
# 5324f22f 28-Mar-2014 Dmitry Stogov

ext/opcache refactoring (incomplete)


Revision tags: php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3
# f06b3432 21-Feb-2014 Dmitry Stogov

Updated opcache version


Revision tags: php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2
# f4cfaf36 10-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1
# c99f164b 20-Jan-2014 Xinchen Hui

release 7.0.3


Revision tags: php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


Revision tags: php-5.4.24RC1, php-5.5.8RC1
# 0dcaf0f4 23-Dec-2013 Dmitry Stogov

Fixed Issue #140: "opcache.enable_file_override" doesn't respect "opcache.revalidate_freq"


# 0fc8e6af 12-Dec-2013 Kalle Sommer Nielsen

Eliminate another straight forward TSRMLS_FETCH() in zend_startup_module()

# For THTTPD:
# The code that uses a call to this function is for older versions of PHP anyway so its not cover

Eliminate another straight forward TSRMLS_FETCH() in zend_startup_module()

# For THTTPD:
# The code that uses a call to this function is for older versions of PHP anyway so its not covered

# For Zend OpCache:
# Added a new define for 5.6 and wrapped the code around that so its still compatible with older version

show more ...


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, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1
# f9048300 27-Sep-2013 Dmitry Stogov

Added support for GNU Hurd. (Svante Signell)


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


# ae5e70af 28-Jul-2013 Dmitry Stogov

Merge from GitHub


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
# 4427d1dc 10-Jun-2013 Stanislav Malyshev

Merge branch 'pull-request/341'

* pull-request/341: (23 commits)
typofixes


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
# 276847ca 11-Apr-2013 Dmitry Stogov

Added script level constant replacement


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


12345