@php-wasm/node-8-1 3.0.31

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/README.md ADDED
@@ -0,0 +1,33 @@
1
+ # @php-wasm/node-8-1
2
+
3
+ PHP 8.1 WebAssembly binaries for Node.js.
4
+
5
+ This package contains:
6
+
7
+ - JSPI and Asyncify variants of PHP 8.1 compiled to WebAssembly
8
+ - intl extension for PHP 8.1
9
+ - xdebug extension for PHP 8.1
10
+
11
+ ## Installation
12
+
13
+ ```bash
14
+ npm install @php-wasm/node-8-1
15
+ ```
16
+
17
+ ## Usage
18
+
19
+ ```typescript
20
+ import { getPHPLoaderModule, getIntlExtensionPath } from '@php-wasm/node-8-1';
21
+
22
+ const loaderModule = await getPHPLoaderModule();
23
+ const intlPath = await getIntlExtensionPath();
24
+ ```
25
+
26
+ ## Related Packages
27
+
28
+ - [@php-wasm/node](https://www.npmjs.com/package/@php-wasm/node) - Main package (requires version packages)
29
+ - [@php-wasm/universal](https://www.npmjs.com/package/@php-wasm/universal) - Universal PHP.wasm bindings
30
+
31
+ ## License
32
+
33
+ GPL-2.0-or-later
Binary file
@@ -0,0 +1,35 @@
1
+ # intl.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='intl.so'
9
+
10
+ # Names of this library.
11
+ library_names='intl.so intl.so intl.so'
12
+
13
+ # The name of the static archive.
14
+ old_library=''
15
+
16
+ # Libraries that this one depends upon.
17
+ dependency_libs=' -L/root/lib'
18
+
19
+ # Version information for intl.
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/php-src/ext/intl/modules'
@@ -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'