Skip to content

Commit

Permalink
Fixing url_fopen for 8.4 Static & Shared builds
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorris committed Dec 6, 2024
1 parent e08a75c commit e74f61c
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 338 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -835,3 +835,7 @@ all-versions:
${MAKE} PHP_VERSION=8.1 all cgi-all
${MAKE} PHP_VERSION=8.2 all cgi-all
${MAKE} PHP_VERSION=8.3 all cgi-all
${MAKE} PHP_VERSION=8.4 all cgi-all

remap:
${DOCKER_RUN} ./remap-sourcemap.sh packages/php-wasm/php-node.mjs.wasm.map
Loading

0 comments on commit e74f61c

Please sign in to comment.