JPG -> JPEG change in 5.3.0 noted

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284574 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Colin Viebrock 2009-07-22 02:46:40 +00:00
parent 4b8c8acaeb
commit 22f4583aa4

View file

@ -68,9 +68,9 @@
images is included.</entry>
</row>
<row>
<entry>JPG Support</entry>
<entry>JPEG Support</entry>
<entry><type>boolean</type> value. &true;
if <literal>JPG</literal> support is included.</entry>
if <literal>JPEG</literal> support is included.</entry>
</row>
<row>
<entry>PNG Support</entry>
@ -91,6 +91,12 @@
</tgroup>
</table>
</para>
<note>
<para>
Previous to PHP 5.3.0, the <literal>JPEG Support</literal> attribute was named
<literal>JPG Support</literal>.
</para>
</note>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
@ -118,7 +124,7 @@ array(9) {
bool(true)
["GIF Create Support"]=>
bool(false)
["JPG Support"]=>
["JPEG Support"]=>
bool(false)
["PNG Support"]=>
bool(true)
@ -132,6 +138,31 @@ array(9) {
</example>
</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.3.0</entry>
<entry>
<literal>JPG Support</literal> attribute renamed to <literal>JPEG Support</literal>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>