Skip to content

Commit 48c6d58

Browse files
committed
Build PHP 8.4 for JSPI
1 parent f549aa8 commit 48c6d58

File tree

11 files changed

+2617
-1
lines changed

11 files changed

+2617
-1
lines changed

packages/php-wasm/compile/libz/asyncify/dist/root/lib/include/zconf.h

Lines changed: 547 additions & 0 deletions
Large diffs are not rendered by default.

packages/php-wasm/compile/libz/asyncify/dist/root/lib/include/zlib.h

Lines changed: 1935 additions & 0 deletions
Large diffs are not rendered by default.
99.6 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libz.so.1.2.13
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libz.so.1.2.13
Binary file not shown.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
prefix=/root/lib
2+
exec_prefix=${prefix}
3+
libdir=${exec_prefix}/lib
4+
sharedlibdir=${libdir}
5+
includedir=${prefix}/include
6+
7+
Name: zlib
8+
Description: zlib compression library
9+
Version: 1.2.13
10+
11+
Requires:
12+
Libs: -L${libdir} -L${sharedlibdir} -lz
13+
Cflags: -I${includedir}
15.4 MB
Binary file not shown.

packages/php-wasm/web/public/php/jspi/php_8_4.js

Lines changed: 105 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/playground/blueprints/public/blueprint-schema-validator.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ const schema11 = {
154154
SupportedPHPVersion: {
155155
type: 'string',
156156
enum: [
157+
'8.4',
157158
'8.3',
158159
'8.2',
159160
'8.1',
@@ -1468,7 +1469,18 @@ const schema12 = {
14681469
};
14691470
const schema13 = {
14701471
type: 'string',
1471-
enum: ['8.3', '8.2', '8.1', '8.0', '7.4', '7.3', '7.2', '7.1', '7.0'],
1472+
enum: [
1473+
'8.4',
1474+
'8.3',
1475+
'8.2',
1476+
'8.1',
1477+
'8.0',
1478+
'7.4',
1479+
'7.3',
1480+
'7.2',
1481+
'7.1',
1482+
'7.0',
1483+
],
14721484
};
14731485
const schema14 = { type: 'string', const: 'wp-cli' };
14741486
const schema15 = {
@@ -19235,6 +19247,7 @@ function validate11(
1923519247
}
1923619248
if (
1923719249
!(
19250+
data9 === '8.4' ||
1923819251
data9 === '8.3' ||
1923919252
data9 === '8.2' ||
1924019253
data9 === '8.1' ||

0 commit comments

Comments
 (0)