zxcvbn-php icon indicating copy to clipboard operation
zxcvbn-php copied to clipboard

mb_ord

Open MitchellBarker opened this issue 6 years ago • 1 comments

Might mention required php version. Had an issue with mb_ord just because I'm still using an older php version. Not a big deal though

MitchellBarker avatar Oct 24 '19 18:10 MitchellBarker

composer.json requires "symfony/polyfill-mbstring": ">=1.3.1" which should have provided that function. Did you install via composer? Which PHP version are you using?

mkopinsky avatar Oct 24 '19 18:10 mkopinsky