[Phpmyadmin-devel] mbstring and ctype in the doc

Marc Delisle marc at infomarc.info
Tue Jul 30 14:07:05 CEST 2013


Hi,

in our doc for 4.0.x, the PHP requirements mention these (among other 
lines):

-----------
You need PHP 5.2.0 or newer, with ``session`` support, the Standard PHP 
Library (SPL) extension and JSON support.

For proper support of multibyte strings (eg. UTF-8, which is currently
the default), you should install the ``mbstring`` and ``ctype`` extensions.
-----------

It would be simpler to say:

-----------
You need PHP 5.2.0 or newer, with ``session`` support, the Standard PHP 
Library (SPL) extension, JSON support, and the ``mbstring`` and 
``ctype`` extensions.
-----------


I would use this as a doc fix for
https://sourceforge.net/p/phpmyadmin/bugs/4036/

-- 
Marc Delisle
http://infomarc.info




More information about the Developers mailing list