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.

34 lines
602 B

  1. #define NO_REGEX_EXTRA_H
  2. #ifdef WIN32
  3. #include <winsock2.h>
  4. #include <stddef.h>
  5. #endif
  6. #include "zend.h"
  7. #include "php_regex.h"
  8. #include "httpd.h"
  9. #include "http_config.h"
  10. #if MODULE_MAGIC_NUMBER > 19980712
  11. # include "ap_compat.h"
  12. #else
  13. # if MODULE_MAGIC_NUMBER > 19980324
  14. # include "compat.h"
  15. # endif
  16. #endif
  17. #include "http_core.h"
  18. #include "http_main.h"
  19. #include "http_protocol.h"
  20. #include "http_request.h"
  21. #include "http_log.h"
  22. #include "util_script.h"
  23. #include "php_variables.h"
  24. #include "php_main.h"
  25. #include "php_ini.h"
  26. #include "ext/standard/php_standard.h"
  27. #include "mod_php4.h"