/
vshmidt
/
php
Обзор
Документация
Войти
/
vshmidt
/
php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ext/mbstring/php_onig_compat.h
14 строк
426 B
Niels Dossche
Fix GH-20491: SLES15 compile error with mbstring oniguruma
20 ноя 2025, 21:17
Не верифицирован
20 ноя 2025, 21:17
a1912e3
Код
Авторство
О чём код?
#ifndef _PHP_ONIG_COMPAT_H #define _PHP_ONIG_COMPAT_H #define re_pattern_buffer php_mb_re_pattern_buffer #define regex_t php_mb_regex_t #define re_registers php_mb_re_registers /* Required for some distros that conditionally override PV_. * As we're in C99 this header is always available. */ #ifndef HAVE_STDARG_H # define HAVE_STDARG_H #endif #endif /* _PHP_ONIG_COMPAT_H */