mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- we support jpeg 6b, 7 and 8 now
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300426 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ad7a14cbe6
commit
689d672e88
2 changed files with 6 additions and 5 deletions
|
@ -33,10 +33,11 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><literal>jpeg-6b</literal></entry>
|
||||
<entry><literal>jpeg</literal></entry>
|
||||
<entry>
|
||||
To enable support for jpeg-6b add
|
||||
<option role="configure">--with-jpeg-dir=DIR</option>.
|
||||
To enable support for jpeg add
|
||||
<option role="configure">--with-jpeg-dir=DIR</option>. Jpeg 6b, 7 or 8
|
||||
are supported.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
|
@ -63,10 +63,10 @@
|
|||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>jpeg-6b</literal></entry>
|
||||
<entry><literal>jpeg</literal></entry>
|
||||
<entry><link xlink:href="&url.jpeg;">&url.jpeg;</link></entry>
|
||||
<entry>
|
||||
When building the jpeg-v6b library (prior to building PHP) you
|
||||
When building the jpeg library (prior to building PHP) you
|
||||
must use the <option role="configure">--enable-shared</option>
|
||||
option in the configure step. If you do not, you will receive
|
||||
an error saying <literal>libjpeg.(a|so) not found</literal>
|
||||
|
|
Loading…
Reference in a new issue