1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.4' into PHP-8.5

* PHP-8.4:
  Fix GH-20492: mbstring compile warning due to non-strings
  Fix GH-20491: SLES15 compile error with mbstring oniguruma
This commit is contained in:
Niels Dossche
2025-11-20 19:26:48 +01:00

View File

@@ -5,4 +5,10 @@
#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 */