Revision tags: php-5.5.1, php-5.4.18RC1 |
|
#
1b06e0be |
| 13-Jul-2013 |
Veres Lajos |
typo fixes
|
#
72085b0e |
| 13-Jul-2013 |
Veres Lajos |
typo fixes
|
Revision tags: php-5.3.27, php-5.4.17 |
|
#
157ccaf5 |
| 25-Jun-2013 |
Xinchen Hui |
Fixed bug #64827 Segfault in zval_mark_grey (zend_gc.c) I can not get a reproduce script since the context is very strict. Of course I will try to make one, but for now, I just comm
Fixed bug #64827 Segfault in zval_mark_grey (zend_gc.c) I can not get a reproduce script since the context is very strict. Of course I will try to make one, but for now, I just commit this first.
show more ...
|
#
f49b27e1 |
| 24-Jun-2013 |
Dmitry Stogov |
OPcache must be compatible with LiteSpeed SAPI
|
Revision tags: php-5.5.0, php-5.3.27RC1, php-5.4.17RC1 |
|
#
53e65292 |
| 10-Jun-2013 |
Dmitry Stogov |
Fixed comments
|
#
23a9bb09 |
| 10-Jun-2013 |
Dmitry Stogov |
Avoid multiple allocations of the same key in different processes
|
#
540488bf |
| 10-Jun-2013 |
Dmitry Stogov |
Compact HashTables before storing them in shared memory
|
Revision tags: 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 |
|
#
276847ca |
| 11-Apr-2013 |
Dmitry Stogov |
Added script level constant replacement
|
Revision tags: php-5.4.14, php-5.3.24, php-5.5.0beta3 |
|
#
4cf00c08 |
| 09-Apr-2013 |
Dmitry Stogov |
Fixed issue #26 (added opcache_invalidate(string $filename [, bool $force = false]) function)
|
Revision tags: php-5.3.24RC1 |
|
#
3ae5c555 |
| 28-Mar-2013 |
Dmitry Stogov |
don't optimize script if it's not going to be cached
|
#
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 ...
|
#
031553cd |
| 28-Mar-2013 |
Dmitry Stogov |
Fixed issue #78 (incorrect file path validation)
|
Revision tags: php-5.4.14RC1, php-5.5.0beta2 |
|
#
f17156c2 |
| 25-Mar-2013 |
Dmitry Stogov |
Fixed copy/paste mistake
|
#
0a00d292 |
| 25-Mar-2013 |
Dmitry Stogov |
Fixed bug #64482 (Opcodes for dynamic includes should not be cached)
|
#
64b029af |
| 25-Mar-2013 |
Dmitry Stogov |
Separate "start_time" from "last_restart_time"
|
#
987dee9c |
| 25-Mar-2013 |
Dmitry Stogov |
Fixed PHP-5.2 ZTS compatibility
|
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
|
#
dcc927d3 |
| 17-Mar-2013 |
Dmitry Stogov |
Load "black list" only if O+ is enabled
|
#
92430bcf |
| 16-Mar-2013 |
Dmitry Stogov |
Fixed compatibility with ext/phar
|