Skip to content

Commit

Permalink
Set zend.max_allowed_stack_size=256k for PHP 8.3 test
Browse files Browse the repository at this point in the history
  • Loading branch information
dirx committed Jan 28, 2024
1 parent 4f3bd9f commit 975d523
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
php-version: ${{ matrix.php }}
coverage: pcov
extensions: ffi, pcntl
ini-values: "${{ matrix.php == '8.3' && 'zend.max_allowed_stack_size=256k' || '' }}"

- name: Install dependencies
uses: ramsey/composer-install@v2
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ services:
image: php83-librdkafka-ffi:latest
volumes:
- .:/app
- ./resources/docker/php83-librdkafka-ffi/php.ini:/usr/local/etc/php/php.ini
depends_on:
- kafka
networks:
Expand Down
1 change: 1 addition & 0 deletions resources/docker/php83-librdkafka-ffi/php.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zend.max_allowed_stack_size=256k

0 comments on commit 975d523

Please sign in to comment.