File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ add_http_helper() {
6161 export HTTP_CONFIGURE_OPTS=" $http_configure_opts "
6262 export HTTP_LINUX_LIBS=" zlib1g libbrotli-dev libcurl4-openssl-dev libevent-dev libicu-dev libidn2-dev"
6363 export HTTP_DARWIN_LIBS=" brotli curl icu4c libevent libidn2"
64- if ! [[ ${version:? } =~ 5.[3-6] | 7.[0-4] ]]; then
64+ if [[ " ${version:? } " =~ ${nightly_versions :? } ]]; then
6565 add_extension_from_source http https://github.com m6w6 ext-http master extension
6666 else
6767 add_extension_from_source pecl_http https://pecl.php.net http http " ${ext##* -} " extension pecl
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ export curl_opts=(-sL)
55export old_versions=" 5.[3-5]"
66export jit_versions=" 8.[0-9]"
77export php_builder_versions=" 8.[3-9]"
8+ export nightly_versions=" 8.[6-9]"
89export xdebug3_versions=" 7.[2-4]|8.[0-9]"
910export latest=" releases/latest/download"
1011export github=" https://github.com/shivammathur"
You can’t perform that action at this time.
0 commit comments