packages: php/php.spec - move session.ini being loaded early; rel 10

glen glen at pld-linux.org
Tue Dec 7 13:44:41 CET 2010


Author: glen                         Date: Tue Dec  7 12:44:41 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- move session.ini being loaded early; rel 10

---- Files affected:
packages/php:
   php.spec (1.906 -> 1.907) 

---- Diffs:

================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.906 packages/php/php.spec:1.907
--- packages/php/php.spec:1.906	Sun Oct 31 07:11:47 2010
+++ packages/php/php.spec	Tue Dec  7 13:44:36 2010
@@ -102,7 +102,7 @@
 %undefine	with_filter
 %endif
 
-%define		rel		9
+%define		rel		10
 Summary:	PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):	Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):	Język skryptowy PHP
@@ -2167,6 +2167,8 @@
 		[ "$mod" = "pcre" ] && conf="PCRE.ini"
 		# spl needs to be loaded before mysqli
 		[ "$mod" = "spl" ] && conf="SPL.ini"
+		# session needs to be loaded before php-pecl-http, php-pecl-memcache, php-pecl-session_mysql
+		[ "$mod" = "session" ] && conf="Session.ini"
 		# mysqlnd needs to be loaded before mysql,mysqli,pdo_mysqli
 		[ "$mod" = "mysqlnd" ] && conf="MySQLND.ini"
 		echo "+ $conf"
@@ -3163,6 +3165,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.907  2010/12/07 12:44:36  glen
+- move session.ini being loaded early; rel 10
+
 Revision 1.906  2010/10/31 06:11:47  qboosh
 - php-ming is available again (now packaged from ming.spec)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.906&r2=1.907&f=u



More information about the pld-cvs-commit mailing list