svn: /phpdoc/ja/trunk/reference/oci8/ functions/oci-internal-debug.xml oldaliases/oci-internal-debug.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Thu, 26 Nov 2020 19:22:26 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351679
Log:
Update oci_internal_debug doc to note its removal in PHP 8
Changed paths:
D phpdoc/ja/trunk/reference/oci8/functions/oci-internal-debug.xml
A phpdoc/ja/trunk/reference/oci8/oldaliases/oci-internal-debug.xml
Deleted: phpdoc/ja/trunk/reference/oci8/functions/oci-internal-debug.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/functions/oci-internal-debug.xml 2020-11-26 19:15:44 UTC (rev 351678)
+++ phpdoc/ja/trunk/reference/oci8/functions/oci-internal-debug.xml 2020-11-26 19:22:26 UTC (rev 351679)
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: shimooka Status: ready -->
-<refentry xml:id="function.oci-internal-debug" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>oci_internal_debug</refname>
- <refpurpose>内部デバッグ用の出力を有効または無効にする</refpurpose>
- </refnamediv>
-
- <refsect1 role="description">
- &reftitle.description;
- <methodsynopsis>
- <type>void</type><methodname>oci_internal_debug</methodname>
- <methodparam><type>bool</type><parameter>onoff</parameter></methodparam>
- </methodsynopsis>
- <para>
- 内部デバッグ用の出力を有効あるいは無効にします。
- </para>
- </refsect1>
-
- <refsect1 role="parameters">
- &reftitle.parameters;
- <para>
- <variablelist>
- <varlistentry>
- <term><parameter>onoff</parameter></term>
- <listitem>
- <para>
- これを &false; にするとデバッグ出力をオフにし、
- &true; にするとオンになります。
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </para>
- </refsect1>
-
- <refsect1 role="returnvalues">
- &reftitle.returnvalues;
- <para>
- &return.void;
- </para>
- </refsect1>
-
- <refsect1 role="notes">
- &reftitle.notes;
- <note>
- <para>
- PHP バージョン 5.0.0 以前では、代わりに
- <function>ociinternaldebug</function>
- を使用しなければなりません。
- まだこの名前を使用することができ、下位互換性のため
- <function>oci_internal_debug</function> への別名として残されていますが、
- 推奨されません。
- </para>
- </note>
- </refsect1>
-
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->
Added: phpdoc/ja/trunk/reference/oci8/oldaliases/oci-internal-debug.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/oldaliases/oci-internal-debug.xml (rev 0)
+++ phpdoc/ja/trunk/reference/oci8/oldaliases/oci-internal-debug.xml 2020-11-26 19:22:26 UTC (rev 351679)
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.oci-internal-debug">
+ <refnamediv>
+ <refname>oci_internal_debug</refname>
+ <refpurpose>内部的なデバッグ出力を有効/無効にする</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+ &reftitle.description;
+ <methodsynopsis>
+ <type>void</type><methodname>oci_internal_debug</methodname>
+ <methodparam><type>bool</type><parameter>onoff</parameter></methodparam>
+ </methodsynopsis>
+ <para>
+ 内部的なデバッグ出力を有効/無効にします。
+ </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+ &reftitle.parameters;
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term><parameter>onoff</parameter></term>
+ <listitem>
+ <para>
+ この値を &false; にすると、デバッグ出力がオフになり、
+ &true; にするとオンになります。
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ &return.void;
+ </para>
+ </refsect1>
+
+ <refsect1 role="notes">
+ &reftitle.notes;
+ <note>
+ <para>
+ この関数は PHP 8 と PECL OCI8 3.0 からは削除されています。
+ </para>
+ </note>
+ <note>
+ <para>
+ この関数は PHP 5.6 および PECL OCI 2.6 では動きません。
+ DTrace を代わりに使って下さい。
+ </para>
+ </note>
+ <note>
+ <para>
+ PHP バージョン 5.0.0 以前では、代わりに
+ <function>ociinternaldebug</function>
+ を使用しなければなりません。
+ まだこの名前を使用することができ、下位互換性のため
+ <function>oci_internal_debug</function> への別名として残されていますが、
+ 推奨されません。
+ </para>
+ </note>
+ </refsect1>
+
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/oci8/oldaliases/oci-internal-debug.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property