Skip to content

Commit 3a45994

Browse files
committed
PHP: upgrade PHP 8.3
1 parent 38e2e59 commit 3a45994

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

php-8.3/vercel.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
22
"functions": {
33
"api/index.php": {
4-
"runtime": "vercel-php@0.7.1"
4+
"runtime": "vercel-php@0.7.3"
55
}
66
},
77
"routes": [
88
{ "src": "/(.*)", "dest": "/api/index.php" }
9-
]
9+
],
10+
"build": {
11+
"env": {
12+
"NOW_PHP_DEBUG": "1"
13+
}
14+
}
1015
}

php-exec/vercel.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
22
"functions": {
33
"api/*.php": {
4-
"runtime": "vercel-php@0.7.0"
4+
"runtime": "vercel-php@0.7.3"
55
}
66
},
77
"routes": [
88
{ "src": "/", "dest": "/api/index.php" },
99
{ "src": "/(.*)", "dest": "/api/$1.php" }
10-
]
10+
],
11+
"build": {
12+
"env": {
13+
"NOW_PHP_DEBUG": "1"
14+
}
15+
}
1116
}

0 commit comments

Comments
 (0)