]> granicus.if.org Git - php/commitdiff
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)
* 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).


Trivial merge