Merge pull request #44194 from etu/php-tidy
php: Add config flag for tidy
This commit is contained in:
commit
ab3eeb4c9c
@ -51,7 +51,7 @@ let
|
|||||||
, ztsSupport ? config.php.zts or false
|
, ztsSupport ? config.php.zts or false
|
||||||
, calendarSupport ? config.php.calendar or true
|
, calendarSupport ? config.php.calendar or true
|
||||||
, sodiumSupport ? (config.php.sodium or true) && (versionAtLeast version "7.2")
|
, sodiumSupport ? (config.php.sodium or true) && (versionAtLeast version "7.2")
|
||||||
, tidySupport ? false
|
, tidySupport ? (config.php.tidy or false)
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
Loading…
Reference in New Issue
Block a user