Skip to content

ext/pcre: add PREG_THROW_ON_ERROR flag #7594

ext/pcre: add PREG_THROW_ON_ERROR flag

ext/pcre: add PREG_THROW_ON_ERROR flag #7594

Workflow file for this run

name: Test
on:
push:
paths-ignore: &ignore_paths
- .circleci/**
- .github/CODEOWNERS
- .github/ISSUE_TEMPLATE/**
- '**/*.md'
- '**/*.rst'
- docs/**
- EXTENSIONS
- LICENSE
- NEWS
- UPGRADING
- UPGRADING.INTERNALS
branches:
- PHP-8.2
- PHP-8.3
- PHP-8.4
- PHP-8.5
- master
pull_request:
paths-ignore: *ignore_paths
branches:
- '**'
schedule:
- cron: "0 1 * * *"
workflow_dispatch: ~
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.url || github.run_id }}
cancel-in-progress: true
jobs:
GENERATE_MATRIX:
name: Generate Matrix
if: github.repository == 'php/php-src' || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
outputs:
all_variations: ${{ steps.set-matrix.outputs.all_variations }}
branches: ${{ steps.set-matrix.outputs.branches }}
steps:
- uses: actions/checkout@v6
with:
# When running nightly, set fetch-depth to 0 to clone the full