createLegacyPhpIniPreRunStep
- createLegacyPhpIniPreRunStep(): (module: { FS: { mkdirTree: (path: string) => void; writeFile: (path: string, content: string) => void } }) => void
Returns (module: { FS: { mkdirTree: (path: string) => void; writeFile: (path: string, content: string) => void } }) => void
- (module: { FS: { mkdirTree: (path: string) => void; writeFile: (path: string, content: string) => void } }): void
Parameters
module: { FS: { mkdirTree: (path: string) => void; writeFile: (path: string, content: string) => void } }
FS: { mkdirTree: (path: string) => void; writeFile: (path: string, content: string) => void }
Returns void
Returns an Emscripten preRun callback that writes LEGACY_PHP_INI_CONTENT to LEGACY_PHP_INI_PATH.