Skip to content

Commit 2ab2c88

Browse files
committed
Update docs + changelog
1 parent 391f91a commit 2ab2c88

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
### [0.8.0] - 2025-01-XX
3+
### [0.9.0] - 2025-01-15
4+
5+
- PHP 8.5
6+
7+
### [0.8.0] - 2025-01-15
48

59
- PHP 8.4
610

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Second file `vercel.json` is pure gold here. Setup your project with configurati
5454
{
5555
"functions": {
5656
"api/*.php": {
57-
"runtime": "vercel-php@0.8.0"
57+
"runtime": "vercel-php@0.9.0"
5858
}
5959
}
6060
}
@@ -80,7 +80,7 @@ Are you ready to deploy your first PHP project to Vercel? Click & Go!
8080
## 🤗 Features
8181

8282
- **Architecture**: PHP development server (🚀 fast enough)
83-
- **PHP version**: 8.4 (https://example-php-8-4.vercel.app)
83+
- **PHP version**: 8.5 (https://example-php-8-5.vercel.app)
8484
- **Extensions**: apcu, bcmath, brotli, bz2, calendar, Core, ctype, curl, date, dom, ds, exif, fileinfo, filter, ftp, geoip, gettext, hash, iconv, igbinary, imap, intl, json, libxml, lua, mbstring, mongodb, msgpack, mysqli, mysqlnd, openssl, pcntl, pcre, PDO, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, phalcon, Phar, protobuf, readline, redis, Reflection, runkit7, session, SimpleXML, soap, sockets, sodium, SPL, sqlite3, standard, swoole, timecop, tokenizer, uuid, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend OPcache, zlib, zip
8585
- **Speed**: cold ~250ms / warm ~5ms
8686
- **Memory**: ~90mb
@@ -91,8 +91,9 @@ Are you ready to deploy your first PHP project to Vercel? Click & Go!
9191
9292
## 💯 Versions
9393

94-
- `vercel-php@0.8.0` - Node autodetect / PHP 8.4.x (https://example-php-8-4.vercel.app)
95-
- `vercel-php@0.8.0` - Node autodetect / PHP 8.3.x (https://example-php-8-3.vercel.app)
94+
- `vercel-php@0.9.0` - Node autodetect / PHP 8.5.x (https://example-php-8-5.vercel.app)
95+
- `vercel-php@0.9.0` - Node autodetect / PHP 8.4.x (https://example-php-8-4.vercel.app)
96+
- `vercel-php@0.7.4` - Node autodetect / PHP 8.3.x (https://example-php-8-3.vercel.app)
9697
- `vercel-php@0.6.2` - Node autodetect / PHP 8.2.x (https://example-php-8-2.vercel.app)
9798
- `vercel-php@0.5.5` - Node autodetect / PHP 8.1.x (https://example-php-8-1.vercel.app)
9899
- `vercel-php@0.4.5` - Node autodetect / PHP 8.0.x (https://example-php-8-0.vercel.app)
@@ -109,7 +110,7 @@ If you need to route everything to index, use `routes` property.
109110
{
110111
"functions": {
111112
"api/*.php": {
112-
"runtime": "vercel-php@0.8.0"
113+
"runtime": "vercel-php@0.9.0"
113114
}
114115
},
115116
"routes": [
@@ -184,19 +185,19 @@ project
184185
{
185186
"functions": {
186187
"api/*.php": {
187-
"runtime": "vercel-php@0.8.0"
188+
"runtime": "vercel-php@0.9.0"
188189
},
189190
190191
// Can be list also directly
191192
192193
"api/index.php": {
193-
"runtime": "vercel-php@0.8.0"
194+
"runtime": "vercel-php@0.9.0"
194195
},
195196
"api/users.php": {
196-
"runtime": "vercel-php@0.8.0"
197+
"runtime": "vercel-php@0.9.0"
197198
},
198199
"api/books.php": {
199-
"runtime": "vercel-php@0.8.0"
200+
"runtime": "vercel-php@0.9.0"
200201
}
201202
}
202203
}
@@ -211,7 +212,7 @@ project
211212
{
212213
"functions": {
213214
"api/index.php": {
214-
"runtime": "vercel-php@0.8.0"
215+
"runtime": "vercel-php@0.9.0"
215216
}
216217
},
217218
"routes": [
@@ -231,7 +232,7 @@ Additional function properties are `memory`, `maxDuration`. Learn more about [fu
231232
{
232233
"functions": {
233234
"api/*.php": {
234-
"runtime": "vercel-php@0.8.0",
235+
"runtime": "vercel-php@0.9.0",
235236
"memory": 3008,
236237
"maxDuration": 60
237238
}
@@ -258,7 +259,7 @@ project
258259
{
259260
"functions": {
260261
"api/*.php": {
261-
"runtime": "vercel-php@0.8.0"
262+
"runtime": "vercel-php@0.9.0"
262263
}
263264
}
264265
}
@@ -297,7 +298,7 @@ project
297298
{
298299
"functions": {
299300
"api/*.php": {
300-
"runtime": "vercel-php@0.8.0"
301+
"runtime": "vercel-php@0.9.0"
301302
}
302303
}
303304
}
@@ -322,7 +323,7 @@ Runtimes support excluding some files or folders, [take a look at doc](https://v
322323
{
323324
"functions": {
324325
"api/**/*.php": {
325-
"runtime": "vercel-php@0.8.0",
326+
"runtime": "vercel-php@0.9.0",
326327
"excludeFiles": "{foo/**,bar/config/*.yaml}",
327328
}
328329
}

0 commit comments

Comments
 (0)