1
0
Fork 0

Update schema for php-ext section to add needs-value flag (#12050)

Reference: https://github.com/ThePHPF/pie-design/pull/18
pull/12039/merge
James Titcumb 2024-07-19 20:41:33 +01:00 committed by GitHub
parent 685add70ec
commit ea931df77d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -324,6 +324,12 @@
"example": "without-xdebug-compression", "example": "without-xdebug-compression",
"pattern": "^[a-zA-Z0-9][a-zA-Z0-9-_]*$" "pattern": "^[a-zA-Z0-9][a-zA-Z0-9-_]*$"
}, },
"needs-value": {
"type": "boolean",
"description": "If this is set to true, the flag needs a value (e.g. --with-somelib=<path>), otherwise it is a flag without a value (e.g. --enable-some-feature).",
"example": false,
"default": false
},
"description": { "description": {
"type": "string", "type": "string",
"description": "The description of what the flag does or means.", "description": "The description of what the flag does or means.",