From: Elan Ruusamäe Date: Thu, 3 Dec 2009 08:14:12 +0000 (+0000) Subject: - current ext deps X-Git-Tag: auto/th/rpm-5_3_1-0_1~26 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=831156f8ba01ec0acac11ccd9dfd08fd9471db3f;p=packages%2Frpm.git - current ext deps Changed files: rpm-php-requires.php -> 1.10 --- diff --git a/rpm-php-requires.php b/rpm-php-requires.php index 4d6ae3e..cdba597 100644 --- a/rpm-php-requires.php +++ b/rpm-php-requires.php @@ -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";