]> granicus.if.org Git - php/commitdiff
Rmoved opcache.load_comments.
authorDmitry Stogov <dmitry@zend.com>
Mon, 15 Jun 2015 11:01:26 +0000 (14:01 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 15 Jun 2015 11:01:26 +0000 (14:01 +0300)
13 files changed:
Zend/tests/bug55156.phpt
ext/reflection/tests/005.phpt
ext/reflection/tests/009.phpt
ext/reflection/tests/025.phpt
ext/reflection/tests/ReflectionClass_getDocComment_001.phpt
ext/reflection/tests/ReflectionFunction_getDocComment.001.phpt
ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt
ext/reflection/tests/ReflectionProperty_basic2.phpt
ext/reflection/tests/ReflectionProperty_getDocComment_basic.phpt
ext/reflection/tests/bug36308.phpt
ext/reflection/tests/bug64936.phpt
php.ini-development
php.ini-production

index 7d75ce3e944dc954d0fb404c0acc98977b1f9694..137a43fcaaa87653dd73a2044c99ca3eee69f60b 100644 (file)
@@ -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--
 <?php
 
index e257699b6f8ce8c2a714233d1ebc00dcd0d77d80..e40fcc30992dfd7cdcd315a802771725b4374ac6 100644 (file)
@@ -2,7 +2,6 @@
 ReflectionMethod::getDocComment() uses wrong comment block
 --INI--
 opcache.save_comments=1
-opcache.load_comments=1
 --FILE--
 <?php
 
index 81fe93a2558c88d7d11869b3d411a64a6d31379d..c6a252cfca9ebd3cf8fff84b507bac41a67bc7b9 100644 (file)
@@ -2,7 +2,6 @@
 ReflectionFunction basic tests
 --INI--
 opcache.save_comments=1
-opcache.load_comments=1
 --FILE--
 <?php
 
index cd375454b515f3804c4263c50d3129381a8980ee..0259d66bd3c67abcf90cf13169389309e6907b69 100644 (file)
@@ -4,7 +4,6 @@ ReflectionFunction basic tests
 <?php extension_loaded('reflection') or die('skip'); ?>
 --INI--
 opcache.save_comments=1
-opcache.load_comments=1
 --FILE--
 <?php
 
index efa7e9a10aaa6bc743c9f4c78c817013e7b39343..624829f0143b89009cdc628f9b7765578bc0563d 100644 (file)
@@ -5,7 +5,6 @@ Robin Fernandes <robinf@php.net>
 Steve Seear <stevseea@php.net>
 --INI--
 opcache.save_comments=1
-opcache.load_comments=1
 --FILE--
 <?php
 /**
index 68d1d9d3a1777088fbc7d7430cb6605e89ccb69b..2d5bb928b221045ae83433c483fd8c2e45f75885 100644 (file)
@@ -5,7 +5,6 @@ Robin Fernandes <robinf@php.net>
 Steve Seear <stevseea@php.net>
 --INI--
 opcache.save_comments=1
-opcache.load_comments=1
 --FILE--
 <?php
 
index b04fb6c9fc7002abbb6440836aa1266a581fb5ba..e79092421de7f9ee74de11a6f0b6b6b7041dcb7b 100644 (file)
@@ -2,7 +2,6 @@
 ReflectionMethod::getDocComment()
 --INI--
 opcache.save_comments=1
-opcache.load_comments=1
 --FILE--
 <?php
 /**
index bc42d3f828a5b612a4f003b6b6494e8d90f26b41..62938df10017a8c70510842cbf8a3e7b08db8708 100644 (file)
@@ -2,7 +2,6 @@
 Test usage of ReflectionProperty methods isDefault(), getModifiers(), getDeclaringClass() and getDocComment().
 --INI--
 opcache.save_comments=1
-opcache.load_comments=1
 --FILE--
 <?php
 
index f94ee8ca4c8d08354baec4ac70a4f69af3f4b91e..8491f3259782a490ece1649d8577ef809ce1d3d6 100644 (file)
@@ -2,7 +2,6 @@
 Test ReflectionProperty::getDocComment() usage.
 --INI--
 opcache.save_comments=1
-opcache.load_comments=1
 --FILE--
 <?php
 
index f923ee31ab72b1cff08c20927ba7ffb6eef58a77..17d3cf1026d7b20d5f03dfacb6f3378434652761 100644 (file)
@@ -2,7 +2,6 @@
 Reflection Bug #36308 (ReflectionProperty::getDocComment() does not reflect extended class commentary)
 --INI--
 opcache.save_comments=1
-opcache.load_comments=1
 --FILE--
 <?php
 class Base {
index 363a17f5094fcf3c9a6b2826578b893dc6a7ec48..a4a66d4f48d7ad2def4118c92d32750250b665a9 100644 (file)
@@ -2,7 +2,6 @@
 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
 --INI--
 opcache.save_comments=1
-opcache.load_comments=1
 --SKIPIF--
 <?php
 if (!extension_loaded('reflection') || !extension_loaded('tokenizer')) print 'skip missing reflection of tokernizer extension';
index 902d4b6b88c5cdf8cc42fa5d5e850ef9d551012e..e81f288a4626522fde16f562f9ceab6f31d51965 100644 (file)
@@ -1767,11 +1767,6 @@ ldap.max_links = -1
 ; size of the optimized code.
 ;opcache.save_comments=1
 
-; If disabled, PHPDoc comments are not loaded from SHM, so "Doc Comments"
-; may be always stored (save_comments=1), but not loaded by applications
-; that don't need them anyway.
-;opcache.load_comments=1
-
 ; If enabled, a fast shutdown sequence is used for the accelerated code
 ;opcache.fast_shutdown=0
 
index 539a89aa20ffcbe0da73efbaea4e481806082d2d..f4bdf7bf7f53abf7f4bbabf641ee339919175add 100644 (file)
@@ -1767,11 +1767,6 @@ ldap.max_links = -1
 ; size of the optimized code.
 ;opcache.save_comments=1
 
-; If disabled, PHPDoc comments are not loaded from SHM, so "Doc Comments"
-; may be always stored (save_comments=1), but not loaded by applications
-; that don't need them anyway.
-;opcache.load_comments=1
-
 ; If enabled, a fast shutdown sequence is used for the accelerated code
 ;opcache.fast_shutdown=0