PHPInstanceManager
Hierarchy
- AsyncDisposable
- PHPInstanceManager
Implemented by
Index
Methods
acquirePHPInstance
Acquire a PHP instance for processing a request.
Returns Promise<AcquiredPHP>
An acquired PHP instance with a reap function.
getPrimaryPhp
Get the primary PHP instance. This instance is persistent and never killed.
Returns Promise<PHP>
Minimal interface for managing PHP instances.
This interface allows PHPRequestHandler to work with different instance management strategies: