From 3d7343f609b81ebac95d94480a2615df530806e7 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 3 Jul 2015 07:10:46 +0200 Subject: integrate the applink shim in the other bins --- sapi/phpdbg/phpdbg.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sapi/phpdbg/phpdbg.c') diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c index 339102c052..31dab3f274 100644 --- a/sapi/phpdbg/phpdbg.c +++ b/sapi/phpdbg/phpdbg.c @@ -48,6 +48,10 @@ # include #endif /* }}} */ +#if defined(PHP_WIN32) && defined(HAVE_OPENSSL) +# include "openssl/applink.c" +#endif + ZEND_DECLARE_MODULE_GLOBALS(phpdbg); int phpdbg_startup_run = 0; -- cgit v1.2.1