Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 501 Bytes

tokenizer.md

File metadata and controls

23 lines (14 loc) · 501 Bytes

The tokenizer extension

Configure the tokenizer extension.

This extension provides an interface to the PHP tokenizer embedded in the Zend Engine.

PHP_EXT_TOKENIZER

  • Default: ON
  • Values: ON|OFF

Enable the extension.

PHP_EXT_TOKENIZER_SHARED

  • Default: OFF
  • Values: ON|OFF

Build extension as shared.