Note: You are currently viewing documentation for Moodle 2.8. 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
(environment template)
m (added link to spanish translation of page)
 
Line 9: Line 9:
[[Category:MNet|PHP]]
[[Category:MNet|PHP]]


[[es:admin/environment/php extension/tokenizer]]
[[fr:admin/environment/php extension/tokenizer]]
[[fr:admin/environment/php extension/tokenizer]]

Latest revision as of 01:17, 5 January 2015

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: Built in support for tokenizer is available with PHP 4.3.0.