summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-07-03 07:10:46 +0200
committerAnatol Belski <ab@php.net>2015-07-03 07:11:14 +0200
commit3d7343f609b81ebac95d94480a2615df530806e7 (patch)
tree9c0e49d0ff47c52b7656ec64c75579a522a3baf9 /sapi/phpdbg/phpdbg.c
parent59444347d1c33020d571bb8e8649e7aad432c913 (diff)
downloadphp-git-3d7343f609b81ebac95d94480a2615df530806e7.tar.gz
integrate the applink shim in the other bins
Diffstat (limited to 'sapi/phpdbg/phpdbg.c')
-rw-r--r--sapi/phpdbg/phpdbg.c4
1 files changed, 4 insertions, 0 deletions
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 <arpa/inet.h>
#endif /* }}} */
+#if defined(PHP_WIN32) && defined(HAVE_OPENSSL)
+# include "openssl/applink.c"
+#endif
+
ZEND_DECLARE_MODULE_GLOBALS(phpdbg);
int phpdbg_startup_run = 0;