We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 561ca20 + df1e0b6 commit 39694a3Copy full SHA for 39694a3
2 files changed
package.xml
@@ -425,9 +425,6 @@ Fixes:
425
<pearinstaller>
426
<min>1.4.0</min>
427
</pearinstaller>
428
- <extension>
429
- <name>libxml</name>
430
- </extension>
431
</required>
432
</dependencies>
433
src/php_solr.c
@@ -1136,7 +1136,6 @@ static zend_function_entry solr_utils_methods[] = {
1136
1137
/* {{{ solr_module_deps */
1138
static zend_module_dep solr_module_deps[] = {
1139
- ZEND_MOD_REQUIRED(PHP_LIBXML_EXTENSION_NAME)
1140
ZEND_MOD_REQUIRED(PHP_JSON_EXTENSION_NAME)
1141
ZEND_MOD_END
1142
};
0 commit comments