Skip to content

Commit 9d8a6d8

Browse files
committed
All except phar.php scrambles
1 parent 9e175e7 commit 9d8a6d8

File tree

2 files changed

+12
-29
lines changed

2 files changed

+12
-29
lines changed

8.4/bookworm/apache/Dockerfile

Lines changed: 10 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

encrypted-execution/scripts/build-scrambled.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ if [ -f $PHP_SRC_PATH/ext/phar/build_precommand.php ]; then
3636
$PHP_EXEC/s_php tok-php-transformer.php -p ./build_precommand.php --replace
3737
mv ./build_precommand.php $PHP_SRC_PATH/ext/phar/build_precommand.php
3838
else
39-
echo "NO SUCH FILE at scramble time: $PHP_SRC_PATH/ext/phar/phar.php"
39+
echo "NO SUCH FILE at scramble time: $PHP_SRC_PATH/ext/phar/build_precommand.php"
4040
fi
4141

4242
cd $PHP_SRC_PATH
43-
make -j 1 -o ext/phar/phar.php install -k
43+
make -j "$(nproc)" -o ext/phar/phar.php install -k
4444
cd $ENCRYPTED_EXECUTION_PATH

0 commit comments

Comments
 (0)