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

admin/environment/php extension/tokenizer: Difference between revisions

From MoodleDocs
No edit summary
 
m (French link)
Line 7: Line 7:
[[Category:Environment|php extension]]
[[Category:Environment|php extension]]
[[Category:MNET]]
[[Category:MNET]]
[[fr:admin/environment/php extension/tokenizer]]

Revision as of 09:18, 11 December 2008

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.