@php-wasm/web-5-2 3.1.20 → 3.1.22

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.
Files changed (2) hide show
  1. package/package.json +3 -2
  2. package/README.md +0 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@php-wasm/web-5-2",
3
- "version": "3.1.20",
3
+ "version": "3.1.22",
4
4
  "description": "PHP 5.2 WebAssembly binaries for web (legacy)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,10 +35,11 @@
35
35
  "node": ">=20.10.0",
36
36
  "npm": ">=10.2.3"
37
37
  },
38
+ "gitHead": "04c986b63dd56fe74e4ed0cf04d00cae7ac050bf",
38
39
  "dependencies": {
39
40
  "ini": "4.1.2",
40
41
  "wasm-feature-detect": "1.8.0",
41
- "@php-wasm/universal": "3.1.20"
42
+ "@php-wasm/universal": "3.1.22"
42
43
  },
43
44
  "packageManager": "npm@10.9.2",
44
45
  "overrides": {
package/README.md DELETED
@@ -1,33 +0,0 @@
1
- # @php-wasm/web-5-2
2
-
3
- PHP 5.2 WebAssembly binaries for the web (legacy).
4
-
5
- This package contains:
6
-
7
- - JSPI and Asyncify variants of PHP 5.2 compiled to WebAssembly
8
-
9
- No bundled extensions (intl, Xdebug, Redis, Memcached) — calling the
10
- corresponding getter functions throws.
11
-
12
- ## Installation
13
-
14
- ```bash
15
- npm install @php-wasm/web-5-2
16
- ```
17
-
18
- ## Usage
19
-
20
- ```typescript
21
- import { getPHPLoaderModule } from '@php-wasm/web-5-2';
22
-
23
- const loaderModule = await getPHPLoaderModule();
24
- ```
25
-
26
- ## Related Packages
27
-
28
- - [@php-wasm/web](https://www.npmjs.com/package/@php-wasm/web) - 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