History log of /PHP-8.1/ext/opcache/zend_accelerator_module.c (Results 176 – 200 of 214)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3
# b0927faf 21-Feb-2014 Dmitry Stogov

Merge branch 'PHP-5.6'

* PHP-5.6:
Added information about interned strings usage


# 31f55150 21-Feb-2014 Dmitry Stogov

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Added information about interned strings usage

Conflicts:
NEWS


# 851f3628 21-Feb-2014 Dmitry Stogov

Added information about interned strings usage

# c3b35e25 21-Feb-2014 Dmitry Stogov

Merge branch 'PHP-5.6'

* PHP-5.6:
Added function opcache_is_script_cached(). (Danack)


# b9a87a50 21-Feb-2014 Dmitry Stogov

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Added function opcache_is_script_cached(). (Danack)

Conflicts:
NEWS


# 884bbcd5 21-Feb-2014 Dmitry Stogov

Added function opcache_is_script_cached(). (Danack)

Revision tags: php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1
# 3458dac3 13-Jan-2014 Dmitry Stogov

Merge branch 'PHP-5.6'

* PHP-5.6:
Fixed bug #66471 (Keep backward compatibility)


# ca550248 13-Jan-2014 Dmitry Stogov

Fixed bug #66471 (Keep backward compatibility)

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

Merge branch 'PHP-5.6'


# c081ce62 03-Jan-2014 Xinchen Hui

Bump year

# 47c90277 03-Jan-2014 Xinchen Hui

Bump year

Revision tags: php-5.4.24RC1, php-5.5.8RC1
# 5bc9e006 23-Dec-2013 Dmitry Stogov

Merge branch 'PHP-5.6'

* PHP-5.6:
Fixed Issue #140: "opcache.enable_file_override" doesn't respect "opcache.revalidate_freq"
fix news
opcodes
opcodes

Conflic

Merge branch 'PHP-5.6'

* PHP-5.6:
Fixed Issue #140: "opcache.enable_file_override" doesn't respect "opcache.revalidate_freq"
fix news
opcodes
opcodes

Conflicts:
NEWS

show more ...


# f5c200fc 23-Dec-2013 Dmitry Stogov

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fixed Issue #140: "opcache.enable_file_override" doesn't respect "opcache.revalidate_freq"
opcodes


# 0dcaf0f4 23-Dec-2013 Dmitry Stogov

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

# 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
# 621f83e3 26-Nov-2013 Dmitry Stogov

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fixed bug #65559 (Opcache: cache not cleared if changes occur while running)
bring the news

Conflicts:
NEWS


# 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
# c6759800 05-Nov-2013 Anatol Belski

Merge branch 'pull-request/500'

* pull-request/500:
limit virtual_cwd_activate() duplicated call to ZTS only
reverted the previous commit, both calls are needed in TS mode

Merge branch 'pull-request/500'

* pull-request/500:
limit virtual_cwd_activate() duplicated call to ZTS only
reverted the previous commit, both calls are needed in TS mode
virtual_cwd_activate() should be called only in one place
back to do_alloca()
removed unnecessary call
simplify the state free macros
compact the code to preserve the error info after state freeing
back to do_alloca(), reverted the wrong replacement
enabled windows to use stack in both ts/nts mode, some more fixes
moved to do_alloca() usage where appropriate
fixed invalid free
fixed virtual cwd header in phar
updated NEWS
fixed all the places where last error could be lost
preserve the error code
applied and fixed the original patch
initial move on renaming files and fixing includes

Conflicts:
ext/opcache/ZendAccelerator.c

show more ...


Revision tags: php-5.4.22RC1, php-5.5.6RC1
# eb22041f 28-Oct-2013 Dmitry Stogov

Increased limit for opcache.max_accelerated_files to 1,000,000. (Chris)

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

Revision tags: php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18
# d69b3d8f 31-Jul-2013 Dmitry Stogov

Added opcache.restrict_api configuration directive that may limit usage of OPcahce API functions only to patricular script(s)

Revision tags: php-5.5.2RC1, php-5.4.18RC2
# 3550f3d0 30-Jul-2013 Dmitry Stogov

Fixed bug #65338 (Enabling both php_opcache and php_wincache AVs on shutdown).

Revision tags: php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1
# 2b3a4afc 10-Apr-2013 Dmitry Stogov

Added missing ARG_INFO

Revision tags: php-5.4.14, php-5.3.24, php-5.5.0beta3
# 4bf1f380 09-Apr-2013 Dmitry Stogov

Fixed ZTS build

123456789