From ae88a243e43d7201b2c654d1c4b26ea34f052512 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 15 Jun 2015 14:01:26 +0300 Subject: [PATCH] Rmoved opcache.load_comments. --- Zend/tests/bug55156.phpt | 1 - ext/reflection/tests/005.phpt | 1 - ext/reflection/tests/009.phpt | 1 - ext/reflection/tests/025.phpt | 1 - ext/reflection/tests/ReflectionClass_getDocComment_001.phpt | 1 - .../tests/ReflectionFunction_getDocComment.001.phpt | 1 - .../tests/ReflectionMethod_getDocComment_basic.phpt | 1 - ext/reflection/tests/ReflectionProperty_basic2.phpt | 1 - .../tests/ReflectionProperty_getDocComment_basic.phpt | 1 - ext/reflection/tests/bug36308.phpt | 1 - ext/reflection/tests/bug64936.phpt | 1 - php.ini-development | 5 ----- php.ini-production | 5 ----- 13 files changed, 21 deletions(-) diff --git a/Zend/tests/bug55156.phpt b/Zend/tests/bug55156.phpt index 7d75ce3e94..137a43fcaa 100644 --- a/Zend/tests/bug55156.phpt +++ b/Zend/tests/bug55156.phpt @@ -2,7 +2,6 @@ Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none) --INI-- opcache.save_comments=1 -opcache.load_comments=1 --FILE-- --INI-- opcache.save_comments=1 -opcache.load_comments=1 --FILE-- Steve Seear --INI-- opcache.save_comments=1 -opcache.load_comments=1 --FILE-- Steve Seear --INI-- opcache.save_comments=1 -opcache.load_comments=1 --FILE--