mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
integrate the applink shim in the other bins
This commit is contained in:
parent
59444347d1
commit
3d7343f609
2 changed files with 8 additions and 0 deletions
|
@ -92,6 +92,10 @@ int __riscosify_control = __RISCOSIFY_STRICT_UNIX_SPECS;
|
||||||
|
|
||||||
#include "fastcgi.h"
|
#include "fastcgi.h"
|
||||||
|
|
||||||
|
#if defined(PHP_WIN32) && defined(HAVE_OPENSSL)
|
||||||
|
# include "openssl/applink.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef PHP_WIN32
|
#ifndef PHP_WIN32
|
||||||
/* XXX this will need to change later when threaded fastcgi is implemented. shane */
|
/* XXX this will need to change later when threaded fastcgi is implemented. shane */
|
||||||
struct sigaction act, old_term, old_quit, old_int;
|
struct sigaction act, old_term, old_quit, old_int;
|
||||||
|
|
|
@ -48,6 +48,10 @@
|
||||||
# include <arpa/inet.h>
|
# include <arpa/inet.h>
|
||||||
#endif /* }}} */
|
#endif /* }}} */
|
||||||
|
|
||||||
|
#if defined(PHP_WIN32) && defined(HAVE_OPENSSL)
|
||||||
|
# include "openssl/applink.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
ZEND_DECLARE_MODULE_GLOBALS(phpdbg);
|
ZEND_DECLARE_MODULE_GLOBALS(phpdbg);
|
||||||
int phpdbg_startup_run = 0;
|
int phpdbg_startup_run = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue