]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- PHP_CompatInfo 1.9.0 says SPL for spl ext
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 18 Feb 2010 09:00:23 +0000 (09:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-php-requires.php -> 1.15

rpm-php-requires.php

index 002c083139322bbf775bc4da4443012c56cf4cdf..7b3c536c564af5fc45787d43a7e71870acd3499b 100644 (file)
@@ -137,6 +137,10 @@ function extdeps($files) {
                if ($ext == 'bz2') {
                        $ext = 'bzip2';
                }
+               // SPL ext is in php-spl package
+               if ($ext == 'SPL') {
+                       $ext = 'spl';
+               }
                // ereg
                if ($ext == 'ereg') {
                        // not yet
This page took 0.04376 seconds and 4 git commands to generate.