History log of /PHP-7.4/ext/opcache/ZendAccelerator.c (Results 76 – 100 of 367)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.1.27, php-7.3.3, php-7.2.16
# bb75a537 22-Feb-2019 Nikita Popov

Fix get_unresolved_initializer for static props

For static props the offset is a simple index.


# 22691f9e 22-Feb-2019 Dmitry Stogov

Use different method to suppress "false" memory leak reports


# 6b110b15 21-Feb-2019 Nikita Popov

Fixed bug #77643

Resolve property initializers against the correct class, even when
parent slots are reused.


# 0989b700 21-Feb-2019 Nikita Popov

Print more precise warning for unresolved constants


# 16d0824a 20-Feb-2019 Dmitry Stogov

Supress memory leak reports


# 4f2ad75d 20-Feb-2019 Dmitry Stogov

Remember __COMPILER_HALT_OFFSET__(s) in preloaded scripts


# c143794d 20-Feb-2019 Dmitry Stogov

Prevent error reporting during preloading request start-up


# 6b002389 19-Feb-2019 Dmitry Stogov

Order of classes may matter


# 0510b41a 19-Feb-2019 Dmitry Stogov

Don't restrict preloading with "open_basedir" directive.


# 26ab6edf 19-Feb-2019 Dmitry Stogov

Accurate handling of not preloaded classes


# 1f2dc049 19-Feb-2019 Dmitry Stogov

Don't try to eliminate requre/include with stream wrappers


# 440cdf78 19-Feb-2019 Dmitry Stogov

Stop PHP in case of fatal error during preloading


# eb03df81 19-Feb-2019 Dmitry Stogov

ws


Revision tags: php-7.3.3RC1, php-7.2.16RC1
# 3ef9f23f 18-Feb-2019 Dmitry Stogov

Fixed use-after-free during preloading, when q class with unresolved constant uses a preloaded trait.


# 05363890 18-Feb-2019 Nikita Popov

Release constant names during preloading


# e15d657c 15-Feb-2019 Nikita Popov

Link anonymous classes during preloading


# 970dcd24 15-Feb-2019 Nikita Popov

Don't assume that all includes have been executed


# 1b31b45f 15-Feb-2019 Nikita Popov

Set filename & lineno information for preload inheritance error


# 92fae00e 15-Feb-2019 Nikita Popov

Handle bailouts during preload linking


# a9497cec 15-Feb-2019 Nikita Popov

Fix preload auto globals handling

We need to compute the auto globals mask before EG(symbol_table)
is cleaned out.


# ade9d5e9 15-Feb-2019 Nikita Popov

Suppress zend_throw_error during preload constant resolution

Related to bug #77615.


# c1500795 15-Feb-2019 Nikita Popov

Add preloading support for typed properties

During preloading, try to resolve all property types to CEs. Add a
flag that tracks this. If not all property types can be resolved,
then

Add preloading support for typed properties

During preloading, try to resolve all property types to CEs. Add a
flag that tracks this. If not all property types can be resolved,
then the class is not eligible for preloading.

show more ...


# 92227026 12-Feb-2019 Dmitry Stogov

Avoid dependency on "struct flock" fields order.


Revision tags: php-7.2.15, php-7.3.2
# c245898b 03-Feb-2019 Peter Kokot

Update and fix remaining year ranges (2019)

This patch follows previous license year ranges updates. With new
approach source code files now have simplified headers with license
info

Update and fix remaining year ranges (2019)

This patch follows previous license year ranges updates. With new
approach source code files now have simplified headers with license
information without year ranges.

show more ...


# c32da66e 07-Feb-2019 Nikita Popov

Remove --disable-opcache-filecache option

This is no longer an experimental feature, and we have the ability
to control this at runtime via an ini setting.


12345678910>>...15