Rmoved opcache.load_comments.

This commit is contained in:
Dmitry Stogov 2015-06-15 14:01:26 +03:00
parent ea14c20ffb
commit ae88a243e4
13 changed files with 0 additions and 21 deletions

View 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

View file

@ -2,7 +2,6 @@
ReflectionMethod::getDocComment() uses wrong comment block
--INI--
opcache.save_comments=1
opcache.load_comments=1
--FILE--
<?php

View file

@ -2,7 +2,6 @@
ReflectionFunction basic tests
--INI--
opcache.save_comments=1
opcache.load_comments=1
--FILE--
<?php

View 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

View 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
/**

View 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

View file

@ -2,7 +2,6 @@
ReflectionMethod::getDocComment()
--INI--
opcache.save_comments=1
opcache.load_comments=1
--FILE--
<?php
/**

View 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

View file

@ -2,7 +2,6 @@
Test ReflectionProperty::getDocComment() usage.
--INI--
opcache.save_comments=1
opcache.load_comments=1
--FILE--
<?php

View 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 {

View 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';

View 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

View 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