From 515df2e7cc35639c059469f397ea9fc6e97cba14 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 18 Jul 2014 12:39:38 +0200 Subject: [PATCH] fixe config.w32 for phpize mode --- config.w32 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.w32 b/config.w32 index 1d28775..53ab56e 100644 --- a/config.w32 +++ b/config.w32 @@ -3,4 +3,7 @@ ARG_ENABLE("propro", "for propro support", "no"); if (PHP_PROPRO == "yes") { EXTENSION("propro", "php_propro.c"); + + AC_DEFINE("HAVE_PROPRO", 1); + PHP_INSTALL_HEADERS("ext/propro", "php_propro.h"); } -- 2.30.2