Skip to content

Commit

Permalink
Rmoved opcache.load_comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Jun 15, 2015
1 parent ea14c20 commit ae88a24
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion Zend/tests/bug55156.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion ext/reflection/tests/005.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
ReflectionMethod::getDocComment() uses wrong comment block
--INI--
opcache.save_comments=1
opcache.load_comments=1
--FILE--
<?php

Expand Down
1 change: 0 additions & 1 deletion ext/reflection/tests/009.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
ReflectionFunction basic tests
--INI--
opcache.save_comments=1
opcache.load_comments=1
--FILE--
<?php

Expand Down
1 change: 0 additions & 1 deletion ext/reflection/tests/025.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Robin Fernandes <[email protected]>
Steve Seear <[email protected]>
--INI--
opcache.save_comments=1
opcache.load_comments=1
--FILE--
<?php
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Robin Fernandes <[email protected]>
Steve Seear <[email protected]>
--INI--
opcache.save_comments=1
opcache.load_comments=1
--FILE--
<?php

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
ReflectionMethod::getDocComment()
--INI--
opcache.save_comments=1
opcache.load_comments=1
--FILE--
<?php
/**
Expand Down
1 change: 0 additions & 1 deletion ext/reflection/tests/ReflectionProperty_basic2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Test ReflectionProperty::getDocComment() usage.
--INI--
opcache.save_comments=1
opcache.load_comments=1
--FILE--
<?php

Expand Down
1 change: 0 additions & 1 deletion ext/reflection/tests/bug36308.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion ext/reflection/tests/bug64936.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
5 changes: 0 additions & 5 deletions php.ini-development
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 0 additions & 5 deletions php.ini-production
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ae88a24

Please sign in to comment.