mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Rmoved opcache.load_comments.
This commit is contained in:
parent
ea14c20ffb
commit
ae88a243e4
13 changed files with 0 additions and 21 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
ReflectionMethod::getDocComment() uses wrong comment block
|
||||
--INI--
|
||||
opcache.save_comments=1
|
||||
opcache.load_comments=1
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
ReflectionFunction basic tests
|
||||
--INI--
|
||||
opcache.save_comments=1
|
||||
opcache.load_comments=1
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
/**
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
ReflectionMethod::getDocComment()
|
||||
--INI--
|
||||
opcache.save_comments=1
|
||||
opcache.load_comments=1
|
||||
--FILE--
|
||||
<?php
|
||||
/**
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
Test ReflectionProperty::getDocComment() usage.
|
||||
--INI--
|
||||
opcache.save_comments=1
|
||||
opcache.load_comments=1
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue