mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
4b8c8acaeb
commit
22f4583aa4
1 changed files with 34 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue