From: nirgal <no...@gi...> - 2019-10-13 00:39:26
|
Branch: refs/heads/master Home: https://github.com/phppgadmin/phppgadmin Commit: b24f5cae385137eddc487204a4c7a864de3d032b https://github.com/phppgadmin/phppgadmin/commit/b24f5cae385137eddc487204a4c7a864de3d032b Author: nirgal <ni...@us...> Date: 2019-10-12 (Sat, 12 Oct 2019) Changed paths: M classes/Misc.php Log Message: ----------- Support truncation of mulitbyte srings This fixes https://sourceforge.net/p/phppgadmin/bugs/422/ : substr truncates on a byte-level, sometimes within a multi-byte character. This resulted in the whole string sometime not being displayed. See the original bug report for a way to reproduce. Please note that this requires php-mbstring to be installed. This is usually the case, but the dependency should be described in the INSTALL file or something. Commit: 19c19b79241216e49fdc106e8c3e3f55195f978c https://github.com/phppgadmin/phppgadmin/commit/19c19b79241216e49fdc106e8c3e3f55195f978c Author: Jean-Michel Vourgère <ni...@de...> Date: 2019-10-12 (Sat, 12 Oct 2019) Changed paths: M composer.json Log Message: ----------- Added php-mbstring dependency in composer Compare: https://github.com/phppgadmin/phppgadmin/compare/1d5ca056572e...19c19b792412 |