You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
835 B

  1. #define NO_REGEX_EXTRA_H
  2. #ifdef WIN32
  3. #include <winsock2.h>
  4. #include <stddef.h>
  5. #endif
  6. #ifdef NETWARE
  7. #include <netinet/in.h>
  8. #endif
  9. #include "zend.h"
  10. #include "php_regex.h"
  11. #include "php_compat.h"
  12. #if HAVE_OPENSSL_EXT
  13. /* zlib typedefs free_func which causes problems if the SSL includes happen
  14. * after zlib.h is included */
  15. # include <openssl/ssl.h>
  16. #endif
  17. #include "httpd.h"
  18. #include "http_config.h"
  19. #if MODULE_MAGIC_NUMBER > 19980712
  20. # include "ap_compat.h"
  21. #else
  22. # if MODULE_MAGIC_NUMBER > 19980324
  23. # include "compat.h"
  24. # endif
  25. #endif
  26. #include "http_core.h"
  27. #include "http_main.h"
  28. #include "http_protocol.h"
  29. #include "http_request.h"
  30. #include "http_log.h"
  31. #include "util_script.h"
  32. #include "php_variables.h"
  33. #include "php_main.h"
  34. #include "php_ini.h"
  35. #include "ext/standard/php_standard.h"
  36. #include "mod_php4.h"