We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d41fc commit 50d877bCopy full SHA for 50d877b
packages/playground/wordpress/src/boot.ts
@@ -3,7 +3,7 @@ import type {
3
FileNotFoundAction,
4
FileNotFoundGetActionCallback,
5
FileTree,
6
- PHPProcessManager,
+ PHPInstanceManager,
7
SpawnHandler,
8
} from '@php-wasm/universal';
9
import {
@@ -62,7 +62,7 @@ export interface BootRequestHandlerOptions {
62
*/
63
siteUrl: string;
64
documentRoot?: string;
65
- spawnHandler?: (processManager: PHPProcessManager) => SpawnHandler;
+ spawnHandler?: (instanceManager: PHPInstanceManager) => SpawnHandler;
66
/**
67
* PHP.ini entries to define before running any code. They'll
68
* be used for all requests.
0 commit comments