@php-wasm/node 1.1.4 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/asyncify/7_2_34/php_7_2.wasm +0 -0
- package/asyncify/7_3_33/php_7_3.wasm +0 -0
- package/asyncify/7_4_33/php_7_4.wasm +0 -0
- package/asyncify/8_0_30/php_8_0.wasm +0 -0
- package/asyncify/8_1_23/php_8_1.wasm +0 -0
- package/asyncify/8_2_10/php_8_2.wasm +0 -0
- package/asyncify/8_3_0/php_8_3.wasm +0 -0
- package/asyncify/8_4_0/php_8_4.wasm +0 -0
- package/asyncify/php_7_2.js +55 -33
- package/asyncify/php_7_3.js +55 -33
- package/asyncify/php_7_4.js +63 -41
- package/asyncify/php_8_0.js +67 -45
- package/asyncify/php_8_1.js +56 -34
- package/asyncify/php_8_2.js +56 -34
- package/asyncify/php_8_3.js +56 -34
- package/asyncify/php_8_4.js +55 -33
- package/index.cjs +230308 -70174
- package/index.js +229696 -69447
- package/jspi/7_2_34/php_7_2.wasm +0 -0
- package/jspi/7_3_33/php_7_3.wasm +0 -0
- package/jspi/7_4_33/php_7_4.wasm +0 -0
- package/jspi/8_0_30/php_8_0.wasm +0 -0
- package/jspi/8_1_23/php_8_1.wasm +0 -0
- package/jspi/8_2_10/php_8_2.wasm +0 -0
- package/jspi/8_3_0/php_8_3.wasm +0 -0
- package/jspi/8_4_0/php_8_4.wasm +0 -0
- package/jspi/extensions/xdebug/7_2/xdebug.la +35 -0
- package/jspi/extensions/xdebug/7_2/xdebug.so +0 -0
- package/jspi/extensions/xdebug/7_3/xdebug.la +35 -0
- package/jspi/extensions/xdebug/7_3/xdebug.so +0 -0
- package/jspi/extensions/xdebug/7_4/xdebug.la +35 -0
- package/jspi/extensions/xdebug/7_4/xdebug.so +0 -0
- package/jspi/extensions/xdebug/8_0/xdebug.la +35 -0
- package/jspi/extensions/xdebug/8_0/xdebug.so +0 -0
- package/jspi/extensions/xdebug/8_1/xdebug.la +35 -0
- package/jspi/extensions/xdebug/8_1/xdebug.so +0 -0
- package/jspi/extensions/xdebug/8_2/xdebug.la +35 -0
- package/jspi/extensions/xdebug/8_2/xdebug.so +0 -0
- package/jspi/extensions/xdebug/8_3/xdebug.la +35 -0
- package/jspi/extensions/xdebug/8_3/xdebug.so +0 -0
- package/jspi/extensions/xdebug/8_4/xdebug.la +35 -0
- package/jspi/extensions/xdebug/8_4/xdebug.so +0 -0
- package/jspi/php_7_2.js +27165 -2210
- package/jspi/php_7_3.js +27165 -2210
- package/jspi/php_7_4.js +27164 -2214
- package/jspi/php_8_0.js +27265 -2327
- package/jspi/php_8_1.js +27258 -2356
- package/jspi/php_8_2.js +27258 -2359
- package/jspi/php_8_3.js +27258 -2359
- package/jspi/php_8_4.js +27258 -2359
- package/lib/file-lock-manager-for-node.d.ts +10 -2
- package/lib/load-runtime.d.ts +1 -0
- package/lib/xdebug/get-xdebug-extension-module.d.ts +2 -0
- package/lib/xdebug/with-xdebug.d.ts +2 -0
- package/package.json +8 -8
- package/fs_ext.node +0 -0
package/jspi/7_2_34/php_7_2.wasm
CHANGED
|
Binary file
|
package/jspi/7_3_33/php_7_3.wasm
CHANGED
|
Binary file
|
package/jspi/7_4_33/php_7_4.wasm
CHANGED
|
Binary file
|
package/jspi/8_0_30/php_8_0.wasm
CHANGED
|
Binary file
|
package/jspi/8_1_23/php_8_1.wasm
CHANGED
|
Binary file
|
package/jspi/8_2_10/php_8_2.wasm
CHANGED
|
Binary file
|
package/jspi/8_3_0/php_8_3.wasm
CHANGED
|
Binary file
|
package/jspi/8_4_0/php_8_4.wasm
CHANGED
|
Binary file
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# xdebug.la - a libtool library file
|
|
2
|
+
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
|
|
3
|
+
#
|
|
4
|
+
# Please DO NOT delete this file!
|
|
5
|
+
# It is necessary for linking the library.
|
|
6
|
+
|
|
7
|
+
# The name that we can dlopen(3).
|
|
8
|
+
dlname='xdebug.so'
|
|
9
|
+
|
|
10
|
+
# Names of this library.
|
|
11
|
+
library_names='xdebug.so xdebug.so xdebug.so'
|
|
12
|
+
|
|
13
|
+
# The name of the static archive.
|
|
14
|
+
old_library=''
|
|
15
|
+
|
|
16
|
+
# Libraries that this one depends upon.
|
|
17
|
+
dependency_libs=''
|
|
18
|
+
|
|
19
|
+
# Version information for xdebug.
|
|
20
|
+
current=0
|
|
21
|
+
age=0
|
|
22
|
+
revision=0
|
|
23
|
+
|
|
24
|
+
# Is this an already installed library?
|
|
25
|
+
installed=yes
|
|
26
|
+
|
|
27
|
+
# Should we warn about portability when linking against -modules?
|
|
28
|
+
shouldnotlink=yes
|
|
29
|
+
|
|
30
|
+
# Files to dlopen/dlpreopen
|
|
31
|
+
dlopen=''
|
|
32
|
+
dlpreopen=''
|
|
33
|
+
|
|
34
|
+
# Directory that this library needs to be installed in:
|
|
35
|
+
libdir='/root/xdebug/modules'
|
|
Binary file
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# xdebug.la - a libtool library file
|
|
2
|
+
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
|
|
3
|
+
#
|
|
4
|
+
# Please DO NOT delete this file!
|
|
5
|
+
# It is necessary for linking the library.
|
|
6
|
+
|
|
7
|
+
# The name that we can dlopen(3).
|
|
8
|
+
dlname='xdebug.so'
|
|
9
|
+
|
|
10
|
+
# Names of this library.
|
|
11
|
+
library_names='xdebug.so xdebug.so xdebug.so'
|
|
12
|
+
|
|
13
|
+
# The name of the static archive.
|
|
14
|
+
old_library=''
|
|
15
|
+
|
|
16
|
+
# Libraries that this one depends upon.
|
|
17
|
+
dependency_libs=''
|
|
18
|
+
|
|
19
|
+
# Version information for xdebug.
|
|
20
|
+
current=0
|
|
21
|
+
age=0
|
|
22
|
+
revision=0
|
|
23
|
+
|
|
24
|
+
# Is this an already installed library?
|
|
25
|
+
installed=yes
|
|
26
|
+
|
|
27
|
+
# Should we warn about portability when linking against -modules?
|
|
28
|
+
shouldnotlink=yes
|
|
29
|
+
|
|
30
|
+
# Files to dlopen/dlpreopen
|
|
31
|
+
dlopen=''
|
|
32
|
+
dlpreopen=''
|
|
33
|
+
|
|
34
|
+
# Directory that this library needs to be installed in:
|
|
35
|
+
libdir='/root/xdebug/modules'
|
|
Binary file
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# xdebug.la - a libtool library file
|
|
2
|
+
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
|
|
3
|
+
#
|
|
4
|
+
# Please DO NOT delete this file!
|
|
5
|
+
# It is necessary for linking the library.
|
|
6
|
+
|
|
7
|
+
# The name that we can dlopen(3).
|
|
8
|
+
dlname='xdebug.so'
|
|
9
|
+
|
|
10
|
+
# Names of this library.
|
|
11
|
+
library_names='xdebug.so xdebug.so xdebug.so'
|
|
12
|
+
|
|
13
|
+
# The name of the static archive.
|
|
14
|
+
old_library=''
|
|
15
|
+
|
|
16
|
+
# Libraries that this one depends upon.
|
|
17
|
+
dependency_libs=''
|
|
18
|
+
|
|
19
|
+
# Version information for xdebug.
|
|
20
|
+
current=0
|
|
21
|
+
age=0
|
|
22
|
+
revision=0
|
|
23
|
+
|
|
24
|
+
# Is this an already installed library?
|
|
25
|
+
installed=yes
|
|
26
|
+
|
|
27
|
+
# Should we warn about portability when linking against -modules?
|
|
28
|
+
shouldnotlink=yes
|
|
29
|
+
|
|
30
|
+
# Files to dlopen/dlpreopen
|
|
31
|
+
dlopen=''
|
|
32
|
+
dlpreopen=''
|
|
33
|
+
|
|
34
|
+
# Directory that this library needs to be installed in:
|
|
35
|
+
libdir='/root/xdebug/modules'
|
|
Binary file
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# xdebug.la - a libtool library file
|
|
2
|
+
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
|
|
3
|
+
#
|
|
4
|
+
# Please DO NOT delete this file!
|
|
5
|
+
# It is necessary for linking the library.
|
|
6
|
+
|
|
7
|
+
# The name that we can dlopen(3).
|
|
8
|
+
dlname='xdebug.so'
|
|
9
|
+
|
|
10
|
+
# Names of this library.
|
|
11
|
+
library_names='xdebug.so xdebug.so xdebug.so'
|
|
12
|
+
|
|
13
|
+
# The name of the static archive.
|
|
14
|
+
old_library=''
|
|
15
|
+
|
|
16
|
+
# Libraries that this one depends upon.
|
|
17
|
+
dependency_libs=''
|
|
18
|
+
|
|
19
|
+
# Version information for xdebug.
|
|
20
|
+
current=0
|
|
21
|
+
age=0
|
|
22
|
+
revision=0
|
|
23
|
+
|
|
24
|
+
# Is this an already installed library?
|
|
25
|
+
installed=yes
|
|
26
|
+
|
|
27
|
+
# Should we warn about portability when linking against -modules?
|
|
28
|
+
shouldnotlink=yes
|
|
29
|
+
|
|
30
|
+
# Files to dlopen/dlpreopen
|
|
31
|
+
dlopen=''
|
|
32
|
+
dlpreopen=''
|
|
33
|
+
|
|
34
|
+
# Directory that this library needs to be installed in:
|
|
35
|
+
libdir='/root/xdebug/modules'
|
|
Binary file
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# xdebug.la - a libtool library file
|
|
2
|
+
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
|
|
3
|
+
#
|
|
4
|
+
# Please DO NOT delete this file!
|
|
5
|
+
# It is necessary for linking the library.
|
|
6
|
+
|
|
7
|
+
# The name that we can dlopen(3).
|
|
8
|
+
dlname='xdebug.so'
|
|
9
|
+
|
|
10
|
+
# Names of this library.
|
|
11
|
+
library_names='xdebug.so xdebug.so xdebug.so'
|
|
12
|
+
|
|
13
|
+
# The name of the static archive.
|
|
14
|
+
old_library=''
|
|
15
|
+
|
|
16
|
+
# Libraries that this one depends upon.
|
|
17
|
+
dependency_libs=''
|
|
18
|
+
|
|
19
|
+
# Version information for xdebug.
|
|
20
|
+
current=0
|
|
21
|
+
age=0
|
|
22
|
+
revision=0
|
|
23
|
+
|
|
24
|
+
# Is this an already installed library?
|
|
25
|
+
installed=yes
|
|
26
|
+
|
|
27
|
+
# Should we warn about portability when linking against -modules?
|
|
28
|
+
shouldnotlink=yes
|
|
29
|
+
|
|
30
|
+
# Files to dlopen/dlpreopen
|
|
31
|
+
dlopen=''
|
|
32
|
+
dlpreopen=''
|
|
33
|
+
|
|
34
|
+
# Directory that this library needs to be installed in:
|
|
35
|
+
libdir='/root/xdebug/modules'
|
|
Binary file
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# xdebug.la - a libtool library file
|
|
2
|
+
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
|
|
3
|
+
#
|
|
4
|
+
# Please DO NOT delete this file!
|
|
5
|
+
# It is necessary for linking the library.
|
|
6
|
+
|
|
7
|
+
# The name that we can dlopen(3).
|
|
8
|
+
dlname='xdebug.so'
|
|
9
|
+
|
|
10
|
+
# Names of this library.
|
|
11
|
+
library_names='xdebug.so xdebug.so xdebug.so'
|
|
12
|
+
|
|
13
|
+
# The name of the static archive.
|
|
14
|
+
old_library=''
|
|
15
|
+
|
|
16
|
+
# Libraries that this one depends upon.
|
|
17
|
+
dependency_libs=''
|
|
18
|
+
|
|
19
|
+
# Version information for xdebug.
|
|
20
|
+
current=0
|
|
21
|
+
age=0
|
|
22
|
+
revision=0
|
|
23
|
+
|
|
24
|
+
# Is this an already installed library?
|
|
25
|
+
installed=yes
|
|
26
|
+
|
|
27
|
+
# Should we warn about portability when linking against -modules?
|
|
28
|
+
shouldnotlink=yes
|
|
29
|
+
|
|
30
|
+
# Files to dlopen/dlpreopen
|
|
31
|
+
dlopen=''
|
|
32
|
+
dlpreopen=''
|
|
33
|
+
|
|
34
|
+
# Directory that this library needs to be installed in:
|
|
35
|
+
libdir='/root/xdebug/modules'
|
|
Binary file
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# xdebug.la - a libtool library file
|
|
2
|
+
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
|
|
3
|
+
#
|
|
4
|
+
# Please DO NOT delete this file!
|
|
5
|
+
# It is necessary for linking the library.
|
|
6
|
+
|
|
7
|
+
# The name that we can dlopen(3).
|
|
8
|
+
dlname='xdebug.so'
|
|
9
|
+
|
|
10
|
+
# Names of this library.
|
|
11
|
+
library_names='xdebug.so xdebug.so xdebug.so'
|
|
12
|
+
|
|
13
|
+
# The name of the static archive.
|
|
14
|
+
old_library=''
|
|
15
|
+
|
|
16
|
+
# Libraries that this one depends upon.
|
|
17
|
+
dependency_libs=''
|
|
18
|
+
|
|
19
|
+
# Version information for xdebug.
|
|
20
|
+
current=0
|
|
21
|
+
age=0
|
|
22
|
+
revision=0
|
|
23
|
+
|
|
24
|
+
# Is this an already installed library?
|
|
25
|
+
installed=yes
|
|
26
|
+
|
|
27
|
+
# Should we warn about portability when linking against -modules?
|
|
28
|
+
shouldnotlink=yes
|
|
29
|
+
|
|
30
|
+
# Files to dlopen/dlpreopen
|
|
31
|
+
dlopen=''
|
|
32
|
+
dlpreopen=''
|
|
33
|
+
|
|
34
|
+
# Directory that this library needs to be installed in:
|
|
35
|
+
libdir='/root/xdebug/modules'
|
|
Binary file
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# xdebug.la - a libtool library file
|
|
2
|
+
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
|
|
3
|
+
#
|
|
4
|
+
# Please DO NOT delete this file!
|
|
5
|
+
# It is necessary for linking the library.
|
|
6
|
+
|
|
7
|
+
# The name that we can dlopen(3).
|
|
8
|
+
dlname='xdebug.so'
|
|
9
|
+
|
|
10
|
+
# Names of this library.
|
|
11
|
+
library_names='xdebug.so xdebug.so xdebug.so'
|
|
12
|
+
|
|
13
|
+
# The name of the static archive.
|
|
14
|
+
old_library=''
|
|
15
|
+
|
|
16
|
+
# Libraries that this one depends upon.
|
|
17
|
+
dependency_libs=''
|
|
18
|
+
|
|
19
|
+
# Version information for xdebug.
|
|
20
|
+
current=0
|
|
21
|
+
age=0
|
|
22
|
+
revision=0
|
|
23
|
+
|
|
24
|
+
# Is this an already installed library?
|
|
25
|
+
installed=yes
|
|
26
|
+
|
|
27
|
+
# Should we warn about portability when linking against -modules?
|
|
28
|
+
shouldnotlink=yes
|
|
29
|
+
|
|
30
|
+
# Files to dlopen/dlpreopen
|
|
31
|
+
dlopen=''
|
|
32
|
+
dlpreopen=''
|
|
33
|
+
|
|
34
|
+
# Directory that this library needs to be installed in:
|
|
35
|
+
libdir='/root/xdebug/modules'
|
|
Binary file
|