summaryrefslogtreecommitdiff
path: root/php_suhosin7.h
diff options
context:
space:
mode:
Diffstat (limited to 'php_suhosin7.h')
-rw-r--r--php_suhosin7.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/php_suhosin7.h b/php_suhosin7.h
index 08811d2..1e674ad 100644
--- a/php_suhosin7.h
+++ b/php_suhosin7.h
@@ -411,6 +411,13 @@ static inline char *suhosin_get_active_function_name() {
411 return fn; 411 return fn;
412} 412}
413 413
414#ifdef SUHOSIN_STRCASESTR
415char *suhosin_strcasestr(char *haystack, char *needle)
416#else
417#define suhosin_strcasestr(a, b) strcasestr(a, b)
418#endif
419
420/* {{{ suhosin_strcasestr */
414 421
415 422
416/* 423/*