Skip to content

Commit 39694a3

Browse files
authored
Merge pull request #93 from bix0r/gh-72/remove-libxml-ext
Remove dependency on libxml extension
2 parents 561ca20 + df1e0b6 commit 39694a3

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

package.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,6 @@ Fixes:
425425
<pearinstaller>
426426
<min>1.4.0</min>
427427
</pearinstaller>
428-
<extension>
429-
<name>libxml</name>
430-
</extension>
431428
</required>
432429
</dependencies>
433430

src/php_solr.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,6 @@ static zend_function_entry solr_utils_methods[] = {
11361136

11371137
/* {{{ solr_module_deps */
11381138
static zend_module_dep solr_module_deps[] = {
1139-
ZEND_MOD_REQUIRED(PHP_LIBXML_EXTENSION_NAME)
11401139
ZEND_MOD_REQUIRED(PHP_JSON_EXTENSION_NAME)
11411140
ZEND_MOD_END
11421141
};

0 commit comments

Comments
 (0)