From: Michael Wallner Date: Sun, 6 Nov 2011 15:25:41 +0000 (+0000) Subject: fix typo X-Git-Tag: DEV_2-before-client~92 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=516f722a0c4c2b0f195cc71a55e05b2e935c8733 fix typo --- diff --git a/php_http_misc.h b/php_http_misc.h index bcf8d37..cbb2d3d 100644 --- a/php_http_misc.h +++ b/php_http_misc.h @@ -77,7 +77,7 @@ PHP_HTTP_API void php_http_sleep(double s); #define PHP_HTTP_MATCH_CASE 0x01 #define PHP_HTTP_MATCH_WORD 0x10 #define PHP_HTTP_MATCH_FULL 0x20 -#define PHP_HTTP_MATCH_STRICT (PHP_HTTP_ENV_MATCH_CASE|PHP_HTTP_ENV_MATCH_FULL) +#define PHP_HTTP_MATCH_STRICT (PHP_HTTP_MATCH_CASE|PHP_HTTP_MATCH_FULL) extern int php_http_match(const char *haystack, const char *needle, int flags);