History log of /PHP-8.2/ext/opcache/ZendAccelerator.c (Results 326 – 350 of 735)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# b63cb674 23-May-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Fixed double mutex unlock


# fdb7fc61 23-May-2019 Dmitry Stogov

Fixed double mutex unlock

# 89a7e94f 22-May-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Fixed race condition in opcache restart


# 5de750f4 22-May-2019 Dmitry Stogov

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fixed race condition in opcache restart


# d4867e09 22-May-2019 Dmitry Stogov

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fixed race condition in opcache restart


# fa6a4483 22-May-2019 Dmitry Stogov

Fixed race condition in opcache restart

# 3a76ef3d 22-May-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
.text segment may be not the first one


# 7c99589b 22-May-2019 Dmitry Stogov

.text segment may be not the first one

# 1e10c06f 20-May-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Fixed bug #78014 (Preloaded classes may depend on non-preloaded classes due to unresolved consts)


# f53b9939 20-May-2019 Dmitry Stogov

Fixed bug #78014 (Preloaded classes may depend on non-preloaded classes due to unresolved consts)

# 4d8e0d49 14-May-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Moved NEWS entry
Fixed possible crashes, because of inconsistent PCRE cache and opcache SHM reset


# 7bc4bd02 14-May-2019 Dmitry Stogov

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Moved NEWS entry
Fixed possible crashes, because of inconsistent PCRE cache and opcache SHM reset


# a43678aa 14-May-2019 Dmitry Stogov

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fixed possible crashes, because of inconsistent PCRE cache and opcache SHM reset


# 5c4d125d 14-May-2019 Dmitry Stogov

Fixed possible crashes, because of inconsistent PCRE cache and opcache SHM reset

Revision tags: php-7.1.29, php-7.2.18, php-7.3.5
# 3d2a6d9b 29-Apr-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Also, use ZEND_ACC_PRELOADED for classes


# 8cdd2158 29-Apr-2019 Dmitry Stogov

Also, use ZEND_ACC_PRELOADED for classes

# eeb0842e 17-Apr-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
It's safe to keep old string if it's stored not in SHM.


# 663056aa 17-Apr-2019 Dmitry Stogov

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
It's safe to keep old string if it's stored not in SHM.


# bfadd9fd 17-Apr-2019 Dmitry Stogov

It's safe to keep old string if it's stored not in SHM.

Revision tags: php-7.2.18RC1, php-7.3.5RC1
# 853f881b 11-Apr-2019 Anatol Belski

Avoid code duplication

# 9db2efe2 10-Apr-2019 Nikita Popov

Merge branch 'PHP-7.4'


Revision tags: php-7.2.17, php-7.3.4, php-7.1.28
# eb8c07fe 25-Mar-2019 Nikita Popov

Support VirtualProtect for opcache.protect_memory

Don't enable this on AppVeyor yet, as there is still an open
issue in phar.

# 9a068760 01-Apr-2019 Dmitry Stogov

Added JIT compiler for x86 and x86_64

# d49371fb 26-Mar-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 0122f395 26-Mar-2019 Nikita Popov

Add zend_error_at API that accepts a filename and lineno

Use this for the opcache preloading warnings, as an example usage.

1...<<11121314151617181920>>...30