Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: admin/environment/php extension/tokenizer.

admin/environment/php extension/tokenizer

From MoodleDocs
Revision as of 20:25, 18 February 2010 by Helen Foster (talk | contribs) (category edit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Beginning with PHP 4.3.0 these functions are enabled by default. For older versions you have to configure and compile PHP with --enable-tokenizer. You can disable tokenizer support with --disable-tokenizer.

The windows version of PHP has built in support for this extension. You do not need to load any additional extension in order to use these functions.

   Note: Builtin support for tokenizer is available with PHP 4.3.0.