History log of /PHP-8.2/ext/opcache/ZendAccelerator.c (Results 301 – 325 of 735)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 40f463b5 14-Jun-2019 Dmitry Stogov

Backport 91a6cdbff5ebd1ca4db1d6e8c42d3265ce80ace4

# 29902e0e 14-Jun-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
More edge case fixes that may cause bug #78106


# 96a12578 14-Jun-2019 Dmitry Stogov

More edge case fixes that may cause bug #78106

# ca486893 14-Jun-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Attempt to fix edge conditions that may cause bug #78106


# 91a6cdbf 14-Jun-2019 Dmitry Stogov

Attempt to fix edge conditions that may cause bug #78106

# 026023bd 13-Jun-2019 Nikita Popov

Merge branch 'PHP-7.4'


# e5be58f5 13-Jun-2019 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4


# bada2049 13-Jun-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# f1a81380 13-Jun-2019 Nikita Popov

Fixed bug #78106

When disabling opcache during the request via opcache.enable ini
setting, make sure we also disable ZCG(accelerator_enabled).

# e4fae9c0 11-Jun-2019 Nikita Popov

Merge branch 'PHP-7.4'


Revision tags: php-7.3.7RC1, php-7.2.20RC1, php-7.2.19, php-7.3.6, php-7.1.30
# 89b2d886 24-May-2019 Nikita Popov

Register class before fetching parent

We want the class declaration to be available while compiling the
parent class.

# 09a24d0b 10-Jun-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Fixed possible misalignment in 32-bit build.


# 46df9a85 10-Jun-2019 Dmitry Stogov

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fixed possible misalignment in 32-bit build.


# a0749fe4 10-Jun-2019 Dmitry Stogov

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fixed possible misalignment in 32-bit build.


# 199eb2b1 10-Jun-2019 Dmitry Stogov

Fixed possible misalignment in 32-bit build.

# b4a3b49e 31-May-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Better hot/cold code splitting


# 1df9f238 31-May-2019 Dmitry Stogov

Better hot/cold code splitting

# b22cd228 27-May-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Align .text segment for better huge pages usage


# 62ded6ef 27-May-2019 Dmitry Stogov

Align .text segment for better huge pages usage

# 6166e257 26-May-2019 Jakub Zelenka

Merge branch 'PHP-7.4'


# cd6b7ebb 26-May-2019 Jakub Zelenka

Merge branch 'PHP-7.3' into PHP-7.4


# 209b12e0 26-May-2019 Jakub Zelenka

Merge branch 'PHP-7.2' into PHP-7.3


# 8baf3ffd 26-May-2019 Jakub Zelenka

Add fpmi to the opcache supported sapis

# e06ec226 24-May-2019 Nikita Popov

Merge branch 'PHP-7.4'


Revision tags: php-7.2.19RC1, php-7.3.6RC1
# 49a3b03e 08-May-2019 Nikita Popov

Implement basic variance support

This is a minimal variance implementation: It does not support any
cyclic type dependencies. Additionally the preloading requirements
are much more r

Implement basic variance support

This is a minimal variance implementation: It does not support any
cyclic type dependencies. Additionally the preloading requirements
are much more restrictive than necessary. Hopefully we can relax
these in the future.

show more ...

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