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.

66 lines
2.1 KiB

  1. /*
  2. +----------------------------------------------------------------------+
  3. | PHP Version 4 |
  4. +----------------------------------------------------------------------+
  5. | Copyright (c) 1997-2003 The PHP Group |
  6. +----------------------------------------------------------------------+
  7. | This source file is subject to version 2.02 of the PHP license, |
  8. | that is bundled with this package in the file LICENSE, and is |
  9. | available at through the world-wide-web at |
  10. | http://www.php.net/license/2_02.txt. |
  11. | If you did not receive a copy of the PHP license and are unable to |
  12. | obtain it through the world-wide-web, please send a note to |
  13. | license@php.net so we can mail you a copy immediately. |
  14. +----------------------------------------------------------------------+
  15. | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
  16. | Stig Sther Bakken <ssb@php.net> |
  17. | David Sklar <sklar@student.net> |
  18. +----------------------------------------------------------------------+
  19. */
  20. /* $Id$ */
  21. #define NO_REGEX_EXTRA_H
  22. #ifdef WIN32
  23. #include <stddef.h>
  24. #endif
  25. #ifdef NETWARE
  26. #include <netinet/in.h>
  27. #endif
  28. #include "zend.h"
  29. #include "php_regex.h"
  30. #include "php_compat.h"
  31. #if HAVE_OPENSSL_EXT
  32. /* zlib typedefs free_func which causes problems if the SSL includes happen
  33. * after zlib.h is included */
  34. # include <openssl/ssl.h>
  35. #endif
  36. #include "httpd.h"
  37. #include "http_config.h"
  38. #if MODULE_MAGIC_NUMBER > 19980712
  39. # include "ap_compat.h"
  40. #else
  41. # if MODULE_MAGIC_NUMBER > 19980324
  42. # include "compat.h"
  43. # endif
  44. #endif
  45. #include "http_core.h"
  46. #include "http_main.h"
  47. #include "http_protocol.h"
  48. #include "http_request.h"
  49. #include "http_log.h"
  50. #include "util_script.h"
  51. #include "php_variables.h"
  52. #include "php_main.h"
  53. #include "php_ini.h"
  54. #include "ext/standard/php_standard.h"
  55. #include "mod_php5.h"