php: Add config flag for tidy
I think this was missed in ae9932e431
refactoring since this flag was added to master while the refactoring
was being reviewed.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user