Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorris committed Oct 10, 2024
1 parent 68768e2 commit e6e5f73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -873,3 +873,9 @@ demo-source/mounted/%.js: demo-source/mounted/%

run:
${DOCKER_ENV} emscripten-builder bash

all-versions:
${MAKE} PHP_VERSION=8.0 all cgi-all
${MAKE} PHP_VERSION=8.1 all cgi-all
${MAKE} PHP_VERSION=8.2 all cgi-all
${MAKE} PHP_VERSION=8.3 all cgi-all
1 change: 1 addition & 0 deletions source/PhpNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { PhpBase } from './PhpBase';
import PhpBinary from './php-node';
import path from 'node:path';
import url from 'node:url';
import fs from 'node:fs';

export class PhpNode extends PhpBase
{
Expand Down

0 comments on commit e6e5f73

Please sign in to comment.