projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
a458b9a
)
fix typo
author
Michael Wallner
<mike@php.net>
Sun, 6 Nov 2011 15:25:41 +0000
(15:25 +0000)
committer
Michael Wallner
<mike@php.net>
Sun, 6 Nov 2011 15:25:41 +0000
(15:25 +0000)
php_http_misc.h
patch
|
blob
|
history
diff --git
a/php_http_misc.h
b/php_http_misc.h
index bcf8d37834042b6cd180ef06d49b57cf6e90a15b..cbb2d3d155d2d9d64a5bc2d3facaf7d5eea26237 100644
(file)
--- 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);