Erreur : this version of PCRE is compiled without UTF support at offset 0
Tester le support UTF8
- /opt/lampp/bin/pcretest -C
Télécharger l’archive PCRE et compiler
- cd /tmp
- wget https://ftp.pcre.org/pub/pcre/pcre-8.41.zip && unzip pcre-8.41.zip
- ./configure --enable-utf8 --enable-unicode-properties
- make
- sudo make install
Copier les libs
- sudo cp .libs/* /opt/lampp/lib
Redémarrer LAMPP
- sudo /opt/lampp/lampp restart
source Error when using REGEXP in mysql