PeeHaa / OpCacheGUI

GUI for PHP's OpCache
1.46k stars 170 forks source link

Configuration Page Notice with PHP7 for opcache.load_comments #69

Closed tmannherz closed 6 years ago

tmannherz commented 8 years ago

The configuration directive opcache.load_comments has been removed in PHP 7.

On the OpCache Configuration page, the following notice is generated:

Notice: Undefined index: opcache.load_comments in opcache/src/OpCacheGUI/OpCache/Configuration.php on line 82

http://git.php.net/?p=php-src.git;a=commitdiff;h=0a21a0c752a06d25704e04c15464700f75164849

lexa-uw commented 8 years ago

+1

vredeling commented 7 years ago

indeed: http://php.net/ChangeLog-7.php I've created a pull request to resolve the issue: https://github.com/PeeHaa/OpCacheGUI/pull/74

ekinhbayar commented 6 years ago

Closing as #74 is merged, thanks!