add --with-frankenphp-app option to embed an app

# Conflicts:
#	config/lib.json
#	src/SPC/builder/unix/UnixBuilderBase.php
This commit is contained in:
DubbleClick
2025-09-05 21:36:25 +07:00
committed by henderkes
parent 987ad4b846
commit 9edb9417a1
5 changed files with 75 additions and 9 deletions

View File

@@ -7,12 +7,14 @@
"source": "php-src",
"lib-depends": [
"lib-base",
"micro"
"micro",
"frankenphp"
],
"lib-depends-macos": [
"lib-base",
"micro",
"libxml2"
"libxml2",
"frankenphp"
],
"lib-suggests-linux": [
"libacl",
@@ -968,5 +970,9 @@
"zstd.h",
"zstd_errors.h"
]
},
"frankenphp": {
"source": "frankenphp",
"type": "target"
}
}