History log of /php-src/ext/opcache/zend_accelerator_module.c (Results 51 – 75 of 231)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9
# 20f73d3d 20-Aug-2019 Christoph M. Becker

Fix #78429: opcache_compile_file(__FILE__); segfaults

We have to ensure that OPcache has been properly started up when
`opcache_compile_file()` is called.

# 3be83233 03-Sep-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Execute preload script under user defined by opcache.preload_user directive


# 5dc37cc3 03-Sep-2019 Dmitry Stogov

Execute preload script under user defined by opcache.preload_user directive

# 65fa6dac 30-Aug-2019 Nikita Popov

Add jit_bisect_limit

To help identify which function is being miscompiled.

# 0ab4fca8 26-Aug-2019 Christoph M. Becker

Add ext\opcache stubs

Revision tags: php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1, php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1
# 54401001 17-Jul-2019 Christoph M. Becker

Merge branch 'PHP-7.4'

* PHP-7.4:
Allow multiple cache instances per user/host on Windows


# e2ed7e67 16-Jul-2019 Christoph M. Becker

Allow multiple cache instances per user/host on Windows

Formerly, there was at most a single OPcache instance per user and the
so called system ID (which is determined from the PHP versi

Allow multiple cache instances per user/host on Windows

Formerly, there was at most a single OPcache instance per user and the
so called system ID (which is determined from the PHP version).
Sometimes multiple OPcaches might be desired, though, particularly for
unrelated CLI scripts, which may even be necessary (e.g. for our test
suite in parallel mode).

We therefore introduce a new INI directive `opcache.cache_id` which
allows to configure independent OPcache instances for the same user.

We also use `GetUserNameW()` instead of `php_win32_get_username()`,
because the latter retrieves the user name encoded in the
`default_charset`, which can obviously yield different results for
different charsets, leading to OPcache "incompatibilities". Slightly
worse, some characters may not even be encodeable in the
`default_charset` and would be replaced by question marks, which could
result in different users sharing the same OPcache.

We also refactor, and re-use existing APIs to avoid duplicated code.

show more ...

# 3faa903d 16-Jul-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 49bac9b7 16-Jul-2019 Nikita Popov

Introduce zend_stream_init_filename()

Avoid more ad-hoc initialization of zend_file_handle structures.

# 760308cb 16-Jul-2019 Nikita Popov

Fix build without jit

Revision tags: php-7.2.21RC1, php-7.3.8RC1
# 8a10258a 15-Jul-2019 Nikita Popov

Merge branch 'PHP-7.4'


# a520c242 15-Jul-2019 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4


# 3eb057c4 15-Jul-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# 768ad70f 14-Jul-2019 Andrew Collington

Fix bug #78291 Missing opcache directives

New opcache directives have been added recently which are returned
if using `ini_get_all('zend opcache')` but are not listed in the
directiv

Fix bug #78291 Missing opcache directives

New opcache directives have been added recently which are returned
if using `ini_get_all('zend opcache')` but are not listed in the
directives if using `opcache_get_configuration()`. This fix adds
those missing directives as well as if `opcache.mmap_base` is used
instead of `opcache.lockfile_path`. Also adds a test to ensure the
directives match with both methods of fetching.

show more ...

Revision tags: php-7.4.0alpha3, php-7.3.7, php-7.2.20
# d1141ff2 25-Jun-2019 Christoph M. Becker

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix #78202: Opcache stats for cache hits are capped at 32bit NUM


# ead40e31 25-Jun-2019 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #78202: Opcache stats for cache hits are capped at 32bit NUM


# 18bba63f 25-Jun-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #78202: Opcache stats for cache hits are capped at 32bit NUM


Revision tags: php-7.4.0alpha2
# 4366f22d 25-Jun-2019 Christoph M. Becker

Fix #78202: Opcache stats for cache hits are capped at 32bit NUM

We use the proper format specifiers now.

# 1707f664 21-Jun-2019 Dmitry Stogov

Additional fix for bug #78185 (File cache no longer works)

Revision tags: php-7.3.7RC3, php-7.3.7RC2, php-7.2.20RC2
# 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).

Revision tags: php-7.4.0alpha1, php-7.3.7RC1, php-7.2.20RC1, php-7.2.19, php-7.3.6, php-7.1.30
# 83b12d5b 20-May-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Prevent race condition in opcache_reset()


# e2f8d906 20-May-2019 Dmitry Stogov

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Prevent race condition in opcache_reset()


12345678910