History log of /PHP-8.1/ext/opcache/zend_shared_alloc.c (Results 51 – 71 of 71)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18
# c00424e4 15-Oct-2014 Anatol Belski

bring back all the TSRMLS_FETCH() stuff

for better comparability with the mainstream

Revision tags: php-5.4.34
# e1cd0e0a 10-Oct-2014 Anatol Belski

Merge remote-tracking branch 'origin/master' into native-tls

* origin/master: (40 commits)
int to size_t where the underlaying API supports it
use php_socket_t instead of int

Merge remote-tracking branch 'origin/master' into native-tls

* origin/master: (40 commits)
int to size_t where the underlaying API supports it
use php_socket_t instead of int
fix signed/unsigned mismatch warning
fix compilation warning
Improved specialisation $this variable accessed through IS_UNUSED operand must be IS_OBJECT, so we don't have to check for its type or perform dereference.
Add notes about get_class_entry/get_class_name to UPGRADING
Fix casts in GD
Drop redundant casting code from ext/filter
update NEWS
update NEWS
update NEWS
update NEWS
Added note to UPGRADING regarding 64-bit support in pack()/unpack()
pack(): Use SIZEOF_ZEND_LONG instead of SIZEOF_LONG
Add 64 bit formats to pack() and unpack()
Help to CPU branch predictor
Removed unused EG(orig_error_reporting)
Update get_class_name semantics
Remove Z_OBJ_CLASS_NAME_P
Improved VM stack primitives for fast paths. Slow paths are not inlined anymore.
...

show more ...


# 9b0b3027 09-Oct-2014 Dmitry Stogov

Copy all the arena allocated data from SHM to process memory at once

Revision tags: php-5.5.18RC1, php-5.6.1
# ed6f24b9 26-Sep-2014 Anatol Belski

cleanup TSRMLS_FETCH in ext/opcache

Revision tags: php-5.6.2, php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE
# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1

Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# 476bdbf8 19-Aug-2014 Anatol Belski

ported opcache

Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28
# 72c287bd 21-Apr-2014 Dmitry Stogov

Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word

Revision tags: php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1
# 479f520d 09-Apr-2014 Dmitry Stogov

Fixed store of "shared" zend_strings

Revision tags: php-5.4.27, php-5.5.11
# 47fdb9ea 31-Mar-2014 Dmitry Stogov

fixed craches at request shutdown and memory leaks

# 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, 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, php-5.5.8, php-5.4.24
# 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, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, 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, php-5.5.2RC1, php-5.4.18RC2, 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
# 2e9d3e8b 10-Jun-2013 Dmitry Stogov

Use size_t instead of int

Revision tags: php-5.5.0RC3, php-5.3.26, php-5.4.16
# 4c762152 29-May-2013 Rasmus Lerdorf

Use size_t everywhere instead

# 29ee4b81 29-May-2013 Rasmus Lerdorf

This needs to be a long
Otherwise we are limited to a 32G opcache segment

Revision tags: 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
# 0704e4ba 18-Apr-2013 Xinchen Hui

Fixed compiler warning "cast from pointer to integer of different size"

Revision tags: php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1
# 037ea6f3 28-Mar-2013 Dmitry Stogov

Reimplemented OPcache restart trigger. Now, if memory or hash are full the restart is scheduled only in case the amount of wasted memory is above opcache.max_wasted_percentage. Otherwise OPcahce cont

Reimplemented OPcache restart trigger. Now, if memory or hash are full the restart is scheduled only in case the amount of wasted memory is above opcache.max_wasted_percentage. Otherwise OPcahce continue serving the following requests using already cached files, but doesn't try to add new files (the cache is full anyway).

show more ...

Revision tags: php-5.4.14RC1, php-5.5.0beta2
# 91ab11ed 27-Mar-2013 Dmitry Stogov

Fixed issue #76 (actually we don't need zend_shared_memory_block_header at all)

Revision tags: php-5.5.0beta1
# a62ffb72 19-Mar-2013 Dmitry Stogov

Renamed Zend Optimizer+ into Zend OPcache

# 1fe43d07 18-Mar-2013 Dmitry Stogov

Add oom, wasted, hash and manual restart counters to help identify potential configuration problems

# 34d3202e 15-Mar-2013 Dmitry Stogov

Merge Zend Optimizer+

git-subtree-dir: ext/opcache
git-subtree-mainline: b1dbfb73571b051fef055dc371e05163cf73eb8b
git-subtree-split: 8d35170c5fe9b9c0c864b7a6c4dc6b0149809569


123