Erreur : this version of PCRE is compiled without UTF support at offset 0

Tester le support UTF8

  1. /opt/lampp/bin/pcretest -C

Télécharger l’archive PCRE et compiler

  1. cd /tmp
  2. wget https://ftp.pcre.org/pub/pcre/pcre-8.41.zip && unzip pcre-8.41.zip
  3. ./configure --enable-utf8 --enable-unicode-properties
  4. make
  5. sudo make install

Télécharger

Copier les libs

  1. sudo cp .libs/* /opt/lampp/lib

Redémarrer LAMPP

  1. sudo /opt/lampp/lampp restart

source Error when using REGEXP in mysql