History log of /PHP-8.2/ext/opcache/ZendAccelerator.c (Results 401 – 425 of 735)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-7.2.10RC1
# fc8d6b67 22-Aug-2018 Dmitry Stogov

Introduced ZEND_COMPILE_IGNORE_OTHER_FILES compiler option, to allow "separate" file compilation (unaffected but previously compiled files), without CG(function_table)/CG(class_table) manipulation.

# a8394a9f 16-Aug-2018 Xinchen Hui

Merge branch 'PHP-7.3'

* PHP-7.3:
Update NEWS
Update NEWS
Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar file)


# 1ea23957 16-Aug-2018 Xinchen Hui

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Update NEWS
Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar file)


# a879f4dd 16-Aug-2018 Xinchen Hui

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar file)


# 8c92442b 16-Aug-2018 Xinchen Hui

Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar file)

Revision tags: php-7.1.21, php-7.2.9, php-7.3.0beta2
# 84b195d9 10-Aug-2018 Gabriel Caruso

Fix some misspellings

Revision tags: php-7.1.21RC1, php-7.3.0beta1, php-7.2.9RC1, php-5.6.37, php-7.1.20, php-7.3.0alpha4, php-7.0.31, php-7.2.8, php-7.1.20RC1, php-7.2.8RC1, php-7.3.0alpha3, php-7.3.0alpha2, php-7.1.19, php-7.2.7, php-7.1.19RC1, php-7.3.0alpha1, php-7.2.7RC1
# ca2e9df5 31-May-2018 Anatol Belski

Fix AVX part

# 45d62d9f 30-May-2018 Dmitry Stogov

Use SSE/AVX instructions

# 5eb1f92f 28-May-2018 Dmitry Stogov

Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence.

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

# 44e1d2f8 06-Mar-2018 Dmitry Stogov

Merge branch 'PHP-7.2'

* PHP-7.2:
Replaced usafe reference from SHM to process memory with SHM to SHM reference.


# 020a02ef 05-Mar-2018 Dmitry Stogov

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Replaced usafe reference from SHM to process memory with SHM to SHM reference.


# 50949c93 05-Mar-2018 Dmitry Stogov

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

# f32b7dbc 05-Mar-2018 Dmitry Stogov

Merge branch 'PHP-7.2'

* PHP-7.2:
Fixed "opcache.file_cache_fallback" mode.


# a8fbb153 05-Mar-2018 Dmitry Stogov

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fixed "opcache.file_cache_fallback" mode.


# 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

# a76eeea7 03-Jan-2018 Xinchen Hui

Merge branch 'PHP-7.2'

* PHP-7.2:
Happy new year (Update copyright to 2018)

Conflicts:
ext/phar/LICENSE


# 0e62639d 03-Jan-2018 Xinchen Hui

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Happy new year (Update copyright to 2018)


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)

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