summaryrefslogtreecommitdiffstats
path: root/src/UtfString.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'QA'William Desportes2019-12-311-1/+1
|\
| * Fix phpdoc using phpstan level 3William Desportes2019-12-311-1/+1
| * Revert "Enable strict mode on PHP files"William Desportes2019-05-281-1/+1
* | Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-10/+4
* | Reference classes via a use statementMaurício Meneghini Fauth2019-12-141-5/+8
|/
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-1/+1
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-1/+1
* Apply php-cs-fixerMichal Čihař2017-10-101-2/+2
* Improve UtfString handling of invalid stringsMichal Čihař2017-06-151-1/+5
* Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-1/+1
* Apply php-cs-fixerDamian Dlugosz2017-01-061-17/+12
* Use mb_strlen(8bit) to get length in bytesMichal Čihař2017-01-031-4/+1
* Use https url for ietf.orgMichal Čihař2016-11-301-1/+1
* Clarify licenseMichal Čihař2016-09-261-1/+1
* Remove @author from comment metadataMichal Čihař2016-09-261-1/+0
* Fixed coding style.Dan Ungureanu2015-08-011-1/+1
* Avoid altering the internal encoding.Dan Ungureanu2015-07-281-1/+1
* Fixed support for multi-byte strings.Dan Ungureanu2015-07-161-37/+6
* More coding style fixes. And typos. Lots of them.Dan Ungureanu2015-07-081-2/+6
* Improved documentation.Dan Ungureanu2015-06-261-0/+12
* Fixed coding style.Dan Ungureanu2015-06-221-18/+31
* Improved documentation and coding style.Dan Ungureanu2015-06-161-1/+1
* Initial commit.Dan Ungureanu2015-06-081-0/+220