fujimoto Sat Dec 15 23:21:39 2001 EDT Modified files: /phpdoc/ja/features remote-files.xml Log: fixed typo. Index: phpdoc/ja/features/remote-files.xml diff -u phpdoc/ja/features/remote-files.xml:1.6 phpdoc/ja/features/remote-files.xml:1.7 --- phpdoc/ja/features/remote-files.xml:1.6 Wed Dec 12 15:52:39 2001 +++ phpdoc/ja/features/remote-files.xml Sat Dec 15 23:21:39 2001 @@ -7,7 +7,7 @@ 有効にした場合(つまり、<option>--disable-url-fopen-wrapper</option> フラグを configure に明示的に渡した場合(4.0.3までのバージョン)、ま たは、php.ini で <parameter>allow_url_fopen</parameter> を off に設 - 定した場合(より新しいバージョン)を除いて、 + 定した場合(より新しいバージョン)を除いて)、 <function>require</function> および <function>include</function> 文を 含むファイル名をパラメータとして受ける多くの関数 においてHTTPおよびFTP URLを使用することができます。