mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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)
|
Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none)
|
||||||
--INI--
|
--INI--
|
||||||
opcache.save_comments=1
|
opcache.save_comments=1
|
||||||
opcache.load_comments=1
|
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
ReflectionMethod::getDocComment() uses wrong comment block
|
ReflectionMethod::getDocComment() uses wrong comment block
|
||||||
--INI--
|
--INI--
|
||||||
opcache.save_comments=1
|
opcache.save_comments=1
|
||||||
opcache.load_comments=1
|
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
ReflectionFunction basic tests
|
ReflectionFunction basic tests
|
||||||
--INI--
|
--INI--
|
||||||
opcache.save_comments=1
|
opcache.save_comments=1
|
||||||
opcache.load_comments=1
|
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@ ReflectionFunction basic tests
|
||||||
<?php extension_loaded('reflection') or die('skip'); ?>
|
<?php extension_loaded('reflection') or die('skip'); ?>
|
||||||
--INI--
|
--INI--
|
||||||
opcache.save_comments=1
|
opcache.save_comments=1
|
||||||
opcache.load_comments=1
|
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ Robin Fernandes <robinf@php.net>
|
||||||
Steve Seear <stevseea@php.net>
|
Steve Seear <stevseea@php.net>
|
||||||
--INI--
|
--INI--
|
||||||
opcache.save_comments=1
|
opcache.save_comments=1
|
||||||
opcache.load_comments=1
|
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -5,7 +5,6 @@ Robin Fernandes <robinf@php.net>
|
||||||
Steve Seear <stevseea@php.net>
|
Steve Seear <stevseea@php.net>
|
||||||
--INI--
|
--INI--
|
||||||
opcache.save_comments=1
|
opcache.save_comments=1
|
||||||
opcache.load_comments=1
|
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
ReflectionMethod::getDocComment()
|
ReflectionMethod::getDocComment()
|
||||||
--INI--
|
--INI--
|
||||||
opcache.save_comments=1
|
opcache.save_comments=1
|
||||||
opcache.load_comments=1
|
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
Test usage of ReflectionProperty methods isDefault(), getModifiers(), getDeclaringClass() and getDocComment().
|
Test usage of ReflectionProperty methods isDefault(), getModifiers(), getDeclaringClass() and getDocComment().
|
||||||
--INI--
|
--INI--
|
||||||
opcache.save_comments=1
|
opcache.save_comments=1
|
||||||
opcache.load_comments=1
|
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
Test ReflectionProperty::getDocComment() usage.
|
Test ReflectionProperty::getDocComment() usage.
|
||||||
--INI--
|
--INI--
|
||||||
opcache.save_comments=1
|
opcache.save_comments=1
|
||||||
opcache.load_comments=1
|
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
Reflection Bug #36308 (ReflectionProperty::getDocComment() does not reflect extended class commentary)
|
Reflection Bug #36308 (ReflectionProperty::getDocComment() does not reflect extended class commentary)
|
||||||
--INI--
|
--INI--
|
||||||
opcache.save_comments=1
|
opcache.save_comments=1
|
||||||
opcache.load_comments=1
|
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
class Base {
|
class Base {
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
|
ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
|
||||||
--INI--
|
--INI--
|
||||||
opcache.save_comments=1
|
opcache.save_comments=1
|
||||||
opcache.load_comments=1
|
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php
|
<?php
|
||||||
if (!extension_loaded('reflection') || !extension_loaded('tokenizer')) print 'skip missing reflection of tokernizer extension';
|
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.
|
; size of the optimized code.
|
||||||
;opcache.save_comments=1
|
;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
|
; If enabled, a fast shutdown sequence is used for the accelerated code
|
||||||
;opcache.fast_shutdown=0
|
;opcache.fast_shutdown=0
|
||||||
|
|
||||||
|
|
|
@ -1767,11 +1767,6 @@ ldap.max_links = -1
|
||||||
; size of the optimized code.
|
; size of the optimized code.
|
||||||
;opcache.save_comments=1
|
;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
|
; If enabled, a fast shutdown sequence is used for the accelerated code
|
||||||
;opcache.fast_shutdown=0
|
;opcache.fast_shutdown=0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue