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 |
|
#
e2a433fc |
| 31-Jul-2013 |
Dmitry Stogov |
Merge branch 'PHP-5.5' * PHP-5.5: Added opcache.restrict_api configuration directive that may limit usage of OPcahce API functions only to patricular script(s) added test script
Merge branch 'PHP-5.5' * PHP-5.5: Added opcache.restrict_api configuration directive that may limit usage of OPcahce API functions only to patricular script(s) added test script for bug65045. MFH: fixed #65045: mb_convert_encoding breaks well-formed character. Conflicts: NEWS
show more ...
|
#
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 |
|
#
0aa342e9 |
| 30-Jul-2013 |
Dmitry Stogov |
Merge branch 'PHP-5.5' * PHP-5.5: Fixed bug #65338 (Enabling both php_opcache and php_wincache AVs on shutdown). Conflicts: NEWS
|
#
3550f3d0 |
| 30-Jul-2013 |
Dmitry Stogov |
Fixed bug #65338 (Enabling both php_opcache and php_wincache AVs on shutdown). |
#
29433576 |
| 28-Jul-2013 |
Dmitry Stogov |
Merge branch 'PHP-5.5' * PHP-5.5: Merge from GitHub Update NEWS Fixed bug #65336 Conflicts: NEWS
|
#
ae5e70af |
| 28-Jul-2013 |
Dmitry Stogov |
Merge from GitHub |
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 |
|
#
8ac13150 |
| 10-Jun-2013 |
Stanislav Malyshev |
Merge branch 'PHP-5.5' * PHP-5.5: Merge branch 'pull-request/341' Merge branch 'pull-request/341'
|
#
4427d1dc |
| 10-Jun-2013 |
Stanislav Malyshev |
Merge branch 'pull-request/341' * pull-request/341: (23 commits) typofixes |
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 |
|
#
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 |
|
#
6a7088fd |
| 25-Mar-2013 |
Dmitry Stogov |
back to dev (7.0.2-dev) |
#
64b029af |
| 25-Mar-2013 |
Dmitry Stogov |
Separate "start_time" from "last_restart_time" |
#
a3316ffe |
| 25-Mar-2013 |
Dmitry Stogov |
7.0.1 release |
#
7c0bdb9a |
| 25-Mar-2013 |
Stanislav Malyshev |
add definition for 5.5 |
#
c342c9b9 |
| 25-Mar-2013 |
Stanislav Malyshev |
fix bug #64490 - add __FreeBSD_kernel__ to allowed FreeBSD defs |
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
|