History log of /PHP-8.2/ext/opcache/ZendAccelerator.c (Results 501 – 525 of 735)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# ecba563f 16-Nov-2016 Dmitry Stogov

Fixed bug #69090 (check cached files permissions)

Revision tags: php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12
# 01a280a9 12-Oct-2016 Mitch Hagstrand

Fixed bug in zend_accel_error() and cleaned up kill_all_lockers()

1. zend_accel_error was only executing clean up if log_verbosity_level is high enough to log
2. Cleaned up kill_all_lock

Fixed bug in zend_accel_error() and cleaned up kill_all_lockers()

1. zend_accel_error was only executing clean up if log_verbosity_level is high enough to log
2. Cleaned up kill_all_lockers function and fixed comments.

(cherry picked from commit bcee2fdbec4f4bba59d4134003cfaf5b1f9b67ab)

show more ...

# bcee2fdb 12-Oct-2016 Mitch Hagstrand

Fixed bug in zend_accel_error() and cleaned up kill_all_lockers()

1. zend_accel_error was only executing clean up if log_verbosity_level is high enough to log
2. Cleaned up kill_all_lock

Fixed bug in zend_accel_error() and cleaned up kill_all_lockers()

1. zend_accel_error was only executing clean up if log_verbosity_level is high enough to log
2. Cleaned up kill_all_lockers function and fixed comments.

show more ...

Revision tags: php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38
# 0045d168 13-Jul-2016 Keyur

Fixes #72590: Opcache restart with kill_all_lockers does not work

ACCEL_LOG_ERROR is special and causes a zend_bailout() and the code
never gets to call kill() in the next line after the

Fixes #72590: Opcache restart with kill_all_lockers does not work

ACCEL_LOG_ERROR is special and causes a zend_bailout() and the code
never gets to call kill() in the next line after the logging. Change
the log level to WARNING.

show more ...

# f9306147 01-Aug-2016 Xinchen Hui

Make the expression more reasonble (by nikic)

# ffa863e8 13-Jul-2016 Keyur

Merge branch 'PHP-7.0'

* PHP-7.0:
Add to NEWS
Fixes #72590: Opcache restart with kill_all_lockers does not work


# b512f4a9 13-Jul-2016 Keyur

Fixes #72590: Opcache restart with kill_all_lockers does not work

ACCEL_LOG_ERROR is special and causes a zend_bailout() and the code
never gets to call kill() in the next line after the

Fixes #72590: Opcache restart with kill_all_lockers does not work

ACCEL_LOG_ERROR is special and causes a zend_bailout() and the code
never gets to call kill() in the next line after the logging. Change
the log level to WARNING.

show more ...

Revision tags: php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8
# 14331620 21-Jun-2016 Dmitry Stogov

Fixed compilation warnings

Revision tags: php-5.6.23
# 16160386 21-Jun-2016 Dmitry Stogov

Added ZEND_ATTRIBUTE_FORMAT to some middind functions.
"%p" replaced by ZEND_LONG_FMT to avoid compilation warnings.
Fixed most incorrect use cases of format specifiers.

Revision tags: php-5.5.37
# 8b823235 20-Jun-2016 Dmitry Stogov

Removed wrong HANDLE_UNBLOCK_INTERRUPTIONS()

# ad55348e 20-Jun-2016 Dmitry Stogov

Protect OPcache from termination during SHM modification.

Revision tags: php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7
# 0d772224 17-May-2016 Dmitry Stogov

Merge branch 'PHP-7.0'

* PHP-7.0:
Use PHP_VERSION as OPcahce version


# d41920c5 17-May-2016 Dmitry Stogov

Use PHP_VERSION as OPcahce version

# 7b94b958 12-May-2016 Dmitry Stogov

Intern some known (and offten used) strings.

Revision tags: php-5.6.22RC1
# 13ea0869 10-May-2016 Dmitry Stogov

Merge branch 'PHP-7.0'

* PHP-7.0:
The "flock" structure has to be writable on AIX.


# f7372f64 10-May-2016 Dmitry Stogov

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
The "flock" structure has to be writable on AIX.


# 90f43caf 10-May-2016 Dmitry Stogov

The "flock" structure has to be writable on AIX.

Revision tags: php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1
# f57c0b32 03-Mar-2016 Nikita Popov

Merge branch 'PHP-7.0'


# 1ac15293 03-Mar-2016 Nikita Popov

Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE

Also re bug #71575.

Revision tags: php-5.6.19, php-5.5.33, php-7.0.4
# 2517835c 24-Feb-2016 Dmitry Stogov

Merge branch 'PHP-7.0'

* PHP-7.0:
Fixed possible crash at PCRE on MSHUTDOWN


# 6842a367 24-Feb-2016 Dmitry Stogov

Fixed possible crash at PCRE on MSHUTDOWN

# 1a469177 24-Feb-2016 Dmitry Stogov

Merge branch 'PHP-7.0'

* PHP-7.0:
Fixed more synchronisation issues during SHM reload


# 43366f8b 24-Feb-2016 Dmitry Stogov

Fixed more synchronisation issues during SHM reload

Revision tags: php-5.6.19RC1
# bbea2ae0 17-Feb-2016 Dmitry Stogov

Merge branch 'PHP-7.0'

* PHP-7.0:
Fixed process synchronisation problem, that may cause crashes after opcache restart


# d2287529 17-Feb-2016 Dmitry Stogov

Fixed process synchronisation problem, that may cause crashes after opcache restart

1...<<21222324252627282930