]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- current ext deps
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 3 Dec 2009 08:14:12 +0000 (08:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-php-requires.php -> 1.10

rpm-php-requires.php

index 4d6ae3e80a6e9812b4bd0033b88173d60a362fad..cdba59770cd1560d79f1987a18c5a8bbedb03991 100644 (file)
@@ -121,11 +121,11 @@ function extdeps($files) {
                // session, pcre are statically compiled in
                // date, SPL, SimpleXML are internal for php
                // sapi_apache?
-               $staticmods = array('standard', 'ereg', 'session', 'pcre', 'date', 'spl', 'simplexml');
+               $staticmods = array('standard', 'ereg', 'date');
        } else {
                $epoch = 3;
                // session has always been compiled in
-               $staticmods = array('standard', 'ereg', 'session');
+               $staticmods = array('standard', 'ereg');
        }
        echo "php-common >= ", $epoch, ":", $res['version'], "\n";
 
This page took 0.050476 seconds and 4 git commands to generate.