bug #2355923 [core] do not use ctype if it is not available

This commit is contained in:
Michal Čihař
2008-11-28 14:47:09 +00:00
parent 77a11d0283
commit 51e151271b
3 changed files with 13 additions and 7 deletions

View File

@@ -69,6 +69,10 @@
and the Standard PHP Library (SPL) extension.
</li>
<li>To support uploading of ZIP files, you need the PHP <tt>zip</tt> extension.</li>
<li>For proper support of multibyte strings (eg. UTF-8, which is
currently default), you should install mbstring and ctype
extensions.
</li>
<li>You need GD2 support in PHP to display inline
thumbnails of JPEGs (&quot;image/jpeg: inline&quot;) with their
original aspect ratio</li>