SOURCES: rpm-php-provides.php - some more compiled in modules

glen glen at pld-linux.org
Wed Oct 22 02:35:16 CEST 2008


Author: glen                         Date: Wed Oct 22 00:35:16 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- some more compiled in modules

---- Files affected:
SOURCES:
   rpm-php-provides.php (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/rpm-php-provides.php
diff -u SOURCES/rpm-php-provides.php:1.4 SOURCES/rpm-php-provides.php:1.5
--- SOURCES/rpm-php-provides.php:1.4	Wed Oct 22 02:23:02 2008
+++ SOURCES/rpm-php-provides.php	Wed Oct 22 02:35:10 2008
@@ -39,15 +39,16 @@
 		$epoch = 4;
 		// produce dependencies only for php5
 		$compat = false;
-		// session has always been compiled in
-		// date, spl are internal for php
-		$staticmods = array('session', 'date', 'spl');
+		// session, pcre are statically compiled in
+		// date, SPL, SimpleXML are internal for php
+		// sapi_apache?
+		$staticmods = array('standard', 'ereg', 'session', 'pcre', 'date', 'spl', 'simplexml');
 	} else {
 		$epoch = 3;
 		// produce dependencies where php4/php5 both are ok
 		$compat = true;
 		// session has always been compiled in
-		$staticmods = array('session');
+		$staticmods = array('standard', 'ereg', 'session');
 	}
 	echo "php-common >= ", $epoch, ":", $res['version'], "\n";
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm-php-provides.php?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list