Skip to content

Commit 14ce7e1

Browse files
committed
Remove some unused Runkit language entities
php/doc-en@e5347c5
1 parent f0bd868 commit 14ce7e1

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

language-snippets.ent

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2483,24 +2483,11 @@ Apache 設定ファイルにパスの値を追加する際、例えば
24832483

24842484
<!ENTITY listendand ' そして'>
24852485

2486-
<!-- classkit and runkit entities -->
2487-
<!ENTITY note.classkit.selfmanipulation '<note xmlns="http://docbook.org/ns/docbook"><simpara>この関数により現在実行中
2488-
(もしくはチェーンド)のメソッドを操作することはできません。</simpara>
2489-
</note>'>
2490-
2486+
<!-- runkit entities -->
24912487
<!ENTITY note.runkit.selfmanipulation '<note xmlns="http://docbook.org/ns/docbook"><simpara>この関数は、
24922488
現在実行中(もしくはチェーンド)のメソッドを操作することはできません。</simpara>
24932489
</note>'>
24942490

2495-
<!ENTITY note.runkit.sandbox '<note xmlns="http://docbook.org/ns/docbook"><simpara>
2496-
サンドボックスのサポート
2497-
(<function>runkit_lint</function>, <function>runkit_lint_file</function>,
2498-
および <classname>Runkit_Sandbox</classname> クラスで使用)は、
2499-
PHP 5.1.0 以降または特別なパッチを適用した
2500-
PHP 5.0 でのみ利用可能であり、スレッドセーフを有効にしておく必要があります。
2501-
詳細については、runkit パッケージに含まれる <filename>README</filename>
2502-
ファイルを参照してください。</simpara></note>'>
2503-
25042491
<!ENTITY note.runkit.internal-override '<note xmlns="http://docbook.org/ns/docbook"><simpara>デフォルトでは、
25052492
削除・リネーム・変更が可能なのはユーザー定義関数だけです。組み込み関数を
25062493
オーバーライドするには、&php.ini;

0 commit comments

Comments
 (0)