mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
. Supports various encodings such as BIG5, GB2312 and ISO-8859-* . Fixes bug #26677 (mbstring compile errors with IRIX) . Many thanks to K.Kosako. - Remove redundant files that are not relevant to the build.
8 lines
209 B
C
8 lines
209 B
C
#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 */
|