From 82a7ef78f3bf18f4f8c136b55d21aff4cb1d6dd8 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Mon, 19 Jul 2004 05:04:34 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. --- ext/mbstring/oniguruma/php_onig_compat.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ext/mbstring/oniguruma/php_onig_compat.h diff --git a/ext/mbstring/oniguruma/php_onig_compat.h b/ext/mbstring/oniguruma/php_onig_compat.h new file mode 100644 index 0000000000..d7f1ad56f1 --- /dev/null +++ b/ext/mbstring/oniguruma/php_onig_compat.h @@ -0,0 +1,7 @@ +#ifndef _PHP_MBREGEX_COMPAT_H +#define _PHP_MBREGEX_COMPAT_H + +#define re_pattern_buffer php_mb_re_pattern_buffer +#define regex_t php_mb_regex_t + +#endif /* _PHP_MBREGEX_COMPAT_H */ -- 2.50.1