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