PECL_NAME:=pecl_http
PECL_LONGNAME:=Extended HTTP Support
-PKG_VERSION:=3.0.1
-PKG_RELEASE:=2
-PKG_MD5SUM:=042c97314c180f6473338f0c5d35fabd
+PKG_VERSION:=3.1.0
+PKG_RELEASE:=1
+PKG_MD5SUM:=e3de67b156e7d5f6c2e5eb1e2b5f0acceb7004f1260d68c9f8b2c0f9629aabf0
PKG_NAME:=php7-pecl-http
PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz
CONFIGURE_VARS+= \
PHP_PROPRO=yes \
PHP_RAPHF=yes \
+ PECL_cv_HAVE_LIBCURL_ARES=no \
+ PECL_cv_HAVE_LIBCURL_OpenSSL=$(if $(CONFIG_LIBCURL_OPENSSL),yes,no) \
+ PECL_cv_HAVE_LIBCURL_GnuTLS=$(if $(CONFIG_LIBCURL_GNUTLS),yes,no) \
+ PECL_cv_HAVE_LIBCURL_NSS=no \
+ PECL_cv_HAVE_LIBCURL_SecureTransport=no \
+ PECL_cv_HAVE_LIBCURL_GSKit=no \
+ PECL_cv_HAVE_LIBCURL_PolarSSL=$(if $(CONFIG_LIBCURL_POLARSSL),yes,no) \
+ PECL_cv_HAVE_LIBCURL_WolfSSL=$(if $(CONFIG_LIBCURL_CYASSL),yes,no) \
+ PECL_cv_HAVE_LIBCURL_mbedTLS=$(if $(CONFIG_LIBCURL_MBEDTLS),yes,no) \
+ PECL_cv_HAVE_LIBCURL_axTLS=no \
+ PECL_cv_LIBCURL_TLSAUTH_SRP=$(if $(CONFIG_LIBCURL_TLS_SRP),yes,no) \
CONFIGURE_ARGS+= \
--with-http \
--with-http-libevent-dir="$(STAGING_DIR)/usr" \
--with-http-libidn-dir="$(STAGING_DIR)/usr"
-$(eval $(call PECLPackage,http,$(PECL_LONGNAME),+libcurl +librt +libevent2 +libidn +php7-mod-iconv +php7-mod-session +php7-pecl-raphf +php7-pecl-propro,30))
+$(eval $(call PECLPackage,http,$(PECL_LONGNAME),+icu +libcurl +librt +libevent2 +libidn +php7-mod-iconv +php7-mod-session +php7-pecl-raphf +php7-pecl-propro,30))
$(eval $(call BuildPackage,$(PKG_NAME)))
--- /dev/null
+--- a/config9.m4 2016-09-08 21:39:18.000000000 +0200
++++ b/config9.m4 2016-09-08 21:42:35.066903251 +0200
+@@ -71,18 +71,7 @@
+ extname=$1
+ haveext=$[PHP_]translit($1,a-z_-,A-Z__)
+ AC_MSG_CHECKING([for ext/$extname support])
+- if test -x "$PHP_EXECUTABLE"; then
+- grepext=`$PHP_EXECUTABLE -m | $EGREP ^$extname\$`
+- if test "$grepext" = "$extname"; then
+- [PHP_HTTP_HAVE_EXT_]translit($1,a-z_-,A-Z__)=1
+- AC_MSG_RESULT([yes])
+- $2
+- else
+- [PHP_HTTP_HAVE_EXT_]translit($1,a-z_-,A-Z__)=
+- AC_MSG_RESULT([no])
+- $3
+- fi
+- elif test "$haveext" != "no" && test "x$haveext" != "x"; then
++ if test "$haveext" != "no" && test "x$haveext" != "x"; then
+ [PHP_HTTP_HAVE_EXT_]translit($1,a-z_-,A-Z__)=1
+ AC_MSG_RESULT([yes])
+ $2
+++ /dev/null
---- a/config9.m4 2016-09-08 21:39:18.000000000 +0200
-+++ b/config9.m4 2016-09-08 21:42:35.066903251 +0200
-@@ -71,18 +71,7 @@
- extname=$1
- haveext=$[PHP_]translit($1,a-z_-,A-Z__)
- AC_MSG_CHECKING([for ext/$extname support])
-- if test -x "$PHP_EXECUTABLE"; then
-- grepext=`$PHP_EXECUTABLE -m | $EGREP ^$extname\$`
-- if test "$grepext" = "$extname"; then
-- [PHP_HTTP_HAVE_EXT_]translit($1,a-z_-,A-Z__)=1
-- AC_MSG_RESULT([yes])
-- $2
-- else
-- [PHP_HTTP_HAVE_EXT_]translit($1,a-z_-,A-Z__)=
-- AC_MSG_RESULT([no])
-- $3
-- fi
-- elif test "$haveext" != "no" && test "x$haveext" != "x"; then
-+ if test "$haveext" != "no" && test "x$haveext" != "x"; then
- [PHP_HTTP_HAVE_EXT_]translit($1,a-z_-,A-Z__)=1
- AC_MSG_RESULT([yes])
- $2