History log of /PHP-7.4/ext/opcache/ZendAccelerator.c (Results 126 – 150 of 367)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.1.18, php-7.2.6, php-7.2.6RC1, php-7.1.18RC1
# 83f98f73 27-Apr-2018 Dmitry Stogov

Don't store values of PHP_SAPI and PHP_BINARY in file cache, because it may be used by different SAPI.


Revision tags: php-5.6.36, php-7.2.5, php-7.1.17, php-7.0.30, php-7.1.17RC1, php-7.2.5RC1
# cb464a53 03-Apr-2018 Dmitry Stogov

Use "fastcall" calling convention


Revision tags: php-5.6.35, php-7.0.29, php-7.2.4, php-7.1.16, php-7.1.16RC1, php-7.2.4RC1
# 3c6f5523 11-Mar-2018 Anatol Belski

Disable function call under address sanitizer

AddressSanitizer seems not to function properly with suppressions. The
default value is still sufficient for test, thus unblock testing by

Disable function call under address sanitizer

AddressSanitizer seems not to function properly with suppressions. The
default value is still sufficient for test, thus unblock testing by
disabling the function call under AddressSanitizer.

show more ...


# 50949c93 05-Mar-2018 Dmitry Stogov

Replaced usafe reference from SHM to process memory with SHM to SHM reference.


# 350082ed 05-Mar-2018 Dmitry Stogov

Fixed "opcache.file_cache_fallback" mode.

It's not safe to change value of ZCG(accel_directives).file_cache_only, becuse it might be altered by INI subsystem.
Use global variable instead.


Revision tags: php-7.1.15, php-5.6.34
# 6f483dc9 27-Feb-2018 Dmitry Stogov

Use macros to update specific parts of GC_TYPE_INFO() (direct assignments to GC_TYPE(), GC_FLAGS() and GC_INFO() are prohibited)


Revision tags: php-7.2.3, php-7.0.28, php-7.2.3RC1
# 5c05870e 14-Feb-2018 Xinchen Hui

Optimized fast_memcpy with AVX instructions

Great thanks to welting for helping :)


Revision tags: php-7.1.15RC1
# 2d48d734 05-Feb-2018 Gabriel Caruso

Fix some misspellings


Revision tags: php-7.1.14, php-7.2.2, php-7.1.14RC1, php-7.2.2RC1
# c9034c3b 11-Jan-2018 Dmitry Stogov

Get rid of zend_op_array.early_binding


Revision tags: php-7.1.13, php-5.6.33, php-7.2.1
# fbfdd1e1 02-Jan-2018 Lior Kaplan

Happy new year (Update copyright to 2018)


Revision tags: php-7.0.27
# a6519d05 02-Jan-2018 Xinchen Hui

year++


# 7a7ec01a 02-Jan-2018 Xinchen Hui

year++


# ccd4716e 02-Jan-2018 Xinchen Hui

year++


# b6581038 30-Dec-2017 Nikita Popov

Use GC_FLAGS_SHIFT in a few more places

Rather than hardcoding 8.


# 60b2d678 28-Dec-2017 Dmitry Stogov

Fixed bug #75720 (File cache not populated after SHM runs full)


# fc46c4b1 19-Dec-2017 Anatol Belski

Avoid strlen call


Revision tags: php-7.2.1RC1
# e251d9a6 09-Dec-2017 David Carlier

Fix some format specificers

time_t is of 64 bits type on some systems as well.


# 0acda910 08-Dec-2017 Dmitry Stogov

Improved shared interned string table implementation (use less memory and more CPU cache friendly)


# fd453aa1 07-Dec-2017 Dmitry Stogov

Intern string constant values


Revision tags: php-7.1.13RC1, php-7.0.27RC1
# 74c84cd7 04-Dec-2017 Dmitry Stogov

Use zend_string_equal*() API for zend_string equality check instead of direct memcmp() usage.


# e221e737 30-Nov-2017 Dmitry Stogov

Avoid function duplication


Revision tags: php-7.2.0, php-7.1.12, php-7.0.26
# 95e9cc28 16-Nov-2017 Nikita Popov

Backport some printf() fixes to 7.2


# 26f8fc83 16-Nov-2017 Nikita Popov

Enable and fix printf() format warnings

Add _unchecked() variants of zend_spprintf and zend_strpprintf for
cases where we specifically want to disable these checks, such as
use of %H.


Revision tags: php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1
# f2b91b31 02-Nov-2017 Dmitry Stogov

Switch back from "request" interned strings storage to "permanent" in MSHUTDOWN


# 5baf657d 01-Nov-2017 Dmitry Stogov

Revert "Fixed string interning during constants substitution"

This reverts commit e0924c52fc7c69b483b5416c609ce7f008584845.


12345678910>>...15