svn: /phpdoc/ja/trunk/ language-snippets.ent reference/image/functions/imagecreatefromgd.xml reference/image/functions/imagecreatefromgd2.xml reference/image/functions/imagecreatefromgd2part.xml reference/image/functions/imagegd.xml reference/image/functions/imagegd2.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Fri, 06 Mar 2020 02:01:35 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349326
Log:
The GD and GD2 formats are obsolete
Cf. <http://libgd.github.io/manuals/2.2.5/files/gd_gd-c.html>
and <http://libgd.github.io/manuals/2.2.5/files/gd_gd2-c.html>.
This integrates user note 124797.
Changed paths:
U phpdoc/ja/trunk/language-snippets.ent
U phpdoc/ja/trunk/reference/image/functions/imagecreatefromgd.xml
U phpdoc/ja/trunk/reference/image/functions/imagecreatefromgd2.xml
U phpdoc/ja/trunk/reference/image/functions/imagecreatefromgd2part.xml
U phpdoc/ja/trunk/reference/image/functions/imagegd.xml
U phpdoc/ja/trunk/reference/image/functions/imagegd2.xml
Modified: phpdoc/ja/trunk/language-snippets.ent
===================================================================
--- phpdoc/ja/trunk/language-snippets.ent 2020-03-06 01:48:23 UTC (rev 349325)
+++ phpdoc/ja/trunk/language-snippets.ent 2020-03-06 02:01:35 UTC (rev 349326)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349148 Maintainer: takagi Status: working -->
+<!-- EN-Revision: 349322 Maintainer: takagi Status: working -->
<!-- Credits: hirokawa,haruki,shimooka,mumumu -->
<!ENTITY installation.enabled.disable 'この拡張モジュールはデフォルトで有効になっています。無効にしたい場合は、次のオプションを指定してコンパイルします。'>
@@ -761,6 +761,9 @@
<function>imagesetinterpolation</function> で使用します。PHP 5.5.0 以降で使用可能です。
</simpara>'>
+<!ENTITY gd.deprecated.gd-formats '<warning xmlns="http://docbook.org/ns/docbook"><simpara>GD
+と GD2 画像フォーマットは libgd のプロプライエタリな画像フォーマットです。これらは <emphasis>obsolete</emphasis> と見なされているため、開発とテストの用途にだけ使うべきです。</simpara></warning>'>
+
<!-- DBM notes -->
<!ENTITY dbm.dbm-identifier.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
Modified: phpdoc/ja/trunk/reference/image/functions/imagecreatefromgd.xml
===================================================================
--- phpdoc/ja/trunk/reference/image/functions/imagecreatefromgd.xml 2020-03-06 01:48:23 UTC (rev 349325)
+++ phpdoc/ja/trunk/reference/image/functions/imagecreatefromgd.xml 2020-03-06 02:01:35 UTC (rev 349326)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 336340 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349322 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id='function.imagecreatefromgd' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>imagecreatefromgd</refname>
@@ -63,6 +64,12 @@
</example>
</para>
</refsect1>
+
+ <refsect1 role="notes">
+ &reftitle.notes;
+ &gd.deprecated.gd-formats;
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/ja/trunk/reference/image/functions/imagecreatefromgd2.xml
===================================================================
--- phpdoc/ja/trunk/reference/image/functions/imagecreatefromgd2.xml 2020-03-06 01:48:23 UTC (rev 349325)
+++ phpdoc/ja/trunk/reference/image/functions/imagecreatefromgd2.xml 2020-03-06 02:01:35 UTC (rev 349326)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 339875 Maintainer: hirokawa Status: ready -->
-<!-- CREDITS: shimooka -->
+<!-- EN-Revision: 349322 Maintainer: hirokawa Status: ready -->
+<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id='function.imagecreatefromgd2' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>imagecreatefromgd2</refname>
@@ -65,6 +65,11 @@
</para>
</refsect1>
+ <refsect1 role="notes">
+ &reftitle.notes;
+ &gd.deprecated.gd-formats;
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/ja/trunk/reference/image/functions/imagecreatefromgd2part.xml
===================================================================
--- phpdoc/ja/trunk/reference/image/functions/imagecreatefromgd2part.xml 2020-03-06 01:48:23 UTC (rev 349325)
+++ phpdoc/ja/trunk/reference/image/functions/imagecreatefromgd2part.xml 2020-03-06 02:01:35 UTC (rev 349326)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 339875 Maintainer: hirokawa Status: ready -->
-<!-- CREDITS: shimooka -->
+<!-- EN-Revision: 349322 Maintainer: hirokawa Status: ready -->
+<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id='function.imagecreatefromgd2part' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>imagecreatefromgd2part</refname>
@@ -101,6 +101,11 @@
</para>
</refsect1>
+ <refsect1 role="notes">
+ &reftitle.notes;
+ &gd.deprecated.gd-formats;
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/ja/trunk/reference/image/functions/imagegd.xml
===================================================================
--- phpdoc/ja/trunk/reference/image/functions/imagegd.xml 2020-03-06 01:48:23 UTC (rev 349325)
+++ phpdoc/ja/trunk/reference/image/functions/imagegd.xml 2020-03-06 02:01:35 UTC (rev 349326)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 344720 Maintainer: hirokawa Status: ready -->
-<!-- CREDITS: shimooka -->
+<!-- EN-Revision: 349322 Maintainer: hirokawa Status: ready -->
+<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id='function.imagegd' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>imagegd</refname>
@@ -128,6 +128,7 @@
互換アプリケーションでのみ使用可能であることに注意してください。
</para>
</note>
+ &gd.deprecated.gd-formats;
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ja/trunk/reference/image/functions/imagegd2.xml
===================================================================
--- phpdoc/ja/trunk/reference/image/functions/imagegd2.xml 2020-03-06 01:48:23 UTC (rev 349325)
+++ phpdoc/ja/trunk/reference/image/functions/imagegd2.xml 2020-03-06 02:01:35 UTC (rev 349326)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 344720 Maintainer: hirokawa Status: ready -->
-<!-- CREDITS: shimooka -->
+<!-- EN-Revision: 349322 Maintainer: hirokawa Status: ready -->
+<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id='function.imagegd2' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>imagegd2</refname>
@@ -141,6 +141,7 @@
互換アプリケーションでのみ使用可能であることに注意してください。
</para>
</note>
+ &gd.deprecated.gd-formats;
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;