Fatal error: Call to undefined function preg_match()
Today’s crazy error of the day is:
Fatal error: Call to undefined function preg_match() …
Wahoo! A built in function being undefined!
So how’s this possible? It seems that if you reinstall PHP without compiling in PCRE (Perl Compatible Regular Expressions), you can get this crazy error. It’s a flag you may need to manually enable.
