]> granicus.if.org Git - php/commit
Merge branch 'PHP-5.5'
authorDmitry Stogov <dmitry@zend.com>
Thu, 28 Mar 2013 09:47:38 +0000 (13:47 +0400)
committerDmitry Stogov <dmitry@zend.com>
Thu, 28 Mar 2013 09:47:38 +0000 (13:47 +0400)
commit07a6f3c6778215837b9324fb92c1dc81e52a946a
treeaad5d115072562a46266ccd04a2b065fcd243eaa
parentc4657614befba34b4844b4065e5baf1b2fcf67ce
parent3ae5c55596c34cefa1a78b971df1ffffce5cf4a7
Merge branch 'PHP-5.5'

* PHP-5.5:
  don't optimize script if it's not going to be cached
  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).