|
@@ -478,16 +478,10 @@ build_php7.0() {
|
|
|
}
|
|
|
|
|
|
build_php7.0_c() {
|
|
|
- IS_64BIT=$1
|
|
|
use_php 7.0
|
|
|
php/tests/test.sh
|
|
|
pushd conformance
|
|
|
- if [ "$IS_64BIT" = "true" ]
|
|
|
- then
|
|
|
- make test_php_c
|
|
|
- else
|
|
|
- make test_php_c_32
|
|
|
- fi
|
|
|
+ make test_php_c
|
|
|
popd
|
|
|
}
|
|
|
|
|
@@ -503,16 +497,10 @@ build_php7.0_mixed() {
|
|
|
}
|
|
|
|
|
|
build_php7.0_zts_c() {
|
|
|
- IS_64BIT=$1
|
|
|
use_php_zts 7.0
|
|
|
php/tests/test.sh
|
|
|
pushd conformance
|
|
|
- if [ "$IS_64BIT" = "true" ]
|
|
|
- then
|
|
|
- make test_php_c
|
|
|
- else
|
|
|
- make test_php_c_32
|
|
|
- fi
|
|
|
+ make test_php_c
|
|
|
popd
|
|
|
}
|
|
|
|
|
@@ -575,16 +563,10 @@ build_php7.1() {
|
|
|
}
|
|
|
|
|
|
build_php7.1_c() {
|
|
|
- IS_64BIT=$1
|
|
|
use_php 7.1
|
|
|
php/tests/test.sh
|
|
|
pushd conformance
|
|
|
- if [ "$IS_64BIT" = "true" ]
|
|
|
- then
|
|
|
- make test_php_c
|
|
|
- else
|
|
|
- make test_php_c_32
|
|
|
- fi
|
|
|
+ make test_php_c
|
|
|
popd
|
|
|
}
|
|
|
|
|
@@ -600,16 +582,10 @@ build_php7.1_mixed() {
|
|
|
}
|
|
|
|
|
|
build_php7.1_zts_c() {
|
|
|
- IS_64BIT=$1
|
|
|
use_php_zts 7.1
|
|
|
php/tests/test.sh
|
|
|
pushd conformance
|
|
|
- if [ "$IS_64BIT" = "true" ]
|
|
|
- then
|
|
|
- make test_php_c
|
|
|
- else
|
|
|
- make test_php_c_32
|
|
|
- fi
|
|
|
+ make test_php_c
|
|
|
popd
|
|
|
}
|
|
|
|
|
@@ -624,16 +600,10 @@ build_php7.4() {
|
|
|
}
|
|
|
|
|
|
build_php7.4_c() {
|
|
|
- IS_64BIT=$1
|
|
|
use_php 7.4
|
|
|
php/tests/test.sh
|
|
|
pushd conformance
|
|
|
- if [ "$IS_64BIT" = "true" ]
|
|
|
- then
|
|
|
- make test_php_c
|
|
|
- else
|
|
|
- make test_php_c_32
|
|
|
- fi
|
|
|
+ make test_php_c
|
|
|
popd
|
|
|
}
|
|
|
|
|
@@ -649,16 +619,10 @@ build_php7.4_mixed() {
|
|
|
}
|
|
|
|
|
|
build_php7.4_zts_c() {
|
|
|
- IS_64BIT=$1
|
|
|
use_php_zts 7.4
|
|
|
php/tests/test.sh
|
|
|
pushd conformance
|
|
|
- if [ "$IS_64BIT" = "true" ]
|
|
|
- then
|
|
|
- make test_php_c
|
|
|
- else
|
|
|
- make test_php_c_32
|
|
|
- fi
|
|
|
+ make test_php_c
|
|
|
popd
|
|
|
}
|
|
|
|
|
@@ -673,16 +637,10 @@ build_php8.0() {
|
|
|
}
|
|
|
|
|
|
build_php8.0_c() {
|
|
|
- IS_64BIT=$1
|
|
|
use_php 8.0
|
|
|
php/tests/test.sh
|
|
|
pushd conformance
|
|
|
- if [ "$IS_64BIT" = "true" ]
|
|
|
- then
|
|
|
- make test_php_c
|
|
|
- else
|
|
|
- make test_php_c_32
|
|
|
- fi
|
|
|
+ make test_php_c
|
|
|
popd
|
|
|
}
|
|
|
|