]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-php-requires.php
- libxml rewrite
[packages/rpm.git] / rpm-php-requires.php
index 85686bfcabb430664d1a3c7a9090c9aa03a76823..619ebecc33826cee5387d52d0319234a3c1517d0 100644 (file)
@@ -140,6 +140,10 @@ function extdeps($files) {
                if ($ext == 'bz2') {
                        $ext = 'bzip2';
                }
+               // libxml ext is in php-xml package
+               if ($ext == 'libxml') {
+                       $ext = 'xml';
+               }
 
                // these need to be lowercased
                if (in_array($ext, array('SPL', 'PDO', 'SQLite', 'Reflection', 'SimpleXML'))) {
This page took 0.034582 seconds and 4 git commands to generate.