@php-wasm/nodeInterfacesPHPLoaderOptionsઆ પૃષ્ઠ પરPHPLoaderOptions Index PropertiesextensionsfollowSymlinkswithIntlwithMemcachedwithRediswithXdebugProperties optionalextensionsextensions?: PHPExtension[]PHP extensions to install before the runtime starts. Use built-in names such as intl, xdebug, redis, and memcached, or pass an external JSPI extension source such as a manifest.optionalfollowSymlinksfollowSymlinks?: booleanoptionalwithIntlwithIntl?: boolean@deprecatedUse extensions: ['intl'] instead.optionalwithMemcachedwithMemcached?: boolean@deprecatedUse extensions: ['memcached'] instead.optionalwithRediswithRedis?: boolean@deprecatedUse extensions: ['redis'] instead.optionalwithXdebugwithXdebug?: boolean | XdebugOptions@deprecatedUse extensions: ['xdebug'] or extensions: [{ name: 'xdebug', options }] instead.
PHP extensions to install before the runtime starts.
Use built-in names such as
intl,xdebug,redis, andmemcached, or pass an external JSPI extension source such as a manifest.