History log of /PHP-8.0/ext/opcache/zend_shared_alloc.c (Results 51 – 63 of 63)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# e02add77 29-May-2013 Rasmus Lerdorf

Use size_t everywhere instead


# 80c13e99 29-May-2013 Rasmus Lerdorf

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


# 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


123