Skip to content

Fixed JIT startup failure not being respected by new threads in ZTS #13744

Fixed JIT startup failure not being respected by new threads in ZTS

Fixed JIT startup failure not being respected by new threads in ZTS #13744

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
if: github.repository == 'php/php-src'
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"