packages (PHP_5_2): php/php.spec - move session.ini being loaded early; rel 6

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


Author: glen                         Date: Tue Dec  7 12:42:42 2010 GMT
Module: packages                      Tag: PHP_5_2
---- Log message:
- move session.ini being loaded early; rel 6

---- Files affected:
packages/php:
   php.spec (1.805.2.74 -> 1.805.2.75) 

---- Diffs:

================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.805.2.74 packages/php/php.spec:1.805.2.75
--- packages/php/php.spec:1.805.2.74	Sun Oct 31 16:41:37 2010
+++ packages/php/php.spec	Tue Dec  7 13:42:36 2010
@@ -113,7 +113,7 @@
 Summary(uk.UTF-8):	PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:		php
 Version:	5.2.14
-Release:	5
+Release:	6
 Epoch:		4
 License:	PHP
 Group:		Libraries
@@ -2157,6 +2157,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"
 		echo "+ $conf"
 		cat > conf.d/$conf <<-EOF
 			; Enable $mod extension module
@@ -3168,6 +3170,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.805.2.75  2010/12/07 12:42:36  glen
+- move session.ini being loaded early; rel 6
+
 Revision 1.805.2.74  2010/10/31 15:41:37  glen
 - backport extension loading from 5.3, allows loading permanent modules with full path
 
================================================================

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



More information about the pld-cvs-commit mailing list