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 e17fd1f + c9ec5cf commit 5b2e413Copy full SHA for 5b2e413
ext/mbstring/mbstring.c
@@ -163,9 +163,18 @@ static const php_mb_nls_ident_list php_mb_default_identify_list[] = {
163
164
/* }}} */
165
166
+/* {{{ mbstring_deps[] */
167
+static const zend_module_dep mbstring_deps[] = {
168
+ ZEND_MOD_REQUIRED("pcre")
169
+ ZEND_MOD_END
170
+};
171
+/* }}} */
172
+
173
/* {{{ zend_module_entry mbstring_module_entry */
174
zend_module_entry mbstring_module_entry = {
- STANDARD_MODULE_HEADER,
175
+ STANDARD_MODULE_HEADER_EX,
176
+ NULL,
177
+ mbstring_deps,
178
"mbstring",
179
ext_functions,
180
PHP_MINIT(mbstring),
0 commit comments