diff options
author | Anatol Belski <ab@php.net> | 2015-02-10 10:09:53 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-02-10 10:09:53 +0100 |
commit | d7c6c6539956043d2c577a4dc922280a88627984 (patch) | |
tree | c45e1b221ed01aec10bfc45a31a22d60e33f9fcc /sapi/apache_hooks/php_apache_http.h | |
parent | 400e65e955f08ad6ae57c1a15be04d5852107252 (diff) | |
parent | 56ec18c8affb71f7456508a7111748efdd40e115 (diff) | |
download | php-git-POST_PHP7_REMOVALS.tar.gz |
Merge branch 'php7_removals'POST_PHP7_REMOVALS
Diffstat (limited to 'sapi/apache_hooks/php_apache_http.h')
-rw-r--r-- | sapi/apache_hooks/php_apache_http.h | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/sapi/apache_hooks/php_apache_http.h b/sapi/apache_hooks/php_apache_http.h deleted file mode 100644 index 5684de9179..0000000000 --- a/sapi/apache_hooks/php_apache_http.h +++ /dev/null @@ -1,44 +0,0 @@ -#define NO_REGEX_EXTRA_H - -#ifdef WIN32 -#include <winsock2.h> -#include <stddef.h> -#endif - -#ifdef NETWARE -#include <netinet/in.h> -#endif - -#include "zend.h" -#include "zend_stack.h" -#include "ext/ereg/php_regex.h" - -#include "httpd.h" -#include "http_config.h" - -#if MODULE_MAGIC_NUMBER > 19980712 -# include "ap_compat.h" -#else -# if MODULE_MAGIC_NUMBER > 19980324 -# include "compat.h" -# endif -#endif - -#include "http_core.h" -#include "http_main.h" -#include "http_protocol.h" -#include "http_request.h" -#include "http_log.h" -#include "util_script.h" - -#include "php_variables.h" -#include "php_main.h" -#include "php_ini.h" -#include "ext/standard/php_standard.h" - -#include "mod_php7.h" - - -zval *php_apache_request_new(request_rec *r); - -int apache_php_module_hook(request_rec *r, php_handler *handler, zval **ret); |