Skip to content

Commit

Permalink
Enable opcache.protect_memory
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Feb 19, 2024
1 parent a231c69 commit 0abd740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main-php-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
echo "zend_extension=opcache.so" >> $GITHUB_WORKSPACE/php.ini
echo "opcache.enable=1" >> $GITHUB_WORKSPACE/php.ini
echo "opcache.enable_cli=1" >> $GITHUB_WORKSPACE/php.ini
echo "opcache.protect_memory=1" >> $GITHUB_WORKSPACE/php.ini
if [[ "${{ matrix.opcache }}" == "jit" ]]; then
echo "opcache.jit=1205" >> $GITHUB_WORKSPACE/php.ini
echo "opcache.jit_buffer_size=128M" >> $GITHUB_WORKSPACE/php.ini
Expand Down

0 comments on commit 0abd740

Please sign in to comment.