From: Jan Ehrhardt Date: Wed, 2 Dec 2020 13:24:04 +0000 (+0100) Subject: [config.w32] Warn that propro was discontinued X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=commitdiff_plain;h=HEAD [config.w32] Warn that propro was discontinued See https://github.com/m6w6/ext-http/issues/97#issuecomment-737167881 Issue a warning "Propro support has been discontinued since PHP 8.0" when configuring. --- diff --git a/config.w32 b/config.w32 index 426ec3a..ce1db66 100644 --- a/config.w32 +++ b/config.w32 @@ -1,25 +1,29 @@ ARG_ENABLE("propro", "for propro support", "no"); -if (PHP_PROPRO == "yes" && PHP_VERSION <= 7) { - var PHP_PROPRO_HEADERS=glob(configure_module_dirname + "/src/*.h"); - var PHP_PROPRO_SRC_ARRAY=glob(configure_module_dirname + "/src/*.c"); - var PHP_PROPRO_SOURCES=""; - for (var i=0; i