]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- libxml rewrite
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 20 May 2010 17:35:56 +0000 (17:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-php-requires.php -> 1.19

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.031122 seconds and 4 git commands to generate.