History log of /PHP-7.1/ext/opcache/ZendAccelerator.c (Results 151 – 175 of 197)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 47fdb9ea 31-Mar-2014 Dmitry Stogov

fixed craches at request shutdown and memory leaks


# 292b8dff 31-Mar-2014 Dmitry Stogov

Make opcache work (incomplete - optimizer doesn't work yet; crashes on request shutdown)


# 5324f22f 28-Mar-2014 Dmitry Stogov

ext/opcache refactoring (incomplete)


Revision tags: php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3
# 851f3628 21-Feb-2014 Dmitry Stogov

Added information about interned strings usage


Revision tags: php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2
# f4cfaf36 10-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1
# 7359dd6d 15-Jan-2014 Dmitry Stogov

Log information about cached scripts and keys


# 9c32d300 13-Jan-2014 Dmitry Stogov

Fixed ZTS build


# ce2f024e 13-Jan-2014 Dmitry Stogov

Fixed bug #66461 (PHP crashes if opcache.interned_strings_buffer=0)


# ca550248 13-Jan-2014 Dmitry Stogov

Fixed bug #66471 (Keep backward compatibility)


Revision tags: php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# 03a37de9 26-Dec-2013 Dmitry Stogov

Improved empty string handling. Now ZE uses an interned string instead of allocation new empty string each time. (Some extensions might need to be fixed using str_efree() instead of efree() to suppor

Improved empty string handling. Now ZE uses an interned string instead of allocation new empty string each time. (Some extensions might need to be fixed using str_efree() instead of efree() to support interned strings).

show more ...


Revision tags: php-5.4.24RC1, php-5.5.8RC1
# 0dcaf0f4 23-Dec-2013 Dmitry Stogov

Fixed Issue #140: "opcache.enable_file_override" doesn't respect "opcache.revalidate_freq"


# 16e95d91 18-Dec-2013 Dmitry Stogov

Fixed reavlidate_path=1 behavior to avoid caching of symlinks values.


# 0fc8e6af 12-Dec-2013 Kalle Sommer Nielsen

Eliminate another straight forward TSRMLS_FETCH() in zend_startup_module()

# For THTTPD:
# The code that uses a call to this function is for older versions of PHP anyway so its not cover

Eliminate another straight forward TSRMLS_FETCH() in zend_startup_module()

# For THTTPD:
# The code that uses a call to this function is for older versions of PHP anyway so its not covered

# For Zend OpCache:
# Added a new define for 5.6 and wrapped the code around that so its still compatible with older version

show more ...


Revision tags: php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1
# de658171 26-Nov-2013 Dmitry Stogov

Fixed opcahce_reset() crash when opcache.protect_memory is set


# a8c7e50f 26-Nov-2013 Dmitry Stogov

Fixed bug #65559 (Opcache: cache not cleared if changes occur while running)


Revision tags: php-5.4.22, php-5.5.6
# 915c428b 08-Nov-2013 Dmitry Stogov

Fixed issue #115 (path issue when using phar).
Fixed issue #149 (Phar mount points not working with OPcache enabled).


# 9d75b9fb 06-Nov-2013 Xinchen Hui

Revert "Fixed issue #115 (path issue when using phar)."

We need another better way to fix this

This reverts commit 098855433dc5d609e3970f0bc9d6766c007273f3.

Conflicts:

Revert "Fixed issue #115 (path issue when using phar)."

We need another better way to fix this

This reverts commit 098855433dc5d609e3970f0bc9d6766c007273f3.

Conflicts:
ext/opcache/ZendAccelerator.c

show more ...


Revision tags: php-5.4.22RC1, php-5.5.6RC1
# 60ce3811 21-Oct-2013 Dmitry Stogov

Fixed compilation warning


# 09885543 21-Oct-2013 Xinchen Hui

Fixed issue #115 (path issue when using phar).


# e30b2aae 17-Oct-2013 Anatol Belski

initial move on renaming files and fixing includes


Revision tags: php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1
# 69454d9f 25-Sep-2013 Dmitry Stogov

Added function opcache_compile_file() to load PHP scripts into cache without execution.


# dc8705c2 25-Sep-2013 Dmitry Stogov

Fixed issue #135 (segfault in interned strings if initial memory is too low)


Revision tags: php-5.5.4, php-5.4.20
# 8d860c12 09-Sep-2013 Dmitry Stogov

Fixed issue #128 (opcache_invalidate segmentation fault)


12345678