I am trying to implement the tinyMCE spellchecker plugin and I have encountered a problem with enabling PHPs enchant module.
The following code
$enchant = enchant_broker_init();
print_r($enchant);
Returns the following error
Fatal error: Call to undefined function enchant_broker_init()
I am running PHP v5.4.30 on Mac OSX 10.9.5 if that helps at all.
Do I need to do anything in Terminal to enable it or should it already be enabled?