Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate OOB: Run unit tests with instrumented PHP 8.0 code #1220

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove some previous PHP instrumentation because OOB is elsewhere now
brandonpayton committed Apr 10, 2024
commit f1b8289ef91a600cad886ddf8587b5f19fb39c22
5 changes: 3 additions & 2 deletions packages/php-wasm/compile/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -9,8 +9,9 @@ FROM playground-php-wasm:base
ARG PHP_VERSION

# Clone PHP
RUN git clone https://github.com/brandonpayton/php-src.git php-src \
--branch php-8-instrumented \
ARG CACHEBUST=3
RUN git clone https://github.com/php/php-src.git php-src \
--branch PHP-$PHP_VERSION \
--single-branch \
--depth 1;

Binary file modified packages/php-wasm/node/public/8_0_30/php_8_0.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/php-wasm/node/public/php_8_0.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const dependencyFilename = __dirname + '/8_0_30/php_8_0.wasm';
export { dependencyFilename };
export const dependenciesTotalSize = 13598014;
export const dependenciesTotalSize = 13598160;
export function init(RuntimeName, PHPLoader) {
/**
* Overrides Emscripten's default ExitStatus object which gets