Browse Source

integrate the applink shim in the other bins

pull/1388/head
Anatol Belski 11 years ago
parent
commit
3d7343f609
  1. 4
      sapi/cgi/cgi_main.c
  2. 4
      sapi/phpdbg/phpdbg.c

4
sapi/cgi/cgi_main.c

@ -92,6 +92,10 @@ int __riscosify_control = __RISCOSIFY_STRICT_UNIX_SPECS;
#include "fastcgi.h"
#if defined(PHP_WIN32) && defined(HAVE_OPENSSL)
# include "openssl/applink.c"
#endif
#ifndef PHP_WIN32
/* XXX this will need to change later when threaded fastcgi is implemented. shane */
struct sigaction act, old_term, old_quit, old_int;

4
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;

Loading…
Cancel
Save