Skip to content

ext/ldap: Fix GH-16101 (Segfaults in php_ldap_do_search() when LDAPs is not a list) #12707

ext/ldap: Fix GH-16101 (Segfaults in php_ldap_do_search() when LDAPs is not a list)

ext/ldap: Fix GH-16101 (Segfaults in php_ldap_do_search() when LDAPs is not a list) #12707

Workflow file for this run

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