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 9743977 + 10ac41f commit 929e717Copy full SHA for 929e717
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