mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02: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.
7 lines
209 B
C
7 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 */
|