Skip to content

curl: add workaround for CURLOPT_INTERFACE for v8.9-8.10 #143

curl: add workaround for CURLOPT_INTERFACE for v8.9-8.10

curl: add workaround for CURLOPT_INTERFACE for v8.9-8.10 #143

Workflow file for this run

# generated file; do not edit!
name: ci
on:
workflow_dispatch:
push:
pull_request:
jobs:
next-0:
name: "next-0 (master)"
continue-on-error: true
env:
PHP: "master"
enable_debug: "yes"
enable_zts: "yes"
enable_iconv: "yes"
TEST_PHP_ARGS: "-d error_reporting=24575"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Info
run: |
locale -a && locale
- name: Install
run: |
sudo apt-get install -y \
php-cli \
php-pear \
libcurl4-openssl-dev \
libidn-dev \
libidn2-0-dev \
libicu-dev \
libevent-dev \
libbrotli-dev \
re2c
- name: Prepare
run: |
make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
make -f scripts/ci/Makefile pecl PECL=m6w6/ext-raphf.git:raphf:master
- name: Build
run: |
make -f scripts/ci/Makefile ext PECL=http
- name: Test
run: |
make -f scripts/ci/Makefile test
old-0:
name: "old-0 (8.2)"
env:
PHP: "8.2"
enable_debug: "yes"
enable_zts: "yes"
enable_iconv: "yes"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Info
run: |
locale -a && locale
- name: Install
run: |
sudo apt-get install -y \
php-cli \
php-pear \
libcurl4-openssl-dev \
libidn-dev \
libidn2-0-dev \
libicu-dev \
libevent-dev \
libbrotli-dev \
re2c
- name: Prepare
run: |
make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
make -f scripts/ci/Makefile pecl PECL=m6w6/ext-raphf.git:raphf:master
- name: Build
run: |
make -f scripts/ci/Makefile ext PECL=http
- name: Test
run: |
make -f scripts/ci/Makefile test
old-1:
name: "old-1 (8.1)"
env:
PHP: "8.1"
enable_debug: "yes"
enable_zts: "yes"
enable_iconv: "yes"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Info
run: |
locale -a && locale
- name: Install
run: |
sudo apt-get install -y \
php-cli \
php-pear \
libcurl4-openssl-dev \
libidn-dev \
libidn2-0-dev \
libicu-dev \
libevent-dev \
libbrotli-dev \
re2c
- name: Prepare
run: |
make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
make -f scripts/ci/Makefile pecl PECL=m6w6/ext-raphf.git:raphf:master
- name: Build
run: |
make -f scripts/ci/Makefile ext PECL=http
- name: Test
run: |
make -f scripts/ci/Makefile test
old-2:
name: "old-2 (8.0)"
env:
PHP: "8.0"
enable_debug: "yes"
enable_zts: "yes"
enable_iconv: "yes"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Info
run: |
locale -a && locale
- name: Install
run: |
sudo apt-get install -y \
php-cli \
php-pear \
libcurl4-openssl-dev \
libidn-dev \
libidn2-0-dev \
libicu-dev \
libevent-dev \
libbrotli-dev \
re2c
- name: Prepare
run: |
make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
make -f scripts/ci/Makefile pecl PECL=m6w6/ext-raphf.git:raphf:master
- name: Build
run: |
make -f scripts/ci/Makefile ext PECL=http
- name: Test
run: |
make -f scripts/ci/Makefile test
cur-none-0:
name: "cur-none-0 (8.3)"
env:
PHP: "8.3"
with_http_libicu_dir: "no"
with_http_libidn_dir: "no"
with_http_libidn2_dir: "no"
with_http_libcurl_dir: "no"
with_http_libevent_dir: "no"
with_http_libbrotli_dir: "no"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Info
run: |
locale -a && locale
- name: Install
run: |
sudo apt-get install -y \
php-cli \
php-pear \
libcurl4-openssl-dev \
libidn-dev \
libidn2-0-dev \
libicu-dev \
libevent-dev \
libbrotli-dev \
re2c
- name: Prepare
run: |
make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
make -f scripts/ci/Makefile pecl PECL=m6w6/ext-raphf.git:raphf:master
- name: Build
run: |
make -f scripts/ci/Makefile ext PECL=http
- name: Test
run: |
make -f scripts/ci/Makefile test
cur-dbg-zts-0:
name: "cur-dbg-zts-0 (8.3)"
env:
PHP: "8.3"
enable_debug: "yes"
enable_zts: "yes"
enable_iconv: "yes"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Info
run: |
locale -a && locale
- name: Install
run: |
sudo apt-get install -y \
php-cli \
php-pear \
libcurl4-openssl-dev \
libidn-dev \
libidn2-0-dev \
libicu-dev \
libevent-dev \
libbrotli-dev \
re2c
- name: Prepare
run: |
make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
make -f scripts/ci/Makefile pecl PECL=m6w6/ext-raphf.git:raphf:master
- name: Build
run: |
make -f scripts/ci/Makefile ext PECL=http
- name: Test
run: |
make -f scripts/ci/Makefile test
cur-dbg-zts-1:
name: "cur-dbg-zts-1 (8.3)"
env:
PHP: "8.3"
enable_debug: "no"
enable_zts: "yes"
enable_iconv: "yes"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Info
run: |
locale -a && locale
- name: Install
run: |
sudo apt-get install -y \
php-cli \
php-pear \
libcurl4-openssl-dev \
libidn-dev \
libidn2-0-dev \
libicu-dev \
libevent-dev \
libbrotli-dev \
re2c
- name: Prepare
run: |
make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
make -f scripts/ci/Makefile pecl PECL=m6w6/ext-raphf.git:raphf:master
- name: Build
run: |
make -f scripts/ci/Makefile ext PECL=http
- name: Test
run: |
make -f scripts/ci/Makefile test
cur-dbg-zts-2:
name: "cur-dbg-zts-2 (8.3)"
env:
PHP: "8.3"
enable_debug: "yes"
enable_zts: "no"
enable_iconv: "yes"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Info
run: |
locale -a && locale
- name: Install
run: |
sudo apt-get install -y \
php-cli \
php-pear \
libcurl4-openssl-dev \
libidn-dev \
libidn2-0-dev \
libicu-dev \
libevent-dev \
libbrotli-dev \
re2c
- name: Prepare
run: |
make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
make -f scripts/ci/Makefile pecl PECL=m6w6/ext-raphf.git:raphf:master
- name: Build
run: |
make -f scripts/ci/Makefile ext PECL=http
- name: Test
run: |
make -f scripts/ci/Makefile test
cur-dbg-zts-3:
name: "cur-dbg-zts-3 (8.3)"
env:
PHP: "8.3"
enable_debug: "no"
enable_zts: "no"
enable_iconv: "yes"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Info
run: |
locale -a && locale
- name: Install
run: |
sudo apt-get install -y \
php-cli \
php-pear \
libcurl4-openssl-dev \
libidn-dev \
libidn2-0-dev \
libicu-dev \
libevent-dev \
libbrotli-dev \
re2c
- name: Prepare
run: |
make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
make -f scripts/ci/Makefile pecl PECL=m6w6/ext-raphf.git:raphf:master
- name: Build
run: |
make -f scripts/ci/Makefile ext PECL=http
- name: Test
run: |
make -f scripts/ci/Makefile test
cur-cov-0:
name: "cur-cov-0 (8.3)"
env:
CFLAGS: "-O0 -g --coverage"
CXXFLAGS: "-O0 -g --coverage"
PHP: "8.3"
enable_iconv: "yes"
with_http_libicu_dir: "yes"
with_http_libidn_dir: "no"
with_http_libidn2_dir: "no"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Info
run: |
locale -a && locale
- name: Install
run: |
sudo apt-get install -y \
php-cli \
php-pear \
libcurl4-openssl-dev \
libidn-dev \
libidn2-0-dev \
libicu-dev \
libevent-dev \
libbrotli-dev \
re2c
- name: Prepare
run: |
make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
make -f scripts/ci/Makefile pecl PECL=m6w6/ext-raphf.git:raphf:master
- name: Build
run: |
make -f scripts/ci/Makefile ext PECL=http
- name: Test
run: |
make -f scripts/ci/Makefile test
- name: Coverage
if: success()
run: |
cd src/.libs
bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
cur-cov-1:
name: "cur-cov-1 (8.3)"
env:
CFLAGS: "-O0 -g --coverage"
CXXFLAGS: "-O0 -g --coverage"
PHP: "8.3"
enable_iconv: "yes"
with_http_libicu_dir: "no"
with_http_libidn_dir: "yes"
with_http_libidn2_dir: "no"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Info
run: |
locale -a && locale
- name: Install
run: |
sudo apt-get install -y \
php-cli \
php-pear \
libcurl4-openssl-dev \
libidn-dev \
libidn2-0-dev \
libicu-dev \
libevent-dev \
libbrotli-dev \
re2c
- name: Prepare
run: |
make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
make -f scripts/ci/Makefile pecl PECL=m6w6/ext-raphf.git:raphf:master
- name: Build
run: |
make -f scripts/ci/Makefile ext PECL=http
- name: Test
run: |
make -f scripts/ci/Makefile test
- name: Coverage
if: success()
run: |
cd src/.libs
bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
cur-cov-2:
name: "cur-cov-2 (8.3)"
env:
CFLAGS: "-O0 -g --coverage"
CXXFLAGS: "-O0 -g --coverage"
PHP: "8.3"
enable_iconv: "yes"
with_http_libicu_dir: "no"
with_http_libidn_dir: "no"
with_http_libidn2_dir: "yes"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Info
run: |
locale -a && locale
- name: Install
run: |
sudo apt-get install -y \
php-cli \
php-pear \
libcurl4-openssl-dev \
libidn-dev \
libidn2-0-dev \
libicu-dev \
libevent-dev \
libbrotli-dev \
re2c
- name: Prepare
run: |
make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
make -f scripts/ci/Makefile pecl PECL=m6w6/ext-raphf.git:raphf:master
- name: Build
run: |
make -f scripts/ci/Makefile ext PECL=http
- name: Test
run: |
make -f scripts/ci/Makefile test
- name: Coverage
if: success()
run: |
cd src/.libs
bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy