[phpMyAdmin Developers] Decide if mbstring is required or not

Michal Čihař michal at cihar.com
Mon Dec 28 10:57:24 CET 2015


Hi all

while looking at our code, I've noticed quite inconsistent behavior for
mbstring library.

- We require it.
- We provide stubs to replace it in cases it's not there [1].
- We use it unconditionally in other places [2].

I think we should settle down to something more consistent :-). Given
that requiring it didn't seem to cause much troubles, I'd simply chose
this way, but I really don't have strong opinion on this.

[1]: in libraries/stringNative.lib.php
[2]: eg. mb_detect_encoding in libraries/Util.class.php

-- 
	Michal Čihař | http://cihar.com | http://blog.cihar.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <https://lists.phpmyadmin.net/pipermail/developers/attachments/20151228/e0c4f035/attachment.sig>


More information about the Developers mailing list