We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9d55f0 + 929e717 commit c0cf841Copy full SHA for c0cf841
ext/mbstring/php_onig_compat.h
@@ -5,4 +5,10 @@
5
#define regex_t php_mb_regex_t
6
#define re_registers php_mb_re_registers
7
8
+/* Required for some distros that conditionally override PV_.
9
+ * As we're in C99 this header is always available. */
10
+#ifndef HAVE_STDARG_H
11
+# define HAVE_STDARG_H
12
+#endif
13
+
14
#endif /* _PHP_ONIG_COMPAT_H */
0 commit comments