1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-23 22:52:11 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348067 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Satoru Yoshida
2019-09-26 09:13:54 +00:00
parent 6bc16de6b5
commit 38d406a057
29 changed files with 76 additions and 404 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: c44311cab0063955dbedfdb4d2e1e0f37fc3c87c Maintainer: takagi Status: ready -->
<!-- EN-Revision: e19632be4a065ccad363725b5c9a8e4f02b09c4d Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa,shimooka -->
<chapter xml:id="features.commandline" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>PHP をコマンドラインから使用する</title>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: c7590bf936b04f04380e23096f20d1a32600b7ae Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: dc0f955be2a10b707ae06f7da69f52fab24df3d1 Maintainer: hirokawa Status: ready -->
<chapter xml:id="features.connection-handling" xmlns="http://docbook.org/ns/docbook">
<title>接続処理</title>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: c6a7285cd26508d879a84f3a8dc1a3d5fc8e73f4 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 1de9b77d0306d3589e8fe27e4fa587718eb691c2 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: shimooka,takagi -->
<chapter xml:id="features.file-upload" xmlns="http://docbook.org/ns/docbook">
<title>ファイルアップロードの処理</title>
@@ -160,9 +160,6 @@
<programlisting role="php">
<![CDATA[
<?php
// 4.1.0より前のPHPでは$FILESの代わりに$HTTP_POST_FILESを使用する必要
// があります。
$uploaddir = '/var/www/uploads/';
$uploadfile = $uploaddir . basename($_FILES['userfile']['name']);
@@ -452,8 +449,7 @@ foreach ($_FILES["pictures"]["error"] as $key => $error) {
<varname>$_FILES['userfile']</varname>,
<varname>$_FILES['userfile']['name']</varname>,
<varname>$_FILES['userfile']['size']</varname>
(4.1.0 より前のバージョンの PHP の場合は $HTTP_POST_FILES)が設定されま
す。
が設定されます。
<literal>register_globals</literal> が on の場合、
アップロードファイルに関してグローバル変数も設定されます。
これらの各々は、投稿されたファイルに

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 3efd70fb909c4c97fb07dc6708a0a10ace8414fb Maintainer: takagi Status: ready -->
<!-- EN-Revision: af6fdf16ab44bcf4d045407963e43c3d9dd2ff29 Maintainer: takagi Status: ready -->
<sect1 xml:id="function.include-once" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>include_once</title>
@@ -22,29 +22,6 @@
この関数の動作についての情報は
<function>include</function> のドキュメントを参照ください。
</para>
<para>
<note>
<para>
PHP 4 では、大文字小文字を区別しない OS (Windows など)
では <literal>_once</literal> の動作が多少異なります。次に例を示します。
<example>
<title>PHP 4 における、大文字小文字を区別しない OS 上での <literal>include_once</literal></title>
<programlisting role="php">
<![CDATA[
<?php
include_once "a.php"; // a.phpを読み込みます
include_once "A.php"; // これもa.phpを読み込みます! (PHP 4 のみ)
?>
]]>
</programlisting>
</example>
この挙動は PHP 5 で変更されました。たとえば Windows ではまず最初にパスが正規化され、
<filename>C:\PROGRA~1\A.php</filename>
<filename>C:\Program Files\a.php</filename> と同じ扱いとなります。
ファイルは一度だけ読み込まれるようになります。
</para>
</note>
</para>
</sect1>
<!-- Keep this comment at the end of the file

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: e9366ee458b2900c53a503b1ad97664e1d9a8859 Maintainer: iwamot Status: ready -->
<!-- EN-Revision: 10bf01015f2da241855e15b40677eb8f9ffc892e Maintainer: iwamot Status: ready -->
<!-- Reviewed: no -->
<phpdoc:exceptionref xml:id="class.argumentcounterror"
@@ -43,6 +43,11 @@
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Properties;']]))">
<xi:fallback />
</xi:include>
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 5195f04ffd9506e112676892c516a4d95f418f39 Maintainer: takagi Status: ready -->
<!-- EN-Revision: 10bf01015f2da241855e15b40677eb8f9ffc892e Maintainer: takagi Status: ready -->
<phpdoc:exceptionref xml:id="class.assertionerror"
xmlns="http://docbook.org/ns/docbook"
@@ -42,6 +42,11 @@
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Properties;']]))">
<xi:fallback />
</xi:include>
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 5195f04ffd9506e112676892c516a4d95f418f39 Maintainer: takagi Status: ready -->
<!-- EN-Revision: 10bf01015f2da241855e15b40677eb8f9ffc892e Maintainer: takagi Status: ready -->
<phpdoc:exceptionref xml:id="class.divisionbyzeroerror"
xmlns="http://docbook.org/ns/docbook"
@@ -42,6 +42,11 @@
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Properties;']]))">
<xi:fallback />
</xi:include>
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: fc07a643d49229dbdd4eb334c484c6ac16c979b9 Maintainer: takagi Status: ready -->
<!-- EN-Revision: faabf4e74accd1a5791a9144353c91a06f8af154 Maintainer: takagi Status: ready -->
<part xml:id="reserved.interfaces" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>定義済みのインターフェイスとクラス</title>
@@ -20,6 +20,7 @@
&language.predefined.serializable;
&language.predefined.closure;
&language.predefined.generator;
&language.predefined.weakreference;
</part>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 5195f04ffd9506e112676892c516a4d95f418f39 Maintainer: takagi Status: ready -->
<!-- EN-Revision: 10bf01015f2da241855e15b40677eb8f9ffc892e Maintainer: takagi Status: ready -->
<phpdoc:exceptionref xml:id="class.typeerror"
xmlns="http://docbook.org/ns/docbook"
@@ -44,6 +44,11 @@
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Properties;']]))">
<xi:fallback />
</xi:include>
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: cb0630b14901459c0bf1556e7d68f1b4c0d3796e Maintainer: takagi Status: ready -->
<!-- EN-Revision: af6fdf16ab44bcf4d045407963e43c3d9dd2ff29 Maintainer: takagi Status: ready -->
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.cookies" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -23,34 +23,7 @@
</simpara>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>4.1.0</entry>
<entry>
<varname>$_COOKIE</varname> が導入され、
<varname>$HTTP_COOKIE_VARS</varname>
は非推奨となりました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: cb0630b14901459c0bf1556e7d68f1b4c0d3796e Maintainer: takagi Status: ready -->
<!-- EN-Revision: af6fdf16ab44bcf4d045407963e43c3d9dd2ff29 Maintainer: takagi Status: ready -->
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.environment" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -38,34 +38,7 @@
</simpara>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>4.1.0</entry>
<entry>
<varname>$_ENV</varname> が導入され、
<varname>$HTTP_ENV_VARS</varname>
は非推奨となりました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 534cfca4231c8da6ec4c6a168246e4c54172bf1c Maintainer: takagi Status: ready -->
<!-- EN-Revision: af6fdf16ab44bcf4d045407963e43c3d9dd2ff29 Maintainer: takagi Status: ready -->
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.files" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -26,34 +26,7 @@
</simpara>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>4.1.0</entry>
<entry>
<varname>$_FILES</varname> が導入され、
<varname>$HTTP_POST_FILES</varname>
は非推奨となりました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
&note.is-superglobal;

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 028513e94be0922956387803e75b575973539254 Maintainer: takagi Status: ready -->
<!-- EN-Revision: f8c13c605053880be01bfc5d211ba84ec2c60ca5 Maintainer: takagi Status: ready -->
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.phperrormsg" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -10,6 +10,9 @@
<refsynopsisdiv>
&warn.deprecated.feature-7-2-0;
<simpara>
代わりに <function>error_get_last</function> を使用してください。
</simpara>
</refsynopsisdiv>
<refsect1 role="description">
@@ -52,7 +55,16 @@ Wrong parameter count for strpos()
</example>
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>error_get_last</function></member>
</simplelist>
</para>
</refsect1>
</phpdoc:varentry>
<!-- Keep this comment at the end of the file

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: c24e9b3c30945647e7b4943b24dc594c386976ea Maintainer: takagi Status: ready -->
<!-- EN-Revision: af6fdf16ab44bcf4d045407963e43c3d9dd2ff29 Maintainer: takagi Status: ready -->
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.post" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -25,34 +25,7 @@
</simpara>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>4.1.0</entry>
<entry>
<varname>$_POST</varname> が導入され、
<varname>$HTTP_POST_VARS</varname>
は非推奨となりました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: cb0630b14901459c0bf1556e7d68f1b4c0d3796e Maintainer: takagi Status: ready -->
<!-- EN-Revision: af6fdf16ab44bcf4d045407963e43c3d9dd2ff29 Maintainer: takagi Status: ready -->
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.request" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -17,7 +17,6 @@
の内容をまとめた連想配列です。
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
@@ -38,19 +37,6 @@
このディレクティブは <varname>$_REQUEST</varname> の内容に影響を及ぼします。
</entry>
</row>
<row>
<entry>4.3.0</entry>
<entry>
<varname>$_FILES</varname> の情報が
<varname>$_REQUEST</varname> から削除されました。
</entry>
</row>
<row>
<entry>4.1.0</entry>
<entry>
<varname>$_REQUEST</varname> が導入されました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: cb0630b14901459c0bf1556e7d68f1b4c0d3796e Maintainer: takagi Status: ready -->
<!-- EN-Revision: af6fdf16ab44bcf4d045407963e43c3d9dd2ff29 Maintainer: takagi Status: ready -->
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.session" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -25,33 +25,7 @@
は異なる変数であり、PHP はこれらを異なる変数として扱うことに注意してください)。
</simpara>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>4.1.0</entry>
<entry>
<varname>$_SESSION</varname> が導入され、
<varname>$HTTP_SESSION_VARS</varname>
は非推奨となりました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
&note.is-superglobal;

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 0ade9d91c1e45a8afef45c9ee514fccdc1900ca1 Maintainer: takagi Status: ready -->
<!-- EN-Revision: 4fe372927e7f98aaa550d68f9950df7be6d5aefc Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa,shimooka -->
<sect1 xml:id="language.types.boolean">
<title>論理型 (boolean) </title>
@@ -87,13 +87,14 @@ if ($show_separators) {
</listitem>
<listitem>
<simpara>
<link linkend="language.types.integer">integer</link> の 0 (ゼロ)
<link linkend="language.types.integer">integer</link>
の 0 および -0 (ゼロ)
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="language.types.float">float</link>
0.0 (ゼロ)
<link linkend="language.types.float">float</link>
の 0.0 および -0.0 (ゼロ)
</simpara>
</listitem>
<listitem>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 578f5f374448ba2ab7665183aa59ad1b7f788cab Maintainer: takagi Status: ready -->
<!-- EN-Revision: af6fdf16ab44bcf4d045407963e43c3d9dd2ff29 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa -->
<refentry xml:id="wrappers.audio" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
@@ -27,7 +27,7 @@
<parameter>bitrate_nominal</parameter><parameter>bitrate_window</parameter>
</para>
<simpara><filename>ogg://</filename> PHP 4.3.0 and up (PECL) </simpara>
<simpara><filename>ogg://</filename> (PECL) </simpara>
<note>
<title>このラッパーはデフォルトでは有効になっていません</title>
<simpara>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 57492d2928a7aa5d19d9bc0d6af5c52ddcaace9f Maintainer: takagi Status: ready -->
<!-- EN-Revision: af6fdf16ab44bcf4d045407963e43c3d9dd2ff29 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa -->
<refentry xml:id="wrappers.expect" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
@@ -25,7 +25,7 @@
インストールする必要があります。
</simpara>
</note>
<simpara><filename>expect://</filename> PHP 4.3.0 以降 (PECL) </simpara>
<simpara><filename>expect://</filename> (PECL) </simpara>
</refsect1><!-- }}} -->
<refsect1 role="usage"> <!-- {{{ -->

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 57492d2928a7aa5d19d9bc0d6af5c52ddcaace9f Maintainer: takagi Status: ready -->
<!-- EN-Revision: af6fdf16ab44bcf4d045407963e43c3d9dd2ff29 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa -->
<refentry xml:id="wrappers.file" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
@@ -99,30 +99,6 @@
</para>
</refsect1> <!-- }}} -->
<refsect1 role="changelog"><!-- {{{ -->
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>5.0.0</entry>
<entry>
<literal>file://</literal> が追加されました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1><!-- }}} -->
</refentry>
<!-- Keep this comment at the end of the file

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 52ddcb111c5491812700ce0a06d97f199d2c05c6 Maintainer: takagi Status: ready -->
<!-- EN-Revision: af6fdf16ab44bcf4d045407963e43c3d9dd2ff29 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa -->
<refentry xml:id="wrappers.http" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
@@ -106,42 +106,6 @@
</para>
</refsect1> <!-- }}} -->
<refsect1 role="changelog"><!-- {{{ -->
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>4.3.7</entry>
<entry>
バグのある IIS サーバーを検出し、<literal>"SSL: Fatal Protocol Error"</literal> エラーを回避するようになりました。
</entry>
</row>
<row>
<entry>4.3.0</entry>
<entry>
<literal>https://</literal> が追加されました。
</entry>
</row>
<row>
<entry>4.0.5</entry>
<entry>
リダイレクトをサポートするようになりました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1><!-- }}} -->
<refsect1 role="examples"><!-- {{{ -->
&reftitle.examples;
<example xml:id="wrappers.http.example.basic"><!-- {{{ -->

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: ea8575f778103dc3c8218907ee4caed3c47b4b8f Maintainer: takagi Status: ready -->
<!-- EN-Revision: af6fdf16ab44bcf4d045407963e43c3d9dd2ff29 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa -->
<refentry xml:id="wrappers.php" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
@@ -314,12 +314,6 @@
が追加されました。
</entry>
</row>
<row>
<entry>5.0.0</entry>
<entry>
<filename>php://filter</filename> が追加されました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: f9c02a448f13552f2559567f3ebc38f950108bcf Maintainer: takagi Status: ready -->
<!-- EN-Revision: af6fdf16ab44bcf4d045407963e43c3d9dd2ff29 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa -->
<refentry xml:id="wrappers.ssh2" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
@@ -17,7 +17,7 @@
<filename>ssh2.tunnel://</filename>
<filename>ssh2.sftp://</filename>
<filename>ssh2.scp://</filename>
PHP 4.3.0 以降PECL
PECL
</para>
<note>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: dd07341fae2c414adc1f700be0890ff32e8daab4 Maintainer: uchiyama Status: ready -->
<!-- EN-Revision: 24063158a59f88ab6a8bacb8567dbb1639604c10 Maintainer: uchiyama Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.stats-cdf-noncentral-t" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -129,15 +129,6 @@
</refsect1>
-->
<!--
<refsect1 role="unicode">
&reftitle.unicode;
<para>
Information specific to unicode, from the PHP 6 changes.
</para>
</refsect1>
-->
<!--
<refsect1 role="changelog">
&reftitle.changelog;
@@ -194,22 +185,6 @@ Use a screen like we did below
</refsect1>
-->
<!--
<refsect1 role="notes">
&reftitle.notes;
<caution>
<para>
Any notes that don't fit anywhere else should go here.
90% of the time, notes, warnings or cautions are better placed in the
parameters section. Consider that before using this section!
</para>
</caution>
&note.language-construct;
&note.not-bin-safe;
&note.registerglobals;
</refsect1>
-->
<!--
<refsect1 role="seealso">
&reftitle.seealso;

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: dd07341fae2c414adc1f700be0890ff32e8daab4 Maintainer: uchiyama Status: ready -->
<!-- EN-Revision: 24063158a59f88ab6a8bacb8567dbb1639604c10 Maintainer: uchiyama Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.stats-cdf-normal" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -129,15 +129,6 @@
</refsect1>
-->
<!--
<refsect1 role="unicode">
&reftitle.unicode;
<para>
Information specific to unicode, from the PHP 6 changes.
</para>
</refsect1>
-->
<!--
<refsect1 role="changelog">
&reftitle.changelog;
@@ -194,22 +185,6 @@ Use a screen like we did below
</refsect1>
-->
<!--
<refsect1 role="notes">
&reftitle.notes;
<caution>
<para>
Any notes that don't fit anywhere else should go here.
90% of the time, notes, warnings or cautions are better placed in the
parameters section. Consider that before using this section!
</para>
</caution>
&note.language-construct;
&note.not-bin-safe;
&note.registerglobals;
</refsect1>
-->
<!--
<refsect1 role="seealso">
&reftitle.seealso;

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 581d748f1669182569290f9e6b915270ee41144f Maintainer: uchiyama Status: ready -->
<!-- EN-Revision: 24063158a59f88ab6a8bacb8567dbb1639604c10 Maintainer: uchiyama Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.stats-dens-uniform" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -70,15 +70,6 @@
</refsect1>
-->
<!--
<refsect1 role="unicode">
&reftitle.unicode;
<para>
Information specific to unicode, from the PHP 6 changes.
</para>
</refsect1>
-->
<!--
<refsect1 role="changelog">
&reftitle.changelog;
@@ -135,22 +126,6 @@ Use a screen like we did below
</refsect1>
-->
<!--
<refsect1 role="notes">
&reftitle.notes;
<caution>
<para>
Any notes that don't fit anywhere else should go here.
90% of the time, notes, warnings or cautions are better placed in the
parameters section. Consider that before using this section!
</para>
</caution>
&note.language-construct;
&note.not-bin-safe;
&note.registerglobals;
</refsect1>
-->
<!--
<refsect1 role="seealso">
&reftitle.seealso;

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: e9d33150a5c4243fb82ae329de0a2b3f9fd9c6ba Maintainer: uchiyama Status: ready -->
<!-- EN-Revision: 24063158a59f88ab6a8bacb8567dbb1639604c10 Maintainer: uchiyama Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.stats-rand-gen-noncentral-chisquare" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -61,15 +61,6 @@
</refsect1>
-->
<!--
<refsect1 role="unicode">
&reftitle.unicode;
<para>
Information specific to unicode, from the PHP 6 changes.
</para>
</refsect1>
-->
<!--
<refsect1 role="changelog">
&reftitle.changelog;
@@ -126,22 +117,6 @@ Use a screen like we did below
</refsect1>
-->
<!--
<refsect1 role="notes">
&reftitle.notes;
<caution>
<para>
Any notes that don't fit anywhere else should go here.
90% of the time, notes, warnings or cautions are better placed in the
parameters section. Consider that before using this section!
</para>
</caution>
&note.language-construct;
&note.not-bin-safe;
&note.registerglobals;
</refsect1>
-->
<!--
<refsect1 role="seealso">
&reftitle.seealso;

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: e9d33150a5c4243fb82ae329de0a2b3f9fd9c6ba Maintainer: uchiyama Status: ready -->
<!-- EN-Revision: 24063158a59f88ab6a8bacb8567dbb1639604c10 Maintainer: uchiyama Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.stats-stat-factorial" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -50,15 +50,6 @@
</refsect1>
-->
<!--
<refsect1 role="unicode">
&reftitle.unicode;
<para>
Information specific to unicode, from the PHP 6 changes.
</para>
</refsect1>
-->
<!--
<refsect1 role="changelog">
&reftitle.changelog;
@@ -115,22 +106,6 @@ Use a screen like we did below
</refsect1>
-->
<!--
<refsect1 role="notes">
&reftitle.notes;
<caution>
<para>
Any notes that don't fit anywhere else should go here.
90% of the time, notes, warnings or cautions are better placed in the
parameters section. Consider that before using this section!
</para>
</caution>
&note.language-construct;
&note.not-bin-safe;
&note.registerglobals;
</refsect1>
-->
<!--
<refsect1 role="seealso">
&reftitle.seealso;

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 74f46122078b4e4d442939cb1955ca34390dfb69 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 185582af21c073e367e32d46dd528e130ce3d26b Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<section xml:id="odbc.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
@@ -165,6 +165,10 @@
</variablelist>
</para>
&windows.builtin;
<simpara>
ただし、PHP 7.0.0 以降、Windows ユーザーはこの拡張を使用するために
<filename>php_odbc.dll</filename> を有効にする必要があります。
</simpara>
</section>
<!-- Keep this comment at the end of the file