Drop the useless PHP tokenizer extension install step (#1650)

It is bundled and enabled by default in the PHP language already, and adding this step raises a warning:
warning: tokenizer (tokenizer.so) is already loaded!

Also if this option disabled, it's still installed as part of the language anyway!
This commit is contained in:
Abdelrahman Omran
2018-11-13 16:30:41 +04:00
committed by Shao Yu-Lung (Allen)
parent 876336bc1a
commit 1dac382827
3 changed files with 0 additions and 11 deletions

View File

@ -134,7 +134,6 @@ WORKSPACE_SSH_PORT=2222
PHP_FPM_INSTALL_ZIP_ARCHIVE=true
PHP_FPM_INSTALL_BCMATH=true
PHP_FPM_INSTALL_MYSQLI=true
PHP_FPM_INSTALL_TOKENIZER=true
PHP_FPM_INSTALL_INTL=true
PHP_FPM_INSTALL_IMAGEMAGICK=true
PHP_FPM_INSTALL_OPCACHE=true